Update changes.txt to document the change from dimension2d<s32> to dimension2d<u32>

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2093 dfc29bdd-3216-0410-991c-e03cc46cb475
master
Rogerborg 2009-01-19 13:56:58 +00:00
parent dcebfbbf0d
commit a8d26896bd
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Changes in version 1.6
- Many uses of dimension2d<s32> changed to dimension2d<u32>, including IImage, ITexture and screen dimensions. You will have to change (at least) createDevice() calls to use dimension2d<u32>
- Added IFileSystem::createMemoryWriteFile() to allow creation of an IWriteFile interface that uses an application supplied memory buffer.
- Added an IVideoDriver::writeImageToFile() overload that can take an IWriteFile interface.