Wei Tjong Yao e57bc3987b Serialized UI-element's user variable names in its own UI-element file instead of in scene file. Automatically determine the right UI-element level to perform the serialization when it is being requested. Fixed a bug in Scene class to unregister all the scene variable names when the scene is being cleared. 12 年之前
..
CMakeLists.txt 92eb073cb7 Applied cmake patch from weitjong. 13 年之前
Component.cpp 3cbf2cd402 Detach AnimationController & ParticleEmitter from the scene post-update when disabled. 12 年之前
Component.h 606d374936 Added GetWorldBoundingBox() to CollisionShape. 12 年之前
Node.cpp 5375254f0b Exposed functions to create nodes & components with specified IDs. This should make it unnecessary to handle ID rewriting in undo/redo. 12 年之前
Node.h 5375254f0b Exposed functions to create nodes & components with specified IDs. This should make it unnecessary to handle ID rewriting in undo/redo. 12 年之前
Precompiled.cpp a40fead7dc Updated license for the new year. 13 年之前
Precompiled.h a40fead7dc Updated license for the new year. 13 年之前
ReplicationState.h a40fead7dc Updated license for the new year. 13 年之前
Scene.cpp e57bc3987b Serialized UI-element's user variable names in its own UI-element file instead of in scene file. Automatically determine the right UI-element level to perform the serialization when it is being requested. Fixed a bug in Scene class to unregister all the scene variable names when the scene is being cleared. 12 年之前
Scene.h 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. 12 年之前
SceneEvents.h af8825047a Started work on node/component enable & disable. 12 年之前
SceneResolver.cpp 20619d01b1 Converted Log into a monostate to allow logging without a Context pointer. 12 年之前
SceneResolver.h a40fead7dc Updated license for the new year. 13 年之前
Serializable.cpp 06f3580948 Enhanced the Attribute Inspector to show the 'Is Enabled' check box on the node/component 'title bar' instead of in the attribute list; and small refactoring to reduce the number of parameters being passed in a number of functions. Refactored to modify AttributeInfo's name to become a String. Exposed 'internal' property of UIElement to Script API. Enhanced Text class so that it renders the selected text being hovered by mouse a little differently than those without. 12 年之前
Serializable.h 55f249e548 Automatically show compatible script object variables as ScriptInstance attributes and file-serialize them. 12 年之前
SmoothedTransform.cpp 3dc3c836a6 Applied patch from weitjong, which improves OSX/iOS build, and removes dead code. 13 年之前
SmoothedTransform.h 5830f0e5d1 Convention change: prefer Enabled instead of Active where possible. 12 年之前