Commit Verlauf

Autor SHA1 Nachricht Datum
  Ivan Safrin ae315fb205 Added UIMenuItem to inheritInModule hack, removed check for modified files in bindings build script. vor 12 Jahren
  Ivan Safrin 66b8eb05bb Removed ScreenLine from Lua garbage collection vor 12 Jahren
  Ivan Safrin ceaad6bee0 Lua bindings now return pointer class members. Added an equality operator for Lua classes (you can just use == instead of same_c_class now). Updated examples to reflect new changes. UI scroll bars and tree containers will now set cursor to arrow. vor 12 Jahren
  Ivan Safrin 34f312d7dd Merge pull request #259 from CIB/cleanup vor 12 Jahren
  cib d48451256f Added more safety checks to config loading for PolycodeProject vor 12 Jahren
  Ivan Safrin 9f0a1f1905 Added safe_delete to Lua API which deletes passed object on next frame, added stopTrackingChild to PhysicsScreen, contact events now dispatched after box2d step completes. vor 12 Jahren
  Remi Gillig 023a413d34 Fix some warnings vor 13 Jahren
  Ivan Safrin 1d7db8ed64 Fixed screen entities not being set correctly in 2d collision responses after recent pull request, added support for shorts in the bindings vor 13 Jahren
  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. vor 13 Jahren
  Ivan Safrin 1015a016cf Merge pull request #151 from mcclure/gcfix vor 13 Jahren
  Ivan Safrin 5930b20c15 Fixed PolyKEY in bindings, added Services.Input to Lua defaults vor 13 Jahren
  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 vor 13 Jahren
  Ivan Safrin 88b35abe7e Added stack reset to lua event callbacks to temporarily fix stack overflows, fixed project export on Mac vor 13 Jahren
  Ivan Safrin c77626f237 Fix unsupported vector returns not returning lua stack uncrement value in bindings, added POLYCODE_CORE defines in all cores for convenience vor 13 Jahren
  Ivan Safrin 502593b743 Switched back to python 2, sorry Andi :) vor 13 Jahren
  Ivan Safrin 1bf52f7203 Linux build fixes, switch to python3 vor 13 Jahren
  mcc fec6e15a43 Make the following safe in lua: delete(nil); double delete(); delete() followed by GC vor 13 Jahren
  Ivan Safrin 697a0e8aff Merge pull request #149 from mcclure/luadoc_optout vor 13 Jahren
  mcc bd5fd3897a create_lua_library: Fix stack overlow from unnecessary getfield in LuaEventHandler::handleEvent. Remove brute-force workaround for overflow also. vor 13 Jahren
  mcc b5784f92a1 create_lua_library: Fix stack overflow from unbalanced metatable creation vor 13 Jahren
  mcc 16613a22ae create_lua_library lua doc generation path controls, opt-out vor 13 Jahren
  Ivan Safrin e63d8970bc Lua setters for class-type members vor 13 Jahren
  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 vor 13 Jahren
  Ivan Safrin 6b38b84adf Merge pull request #147 from mcclure/LuaUI vor 13 Jahren
  Ivan Safrin ba4e3cbd37 New Lua EventDispatcher system. addEventListener now takes a callback function as second parameter vor 13 Jahren
  Ivan Safrin 35a12c27db Fixed event handling errors with LuaJIT vor 13 Jahren
  mcc 7edefa0d85 Include relevant UI classes in create_lua_library inheritInModule vor 13 Jahren
  Ivan Safrin 02c2a9fa44 Inheritance and static property/method support in Lua docs vor 13 Jahren
  Ivan Safrin 8468cd225f Update CppHeaderParser to newest version, fixed bugs caused by that. Fixed bug in lua doc generation vor 13 Jahren
  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 vor 13 Jahren