| .. |
|
Attribute.h
|
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 yıl önce |
|
CMakeLists.txt
|
92eb073cb7
Applied cmake patch from weitjong.
|
13 yıl önce |
|
Condition.cpp
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
Condition.h
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
Context.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 yıl önce |
|
Context.h
|
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 yıl önce |
|
CoreEvents.h
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
Main.h
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 yıl önce |
|
MiniDump.cpp
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
MiniDump.h
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
Mutex.cpp
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
Mutex.h
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
Object.cpp
|
3dc3c836a6
Applied patch from weitjong, which improves OSX/iOS build, and removes dead code.
|
13 yıl önce |
|
Object.h
|
53adf6fc5b
Expose UnsubscribeFromAllEventsExcept() to script.
|
13 yıl önce |
|
Precompiled.cpp
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
Precompiled.h
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
ProcessUtils.cpp
|
62e3d47f6b
Added option to ParseArguments() to not skip the first argument.
|
12 yıl önce |
|
ProcessUtils.h
|
62e3d47f6b
Added option to ParseArguments() to not skip the first argument.
|
12 yıl önce |
|
Profiler.cpp
|
6a7ffdcd19
Updated to newest AssImp from git repository.
|
12 yıl önce |
|
Profiler.h
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
StringUtils.cpp
|
31abcd7158
Fixed warning & off-by-one error.
|
12 yıl önce |
|
StringUtils.h
|
6a7ffdcd19
Updated to newest AssImp from git repository.
|
12 yıl önce |
|
Thread.cpp
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
Thread.h
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
Timer.cpp
|
20619d01b1
Converted Log into a monostate to allow logging without a Context pointer.
|
13 yıl önce |
|
Timer.h
|
20619d01b1
Converted Log into a monostate to allow logging without a Context pointer.
|
13 yıl önce |
|
Variant.cpp
|
2bf7facaa7
Laying the groundwork in the Attribute Inspector for showing the UIElement's attributes (still need more work). Enhanced UI subsystem to support modal element, currently only support modal Window. Exposed a new Variant readonly property to test for 'empty' variant. New UIElement's method to get a child by matching the child's user-defined variant map and exposed it to script, also exposed the existing GetVar() method to script.
|
12 yıl önce |
|
Variant.h
|
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 yıl önce |
|
WorkQueue.cpp
|
945085d975
Allow threaded work items with varying priorities. Default is immediate (maximum) priority as used by Octree & View. Optionally send events when threaded work items complete.
|
13 yıl önce |
|
WorkQueue.h
|
9655a03688
Fixed WorkQueue comments.
|
13 yıl önce |