Commit History

Author SHA1 Message Date
  Ivan Safrin d204fa4af4 Merge pull request #148 from mcclure/openal_leak 13 years ago
  Ivan Safrin 697a0e8aff Merge pull request #149 from mcclure/luadoc_optout 13 years ago
  Ivan Safrin 0029105e15 Merge pull request #150 from mcclure/luastack 13 years ago
  Ivan Safrin a6bb676068 New UI theme to match global Polycode redesign, made Cocoa core apply antialiasing on setVideoMode, fixed color creation from hex, made build tool respect vsync and AF settings 13 years ago
  mcc bd5fd3897a create_lua_library: Fix stack overlow from unnecessary getfield in LuaEventHandler::handleEvent. Remove brute-force workaround for overflow also. 13 years ago
  mcc b5784f92a1 create_lua_library: Fix stack overflow from unbalanced metatable creation 13 years ago
  mcc 16613a22ae create_lua_library lua doc generation path controls, opt-out 13 years ago
  mcc 39b8ce4cfd Delete buffers when done using them in PolySound, preventing a bug where OpenAL eventually just stops working 13 years ago
  Ivan Safrin 4de209a0ef Fixed UI theme, added UI Lua example, fixed binding issue in UIComboBox 13 years ago
  Ivan Safrin e63d8970bc Lua setters for class-type members 13 years ago
  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 years ago
  Ivan Safrin 4a0ca32cb8 Added Config to Services in Lua 13 years ago
  Ivan Safrin 424803c1f3 Fixed UI module cmake and added it to the standalone install and global gitignore 13 years ago
  Ivan Safrin 2ced7d55e6 Merge pull request #143 from mcclure/shaderbinding 13 years ago
  Ivan Safrin 6b38b84adf Merge pull request #147 from mcclure/LuaUI 13 years ago
  Ivan Safrin adc58acf1e Merge pull request #146 from mcclure/xmlcrash 13 years ago
  Ivan Safrin f0bb91f365 Fixed selection dragging in UITextInput 13 years ago
  Ivan Safrin ba4e3cbd37 New Lua EventDispatcher system. addEventListener now takes a callback function as second parameter 13 years ago
  Ivan Safrin 35a12c27db Fixed event handling errors with LuaJIT 13 years ago
  mcc 7edefa0d85 Include relevant UI classes in create_lua_library inheritInModule 13 years ago
  Ivan Safrin bca458dab4 Fixed incorrect line deletion in UITextInput some more 13 years ago
  Ivan Safrin 7f22869b70 Fixed incorrect line deletion in UITextInput 13 years ago
  Ivan Safrin 61a8e43144 Added same_c_class() function in Lua to check if cpp classes extended in Lua are the same 13 years ago
  Ivan Safrin 4a8988e13c Made Lua docs header clickable to go back to index 13 years ago
  Ivan Safrin 02c2a9fa44 Inheritance and static property/method support in Lua docs 13 years ago
  mcc 4a881447e4 Prevent a potential crash when parsing a materials xml containing mistakes 13 years ago
  mcc 2144c55202 Build Lua bindings for UI module 13 years ago
  Ivan Safrin 8468cd225f Update CppHeaderParser to newest version, fixed bugs caused by that. Fixed bug in lua doc generation 13 years ago
  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 years ago
  Ivan Safrin fa5e9f6516 create_lua_library now generates documentation in XML form PART TWO 13 years ago