Wei Tjong Yao 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 лет назад
..
Attribute.h 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 лет назад
CMakeLists.txt 92eb073cb7 Applied cmake patch from weitjong. 13 лет назад
Condition.cpp a40fead7dc Updated license for the new year. 13 лет назад
Condition.h a40fead7dc Updated license for the new year. 13 лет назад
Context.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 лет назад
Context.h ebcc766ac0 Minor code cleanup. Added GetAttribute() to Context, which returns a named attribute. 13 лет назад
CoreEvents.h a40fead7dc Updated license for the new year. 13 лет назад
Main.h da243eb31b Applied UI & editor related patch from weitjong. 13 лет назад
MiniDump.cpp a40fead7dc Updated license for the new year. 13 лет назад
MiniDump.h a40fead7dc Updated license for the new year. 13 лет назад
Mutex.cpp a40fead7dc Updated license for the new year. 13 лет назад
Mutex.h a40fead7dc Updated license for the new year. 13 лет назад
Object.cpp 3dc3c836a6 Applied patch from weitjong, which improves OSX/iOS build, and removes dead code. 13 лет назад
Object.h 53adf6fc5b Expose UnsubscribeFromAllEventsExcept() to script. 13 лет назад
Precompiled.cpp a40fead7dc Updated license for the new year. 13 лет назад
Precompiled.h a40fead7dc Updated license for the new year. 13 лет назад
ProcessUtils.cpp 62e3d47f6b Added option to ParseArguments() to not skip the first argument. 12 лет назад
ProcessUtils.h 62e3d47f6b Added option to ParseArguments() to not skip the first argument. 12 лет назад
Profiler.cpp 6a7ffdcd19 Updated to newest AssImp from git repository. 12 лет назад
Profiler.h a40fead7dc Updated license for the new year. 13 лет назад
StringUtils.cpp 31abcd7158 Fixed warning & off-by-one error. 12 лет назад
StringUtils.h 6a7ffdcd19 Updated to newest AssImp from git repository. 12 лет назад
Thread.cpp a40fead7dc Updated license for the new year. 13 лет назад
Thread.h a40fead7dc Updated license for the new year. 13 лет назад
Timer.cpp 20619d01b1 Converted Log into a monostate to allow logging without a Context pointer. 13 лет назад
Timer.h 20619d01b1 Converted Log into a monostate to allow logging without a Context pointer. 13 лет назад
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 лет назад
Variant.h 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 лет назад
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 лет назад
WorkQueue.h 9655a03688 Fixed WorkQueue comments. 13 лет назад