Luabridge 0.2 released
2 comments July 29th, 2007
The second alpha release of Luabridge is now tagged, released, and available from the sourceforge.net download page. This represents a major update over the previously released version of Luabridge.
- Added support for registering static methods of classes
- Added support for const methods of classes, with enforced const-correctness in Lua
- Added support for properties of classes
- Increase default number of allowed function arguments to 8 (was 5)
- Cleaned up Makefile dependency generation and remove elements specific to my configuration
- Added LUA_NAME option to Makefile to allow for varying names of Lua library
- Now includes both VC7.1 and VC8 project files
- Updated Makefile and VC projects to work with Lua 5.1.2 project files from Luabinaries
- Convert test project to actual unit-testing