NazaraEngine/include/Nazara/Utility
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
..
Config.hpp Fixed many bugs 2012-06-15 11:03:43 +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
Event.hpp First commit 2012-05-01 16:43:48 +02:00
Image.hpp Fixed many bugs 2012-06-15 11:03:43 +02:00
Keyboard.hpp First commit 2012-05-01 16:43:48 +02:00
Mouse.hpp First commit 2012-05-01 16:43:48 +02:00
PixelFormat.hpp First part of render texture commit 2012-06-13 07:40:31 +02:00
PixelFormat.inl First part of render texture commit 2012-06-13 07:40:31 +02:00
Resource.hpp Added Image 2012-05-21 21:54:13 +02:00
ResourceLoader.hpp Added Image 2012-05-21 21:54:13 +02:00
ResourceLoader.inl NzImage now handles mipmaps 2012-05-30 18:10:17 +02:00
Utility.hpp Added Image 2012-05-21 21:54:13 +02:00
VideoMode.hpp First commit 2012-05-01 16:43:48 +02:00
Window.hpp Added CopyTo(Image/Texture) to NzRenderWindow 2012-06-05 23:06:47 +02:00
WindowHandle.hpp First commit 2012-05-01 16:43:48 +02:00