Commit History

Author SHA1 Message Date
  Lasse Öörni 31efab5d65 Moved SetSortChildren() to UIElement public API and exposed it to script. 14 years ago
  Lasse Öörni 6c5d216c27 Added local axis movement mode to the editor. 14 years ago
  Lasse Öörni f26ff1c2f6 Sort batch groups front to back according to the distance of the first batch to reduce overdraw. 14 years ago
  Lasse Öörni 96855411c0 Fixed unnecessarily complicated UI element focusing/defocusing logic. 14 years ago
  Lasse Öörni 9bebc4898e Switched to AngelScript 2.21.1 WIP. 14 years ago
  Lasse Öörni 5b44c38d32 Code cleanup. Actually use the added Contains() & Find() functions. 14 years ago
  Lasse Öörni af2b4311dc Function name unification and cleanup. ChildElement -> Child. RootElement -> Root. ScriptedChildren -> ChildrenWithScript. 14 years ago
  Lasse Öörni aa2491a7ac Moved SharedPtr & SharedArrayPtr to the Container library. 14 years ago
  Lasse Öörni b90c1386be Removed unnecessary parentheses. 14 years ago
  Lasse Öörni f60321b20f Use PODVector more extensively. 14 years ago
  Lasse Öörni f3859c1ed7 Added documentation about containers. 14 years ago
  Lasse Öörni d69efd65f0 Container library fixes. 14 years ago
  Lasse Öörni 565de1ad02 Moved some of StringUtils functions to the String class. 14 years ago
  Lasse Öörni 0dee3e592c Migrated the UI library to use PODVector for batches & quads. 14 years ago
  Lasse Öörni fe56f0118b Renamed the UserData VariantMap in UIElement to Vars, to distinguish from low-level userdata that is typically a pointer. Added same VariantMap to Node. 14 years ago
  Lasse Öörni a7a458b3a9 Script API registration cleanup: asMETHODPR changed to asMETHOD where possible. 14 years ago
  Lasse Öörni 7c45da5588 Import new code. 14 years ago
  Lasse Öörni a48885a729 Make way for import of new code. 14 years ago
  Lasse Öörni 52ea7484d3 Drag and drop operations for moving components and reparenting scene nodes. 14 years ago
  Lasse Öörni e2335ec26e Initial component editing. 15 years ago
  Lasse Öörni a7b269d79f Added camera settings dialog. 15 years ago
  Lasse Öörni 5a4957b7a3 Added debug geometry drawing to Octree. 15 years ago
  Lasse Öörni bec3a65ee3 Fixed UIElement priority bug when bringing element to front and no elements to compare to. 15 years ago
  Lasse Öörni ec327701e5 Initial skeleton of the scene editor. 15 years ago
  Lasse Öörni d33562e87a Fixed UI layout bugs. 15 years ago
  Lasse Öörni 97370cc707 Added getComponentTypes() function to component factories & Scene. 15 years ago
  Lasse Öörni 748a1fe381 Documentation update and code cleanup. 15 years ago
  Lasse Öörni fd24ca3c69 UI improvements and cleanup. 15 years ago
  Lasse Öörni c30b162267 Support for different UI cursor shapes. 15 years ago
  Lasse Öörni f2492935d4 Initial UI drag and drop support. No visualization yet. 15 years ago