Lasse Öörni 55f249e548 Automatically show compatible script object variables as ScriptInstance attributes and file-serialize them. %!s(int64=13) %!d(string=hai) anos
..
Attribute.h 55f249e548 Automatically show compatible script object variables as ScriptInstance attributes and file-serialize them. %!s(int64=13) %!d(string=hai) anos
CMakeLists.txt 92eb073cb7 Applied cmake patch from weitjong. %!s(int64=13) %!d(string=hai) anos
Condition.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Condition.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Context.cpp ebcc766ac0 Minor code cleanup. Added GetAttribute() to Context, which returns a named attribute. %!s(int64=13) %!d(string=hai) anos
Context.h ebcc766ac0 Minor code cleanup. Added GetAttribute() to Context, which returns a named attribute. %!s(int64=13) %!d(string=hai) anos
CoreEvents.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Main.h da243eb31b Applied UI & editor related patch from weitjong. %!s(int64=13) %!d(string=hai) anos
MiniDump.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
MiniDump.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Mutex.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Mutex.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Object.cpp 3dc3c836a6 Applied patch from weitjong, which improves OSX/iOS build, and removes dead code. %!s(int64=13) %!d(string=hai) anos
Object.h 53adf6fc5b Expose UnsubscribeFromAllEventsExcept() to script. %!s(int64=13) %!d(string=hai) anos
Precompiled.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Precompiled.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
ProcessUtils.cpp 51c0b76c6b Code cleanup (pardon the dust). %!s(int64=13) %!d(string=hai) anos
ProcessUtils.h 4d72b5a609 ScriptAPIDumper dumps to console when output file is not provided. Removed caveat from have to compile with ENABLE_LOGGING. Exposed variants to print to stderr to script. Added shell script for calling ConvertDocsToWiki executable. Fixed Editor application to handle exit on error gracefully. Updated documentation and wiki accordingly. %!s(int64=13) %!d(string=hai) anos
Profiler.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Profiler.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
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. %!s(int64=13) %!d(string=hai) anos
StringUtils.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Thread.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Thread.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Timer.cpp 20619d01b1 Converted Log into a monostate to allow logging without a Context pointer. %!s(int64=13) %!d(string=hai) anos
Timer.h 20619d01b1 Converted Log into a monostate to allow logging without a Context pointer. %!s(int64=13) %!d(string=hai) anos
Variant.cpp da243eb31b Applied UI & editor related patch from weitjong. %!s(int64=13) %!d(string=hai) anos
Variant.h da243eb31b Applied UI & editor related patch from weitjong. %!s(int64=13) %!d(string=hai) anos
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. %!s(int64=13) %!d(string=hai) anos
WorkQueue.h 9655a03688 Fixed WorkQueue comments. %!s(int64=13) %!d(string=hai) anos