NazaraEngine/include/Nazara/Renderer
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
..
Buffer.hpp First part of render texture commit 2012-06-13 07:40:31 +02:00
Config.hpp Added support for OpenGL debug mode 2012-05-31 23:33:47 +02:00
Context.hpp First part of render texture commit 2012-06-13 07:40:31 +02:00
ContextParameters.hpp Added support for OpenGL debug mode 2012-05-31 23:33:47 +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
IndexBuffer.hpp First part of render texture commit 2012-06-13 07:40:31 +02:00
OcclusionQuery.hpp Added formats conversion 2012-05-24 18:55:48 +02:00
OpenGL.hpp Fixed many bugs 2012-06-15 11:03:43 +02:00
RenderTarget.hpp First part of render texture commit 2012-06-13 07:40:31 +02:00
RenderTargetParameters.hpp First commit 2012-05-01 16:43:48 +02:00
RenderWindow.hpp First part of render texture commit 2012-06-13 07:40:31 +02:00
Renderer.hpp First part of render texture commit 2012-06-13 07:40:31 +02:00
Shader.hpp First part of render texture commit 2012-06-13 07:40:31 +02:00
Texture.hpp First part of render texture commit 2012-06-13 07:40:31 +02:00
VertexBuffer.hpp First part of render texture commit 2012-06-13 07:40:31 +02:00
VertexDeclaration.hpp Laid the basis for rendering 2012-05-02 16:45:44 +02:00