aboutsummaryrefslogtreecommitdiff
path: root/sword2/interpreter.cpp
AgeCommit message (Collapse)Author
2003-09-20cleanupTorbjörn Andersson
svn-id: r10333
2003-09-13cleanupMax Horn
svn-id: r10218
2003-09-13let the interpreter use native endianess for variables -> this allows us to ↵Max Horn
get rid of various endian conversions, and also fixs lots of other problems on BE systems. Beware, though, this may impair save game exchange between LE/BE: we'll have to adjust save_rest.cpp to convert to/from LE upon save/load svn-id: r10216
2003-09-07more endian fixesMax Horn
svn-id: r10058
2003-09-07some endian fixesMax Horn
svn-id: r10056
2003-07-28fixed const errorsMax Horn
svn-id: r9243
2003-07-28-Werror cleanupJonathan Gray
svn-id: r9230
2003-07-28Compiles on mingw nowTravis Howell
svn-id: r9222
2003-07-28big FIXMEMax Horn
svn-id: r9221
2003-07-28bs2Jonathan Gray
svn-id: r9211