BearishSun 692e25b595 Code style changes and minor cleanup 9 lat temu
..
ThirdParty 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
Unix 692e25b595 Code style changes and minor cleanup 9 lat temu
Win32 eaa63d2886 Fixing compile errors on Windows 9 lat temu
BsAABox.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 lat temu
BsAsyncOp.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 lat temu
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 lat temu
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 lat temu
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 lat temu
BsBitmapWriter.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsBounds.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsCapsule.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsColor.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsConsoleTestOutput.cpp 98f2547d36 Add ConsoleTestOutput 9 lat temu
BsConvexVolume.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsCrashHandler.cpp ccc4f31597 Fixing compilation errors caused by include file order 9 lat temu
BsDataStream.cpp 8f761b5efa Use a non-wide string for a path on non-Windows platforms 9 lat temu
BsDebug.cpp 646f096344 Print log messages to stdout on non-Windows systems 9 lat temu
BsDegree.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsDynLib.cpp 91656d7141 Complete dynamic library handling on OS X 9 lat temu
BsDynLibManager.cpp ca53f86531 Fixing build so it doesn't rely on the working folder, so build paths outside of the standard path work 9 lat temu
BsException.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsFileSerializer.cpp e4a4ebe6cd Use non-wide strings for paths when not on Windows 9 lat temu
BsFileSystem.cpp 692e25b595 Code style changes and minor cleanup 9 lat temu
BsFileSystemTestSuite.cpp 692e25b595 Code style changes and minor cleanup 9 lat temu
BsFrameAlloc.cpp 0e7bb3e878 Fixed frame allocator so it properly allocates aligned memory 9 lat temu
BsGlobalFrameAlloc.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsIReflectable.cpp 0b4c5846dc Added a way to attach editor-only data to resources 9 lat temu
BsLine2.cpp 3df22b5671 Added generation of connected quads needed for AA polyline rendering 9 lat temu
BsLineSegment3.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 lat temu
BsLog.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 lat temu
BsMath.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsMatrix3.cpp 8a65b3de98 Skeletal animation now functional: 9 lat temu
BsMatrix4.cpp 85a25e08cf Refactored DropDownWindow so that creating GUI in constructor doesn't cause a crash 9 lat temu
BsMemStack.cpp fee099749f Move a few inline function definitions to headers 9 lat temu
BsMemoryAllocator.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsMemorySerializer.cpp f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 lat temu
BsMessageHandler.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsPath.cpp 9a8244ddc4 Renaming a folder in project library no longer causes a full reimport of all files in that folder 9 lat temu
BsPlane.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 lat temu
BsQuaternion.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 lat temu
BsRTTIField.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsRTTIType.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 lat temu
BsRadian.cpp 58ca7b0ccb Make Radian::valueDegrees() not inline 9 lat temu
BsRay.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsRect2.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsRect2I.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsRect3.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 lat temu
BsSerializedObject.cpp 63c61046cd Refactor serialization/RTTI system so it supports streaming 9 lat temu
BsSphere.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsString.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsStringID.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
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 lat temu
BsTestOutput.cpp e5a7669e17 Add FileSystem tests in BansheeUtility 9 lat temu
BsTestSuite.cpp e5a7669e17 Add FileSystem tests in BansheeUtility 9 lat temu
BsTexAtlasGenerator.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsThreadPool.cpp f7c2920e32 Fix missing include 9 lat temu
BsTime.cpp 6f0747c8f6 Various fixes in order to get GUICanvas functional 9 lat temu
BsTimer.cpp 690230df74 fix Clang build 9 lat temu
BsTorus.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 lat temu
BsUtil.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsUtilityTest.cpp 692e25b595 Code style changes and minor cleanup 9 lat temu
BsVector2.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsVector2I.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu
BsVector3.cpp fee099749f Move a few inline function definitions to headers 9 lat temu
BsVector4.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 lat temu