Releases: Vurv78/Autorun-rs
Releases · Vurv78/Autorun-rs
Autorun-rs v0.4.0
- 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
- 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
Rewrote all the code & Changed file structure.
We now use rglua.
Added scripthook functionality
Autorun-rs v0.1.1
This version has support for 32 and 64 bit garrysmod.
Autorun-rs v0.1.0
Just for the prebuilt x64 dll.
This has been tested and it does work for me