Lasse Öörni 62e3d47f6b Added option to ParseArguments() to not skip the first argument. 12 lat temu
..
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 lat temu
CMakeLists.txt 92eb073cb7 Applied cmake patch from weitjong. 13 lat temu
Condition.cpp a40fead7dc Updated license for the new year. 13 lat temu
Condition.h a40fead7dc Updated license for the new year. 13 lat temu
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 lat temu
Context.h ebcc766ac0 Minor code cleanup. Added GetAttribute() to Context, which returns a named attribute. 13 lat temu
CoreEvents.h a40fead7dc Updated license for the new year. 13 lat temu
Main.h da243eb31b Applied UI & editor related patch from weitjong. 13 lat temu
MiniDump.cpp a40fead7dc Updated license for the new year. 13 lat temu
MiniDump.h a40fead7dc Updated license for the new year. 13 lat temu
Mutex.cpp a40fead7dc Updated license for the new year. 13 lat temu
Mutex.h a40fead7dc Updated license for the new year. 13 lat temu
Object.cpp 3dc3c836a6 Applied patch from weitjong, which improves OSX/iOS build, and removes dead code. 13 lat temu
Object.h 53adf6fc5b Expose UnsubscribeFromAllEventsExcept() to script. 13 lat temu
Precompiled.cpp a40fead7dc Updated license for the new year. 13 lat temu
Precompiled.h a40fead7dc Updated license for the new year. 13 lat temu
ProcessUtils.cpp 62e3d47f6b Added option to ParseArguments() to not skip the first argument. 12 lat temu
ProcessUtils.h 62e3d47f6b Added option to ParseArguments() to not skip the first argument. 12 lat temu
Profiler.cpp a40fead7dc Updated license for the new year. 13 lat temu
Profiler.h a40fead7dc Updated license for the new year. 13 lat temu
StringUtils.cpp 44d663ba41 Added new Print() variant in script API to print a Variant. Fixed StringUtils from erroneously converting numerical string to int/uint using base 8 or base 16 when the string is started with '0' or '0x'. Fixed the same/diff value evaluation for ResourceRefList, VariantVector, and VariantMap. 13 lat temu
StringUtils.h a40fead7dc Updated license for the new year. 13 lat temu
Thread.cpp a40fead7dc Updated license for the new year. 13 lat temu
Thread.h a40fead7dc Updated license for the new year. 13 lat temu
Timer.cpp 20619d01b1 Converted Log into a monostate to allow logging without a Context pointer. 13 lat temu
Timer.h 20619d01b1 Converted Log into a monostate to allow logging without a Context pointer. 13 lat temu
Variant.cpp da243eb31b Applied UI & editor related patch from weitjong. 13 lat temu
Variant.h da243eb31b Applied UI & editor related patch from weitjong. 13 lat temu
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 lat temu
WorkQueue.h 9655a03688 Fixed WorkQueue comments. 13 lat temu