Wei Tjong Yao 6a6a5e4adc Fixed GetPlatform() to correctly return 'Raspberry Pi' as the platform name on Pi. Fixed Editor's mouse cursor not visible on Pi. 12 rokov pred
..
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. 12 rokov pred
CMakeLists.txt cc99a07a53 Added Raspberry Pi port, currently only supported in GCC build either natively or cross compiling (if the CC tool is detected). Moved the gcc out-of-source build directory one more level up as it is better supported by cmake/eclipse generator this way. Enhanced shell scripts so they can be invoked in any directory. A few bug bug fixes on SDL library code. 12 rokov pred
Condition.cpp a40fead7dc Updated license for the new year. 13 rokov pred
Condition.h a40fead7dc Updated license for the new year. 13 rokov pred
Context.cpp 4f5e060a6a Fixed possible subsystem deinitialization order error. 12 rokov pred
Context.h c0dbf7f545 Generalized the factory category for all objects. 12 rokov pred
CoreEvents.h a40fead7dc Updated license for the new year. 13 rokov pred
Main.h da243eb31b Applied UI & editor related patch from weitjong. 13 rokov pred
MiniDump.cpp a40fead7dc Updated license for the new year. 13 rokov pred
MiniDump.h a40fead7dc Updated license for the new year. 13 rokov pred
Mutex.cpp a40fead7dc Updated license for the new year. 13 rokov pred
Mutex.h a40fead7dc Updated license for the new year. 13 rokov pred
Object.cpp c0dbf7f545 Generalized the factory category for all objects. 12 rokov pred
Object.h ad7b7451b4 As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process. 12 rokov pred
Precompiled.cpp a40fead7dc Updated license for the new year. 13 rokov pred
Precompiled.h a40fead7dc Updated license for the new year. 13 rokov pred
ProcessUtils.cpp 6a6a5e4adc Fixed GetPlatform() to correctly return 'Raspberry Pi' as the platform name on Pi. Fixed Editor's mouse cursor not visible on Pi. 12 rokov pred
ProcessUtils.h ad7b7451b4 As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process. 12 rokov pred
Profiler.cpp ad7b7451b4 As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process. 12 rokov pred
Profiler.h a40fead7dc Updated license for the new year. 13 rokov pred
StringUtils.cpp 3cd4625ad1 Store shader parameters as Variants to preserve the coordinate count & distinguish between eg. floats and Vector4's. 12 rokov pred
StringUtils.h 3cd4625ad1 Store shader parameters as Variants to preserve the coordinate count & distinguish between eg. floats and Vector4's. 12 rokov pred
Thread.cpp a40fead7dc Updated license for the new year. 13 rokov pred
Thread.h a40fead7dc Updated license for the new year. 13 rokov pred
Timer.cpp ad7b7451b4 As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process. 12 rokov pred
Timer.h 20619d01b1 Converted Log into a monostate to allow logging without a Context pointer. 13 rokov pred
Variant.cpp 3cd4625ad1 Store shader parameters as Variants to preserve the coordinate count & distinguish between eg. floats and Vector4's. 12 rokov pred
Variant.h 4e1e1f9ce6 Converted static const String arrays to const char* arrays where applicable. 12 rokov pred
WorkQueue.cpp ad7b7451b4 As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process. 12 rokov pred
WorkQueue.h 9655a03688 Fixed WorkQueue comments. 13 rokov pred