Skip to content

Autorun-rs v1.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@Vurv78 Vurv78 released this 26 Jan 05:37
· 60 commits to main since this release

Doesn't include the gui.
This is a complete rewrite of Autorun. Much nicer codebase, so should be easier to add new features to.

The biggest effort in this update is stability. There are much less unwraps and unhandled exceptions, and the whole thing is secured to not crash gmod (at least on startup.) If a panic does occur, it will print a proper 'human' error log.

  • rglua has been updated from an ancient <1.0 version to 2.1
  • Added human-error on panic
  • Properly handle most exceptions to avoid crashes