NazaraEngine/include/Nazara/Math
Lynix be0a5d2819 Fixed many bugs
Added NzOpenGL::GetEntry
Activated preprocessor error if not compiling with a C++11 compliant
compiler
Cube can now be constructed with a Rect
Desactived utility option "threaded window" (bugged)
Epured Image interface (No more UpdateFace, use Update with z = the face
you are targetting)
Fixed compilation errors (Thanks to RafBill)
Fixed predefined colors not exported
Fixed uplading pixels not aligned by 4 bytes
Fixed Thumbs.db files not ignored by git
NzImage now supports Filling and Flipping (Horizontally and vertically)
NzImage::Get(Const)Pixels now support pixel location
NzVector(2/3) can now return floatting distance/length with all types
NzVector(2/3/4) can now be constructed by a vector of smaller dimension
Premake now set "-std=c++11" build option for GCC
Renamed NzImage::(Get/Set)Pixel to (Get/Set)PixelColor
Updated new([])/delete([]) in the leaks tracker to the new C++11
signatures
2012-06-15 11:03:43 +02:00
..
Basic.hpp Added Image 2012-05-21 21:54:13 +02:00
Basic.inl Added Image 2012-05-21 21:54:13 +02:00
Config.hpp Fixed typo 2012-05-09 19:36:39 +02:00
Cube.hpp Fixed many bugs 2012-06-15 11:03:43 +02:00
Cube.inl Fixed many bugs 2012-06-15 11:03:43 +02:00
EulerAngles.hpp Laid the basis for rendering 2012-05-02 16:45:44 +02:00
EulerAngles.inl Added Image 2012-05-21 21:54:13 +02:00
Matrix4.hpp Fixed many bugs 2012-06-15 11:03:43 +02:00
Matrix4.inl Fixed many bugs 2012-06-15 11:03:43 +02:00
Quaternion.hpp Added Quaternion spheric interpolation 2012-06-13 17:54:07 +02:00
Quaternion.inl Fixed many bugs 2012-06-15 11:03:43 +02:00
Rect.hpp First part of render texture commit 2012-06-13 07:40:31 +02:00
Rect.inl First part of render texture commit 2012-06-13 07:40:31 +02:00
ThreadSafety.hpp Fixed typo 2012-05-09 19:36:39 +02:00
Vector2.hpp Fixed many bugs 2012-06-15 11:03:43 +02:00
Vector2.inl Fixed many bugs 2012-06-15 11:03:43 +02:00
Vector3.hpp Fixed many bugs 2012-06-15 11:03:43 +02:00
Vector3.inl Fixed many bugs 2012-06-15 11:03:43 +02:00
Vector4.hpp Fixed many bugs 2012-06-15 11:03:43 +02:00
Vector4.inl Fixed many bugs 2012-06-15 11:03:43 +02:00