3f8e3cfb60Modifications for the new architecture to fullfill mixer implementation requirements *Added FBM2D, first complex noise class of the new architecture *Removed NoiseMachine, because was redundant and not fitting with the new architecture *Minor changes to almost every other noise class (mostly adding 'this->') everywhere an inherited member from template base class was called from the inherited class
Remi Beges
2012-10-02 19:55:35 +0200
07e949404cAdded NzStream and stream options
Lynix
2012-10-01 00:57:32 +0200
354d7ed002Improved interface *MappedNoiseBase provides a gain and offset control on the noise value *AbstractXDNoise provides a way to contain different noises in a std container and access the main "GetValue" member function *Applied minor optimisation to Perlin4D (previously forgotten)
Remi Beges
2012-07-24 14:21:56 +0200
06eda4eba9Added Meshes and Animations (And many more)
Lynix
2012-07-13 15:22:14 +0200
f1865e5030Sligthly changed interface & added functionnalities NzPhysicsWorld has now a public pointer to NewtonWorld NzCollisionShape added, can be constructed from a NzCube for now NzPhysicsEntity added Minor fix + typo
Remi Beges
2012-06-18 10:24:06 +0200
092ccd0302Forgot to commit src files and Newton headers in previous commit
Remi Beges
2012-06-16 13:33:31 +0200
f39e2f7d36NzString::Trim(med) can now take a limit flag
Lynix
2012-05-28 16:21:27 +0200
7578a1b957Fixed implementation of NzNoise + typo + small optimisations
Remi Beges
2012-05-27 21:18:52 +0200
cd701a429b'q' n'est pas reconnu en tant que commande interne ou externe, un programme excutable ou un fichier de commandes.
Remi Beges
2012-05-27 21:15:12 +0200
570e0a8070Updated OpenGL header files Moved OpenGL ext header files into GL3 directory
Lynix
2012-05-22 12:10:04 +0200
506ad84defExperimental fix of FileImpl::EndOfFile on Windows
Lynix
2012-05-22 11:36:34 +0200
dba9cb0ddfFixed PCX loading on big-endian architectures
Lynix
2012-05-22 07:48:28 +0200
9b3f4e794aAdded Image Added pixel format support Added MemoryStream Added Rect Added ResourceLoader Added generic loader (bmp, gif, hdr, jpg, jpeg, pic, png, psd, tga) Added PCX loader Added utility module initializer Fixed Config.hpp include Prerequesites.hpp now overwrites _WIN32_WINNT when defined version is less than requiered version Renderer's initialisation will implicitly initialize utility module Removed RENDERER_SINGLETON option Shaders are now resources
Lynix
2012-05-21 21:54:13 +0200