Commit historia

Upphovsman SHA1 Meddelande Datum
  Ivan Safrin 35eb2dbaa1 Fix for file dialog on Mac, add files to project option 13 år sedan
  Ivan Safrin 1deeee0ebc Setting window caption in UIWindow, confirmation for file removal in IDE, name popup for new folder 13 år sedan
  Ivan Safrin e8dc5f9d47 Fixes for two UI bugs 13 år sedan
  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 år sedan
  Ivan Safrin e10455cf98 Label memory leak fixes 13 år sedan
  Ivan Safrin d070e47295 Events no longer have eventType set to 'Event' by default, speed fixes, memory leak fixes 13 år sedan
  Ivan Safrin 14634160c4 Proper error reporting on errors in files loaded by require() 13 år sedan
  Ivan Safrin d51dbac584 isClass/isKindOfClass support in class system, cast and safe_cast functions 13 år sedan
  Ivan Safrin 179a78648b Removed accidentally added directory 13 år sedan
  Ivan Safrin 543baf9047 Returning std::vectors as Lua arrays in bindings 13 år sedan
  Ivan Safrin 65f80c19cd Fixed 3d particles 13 år sedan
  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 år sedan
  Ivan Safrin e2023b4b52 IDE Project icon and Mac file association 13 år sedan
  Ivan Safrin 86070be06b Fixed play button in the IDE behaving strangely 13 år sedan
  Ivan Safrin 9ded3c1458 Fixed LuaJIT support, fixed shader alpha when fog is enabled 13 år sedan
  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 år sedan
  Ivan Safrin 2b15068944 Project export window in IDE and Mac export, fixed StandalonePlayer not quitting properly 13 år sedan
  Ivan Safrin 6135171126 MAJOR MATERIAL SYSTEM CHANGES: Material properties now defined as shader parameters, shader parameters now created for all materials with default values, textures now must be referenced by full relative paths to resource directories, addArchive can now take folder as parameter. Object changes: string children now set as attributes instead of new nodes in XML. IDE: Basic Material file editor (will only edit/save materials for now) 13 år sedan
  Ivan Safrin 2fd2c4cf5a Transform can now be set via public position,scale and rotation members in Entity. width and height now public in ScreenEntity 13 år sedan
  Ivan Safrin c93ec560d5 Reset input state on app gain focus 13 år sedan
  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 år sedan
  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 år sedan
  Ivan Safrin a13feb3801 Simple input events in player 13 år sedan
  Ivan Safrin e7a3abcb94 Replace and Replace All for IDE text editor 13 år sedan
  Ivan Safrin 24d0347b15 Find support in UITextInput and IDE text editor 13 år sedan
  Ivan Safrin 7885afc98a Fixed double-click selection in UITextInput 13 år sedan
  Ivan Safrin a9b190de02 More accurate line highlighting for UI text editor 13 år sedan
  Ivan Safrin 6fc1529904 Debugging fixes, static method support in bindings 13 år sedan
  Ivan Safrin a5c2354aed Proper player closing procedure on Mac, IDE will disconnect existing clients before launch, proper centering on line highlight 13 år sedan
  Ivan Safrin 8a8b1cfa08 Player exits more gracefully on quit, debuggger improvements in the IDE 13 år sedan