mcc
|
afc74abac5
Prevent event code collisions when using Polycode stock classes by adding a class-unique EVENTBASE_ constant to each class's event types. (The EVENTBASE_s are documented in PolyEvent.h.) Make a small change to create_lua_library to support the EVENTBASE_ idiom.
|
před 13 roky |
Ivan Safrin
|
1015a016cf
Merge pull request #151 from mcclure/gcfix
|
před 13 roky |
Ivan Safrin
|
5930b20c15
Fixed PolyKEY in bindings, added Services.Input to Lua defaults
|
před 13 roky |
Ivan Safrin
|
2522352a17
Fixed Lua debug reporting in player, made IDE throttle down instead of pausing core on lose focus, added open files dropdown and active project name display to the IDE
|
před 13 roky |
Ivan Safrin
|
88b35abe7e
Added stack reset to lua event callbacks to temporarily fix stack overflows, fixed project export on Mac
|
před 13 roky |
Ivan Safrin
|
c77626f237
Fix unsupported vector returns not returning lua stack uncrement value in bindings, added POLYCODE_CORE defines in all cores for convenience
|
před 13 roky |
Ivan Safrin
|
502593b743
Switched back to python 2, sorry Andi :)
|
před 13 roky |
Ivan Safrin
|
1bf52f7203
Linux build fixes, switch to python3
|
před 13 roky |
mcc
|
fec6e15a43
Make the following safe in lua: delete(nil); double delete(); delete() followed by GC
|
před 13 roky |
Ivan Safrin
|
697a0e8aff
Merge pull request #149 from mcclure/luadoc_optout
|
před 13 roky |
mcc
|
bd5fd3897a
create_lua_library: Fix stack overlow from unnecessary getfield in LuaEventHandler::handleEvent. Remove brute-force workaround for overflow also.
|
před 13 roky |
mcc
|
b5784f92a1
create_lua_library: Fix stack overflow from unbalanced metatable creation
|
před 13 roky |
mcc
|
16613a22ae
create_lua_library lua doc generation path controls, opt-out
|
před 13 roky |
Ivan Safrin
|
e63d8970bc
Lua setters for class-type members
|
před 13 roky |
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
|
před 13 roky |
Ivan Safrin
|
6b38b84adf
Merge pull request #147 from mcclure/LuaUI
|
před 13 roky |
Ivan Safrin
|
ba4e3cbd37
New Lua EventDispatcher system. addEventListener now takes a callback function as second parameter
|
před 13 roky |
Ivan Safrin
|
35a12c27db
Fixed event handling errors with LuaJIT
|
před 13 roky |
mcc
|
7edefa0d85
Include relevant UI classes in create_lua_library inheritInModule
|
před 13 roky |
Ivan Safrin
|
02c2a9fa44
Inheritance and static property/method support in Lua docs
|
před 13 roky |
Ivan Safrin
|
8468cd225f
Update CppHeaderParser to newest version, fixed bugs caused by that. Fixed bug in lua doc generation
|
před 13 roky |
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
|
před 13 roky |
Ivan Safrin
|
dc8204753b
create_lua_library now generates documentation in XML form
|
před 13 roky |
Ivan Safrin
|
3b371b3df5
Major speed improvements to UITextInput when dealing with large text files
|
před 13 roky |
Ivan Safrin
|
a503864244
All classes now subclass PolyBase to faciliate casting in Lua bindings
|
před 13 roky |
Ivan Safrin
|
87be8d27f2
Convenience methods for dirtying mesh arrays, disabled non-working reliable data in Peer
|
před 13 roky |
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.
|
před 13 roky |
Ivan Safrin
|
d51dbac584
isClass/isKindOfClass support in class system, cast and safe_cast functions
|
před 13 roky |
Ivan Safrin
|
543baf9047
Returning std::vectors as Lua arrays in bindings
|
před 13 roky |
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),
|
před 13 roky |