Lasse Öörni 3eb3c1dc66 Refactored string<>bytebuffer conversions to functions in StringUtils and marked todo's for optimizing them. před 12 roky
..
Attribute.h fed83fb1ca Some slightly nasty casts to reduce warnings in header files on 64bit MSVC compile. The length of strings/containers is intentionally stored as 32bit even in a 64bit compile to ensure the script API stays unchanged. před 12 roky
CMakeLists.txt 92eb073cb7 Applied cmake patch from weitjong. před 13 roky
Condition.cpp a40fead7dc Updated license for the new year. před 13 roky
Condition.h a40fead7dc Updated license for the new year. před 13 roky
Context.cpp c0dbf7f545 Generalized the factory category for all objects. před 12 roky
Context.h c0dbf7f545 Generalized the factory category for all objects. před 12 roky
CoreEvents.h a40fead7dc Updated license for the new year. před 13 roky
Main.h da243eb31b Applied UI & editor related patch from weitjong. před 13 roky
MiniDump.cpp a40fead7dc Updated license for the new year. před 13 roky
MiniDump.h a40fead7dc Updated license for the new year. před 13 roky
Mutex.cpp a40fead7dc Updated license for the new year. před 13 roky
Mutex.h a40fead7dc Updated license for the new year. před 13 roky
Object.cpp c0dbf7f545 Generalized the factory category for all objects. před 12 roky
Object.h c0dbf7f545 Generalized the factory category for all objects. před 12 roky
Precompiled.cpp a40fead7dc Updated license for the new year. před 13 roky
Precompiled.h a40fead7dc Updated license for the new year. před 13 roky
ProcessUtils.cpp 9e3282aeea Initial fixes for compiling as 64bit (MSVC.) před 12 roky
ProcessUtils.h 62e3d47f6b Added option to ParseArguments() to not skip the first argument. před 12 roky
Profiler.cpp 6a7ffdcd19 Updated to newest AssImp from git repository. před 12 roky
Profiler.h a40fead7dc Updated license for the new year. před 13 roky
StringUtils.cpp 3eb3c1dc66 Refactored string<>bytebuffer conversions to functions in StringUtils and marked todo's for optimizing them. před 12 roky
StringUtils.h 3eb3c1dc66 Refactored string<>bytebuffer conversions to functions in StringUtils and marked todo's for optimizing them. před 12 roky
Thread.cpp a40fead7dc Updated license for the new year. před 13 roky
Thread.h a40fead7dc Updated license for the new year. před 13 roky
Timer.cpp 20619d01b1 Converted Log into a monostate to allow logging without a Context pointer. před 13 roky
Timer.h 20619d01b1 Converted Log into a monostate to allow logging without a Context pointer. před 13 roky
Variant.cpp 3eb3c1dc66 Refactored string<>bytebuffer conversions to functions in StringUtils and marked todo's for optimizing them. před 12 roky
Variant.h 4e1e1f9ce6 Converted static const String arrays to const char* arrays where applicable. před 12 roky
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. před 13 roky
WorkQueue.h 9655a03688 Fixed WorkQueue comments. před 13 roky