2
0
Wei Tjong Yao f5aa8898da Fixed UIElement's SetParent() method which was exposed to the Script API with wrong signature previously. Added drag-and-drop support for UI-element in Editor app. 12 жил өмнө
..
APITemplates.h f5aa8898da Fixed UIElement's SetParent() method which was exposed to the Script API with wrong signature previously. Added drag-and-drop support for UI-element in Editor app. 12 жил өмнө
AudioAPI.cpp a40fead7dc Updated license for the new year. 13 жил өмнө
CMakeLists.txt 08075f0915 Reversed if's in Variant code to favor the correct type. 12 жил өмнө
Console.cpp 5830f0e5d1 Convention change: prefer Enabled instead of Active where possible. 12 жил өмнө
Console.h a40fead7dc Updated license for the new year. 13 жил өмнө
CoreAPI.cpp 184360dc82 Added new feature in the Editor's edit menu to reset-to-default selected serializable objects (nodes, components, UI-elements) to their default values with undo/redo support. Added new method ResetToDefault() in Serializable class and exposed it to Script. Fixed the constness in Serializable class and all the recently added filtering methods in UIElement descandant classes. Exposed AM_NODEID and AM_COMPONENTID to Script. Added new Keys() method in HashMap class. Fixed SetModel() method in StaticModel and AnimatedModel to accept null model pointer in order to make reset-to-default to work. 12 жил өмнө
DebugHud.cpp da243eb31b Applied UI & editor related patch from weitjong. 13 жил өмнө
DebugHud.h da243eb31b Applied UI & editor related patch from weitjong. 13 жил өмнө
Engine.cpp 0ef6e3f135 Added profiling blocks to shader loading. 12 жил өмнө
Engine.h 0ef6e3f135 Added profiling blocks to shader loading. 12 жил өмнө
EngineAPI.cpp 0ef6e3f135 Added profiling blocks to shader loading. 12 жил өмнө
GraphicsAPI.cpp abae3414ac Applied camera constness patch from Erik Beran. 12 жил өмнө
IOAPI.cpp a76a3b1ab7 Reordered UIElement's attributes, common attributes got registered first. Enhanced Attribute Inspector to show UIElement's attributes for single selection case. Multiple selection is still WIP. 12 жил өмнө
InputAPI.cpp 5830f0e5d1 Convention change: prefer Enabled instead of Active where possible. 12 жил өмнө
MathAPI.cpp 712de11c99 Debug draw UI-elements in Editor. 12 жил өмнө
NavigationAPI.cpp 464335c726 Added OffMeshConnection component. Not yet used in the navigation mesh. 12 жил өмнө
NetworkAPI.cpp 34df8b5e82 Fixed headless mode. 12 жил өмнө
PhysicsAPI.cpp 606d374936 Added GetWorldBoundingBox() to CollisionShape. 12 жил өмнө
Precompiled.cpp a40fead7dc Updated license for the new year. 13 жил өмнө
Precompiled.h a40fead7dc Updated license for the new year. 13 жил өмнө
ResourceAPI.cpp 9bfb0019e3 Added logic to filter UI-style and implicit attributes from UI serialization result. Added logic to let Attribute Inspector to recognize derived values from UI-style file (so, only user modified and programmatically modified attributes are displayed using 'modified color'). Enhanced UI style file processing to support derived 'style' (see how 'ListView' style is derived from 'ScrollView' style and 'CloseButton' derived from 'Button' in file 'DefaultStyle.xml' as examples). Enhanced Serializable class to support instance-level default values (used in XML serialization filtering and also in Editor app). Enhanced Context class to support update of class-level default values during object registration in UIElement's descendant classes. Verified and fixed the attribute default values in RegisterObject() method for all UIElement's descendant classes. Added new method in XMLElement to remove attribute. Exposed new methods to Script API accordingly. 12 жил өмнө
SceneAPI.cpp 184360dc82 Added new feature in the Editor's edit menu to reset-to-default selected serializable objects (nodes, components, UI-elements) to their default values with undo/redo support. Added new method ResetToDefault() in Serializable class and exposed it to Script. Fixed the constness in Serializable class and all the recently added filtering methods in UIElement descandant classes. Exposed AM_NODEID and AM_COMPONENTID to Script. Added new Keys() method in HashMap class. Fixed SetModel() method in StaticModel and AnimatedModel to accept null model pointer in order to make reset-to-default to work. 12 жил өмнө
ScriptAPI.cpp af8825047a Started work on node/component enable & disable. 12 жил өмнө
ScriptAPI.h 35c2d83370 Added code to collect navigation mesh geometry. 12 жил өмнө
UIAPI.cpp 9bfb0019e3 Added logic to filter UI-style and implicit attributes from UI serialization result. Added logic to let Attribute Inspector to recognize derived values from UI-style file (so, only user modified and programmatically modified attributes are displayed using 'modified color'). Enhanced UI style file processing to support derived 'style' (see how 'ListView' style is derived from 'ScrollView' style and 'CloseButton' derived from 'Button' in file 'DefaultStyle.xml' as examples). Enhanced Serializable class to support instance-level default values (used in XML serialization filtering and also in Editor app). Enhanced Context class to support update of class-level default values during object registration in UIElement's descendant classes. Verified and fixed the attribute default values in RegisterObject() method for all UIElement's descendant classes. Added new method in XMLElement to remove attribute. Exposed new methods to Script API accordingly. 12 жил өмнө