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