Ivan Safrin 355ae20d37 New Lua class system. No longer supports super(), use Superclass.method(self, args) convention instead. __index__ and __set_callback renamed to __getvar and __setvar respectively. Full inheritance now supported with getter and setter acessors propagating properly through superclasses. Static methods now accessed as ClassName.staticMethod() 13 лет назад
..
CMakeLists.txt e60accd2bf Build Lua module libs as part of main build 14 лет назад
CppHeaderParser.py fac55d76f7 Lua bindings, lua bindings generator, build tool, player tweaks and icon files 15 лет назад
Makefile 8b1ae6d785 3D Physics module, minor fixes across the board. 14 лет назад
create_lua_library.py 355ae20d37 New Lua class system. No longer supports super(), use Superclass.method(self, args) convention instead. __index__ and __set_callback renamed to __getvar and __setvar respectively. Full inheritance now supported with getter and setter acessors propagating properly through superclasses. Static methods now accessed as ClassName.staticMethod() 13 лет назад
zipfile.py 82ed3d5825 Automatic api.pak creation. Also, now only api.pak is copied into the player 13 лет назад