NazaraEngine/include/Nazara/Core
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
..
Debug Fixed per-class thread safety 2012-05-08 08:20:57 +02:00
Hash Added SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512 support 2012-05-10 00:53:36 +02:00
ByteArray.hpp Added Image 2012-05-21 21:54:13 +02:00
Clock.hpp Fixed per-class thread safety 2012-05-08 08:20:57 +02:00
Color.hpp Fixed many bugs 2012-06-15 11:03:43 +02:00
Color.inl Added NzImage::Get/SetPixel(Face) 2012-05-27 11:57:34 +02:00
Config.hpp Added NzInputStream 2012-05-15 13:26:35 +02:00
Debug.hpp Removed useless include 2012-05-10 01:16:12 +02:00
DebugOff.hpp First commit 2012-05-01 16:43:48 +02:00
Directory.hpp Fixed per-class thread safety 2012-05-08 08:20:57 +02:00
DynLib.hpp Added formats conversion 2012-05-24 18:55:48 +02:00
Endianness.hpp Added formats conversion 2012-05-24 18:55:48 +02:00
Endianness.inl Added formats conversion 2012-05-24 18:55:48 +02:00
Error.hpp Added NzInputStream 2012-05-15 13:26:35 +02:00
File.hpp Added formats conversion 2012-05-24 18:55:48 +02:00
Format.hpp Fixed per-class thread safety 2012-05-08 08:20:57 +02:00
Functor.hpp Added formats conversion 2012-05-24 18:55:48 +02:00
Functor.inl Added formats conversion 2012-05-24 18:55:48 +02:00
Hash.hpp Added formats conversion 2012-05-24 18:55:48 +02:00
HashDigest.hpp Added SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512 support 2012-05-10 00:53:36 +02:00
HashImpl.hpp Added formats conversion 2012-05-24 18:55:48 +02:00
Hashable.hpp Added SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512 support 2012-05-10 00:53:36 +02:00
InputStream.hpp Added Image 2012-05-21 21:54:13 +02:00
LockGuard.hpp NzImage now handles mipmaps 2012-05-30 18:10:17 +02:00
Log.hpp Added support for OpenGL debug mode 2012-05-31 23:33:47 +02:00
MemoryStream.hpp Added Image 2012-05-21 21:54:13 +02:00
Mutex.hpp Added formats conversion 2012-05-24 18:55:48 +02:00
NonCopyable.hpp Added formats conversion 2012-05-24 18:55:48 +02:00
Semaphore.hpp Added formats conversion 2012-05-24 18:55:48 +02:00
String.hpp First part of render texture commit 2012-06-13 07:40:31 +02:00
StringStream.hpp Fixed per-class thread safety 2012-05-08 08:20:57 +02:00
Thread.hpp Added formats conversion 2012-05-24 18:55:48 +02:00
Thread.inl First commit 2012-05-01 16:43:48 +02:00
ThreadCondition.hpp Fixed per-class thread safety 2012-05-08 08:20:57 +02:00
ThreadSafety.hpp NzImage now handles mipmaps 2012-05-30 18:10:17 +02:00
Tuple.hpp Added formats conversion 2012-05-24 18:55:48 +02:00
Tuple.inl Added formats conversion 2012-05-24 18:55:48 +02:00
Unicode.hpp Fixed per-class thread safety 2012-05-08 08:20:57 +02:00