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