aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver
AgeCommit message (Expand)Author
2003-09-29Removed - it's the same file as _mouse.hTorbjörn Andersson
2003-09-29cleanupTorbjörn Andersson
2003-09-29cleanup (I meant to do this in my previous commit)Torbjörn Andersson
2003-09-29cleanupTorbjörn Andersson
2003-09-29cleanupTorbjörn Andersson
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 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-27More cleanup, and I've replaced most - not quite all - of BS2's debugTorbjörn Andersson
2003-09-26cleanupTorbjörn Andersson
2003-09-26Ok, I'm stupid.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-23Initialize the cutscene voice-over sound handle, in case you press EscapeTorbjö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-21cleanupTorbjörn Andersson
2003-09-21Removed original ProcessMenu() code.Torbjörn Andersson
2003-09-21Some cleanup - lots more needed!Torbjörn Andersson
2003-09-19cleanupTorbjörn Andersson
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-09-17added a static method setDefaultDirectory to class File; used this to simplif...Max Horn
2003-09-17cleanupMax Horn
2003-09-16Removed some unnecessary #includes and #defines.Torbjörn Andersson
2003-09-16Some cleanup. More to follow, I hope.Torbjörn Andersson
2003-09-14actually this is the correct fix to "Cutscene - Press ESC to exit" :)Oliver Kiehl
2003-09-14fix "Cutscene - Press ESC to exit" messageOliver Kiehl
2003-09-13cleanupMax Horn
2003-09-13pack _parallax to be on the safe sideOliver Kiehl
2003-09-13fix speech on BEOliver Kiehl
2003-09-13some more endian fixesOliver Kiehl
2003-09-13should have been an int32Oliver Kiehl