BearishSun 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it 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 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 лет назад
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 a75b8cca77 More work on improving documentation for doxygen generation 10 лет назад
BsDataStream.h 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it 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 d3f5284f2a Fixing code style 9 лет назад
BsDynLibManager.h a75b8cca77 More work on improving documentation for doxygen generation 10 лет назад
BsEvent.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 лет назад
BsException.h 50428d2fe2 Registration of audio source/listener with OAAudio manager, their creation and reset (multiple contexts) 9 лет назад
BsFileSerializer.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 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 d55a7fb18f Fix compilation issue (typo) in BsFlags.h 9 лет назад
BsFrameAlloc.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 лет назад
BsFwdDeclUtil.h 63c61046cd Refactor serialization/RTTI system so it supports streaming 9 лет назад
BsGlobalFrameAlloc.h 4b94620550 Added materials manual, plus some doc improvements 10 лет назад
BsIReflectable.h 4b94620550 Added materials manual, plus some doc improvements 10 лет назад
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 a75b8cca77 More work on improving documentation for doxygen generation 10 лет назад
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 0c378dd6fb Fix missing includes 9 лет назад
BsMemorySerializer.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 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 744ce4870d Fix templates being specialized in a different namespace 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 cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 лет назад
BsPlatformUtility.h c168935089 Timers now use std::chrono 9 лет назад
BsPrerequisitesUtil.h eb5d33c976 Post processing: 9 лет назад
BsQuaternion.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 лет назад
BsRTTIField.h 63c61046cd Refactor serialization/RTTI system so it supports streaming 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 f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 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 a75b8cca77 More work on improving documentation for doxygen generation 10 лет назад
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 d3f5284f2a Fixing code style 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 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 лет назад