This repository was archived by the owner on Nov 12, 2025. It is now read-only.
rglua v0.8.0
- 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)