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 년 전
..
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 년 전
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 년 전
Condition.cpp a40fead7dc Updated license for the new year. 13 년 전
Condition.h a40fead7dc Updated license for the new year. 13 년 전
Context.cpp 4f5e060a6a Fixed possible subsystem deinitialization order error. 12 년 전
Context.h c0dbf7f545 Generalized the factory category for all objects. 12 년 전
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 c0dbf7f545 Generalized the factory category for all objects. 12 년 전
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 년 전
Precompiled.cpp a40fead7dc Updated license for the new year. 13 년 전
Precompiled.h a40fead7dc Updated license for the new year. 13 년 전
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 년 전
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 년 전
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 년 전
Profiler.h a40fead7dc Updated license for the new year. 13 년 전
StringUtils.cpp 3cd4625ad1 Store shader parameters as Variants to preserve the coordinate count & distinguish between eg. floats and Vector4's. 12 년 전
StringUtils.h 3cd4625ad1 Store shader parameters as Variants to preserve the coordinate count & distinguish between eg. floats and Vector4's. 12 년 전
Thread.cpp a40fead7dc Updated license for the new year. 13 년 전
Thread.h a40fead7dc Updated license for the new year. 13 년 전
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 년 전
Timer.h 20619d01b1 Converted Log into a monostate to allow logging without a Context pointer. 13 년 전
Variant.cpp 3cd4625ad1 Store shader parameters as Variants to preserve the coordinate count & distinguish between eg. floats and Vector4's. 12 년 전
Variant.h 4e1e1f9ce6 Converted static const String arrays to const char* arrays where applicable. 12 년 전
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 년 전
WorkQueue.h 9655a03688 Fixed WorkQueue comments. 13 년 전