scummvm/engines/sword25/math
Thierry Crozat f55259e3b1 SWORD25: Fix regression in persistence code
The regression was introduced by commit e6ba26ff0d which wrote
coordinates of a rect as unsigned int when they were before written
as signed int. Since the load code was not modified it still expected
signed int. They are now again written as signed int. Any gamed saved
between commit e6ba26ff0d and this commit will therefore be corrupted.
2013-10-05 00:25:04 +01:00
..
geometry_script.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
geometry.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
line.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
polygon.cpp SWORD25: int -> int32 correctness 2013-09-29 10:02:34 +03:00
polygon.h SWORD25: int -> int32 correctness 2013-09-29 10:02:34 +03:00
region.cpp SWORD25: Fix regression in persistence code 2013-10-05 00:25:04 +01:00
region.h ALL: initialise -> initialize 2011-05-25 11:17:11 -04:00
regionregistry.cpp SWORD25: int -> int32 correctness 2013-09-29 10:02:34 +03:00
regionregistry.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
vertex.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
vertex.h SWORD25: Avoid including lua headers in other headers 2011-05-23 19:12:25 +02:00
walkregion.cpp SWORD25: Fix compilation 2013-09-29 10:30:39 +03:00
walkregion.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00