Skip to content

rglua v2.0.0

Compare
Choose a tag to compare
@Vurv78 Vurv78 released this 06 Jan 03:37
· 8 commits to master since this release
a4724b0
  • All lua c api functions are actual functions now (They were lazy cells as to make detours easy, but you should really just be using LUA_SHARED_RAW for that.
  • Almost everything is documented
  • OSX/Linux support
  • Added Vector and Angle functions for lua api (luaL_checkvector, luaL_checkangle, tovector, toangle, pushvector, pushangle)
  • A lot of functions like lua_topointer and lua_tolstring now return Option instead of T for additional safety. This may be an annoying change, but I'd advise to use lua_check* instead, or simply unwrap and comment as to prove the safety of the unwrap.
  • Added IMdlCache bindings

Full Changelog: v1.0.0...v2.0.0