2
0
Marc Legendre 85bfb6007d Fix missing "std::" 9 жил өмнө
..
ThirdParty 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
Win32 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsAABox.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsAny.h 85bfb6007d Fix missing "std::" 9 жил өмнө
BsAsyncOp.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 жил өмнө
BsBinaryCloner.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsBinaryDiff.h 63c61046cd Refactor serialization/RTTI system so it supports streaming 9 жил өмнө
BsBinarySerializer.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 жил өмнө
BsBitmapWriter.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsBitwise.h cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 жил өмнө
BsBounds.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsCapsule.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsColor.h 744ce4870d Fix templates being specialized in a different namespace 9 жил өмнө
BsConvexVolume.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsCrashHandler.h cdfa21d8bb Started work on GUICanvas control needed for rendering things like animation curve editor 9 жил өмнө
BsDataStream.h 179e63a1eb Added FMOD audio import 9 жил өмнө
BsDebug.h 4b94620550 Added materials manual, plus some doc improvements 10 жил өмнө
BsDegree.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsDynLib.h 91656d7141 Complete dynamic library handling on OS X 9 жил өмнө
BsDynLibManager.h a75b8cca77 More work on improving documentation for doxygen generation 10 жил өмнө
BsEvent.h 9ceee03530 Events now trigger their subscribers in the order they subscribed 9 жил өмнө
BsException.h 50428d2fe2 Registration of audio source/listener with OAAudio manager, their creation and reset (multiple contexts) 9 жил өмнө
BsFileSerializer.h 584feaa51c Added play on start for audio sources 9 жил өмнө
BsFileSystem.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsFlags.h e394a4f07d Fixing a bug with managed object data serialization introduced in previous commit 9 жил өмнө
BsFrameAlloc.h ffe26a04f5 Complete StdAlloc and StdFrameAlloc 9 жил өмнө
BsFwdDeclUtil.h 0b4c5846dc Added a way to attach editor-only data to resources 9 жил өмнө
BsGlobalFrameAlloc.h 4b94620550 Added materials manual, plus some doc improvements 10 жил өмнө
BsIReflectable.h 0b4c5846dc Added a way to attach editor-only data to resources 9 жил өмнө
BsIReflectableRTTI.h 0b4c5846dc Added a way to attach editor-only data to resources 9 жил өмнө
BsLine2.h 3df22b5671 Added generation of connected quads needed for AA polyline rendering 9 жил өмнө
BsLineSegment3.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsLog.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 жил өмнө
BsMath.h c8f410651d Skeletal animation up and running 9 жил өмнө
BsMatrix3.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsMatrix4.h eb5d33c976 Post processing: 9 жил өмнө
BsMatrixNxM.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsMemAllocProfiler.h a75b8cca77 More work on improving documentation for doxygen generation 10 жил өмнө
BsMemStack.h 6f00387451 OpenAudio importer implemented 9 жил өмнө
BsMemoryAllocator.h ffe26a04f5 Complete StdAlloc and StdFrameAlloc 9 жил өмнө
BsMemorySerializer.h 584feaa51c Added play on start for audio sources 9 жил өмнө
BsMessageHandler.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsMessageHandlerFwd.h a75b8cca77 More work on improving documentation for doxygen generation 10 жил өмнө
BsModule.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsPath.h d082834079 Fixing invalid include path 9 жил өмнө
BsPlane.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsPlatformDefines.h 8e4b67bc9b Fix use of BS_PLATFORM_APPLE instead of BS_PLATFORM_OSX 9 жил өмнө
BsPlatformUtility.h c168935089 Timers now use std::chrono 9 жил өмнө
BsPrerequisitesUtil.h 4036f8a11b Added missing plugin documentation 9 жил өмнө
BsQuaternion.h 1c3d88dc71 Fixing animation clip import 9 жил өмнө
BsRTTIField.h 03b88c5876 Added algorithm for arbitrary triangle mesh clipping (needed for new GUICanvas element) 9 жил өмнө
BsRTTIManagedDataBlockField.h 63c61046cd Refactor serialization/RTTI system so it supports streaming 9 жил өмнө
BsRTTIPlainField.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsRTTIPrerequisites.h 2afeb5839d Fix the order of a couple of declarations 9 жил өмнө
BsRTTIReflectableField.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsRTTIReflectablePtrField.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsRTTIType.h e68639e272 Fix a compilation error from BsRTTIType.h 9 жил өмнө
BsRadian.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsRay.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsRect2.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsRect2I.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsRect3.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsSerializedObject.h 63c61046cd Refactor serialization/RTTI system so it supports streaming 9 жил өмнө
BsSerializedObjectRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 жил өмнө
BsServiceLocator.h 3b2a4ab050 More work on manuals and documentation 10 жил өмнө
BsSphere.h a75b8cca77 More work on improving documentation for doxygen generation 10 жил өмнө
BsSpinLock.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsStaticAlloc.h a75b8cca77 More work on improving documentation for doxygen generation 10 жил өмнө
BsStdHeaders.h 2afeb5839d Fix the order of a couple of declarations 9 жил өмнө
BsString.h 744ce4870d Fix templates being specialized in a different namespace 9 жил өмнө
BsStringFormat.h 6e91706388 Fixing a memory corruption issue with skeletal animation poses 9 жил өмнө
BsStringID.h 3b2a4ab050 More work on manuals and documentation 10 жил өмнө
BsTaskScheduler.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 жил өмнө
BsTestOutput.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsTestSuite.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsTexAtlasGenerator.h a75b8cca77 More work on improving documentation for doxygen generation 10 жил өмнө
BsThreadDefines.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 жил өмнө
BsThreadPool.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 жил өмнө
BsTime.h c168935089 Timers now use std::chrono 9 жил өмнө
BsTimer.h c168935089 Timers now use std::chrono 9 жил өмнө
BsTorus.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsTypes.h 986677a738 More work on improving documentation for doxygen generation 10 жил өмнө
BsUtil.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsVector2.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsVector2I.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsVector3.h 6fd40952e9 Additive animations 9 жил өмнө
BsVector4.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsVectorNI.h f68efb2669 Fix a compilation error in BsVectorNI.h 9 жил өмнө