aboutsummaryrefslogtreecommitdiff
path: root/sword2
AgeCommit message (Expand)Author
2003-09-28cleanupTorbjörn Andersson
2003-09-28cleanupTorbjörn Andersson
2003-09-28More cleanup, plus support for cutscene leadout music. For now, we onlyTorbjörn Andersson
2003-09-28Alignment fixNicolas Bacca
2003-09-27cleanupTorbjörn Andersson
2003-09-27Began unifying the function documentation in driver96.h with the one in theTorbjörn Andersson
2003-09-27Save enough information about the currently playing music before theTorbjörn Andersson
2003-09-27Removed inaccurate commentTorbjörn Andersson
2003-09-27Removed CopyScreenBuffer() since it was a no-op anyway.Torbjörn Andersson
2003-09-27cleanupTorbjörn Andersson
2003-09-27I don't think UpdatePaletteMatchTable() has to write the table to file. InTorbjörn Andersson
2003-09-27cleanupTorbjörn Andersson
2003-09-27add alternate sword2 target for people who want to use the gui for game detec...Jonathan Gray
2003-09-27More cleanup, and I've replaced most - not quite all - of BS2's debugTorbjörn Andersson
2003-09-26cleanupTorbjörn Andersson
2003-09-26Some more reformatting / cleanup, and removal of comments that did nothingTorbjörn Andersson
2003-09-26Ok, I'm stupid.Torbjörn Andersson
2003-09-25Really clear the screen during the credits.Torbjörn Andersson
2003-09-25Reverted part of the previous change. Control panel music should work againTorbjörn Andersson
2003-09-25Some minor fixes. Unfortunately I've noticed that there is some major soundTorbjörn Andersson
2003-09-25Rewrote the music code to use a premix function instead of a timer. I'mTorbjörn Andersson
2003-09-24Replaced abs() with ABS and BOOL with bool, plus some minor cleanups.Torbjörn Andersson
2003-09-23Removed unused / replaced source code. This turned out to be most of theTorbjörn Andersson
2003-09-23Removed ancient version history. Much of it doesn't apply to us, and wasTorbjörn Andersson
2003-09-23Must ... make ... space ... for ... FotAQ ...Torbjörn Andersson
2003-09-23Removed the screenshot code. (The SDL backend already has the ability toTorbjörn Andersson
2003-09-23Changed the keyboard handling to store "keyboard events", rather than justTorbjörn Andersson
2003-09-23Fixed really brain-dead bug. (I made it myself - I can call it whatever ITorbjörn Andersson
2003-09-23Removed unused codeTorbjörn Andersson
2003-09-23cleanupTorbjörn Andersson
2003-09-23Since we probably won't have anything like the original BS2 launcher menu,Torbjörn Andersson
2003-09-23whitespace fixesTorbjörn Andersson
2003-09-23Initialize the cutscene voice-over sound handle, in case you press EscapeTorbjörn Andersson
2003-09-22Set the mixer to use the maximum volume. BS2 has its own volume settings,Torbjörn Andersson
2003-09-22Cleaned up the sound code enough to add cutscene voice-overs. I haven't hadTorbjörn Andersson
2003-09-21No need to do endian conversion if you check for 0, as BE 0 == LE 0Max Horn
2003-09-21fix convertEndian compilation (thanks erik for giving me some work :-); also ...Max Horn
2003-09-21cleanupTorbjörn Andersson
2003-09-21Removed original ProcessMenu() code.Torbjörn Andersson
2003-09-21ScummVM code formatting conventionsTorbjörn Andersson
2003-09-21Some cleanup - lots more needed!Torbjörn Andersson
2003-09-20The usual cleanup. Removed the "run from CD" check.Torbjörn Andersson
2003-09-20The usual cleanup, plus make sure to delete SaveFileManager ifTorbjörn Andersson
2003-09-20cleanupTorbjörn Andersson
2003-09-20cleanupTorbjörn Andersson
2003-09-20Cleanup. I removed the PLOT_PATHS blocks since they depended on someTorbjörn Andersson
2003-09-20cleanupTorbjörn Andersson
2003-09-20Clarified commentTorbjörn Andersson
2003-09-20cleanupTorbjörn Andersson
2003-09-20The 'colliding' flag is never set to anything else than zero, so it shouldTorbjörn Andersson