BearishSun d404af9297 Added Vulkan vertex input manager 9 éve
..
ThirdParty 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
Win32 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsAABox.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsAny.h 85bfb6007d Fix missing "std::" 9 éve
BsAsyncOp.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsBinaryCloner.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsBinaryDiff.h 63c61046cd Refactor serialization/RTTI system so it supports streaming 9 éve
BsBinarySerializer.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 éve
BsBitmapWriter.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsBitwise.h cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 9 éve
BsBounds.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsCapsule.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsColor.h 744ce4870d Fix templates being specialized in a different namespace 9 éve
BsConvexVolume.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsCrashHandler.h cdfa21d8bb Started work on GUICanvas control needed for rendering things like animation curve editor 9 éve
BsDataStream.h 179e63a1eb Added FMOD audio import 9 éve
BsDebug.h 44face5b03 Added material params to the core thread Material object, in preparation of refactor 9 éve
BsDegree.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsDynLib.h 91656d7141 Complete dynamic library handling on OS X 9 éve
BsDynLibManager.h a75b8cca77 More work on improving documentation for doxygen generation 9 éve
BsEvent.h 9ceee03530 Events now trigger their subscribers in the order they subscribed 9 éve
BsException.h 8b5a233303 Added sync methods to material params 9 éve
BsFileSerializer.h 584feaa51c Added play on start for audio sources 9 éve
BsFileSystem.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsFlags.h 362e8f530a Updated docs 9 éve
BsFrameAlloc.h ffe26a04f5 Complete StdAlloc and StdFrameAlloc 9 éve
BsFwdDeclUtil.h 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 éve
BsGlobalFrameAlloc.h 4b94620550 Added materials manual, plus some doc improvements 9 éve
BsIReflectable.h 0b4c5846dc Added a way to attach editor-only data to resources 9 éve
BsIReflectableRTTI.h 0b4c5846dc Added a way to attach editor-only data to resources 9 éve
BsLine2.h 3df22b5671 Added generation of connected quads needed for AA polyline rendering 9 éve
BsLineSegment3.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsLog.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsMath.h c8f410651d Skeletal animation up and running 9 éve
BsMatrix3.h 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 éve
BsMatrix4.h 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 éve
BsMatrixNxM.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsMemAllocProfiler.h a75b8cca77 More work on improving documentation for doxygen generation 9 éve
BsMemStack.h 6f00387451 OpenAudio importer implemented 9 éve
BsMemoryAllocator.h ffe26a04f5 Complete StdAlloc and StdFrameAlloc 9 éve
BsMemorySerializer.h 584feaa51c Added play on start for audio sources 9 éve
BsMessageHandler.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsMessageHandlerFwd.h a75b8cca77 More work on improving documentation for doxygen generation 9 éve
BsModule.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsNonCopyable.h d8c6db7a32 More Vulkan WIP: 9 éve
BsPath.h d082834079 Fixing invalid include path 9 éve
BsPlane.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsPlatformDefines.h 8b5a233303 Added sync methods to material params 9 éve
BsPlatformUtility.h c168935089 Timers now use std::chrono 9 éve
BsPrerequisitesUtil.h d8c6db7a32 More Vulkan WIP: 9 éve
BsQuaternion.h 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 éve
BsRTTIField.h 03b88c5876 Added algorithm for arbitrary triangle mesh clipping (needed for new GUICanvas element) 9 éve
BsRTTIManagedDataBlockField.h 63c61046cd Refactor serialization/RTTI system so it supports streaming 9 éve
BsRTTIPlainField.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsRTTIPrerequisites.h da2ccca154 Bugfixes for skeletal animation and animation editor 9 éve
BsRTTIReflectableField.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsRTTIReflectablePtrField.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsRTTIType.h e68639e272 Fix a compilation error from BsRTTIType.h 9 éve
BsRadian.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsRay.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsRect2.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsRect2I.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsRect3.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsSerializedObject.h 63c61046cd Refactor serialization/RTTI system so it supports streaming 9 éve
BsSerializedObjectRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 éve
BsServiceLocator.h 3b2a4ab050 More work on manuals and documentation 9 éve
BsSphere.h a75b8cca77 More work on improving documentation for doxygen generation 9 éve
BsSpinLock.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsStaticAlloc.h d404af9297 Added Vulkan vertex input manager 9 éve
BsStdHeaders.h 2afeb5839d Fix the order of a couple of declarations 9 éve
BsString.h 744ce4870d Fix templates being specialized in a different namespace 9 éve
BsStringFormat.h 6e91706388 Fixing a memory corruption issue with skeletal animation poses 9 éve
BsStringID.h 3b2a4ab050 More work on manuals and documentation 9 éve
BsTaskScheduler.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsTestOutput.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsTestSuite.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsTexAtlasGenerator.h a75b8cca77 More work on improving documentation for doxygen generation 9 éve
BsThreadDefines.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsThreadPool.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsTime.h c168935089 Timers now use std::chrono 9 éve
BsTimer.h 690230df74 fix Clang build 9 éve
BsTorus.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsTypes.h 986677a738 More work on improving documentation for doxygen generation 9 éve
BsUtil.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsVector2.h 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 éve
BsVector2I.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsVector3.h 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 éve
BsVector4.h 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 éve
BsVectorNI.h f68efb2669 Fix a compilation error in BsVectorNI.h 9 éve