aboutsummaryrefslogtreecommitdiff
path: root/sword2
AgeCommit message (Collapse)Author
2003-09-17some tweaks to the build system (work toward plugin support)Max Horn
svn-id: r10279
2003-09-17added a static method setDefaultDirectory to class File; used this to ↵Max Horn
simplify some code; added a global g_sound pointer in bs2, this cuts down on uses of g_sword2 (of course both should be removed on the long run); some other minor tweaks/fixes svn-id: r10278
2003-09-17cleanupMax Horn
svn-id: r10277
2003-09-17remove unused variableMax Horn
svn-id: r10276
2003-09-17cleanupTorbjörn Andersson
svn-id: r10274
2003-09-17cleanupTorbjörn Andersson
svn-id: r10273
2003-09-17Rewrote Read_file() to use our File class, and removed the unused functionsTorbjörn Andersson
Direct_read_file() and Direct_write_file(). This change is completely untested, but that should be ok since Read_file() (which is now the only function left in tony_gsdk.cpp) only seems to be used in debug builds. Perhaps we should remove these files completely? svn-id: r10272
2003-09-17Removed some #includes that seem to be unnecessary. I think we're going toTorbjörn Andersson
have to clean up the header files at some point... svn-id: r10271
2003-09-17cleanupTorbjörn Andersson
svn-id: r10269
2003-09-17Cleanup.Torbjörn Andersson
Since this file contains a list of global variables which are accessed both directly by the engine and - presumably - by the scripts, this could lead to some nasty regressions. I've triple-checked the list against the old version, so it *should* be ok, I just thought I'd point it out. svn-id: r10268
2003-09-17cleanupTorbjörn Andersson
svn-id: r10267
2003-09-16Removed some unnecessary #includes and #defines.Torbjörn Andersson
svn-id: r10264
2003-09-16Some cleanup. More to follow, I hope.Torbjörn Andersson
svn-id: r10263
2003-09-14actually this is the correct fix to "Cutscene - Press ESC to exit" :)Oliver Kiehl
svn-id: r10259
2003-09-14fix "Cutscene - Press ESC to exit" messageOliver Kiehl
svn-id: r10258
2003-09-14if saveslot specified with -x doesn't exist, show restore menuOliver Kiehl
svn-id: r10256
2003-09-14enable ``proper'' -x loadingOliver Kiehl
svn-id: r10255
2003-09-14Fingolfin, now I am really disappointed with you that you didn't see this ↵Oliver Kiehl
bug... ;) svn-id: r10252
2003-09-13simplified codeMax Horn
svn-id: r10245
2003-09-13and another endian fixOliver Kiehl
svn-id: r10241
2003-09-13I am not happy at all with the slack our team has shown recently! I barely ↵Max Horn
concealed these obvious mistakes, to check who's paying attention. And only one person (olki) did notice, and even he only got 50%... tsk tsk tsk, how shall this go on. What will happen if I make real mistakes instead of purposeful ones? *cough cough* yeah, right svn-id: r10240
2003-09-13fix global vars storingMax Horn
svn-id: r10237
2003-09-13cleanupMax Horn
svn-id: r10236
2003-09-13cleanupMax Horn
svn-id: r10235
2003-09-13pack _parallax to be on the safe sideOliver Kiehl
svn-id: r10234
2003-09-13convert run lists in the res managerMax Horn
svn-id: r10233
2003-09-13fix speech on BEOliver Kiehl
svn-id: r10229
2003-09-13fix g_header -> header in commentsMax Horn
svn-id: r10225
2003-09-13some more endian fixesOliver Kiehl
svn-id: r10224
2003-09-13endian conversion in save/restore code (may not be complete, beware!)Max Horn
svn-id: r10223
2003-09-13cleanupMax Horn
svn-id: r10222
2003-09-13should have been an int32Oliver Kiehl
svn-id: r10220
2003-09-13endian fixOliver Kiehl
svn-id: r10219
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-13fix LE bugOliver Kiehl
svn-id: r10215
2003-09-13hack isn't needed anymoreOliver Kiehl
svn-id: r10212
2003-09-13improved heuristic, fixes crash when clicking on the fenceMax Horn
svn-id: r10207
2003-09-13wow - now I can walk around in the BS2 demo!Max Horn
svn-id: r10206
2003-09-13YAEBMax Horn
svn-id: r10205
2003-09-13cleanupMax Horn
svn-id: r10204
2003-09-13yet another endian fixMax Horn
svn-id: r10203
2003-09-13<joostp> *Fingolfin does +5 damage to endian bug.Max Horn
svn-id: r10199
2003-09-13endian fix for walk dataMax Horn
svn-id: r10198
2003-09-12cleanupMax Horn
svn-id: r10197
2003-09-12cleanup / fix WALK_GRID_FILE case in convertEndianMax Horn
svn-id: r10196
2003-09-12move convertEndian aroundMax Horn
svn-id: r10195
2003-09-12No need to have convertEndian member of class resManMax Horn
svn-id: r10194
2003-09-12properly fixed parallax layers in BE systemsMax Horn
svn-id: r10193
2003-09-12endian fixesOliver Kiehl
svn-id: r10192