Age | Commit message (Collapse) | Author |
|
|
|
svn-id: r55294
|
|
Since Urban Runner casts int16s to uint32 before pushing them onto the
stack and after popping assumes it's little endian, we have explicitely
preserve the variable space endianness while pushing/popping.
svn-id: r55277
|
|
svn-id: r53491
|
|
Replacing it (and some strncpy + manual terminating) with
Common::strlcpy()
svn-id: r53490
|
|
svn-id: r49068
|
|
svn-id: r42858
|
|
and is versioned. Unfortunately, this invalidates most save games created on big-endian machines, since endian-issues was a main problem with the old system
- Removed the now superfluous variables sizes
svn-id: r41056
|
|
svn-id: r40765
|
|
svn-id: r35418
|
|
endianess.
This should fix a few regressions with BE games on LE systems and vice versa that I introduced when I changed how variables are stored (which was necessary to get Woodruff work on BE systems).
svn-id: r33014
|
|
svn-id: r32453
|
|
This should make Woodruff playable on big-endian systems.
svn-id: r32352
|