BearishSun 692e25b595 Code style changes and minor cleanup 9 years ago
..
ThirdParty 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
Unix 692e25b595 Code style changes and minor cleanup 9 years ago
Win32 eaa63d2886 Fixing compile errors on Windows 9 years ago
BsAABox.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 years ago
BsAsyncOp.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 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 10 years ago
BsBounds.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsCapsule.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsColor.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsConsoleTestOutput.cpp 98f2547d36 Add ConsoleTestOutput 9 years ago
BsConvexVolume.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsCrashHandler.cpp ccc4f31597 Fixing compilation errors caused by include file order 9 years ago
BsDataStream.cpp 8f761b5efa Use a non-wide string for a path on non-Windows platforms 9 years ago
BsDebug.cpp 646f096344 Print log messages to stdout on non-Windows systems 9 years ago
BsDegree.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsDynLib.cpp 91656d7141 Complete dynamic library handling on OS X 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 10 years ago
BsFileSerializer.cpp e4a4ebe6cd Use non-wide strings for paths when not on Windows 9 years ago
BsFileSystem.cpp 692e25b595 Code style changes and minor cleanup 9 years ago
BsFileSystemTestSuite.cpp 692e25b595 Code style changes and minor cleanup 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 10 years ago
BsIReflectable.cpp 0b4c5846dc Added a way to attach editor-only data to resources 9 years ago
BsLine2.cpp 3df22b5671 Added generation of connected quads needed for AA polyline rendering 9 years ago
BsLineSegment3.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 years ago
BsLog.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 years ago
BsMath.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsMatrix3.cpp 8a65b3de98 Skeletal animation now functional: 9 years ago
BsMatrix4.cpp 85a25e08cf Refactored DropDownWindow so that creating GUI in constructor doesn't cause a crash 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 10 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 10 years ago
BsPath.cpp 9a8244ddc4 Renaming a folder in project library no longer causes a full reimport of all files in that folder 9 years ago
BsPlane.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 years ago
BsQuaternion.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 years ago
BsRTTIField.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsRTTIType.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 years ago
BsRadian.cpp 58ca7b0ccb Make Radian::valueDegrees() not inline 9 years ago
BsRay.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsRect2.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsRect2I.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsRect3.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 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 10 years ago
BsString.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsStringID.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsTaskScheduler.cpp e8175f03bf Fixing a nasty task scheduler issue, where re-queuing the task and requesting wait(), would not properly block the calling thread until task finished. 9 years ago
BsTestOutput.cpp e5a7669e17 Add FileSystem tests in BansheeUtility 9 years ago
BsTestSuite.cpp e5a7669e17 Add FileSystem tests in BansheeUtility 9 years ago
BsTexAtlasGenerator.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsThreadPool.cpp f7c2920e32 Fix missing include 9 years ago
BsTime.cpp 6f0747c8f6 Various fixes in order to get GUICanvas functional 9 years ago
BsTimer.cpp 690230df74 fix Clang build 9 years ago
BsTorus.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 years ago
BsUtil.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsUtilityTest.cpp 692e25b595 Code style changes and minor cleanup 9 years ago
BsVector2.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsVector2I.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 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 10 years ago