aboutsummaryrefslogtreecommitdiff
path: root/sword2
AgeCommit message (Expand)Author
2005-05-12Whitespace: "(type *)something" instead of "(type *) something", becauseTorbjörn Andersson
2005-05-12Moved some more animation stuff out of the Logic class and into theTorbjörn Andersson
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max Horn
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-08Fix doxygen warningMax Horn
2005-05-08Made it possible to quit while the game is asking for a CD.Torbjörn Andersson
2005-05-08Quitting the game now implies that the game is done fading the screen.Torbjörn Andersson
2005-05-08Forgot to remove this.Torbjörn Andersson
2005-05-05Fixed some doxygen warningsMax Horn
2005-05-03More cleanup/restructuring: Moved walk-related code from Logic to Router.Torbjörn Andersson
2005-05-02Don't let drawSprite() modify the SpriteInfo struct.Torbjörn Andersson
2005-05-02Cleanup. Most of is simply moves the credits code out of Logic and intoTorbjörn Andersson
2005-04-27Patch #1186744 (Common line-drawing function)Max Horn
2005-04-25Better support for "seamless" cutscenes, i.e. ones where - in theory - youTorbjörn Andersson
2005-04-24Don't wait for the lead-out sound to finish when playing the "shaman"Torbjörn Andersson
2005-04-24Moved conversation stuff from Logic to Mouse.Torbjörn Andersson
2005-04-23Oops. This should have been removed long ago.Torbjörn Andersson
2005-04-22* Added new virtual base class 'Stream', ReadStream andMax Horn
2005-04-20Replaced drawLine() with a shorter version described in Wikipedia. It usesTorbjörn Andersson
2005-04-11Initialization fix.Torbjörn Andersson
2005-04-10Initialise _currentRunList to avoid failed assertion when quitting theTorbjörn Andersson
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one fo...Max Horn
2005-04-09Removed unnecessary includes.Torbjörn Andersson
2005-03-25Patch #1117443 (Experimental plugin code revision)Max Horn
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-11Renamed variables in the MPEG animation classes to better conform withTorbjörn Andersson
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-03-06Applied patch #1155731, reducing the memory usage of the MPEG player byTorbjörn Andersson
2005-03-03Initialise variable.Torbjörn Andersson
2005-02-28And, finally, the change I meant to before I got side-tracked: UseTorbjörn Andersson
2005-02-28Index the "mouse list" from 0 instead of 1. I have no idea why it wasn'tTorbjörn Andersson
2005-02-28Changed a few more hard-coded text-ids to constants.Torbjörn Andersson
2005-02-27Restored the original values to the return codes. Since I've been removingTorbjörn Andersson
2005-02-27Got rid of all the .h files but one in the 'driver' directory. They wereTorbjörn Andersson
2005-02-25Whitespace changes.Torbjörn Andersson
2005-02-22Fix compilation on BE systemsMax Horn
2005-02-22Moved some debugging stuff into the debugger class.Torbjörn Andersson
2005-02-21basically the same change as for bs1; don't keep the mutex locked while loadi...Robert Göffringmann
2005-02-21Some cleanup and renaming. (It was confusing to see "load" sometimes andTorbjörn Andersson
2005-02-21removed lots of unnecessary seek()s and read()s by keeping the datafiles' ind...Robert Göffringmann
2005-02-20More BS2 restructuring.Torbjörn Andersson
2005-02-19This is the second part of the BS2 restructuring. There are two newTorbjörn Andersson
2005-02-18Forgot to check if preFetchCompSpeech() could find the speech file. Now itTorbjörn Andersson
2005-02-08Now there are two file handles for the music: one for each CD. This is notTorbjörn Andersson
2005-02-07Fixed crash that would happen if the game tried to play music from CD1 andTorbjörn Andersson
2005-01-28Fix compilation with mpeg2 disabledMax Horn
2005-01-28Use class Mutex instead of MutexRefMax Horn
2005-01-28Began what I hope is the final major restructuring of the BS2 engine.Torbjörn Andersson