Skip to content

rglua v0.8.0

Compare
Choose a tag to compare
@Vurv78 Vurv78 released this 20 Dec 02:44
· 16 commits to master since this release
  • Added ICVar bindings
  • Added IMaterial / IMaterialSystem bindings
  • Fix offsets in pretty much all interfaces (mostly engine though)
  • Add GetGameDirectory, GetLevelName, IsPlayingDemo, IsRecordingDemo, IsPaused to engine interface
  • Add engine example to show off how to use the engine interface.
  • Make previously ignored tests compile
  • util::dump_stack now returns a string instead of printing to stdout
  • Add Vector and Angle types (Currently meant for interfaces, not lua values)