BearishSun 947bd35ee5 AnimationCurve (WIP) 9 years ago
..
ThirdParty 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
Win32 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it 9 years ago
BsAABox.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsAsyncOp.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 years ago
BsBinaryCloner.cpp 4cdfc44554 Modified game object deserialization code in order to fix an access violation that was happening with game object's RTTI fields were being accessed without actual serialization/deserialization 9 years ago
BsBinaryDiff.cpp 4cdfc44554 Modified game object deserialization code in order to fix an access violation that was happening with game object's RTTI fields were being accessed without actual serialization/deserialization 9 years ago
BsBinarySerializer.cpp 4cdfc44554 Modified game object deserialization code in order to fix an access violation that was happening with game object's RTTI fields were being accessed without actual serialization/deserialization 9 years ago
BsBitmapWriter.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsBounds.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsCapsule.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsColor.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsConvexVolume.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsDataStream.cpp 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it 9 years ago
BsDebug.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 years ago
BsDegree.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsDynLib.cpp ca53f86531 Fixing build so it doesn't rely on the working folder, so build paths outside of the standard path work 9 years ago
BsDynLibManager.cpp ca53f86531 Fixing build so it doesn't rely on the working folder, so build paths outside of the standard path work 9 years ago
BsException.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsFileSerializer.cpp e4a4ebe6cd Use non-wide strings for paths when not on Windows 9 years ago
BsFrameAlloc.cpp 0e7bb3e878 Fixed frame allocator so it properly allocates aligned memory 9 years ago
BsGlobalFrameAlloc.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsIReflectable.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 years ago
BsLine2.cpp 3df22b5671 Added generation of connected quads needed for AA polyline rendering 9 years ago
BsLineSegment3.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsLog.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 years ago
BsMath.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsMatrix3.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsMatrix4.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsMemStack.cpp fee099749f Move a few inline function definitions to headers 9 years ago
BsMemoryAllocator.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsMemorySerializer.cpp f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 years ago
BsMessageHandler.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsPath.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 9 years ago
BsPlane.cpp 6f0747c8f6 Various fixes in order to get GUICanvas functional 9 years ago
BsQuaternion.cpp 947bd35ee5 AnimationCurve (WIP) 9 years ago
BsRTTIField.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsRTTIType.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 years ago
BsRadian.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsRay.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsRect2.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsRect2I.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsRect3.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsSerializedObject.cpp 63c61046cd Refactor serialization/RTTI system so it supports streaming 9 years ago
BsSphere.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsString.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsStringID.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsTaskScheduler.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 years ago
BsTestOutput.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsTestSuite.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 years ago
BsTexAtlasGenerator.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsThreadPool.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 years ago
BsTime.cpp 6f0747c8f6 Various fixes in order to get GUICanvas functional 9 years ago
BsTimer.cpp c168935089 Timers now use std::chrono 9 years ago
BsTorus.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsUtil.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsVector2.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsVector2I.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago
BsVector3.cpp fee099749f Move a few inline function definitions to headers 9 years ago
BsVector4.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago