BearishSun 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. před 9 roky
..
ThirdParty 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
Win32 9a8244ddc4 Renaming a folder in project library no longer causes a full reimport of all files in that folder před 9 roky
BsAABox.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default před 9 roky
BsAsyncOp.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
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 před 9 roky
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 před 9 roky
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 před 9 roky
BsBitmapWriter.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsBounds.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsCapsule.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsColor.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsConvexVolume.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsDataStream.cpp 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it před 9 roky
BsDebug.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsDegree.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsDynLib.cpp 91656d7141 Complete dynamic library handling on OS X před 9 roky
BsDynLibManager.cpp ca53f86531 Fixing build so it doesn't rely on the working folder, so build paths outside of the standard path work před 9 roky
BsException.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsFileSerializer.cpp e4a4ebe6cd Use non-wide strings for paths when not on Windows před 9 roky
BsFrameAlloc.cpp 0e7bb3e878 Fixed frame allocator so it properly allocates aligned memory před 9 roky
BsGlobalFrameAlloc.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsIReflectable.cpp 0b4c5846dc Added a way to attach editor-only data to resources před 9 roky
BsLine2.cpp 3df22b5671 Added generation of connected quads needed for AA polyline rendering před 9 roky
BsLineSegment3.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default před 9 roky
BsLog.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
BsMath.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsMatrix3.cpp 8a65b3de98 Skeletal animation now functional: před 9 roky
BsMatrix4.cpp 85a25e08cf Refactored DropDownWindow so that creating GUI in constructor doesn't cause a crash před 9 roky
BsMemStack.cpp fee099749f Move a few inline function definitions to headers před 9 roky
BsMemoryAllocator.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsMemorySerializer.cpp f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsMessageHandler.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsPath.cpp 9a8244ddc4 Renaming a folder in project library no longer causes a full reimport of all files in that folder před 9 roky
BsPlane.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default před 9 roky
BsQuaternion.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default před 9 roky
BsRTTIField.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsRTTIType.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsRadian.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsRay.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsRect2.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsRect2I.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsRect3.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default před 9 roky
BsSerializedObject.cpp 63c61046cd Refactor serialization/RTTI system so it supports streaming před 9 roky
BsSphere.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsString.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsStringID.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
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. před 9 roky
BsTestOutput.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsTestSuite.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsTexAtlasGenerator.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsThreadPool.cpp f7c2920e32 Fix missing include před 9 roky
BsTime.cpp 6f0747c8f6 Various fixes in order to get GUICanvas functional před 9 roky
BsTimer.cpp 690230df74 fix Clang build před 9 roky
BsTorus.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default před 9 roky
BsUtil.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsVector2.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsVector2I.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsVector3.cpp fee099749f Move a few inline function definitions to headers před 9 roky
BsVector4.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky