Marko Pintera 6feb6ad787 Added Name field to Resource 11 년 전
..
GLX 5f93eb1683 Remaining files after adding OIS and timers 13 년 전
OSX 5f93eb1683 Remaining files after adding OIS and timers 13 년 전
Win32 047dd0ffcd Added proper timestamps for OIS input events 12 년 전
CmAABox.h 5fa7bee5a7 Refactored Math 12 년 전
CmAsyncOp.h 8f95f0a87d More allocation porting 12 년 전
CmBinarySerializer.h 9c559abe48 Fixed C# list serialization 11 년 전
CmBitmapWriter.h 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 년 전
CmBitwise.h 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 년 전
CmColor.h 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 년 전
CmDataStream.h d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 년 전
CmDebug.h e00f0c95a9 FileSystem and Path moved to WString 12 년 전
CmDegree.h 5fa7bee5a7 Refactored Math 12 년 전
CmDynLib.h 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 년 전
CmDynLibManager.h d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 년 전
CmException.h ea7362503f Added wide strings 12 년 전
CmFileSerializer.h e00f0c95a9 FileSystem and Path moved to WString 12 년 전
CmFileSystem.h e688c086c8 Removed WPath 12 년 전
CmFrameAlloc.h 99f545b06f Added frame allocator 12 년 전
CmFwdDeclUtil.h 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 년 전
CmHString.h 8fa8ac5145 Added managed GUIContent 12 년 전
CmIReflectable.h d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 년 전
CmKeyValuepair.h 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 년 전
CmLog.h d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 년 전
CmManagedDataBlock.h 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 년 전
CmMath.h 0f7bd6ed50 Added fast* trig methods to Math 12 년 전
CmMatrix3.h 22cc7c8120 Matrix4 refactor 12 년 전
CmMatrix4.h 37329cdb26 Added C# Matrix4 12 년 전
CmMemAllocProfiler.h b2dd1e7508 Profiler now uses a special memory allocator so it doesn't skew memory alloc profiling results 12 년 전
CmMemStack.h 98445aab08 Fixed a nasty issue with stack allocation 12 년 전
CmMemoryAllocator.h b2dd1e7508 Profiler now uses a special memory allocator so it doesn't skew memory alloc profiling results 12 년 전
CmMemorySerializer.h 1fafaa92a6 A lot more work on GameObject serialization 12 년 전
CmModule.h 0a242cf23e Reverted Module changes 11 년 전
CmPath.h 6feb6ad787 Added Name field to Resource 11 년 전
CmPlane.h 845c8ea021 Refactored Plane/Sphere 12 년 전
CmPlatformDefines.h 33e91538e9 Modified some platform and compiler defines (add clang/intel and removed some unused ones), also added thread localstorage 12 년 전
CmPrerequisitesUtil.h 5eab51afd3 Refactored Matrix3 12 년 전
CmQuaternion.h d778ed5b15 Added C# quaternion and refactored C++ quaternions a bit 12 년 전
CmRTTIField.h ea7362503f Added wide strings 12 년 전
CmRTTIManagedDataBlockField.h ea7362503f Added wide strings 12 년 전
CmRTTIPlainField.h 46094b3bfa Fixed some issues with RTTI plain value setter/getters (any_cast wasn't able to cast to base types, so I had to encapsulate things a bit further) 12 년 전
CmRTTIPrerequisites.h 6a24e0d39a ProjectLibrary save/load 12 년 전
CmRTTIReflectableField.h ea7362503f Added wide strings 12 년 전
CmRTTIReflectablePtrField.h ea7362503f Added wide strings 12 년 전
CmRTTIType.h 1fafaa92a6 A lot more work on GameObject serialization 12 년 전
CmRadian.h 5fa7bee5a7 Refactored Math 12 년 전
CmRay.h 5fa7bee5a7 Refactored Math 12 년 전
CmRectF.h 3fed3402b3 Refactored and renamed Box, Int2, Rect and FRect #2 (SVN being silly) 12 년 전
CmRectI.h 3fed3402b3 Refactored and renamed Box, Int2, Rect and FRect #2 (SVN being silly) 12 년 전
CmSphere.h 845c8ea021 Refactored Plane/Sphere 12 년 전
CmStdHeaders.h e51cbce52c Started work on scripting 12 년 전
CmString.h 6a24e0d39a ProjectLibrary save/load 12 년 전
CmStringTable.h 373d04fa7a Fixed an issue in ProfilerOverlay where element removal wasn't working right and would cause a crash 12 년 전
CmTexAtlasGenerator.h d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 년 전
CmThreadDefines.h 7c0bafc517 Fixed linker issues with command queue 12 년 전
CmTime.h 047dd0ffcd Added proper timestamps for OIS input events 12 년 전
CmTimer.h 62cc09827b Time 13 년 전
CmTypes.h 236f028298 Lots more work on ProjectLibrary, plus work on ResourceTreeView 12 년 전
CmUUID.h 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 년 전
CmUtil.h 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 년 전
CmVector2.h 5fa7bee5a7 Refactored Math 12 년 전
CmVector2I.h 3fed3402b3 Refactored and renamed Box, Int2, Rect and FRect #2 (SVN being silly) 12 년 전
CmVector3.h d778ed5b15 Added C# quaternion and refactored C++ quaternions a bit 12 년 전
CmVector4.h def3e8c935 Updated Vector2/Vector3/Vector4 native classes 12 년 전
CmWorkQueue.h d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 년 전