mcc
|
fec6e15a43
Make the following safe in lua: delete(nil); double delete(); delete() followed by GC
|
13 年 前 |
Ivan Safrin
|
697a0e8aff
Merge pull request #149 from mcclure/luadoc_optout
|
13 年 前 |
mcc
|
bd5fd3897a
create_lua_library: Fix stack overlow from unnecessary getfield in LuaEventHandler::handleEvent. Remove brute-force workaround for overflow also.
|
13 年 前 |
mcc
|
b5784f92a1
create_lua_library: Fix stack overflow from unbalanced metatable creation
|
13 年 前 |
mcc
|
16613a22ae
create_lua_library lua doc generation path controls, opt-out
|
13 年 前 |
Ivan Safrin
|
e63d8970bc
Lua setters for class-type members
|
13 年 前 |
Ivan Safrin
|
5382bbbb9b
2DPhysics,3DPhysics and UI are now statically compiled into the player, disabled dynamic modules for now, added a UI theme pack to the player
|
13 年 前 |
Ivan Safrin
|
6b38b84adf
Merge pull request #147 from mcclure/LuaUI
|
13 年 前 |
Ivan Safrin
|
ba4e3cbd37
New Lua EventDispatcher system. addEventListener now takes a callback function as second parameter
|
13 年 前 |
Ivan Safrin
|
35a12c27db
Fixed event handling errors with LuaJIT
|
13 年 前 |
mcc
|
7edefa0d85
Include relevant UI classes in create_lua_library inheritInModule
|
13 年 前 |
Ivan Safrin
|
02c2a9fa44
Inheritance and static property/method support in Lua docs
|
13 年 前 |
Ivan Safrin
|
8468cd225f
Update CppHeaderParser to newest version, fixed bugs caused by that. Fixed bug in lua doc generation
|
13 年 前 |
Ivan Safrin
|
244d7d6716
Lua html doc generation from xml, generate lua docs automatically on install, copy lua docs into Lua Standalone, IDE menu option for documentation opens bundled html
|
13 年 前 |
Ivan Safrin
|
dc8204753b
create_lua_library now generates documentation in XML form
|
13 年 前 |
Ivan Safrin
|
3b371b3df5
Major speed improvements to UITextInput when dealing with large text files
|
13 年 前 |
Ivan Safrin
|
a503864244
All classes now subclass PolyBase to faciliate casting in Lua bindings
|
13 年 前 |
Ivan Safrin
|
87be8d27f2
Convenience methods for dirtying mesh arrays, disabled non-working reliable data in Peer
|
13 年 前 |
Ivan Safrin
|
5ee706d3c5
Lua bindings rework. No more __ptr_lookup, __ptr is now regular userdata and contains a pointer to the pointer to C++ class, garbage collection metatables on some objects.
|
13 年 前 |
Ivan Safrin
|
d51dbac584
isClass/isKindOfClass support in class system, cast and safe_cast functions
|
13 年 前 |
Ivan Safrin
|
543baf9047
Returning std::vectors as Lua arrays in bindings
|
13 年 前 |
Ivan Safrin
|
193e0e2251
UI improvements, Major IDE updates (2D entity editor, bezier curve editor, asset browser), ids and tags for entities, ScreenEntityInstances, binary Object serialization, various bugfixes and improvements across the board, Particle systems no longer require a parent Scene/Screen, Label code rewrite (now aligned to baseline by default),
|
13 年 前 |
Ivan Safrin
|
9ded3c1458
Fixed LuaJIT support, fixed shader alpha when fog is enabled
|
13 年 前 |
Ivan Safrin
|
ae751ec28f
Fixed event handling broken by class system change, added equality operator to Lua classes that uses __ptr equality, changed Lua examples to use IDE project filenames, fixed old code so all examples work in the IDE, fixed positional ScreenSounds, added static constructor for ScreenLines to use in Lua
|
13 年 前 |
Ivan Safrin
|
f55af8e1c0
const static members from C++ are now set in the metatable of the class (ScreenShape.SHAPE_RECT instead of SHAPE_RECT)
|
13 年 前 |
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 年 前 |
Ivan Safrin
|
6fc1529904
Debugging fixes, static method support in bindings
|
13 年 前 |
Ivan Safrin
|
634df503e7
Moved networking module into the core
|
13 年 前 |
mcc
|
671276096d
Remove debug prints accidentally checked in
|
13 年 前 |
mcc
|
1d3bdd243d
create_lua_library: Allow inputPath to optionally be a file (containing a list of paths) instead of a directory
|
13 年 前 |