NazaraEngine/include/Nazara/Utility
Lynix 06eda4eba9 Added Meshes and Animations (And many more)
Added NzTexture::IsMipmappingSupported
Color::(FromTo)HSV now takes hue and saturation in degrees
Fixed Context::EnsureContext
Fixed COW thread-safety (String, Image, Matrix4)
Fixed Quatenion<T>::operator*(const Vector3<T>&)
Fixed ResourceLoader
Fixed String::Resize with a size of 0
Fixed Texture mipmapping crash
Fixed per-class thread-safety
IndexBuffer and VertexBuffer are now resources
It is now possible to use more than 8 texcoords per shader
Moved all enumerations into separate files (Core/Enums.hpp,
Utility/Enums.hpp, ..)
Removed NzContextParameters::defaultWindow
VertexDeclaration has been rewritten (New interface/COW)
2012-07-13 15:22:14 +02:00
..
Animation.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
Buffer.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
BufferImpl.hpp Moved buffers to Utility 2012-06-21 09:49:47 +02:00
Config.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
Cursor.hpp Added support for custom cursor/icon 2012-06-24 13:28:24 +02:00
Debug.hpp First commit 2012-05-01 16:43:48 +02:00
DebugOff.hpp First commit 2012-05-01 16:43:48 +02:00
Enums.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
Event.hpp First commit 2012-05-01 16:43:48 +02:00
Icon.hpp Added support for custom cursor/icon 2012-06-24 13:28:24 +02:00
Image.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
IndexBuffer.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
Keyboard.hpp First commit 2012-05-01 16:43:48 +02:00
KeyframeMesh.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
Mesh.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
Mouse.hpp First commit 2012-05-01 16:43:48 +02:00
PixelFormat.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
PixelFormat.inl Optimized image flipping 2012-06-22 23:18:37 +02:00
Resource.hpp Added Image 2012-05-21 21:54:13 +02:00
ResourceLoader.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
ResourceLoader.inl Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
StaticMesh.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
SubMesh.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
Utility.hpp Added Image 2012-05-21 21:54:13 +02:00
VertexBuffer.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
VertexDeclaration.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
VideoMode.hpp First commit 2012-05-01 16:43:48 +02:00
Window.hpp Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
WindowHandle.hpp First commit 2012-05-01 16:43:48 +02:00