rglua v2.0.0
- 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