- Removed the texture coord unit parameter from...
- Updated hgignore
- CMaterialAnimator: Use animations only if the...
- Implemented a new CAnimable class that encaps...
- Reordered dependency libs paths. This will im...
- Updated cpplogging to the latest version
- More C++11 changes
- StringTools is now located in the core virtua...
- Fixed some Visual Studio deprecation compiler...
- Fixed some Premake issues (manually modifying...
- Added support for recoding in str::toAnsi() a...
- Updated copyright and TODO.txt
- Modified some global constant definitions to ...
- pattern_formatter: The pattern string constru...
- Changed the namespace and macros to ORION
- Changed symbols and source files to ORION
- Missing file from last commit
- Missing STL include
- Changed the Orion namespace to orion
- The new Orion project has been created, a tot...
- Added OrionTypes.h, OrionCRT.h and OrionSTL.h...
- Updated CByteSwap with a cleaner implementation
- COpenGLRenderSystem: Fixed texture combiners ...
- CMaterialAnimatorTransformTexture: Implemente...
CQ3Shader: Deprectate mutitexturing for shaders...
- Implemented a new modular material system, wi...
- Updated libpng to the version 1.6.20
- CMultiPassMaterial: Fixed a bug that was prev...
- CQ3Shader and CQ3MeshLoader: Shaders are now ...
- Added some elements to the hg ignore list
- Updated copyright
- Added some elements to the hg ignore list
- CTextureManager: Some code cleanup and potent...
- CTexture: Added the load() and unload() metho...
- Added more flexibility to the logger configur...
- Improved the sample programs
- Temporary disabled the separate frame update ...
- Experimental support for multithreaded textur...
- CTextureManager: Added experimental support f...
- CMaterial: Implemented two helper methods nam...
- CQ3ShaderLoader: Fixed some issues with the b...
- Removed obsolete liblzma file
CQ3ShaderLoader: Added support for depthFunc co...
- Implemented a workaround to allow liblzma to ...
- Updated liblzma to the version 15.12
- CTextureManager is now thread safe (in prepar...
- Some code cleanup, better logging and indenta...
- Implemented a new CThreadSet class, to work w...
- CPlatform: Implemented the dirExist() method,...
- CMeshManager: Inform the final load time of a...
- Missing file for last commit
- CFileSystem: Implemented a new addArchive() m...
- CDirectory: Avoid an unnecesary check if the ...
- CGZFile: Optimize the size calculation by mak...
- CThread: Implemented the getThreadId(), getCu...
- Missing file for last commit
- CTarArchive: Implemented multithread support ...
- CIOStream: Some fixes to the multithreading r...
- Fixed some MSVC 2015 warnings
- Implented experimental support for mutlithrea...
- Fixed pragma packing issues with GCC compiler...