Skip to content

Releases: Vurv78/Autorun-rs

Autorun-rs v0.4.0

23 Jul 19:11
Compare
Choose a tag to compare
  • You can now load the module as a generic gmod binary module by renaming it to gmsv_autorun_win64.dll or similar to. This allows you to run it using something like https://github.com/glua/gmod-menu-plugins.

Builds generated by github actions below.

Autorun-rs v0.3.0

26 Jun 21:09
Compare
Choose a tag to compare
  • Removed a lot of repetitive code
  • Updated for rglua v0.2.0
  • Manually dealing with CString conversion, so fixed issues with it causing crashes
  • Clean up the main autorun thread when gmod closes, to avoid that error box showing up when closing gmod.
  • Remove winapi as a dependency, just use extern "system" binding
  • Use anyhow as a dependency
  • Cleanup a lot of code (Especially in lib.rs)

Autorun-rs v0.2.0

23 May 18:15
ee2d315
Compare
Choose a tag to compare

Rewrote all the code & Changed file structure.
We now use rglua.
Added scripthook functionality

Autorun-rs v0.1.1

20 Feb 02:08
Compare
Choose a tag to compare

This version has support for 32 and 64 bit garrysmod.

Autorun-rs v0.1.0

19 Feb 09:18
Compare
Choose a tag to compare

Just for the prebuilt x64 dll.
This has been tested and it does work for me