NazaraEngine/include/Nazara
Jérôme Leclercq cd5a1b7a5e Added RenderTextures (And many others things)
-Added Forward, left and up vector (Vector3)
-Added Matrix4::ConcatenateAffine shortcut
-Added Quaternion::GetInverse() and Quaternion::Inverse()
-Added Resource listeners
-Added Depth and stencil pixel formats
-All enums now have an ending "max" entry
-Animation/Mesh::Add[Sequence/Skin/SubMesh] now returns a boolean
-Contexts are now resources
-Enhanced AnimatedMesh demo
-Fixed MD2 facing
-Fixed Vector3::CrossProduct
-Made Resource thread-safe
-Made OpenGL translation table global
-Many bugfixes
-MLT will now write malloc failure to the log
-Most of the strcpy were replaced with faster memcpy
-Occlusion queries availability is now always tested
-OpenGL-related includes now requires NAZARA_RENDERER_OPENGL to be
defined to have any effect
-Pixel formats now have a type
-Renamed RenderTarget::IsValid to IsRenderable
-Renamed Quaternion::GetNormalized() to GetNormal()
-Renamed Texture::Bind() to Prepare()
-Renamed VectorX::Make[Ceil|Floor] to Maximize/Minimize
-Removed MATH_MATRIX_COLUMN_MAJOR option (all matrices are column-major)
-Removed RENDERER_ACTIVATE_RENDERWINDOW_ON_CREATION option (Render
windows are active upon their creation)


Former-commit-id: 0d1da1e32c156a958221edf04a5315c75b354450
2012-09-20 22:07:30 +02:00
..
Audio Added Audio module 2012-08-21 15:04:00 +02:00
Core Added RenderTextures (And many others things) 2012-09-20 22:07:30 +02:00
Math Added RenderTextures (And many others things) 2012-09-20 22:07:30 +02:00
Noise Changed all the files encoding to UTF-8 2012-08-10 03:21:37 +02:00
Renderer Added RenderTextures (And many others things) 2012-09-20 22:07:30 +02:00
Utility Added RenderTextures (And many others things) 2012-09-20 22:07:30 +02:00
Audio.hpp Added missing external libraries binaries 2012-08-21 15:18:21 +02:00
Core.hpp Added RenderTextures (And many others things) 2012-09-20 22:07:30 +02:00
Debug.hpp Changed all the files encoding to UTF-8 2012-08-10 03:21:37 +02:00
DebugOff.hpp Changed all the files encoding to UTF-8 2012-08-10 03:21:37 +02:00
Math.hpp Changed all the files encoding to UTF-8 2012-08-10 03:21:37 +02:00
Noise.hpp Changed all the files encoding to UTF-8 2012-08-10 03:21:37 +02:00
Prerequesites.hpp Changed all the files encoding to UTF-8 2012-08-10 03:21:37 +02:00
Renderer.hpp Added RenderTextures (And many others things) 2012-09-20 22:07:30 +02:00
Utility.hpp Regenerated (And fixed) global headers 2012-08-18 01:50:48 +02:00