Lasse Öörni c0dbf7f545 Generalized the factory category for all objects. 12 rokov pred
..
Addons.cpp 75df330fe3 Started work on UI element editor, pardon the dust. Added 'traversalMode' property to UIElement and exposed it to ScriptAPI to control the children UI batches generation. Enhanced Scene to safe keep the filename used in last serialization, fixed to perform a Clear() before Load()/LoadXML(). Exposed String's Clear() method to Script API. Fixed ListView to insert multiple top-level items in hierarchy mode correctly. 13 rokov pred
Addons.h a40fead7dc Updated license for the new year. 13 rokov pred
CMakeLists.txt 92eb073cb7 Applied cmake patch from weitjong. 13 rokov pred
Precompiled.cpp a40fead7dc Updated license for the new year. 13 rokov pred
Precompiled.h a40fead7dc Updated license for the new year. 13 rokov pred
Script.cpp 8d1c28bc3e Group components into categories. In the Editor app, dynamically create the menu structure based on the component categories. Added new GetCategory() method in Component class and exposed it to script. Reviewed and fixed as necessary the default attributes registration of Component's descendant classes. Removed 'Attenuation' and 'Panning' attributes from SoundSource3D as they are updated constantly in this class. Enhanced Context class to 'register' component category during the component factory registration. 12 rokov pred
Script.h 8d1c28bc3e Group components into categories. In the Editor app, dynamically create the menu structure based on the component categories. Added new GetCategory() method in Component class and exposed it to script. Reviewed and fixed as necessary the default attributes registration of Component's descendant classes. Removed 'Attenuation' and 'Panning' attributes from SoundSource3D as they are updated constantly in this class. Enhanced Context class to 'register' component category during the component factory registration. 12 rokov pred
ScriptEventListener.h cddaa40080 Fixed ScriptInstance.cpp to compile under GCC and LLVM. Better Eclipse build environment setup. General code cleanup. During Editor startup, resets scene when loading requested scene from file specified by the parameter fails. 13 rokov pred
ScriptFile.cpp 3539fcd26e Improved the final error message printed when an include file is missing. 13 rokov pred
ScriptFile.h 74c01e7da5 Added compiled AngelScript bytecode support. 13 rokov pred
ScriptInstance.cpp c0dbf7f545 Generalized the factory category for all objects. 12 rokov pred
ScriptInstance.h 1930041147 Optimization: DecalSet & ScriptInstance unsubscribe from scene update when disabled. 13 rokov pred