BearishSun 3bd0a6c6a0 Reintroduced circular reference search for RTTI 10 gadi atpakaļ
..
ThirdParty 1b1895f796 WIP VisualStudio project syncing 10 gadi atpakaļ
Win32 fdb3896efc Fixed crash that occurred when deleting a light from the scene 10 gadi atpakaļ
BsAABox.cpp f33b14ebe1 Fixed lag between material updates when rendering GUI 11 gadi atpakaļ
BsAsyncOp.cpp 27da749c51 More work on improving the documentation 10 gadi atpakaļ
BsBinaryCloner.cpp 1c17be6581 Moved everything to VS 2015 10 gadi atpakaļ
BsBinaryDiff.cpp 2c35a0c825 Removed all the unused allocators 10 gadi atpakaļ
BsBinarySerializer.cpp 1c17be6581 Moved everything to VS 2015 10 gadi atpakaļ
BsBitmapWriter.cpp 17afc600a7 Massive Cm->Bs file rename 11 gadi atpakaļ
BsBounds.cpp 4101088f37 Massive refactor due to work on Renderer 11 gadi atpakaļ
BsCapsule.cpp a4c60121f4 WIP work on handles 11 gadi atpakaļ
BsColor.cpp 17afc600a7 Massive Cm->Bs file rename 11 gadi atpakaļ
BsConvexVolume.cpp 331d4ac2aa Frustum culling working 11 gadi atpakaļ
BsDataStream.cpp 1c17be6581 Moved everything to VS 2015 10 gadi atpakaļ
BsDebug.cpp dd61a6d788 Update status bar when debug log contents are removed 10 gadi atpakaļ
BsDegree.cpp ad79f66da3 Scene view refactor (moving it to C#) 11 gadi atpakaļ
BsDynLib.cpp baaa09abee Added CrashHandler (untested) 10 gadi atpakaļ
BsDynLibManager.cpp baaa09abee Added CrashHandler (untested) 10 gadi atpakaļ
BsException.cpp 1c17be6581 Moved everything to VS 2015 10 gadi atpakaļ
BsFileSerializer.cpp 1c17be6581 Moved everything to VS 2015 10 gadi atpakaļ
BsFrameAlloc.cpp ffc68fb6e0 Fix for GUI element enable/disable functionality not properly updating layout after changes 10 gadi atpakaļ
BsGlobalFrameAlloc.cpp d0c5ecfb11 Global frame alloc 10 gadi atpakaļ
BsIReflectable.cpp 3bd0a6c6a0 Reintroduced circular reference search for RTTI 10 gadi atpakaļ
BsLineSegment3.cpp a4c60121f4 WIP work on handles 11 gadi atpakaļ
BsLog.cpp dd61a6d788 Update status bar when debug log contents are removed 10 gadi atpakaļ
BsManagedDataBlock.cpp 786a0e871f Refactored Material serialization so it uses the new MaterialParams object in order to have simpler code 10 gadi atpakaļ
BsMath.cpp f0ab1c6238 Fixed a bug in math library that was causing UV splitting on mesh import to be handled incorrectly 10 gadi atpakaļ
BsMatrix3.cpp dc03bfa1f2 Fixing a scene object transform issue when re-parenting objects 10 gadi atpakaļ
BsMatrix4.cpp 6138f391bf Adding more per-object parameters for rendering 10 gadi atpakaļ
BsMemStack.cpp d0c5ecfb11 Global frame alloc 10 gadi atpakaļ
BsMemoryAllocator.cpp 17afc600a7 Massive Cm->Bs file rename 11 gadi atpakaļ
BsMemorySerializer.cpp 1ff5442ad7 Better RTTI object cloning (untested) 10 gadi atpakaļ
BsMessageHandler.cpp 9e0a56737c Fixed an issue where unsubscribing from a message didn't properly remove the subscription 10 gadi atpakaļ
BsPath.cpp 70fd7975f4 Fixed an issue where project library was reimporting files on every project load 10 gadi atpakaļ
BsPlane.cpp 331d4ac2aa Frustum culling working 11 gadi atpakaļ
BsQuaternion.cpp dab2b32982 Scene view frame object functionality 10 gadi atpakaļ
BsRTTIField.cpp 17afc600a7 Massive Cm->Bs file rename 11 gadi atpakaļ
BsRTTIType.cpp 3bd0a6c6a0 Reintroduced circular reference search for RTTI 10 gadi atpakaļ
BsRadian.cpp ad79f66da3 Scene view refactor (moving it to C#) 11 gadi atpakaļ
BsRay.cpp fb655afe7f Started work on C# camera 11 gadi atpakaļ
BsRect2.cpp 0ca6b3905a Renamed RectF to Rect2, RectI to Rect2I 11 gadi atpakaļ
BsRect2I.cpp 51bc2f8ae1 Hovering over GUI menu bar items will now properly open the sub-menus if menu bar is active 10 gadi atpakaļ
BsRect3.cpp 9fbd25a56f Added free rotate and free scale handles (WIP) 11 gadi atpakaļ
BsSerializedObject.cpp 786a0e871f Refactored Material serialization so it uses the new MaterialParams object in order to have simpler code 10 gadi atpakaļ
BsSphere.cpp fb655afe7f Started work on C# camera 11 gadi atpakaļ
BsString.cpp 1c17be6581 Moved everything to VS 2015 10 gadi atpakaļ
BsStringID.cpp 1c17be6581 Moved everything to VS 2015 10 gadi atpakaļ
BsTaskScheduler.cpp 2c35a0c825 Removed all the unused allocators 10 gadi atpakaļ
BsTestOutput.cpp 4867d3a4a3 Added test case for scene object commit and restore 11 gadi atpakaļ
BsTestSuite.cpp 4867d3a4a3 Added test case for scene object commit and restore 11 gadi atpakaļ
BsTexAtlasGenerator.cpp 2c35a0c825 Removed all the unused allocators 10 gadi atpakaļ
BsThreadPool.cpp 2932956d12 Debug log events can no longer be triggered from arbitrary threads, which was messing with GUIStatusBar that was subscribing to them 10 gadi atpakaļ
BsTime.cpp 53ff33bd57 Fixed drag and drop so that mouse capture change event doesn't incorrectly fire before the mouse up event, prematurely stopping the drop action 10 gadi atpakaļ
BsTorus.cpp 9b7e69903c Fixed ray-torus intersection so it properly handles all quadrants 11 gadi atpakaļ
BsUtil.cpp 3a73e65b09 VS integration finished (for now) 10 gadi atpakaļ
BsVector2.cpp 17afc600a7 Massive Cm->Bs file rename 11 gadi atpakaļ
BsVector2I.cpp 17e7648476 Work on handles: 11 gadi atpakaļ
BsVector3.cpp 17e7648476 Work on handles: 11 gadi atpakaļ
BsVector4.cpp 17afc600a7 Massive Cm->Bs file rename 11 gadi atpakaļ