aboutsummaryrefslogtreecommitdiff
path: root/sword2
AgeCommit message (Expand)Author
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
2005-01-25Corrected the comment: the savegame filename does not include the path atTorbjörn Andersson
2005-01-25Added a "value step" parameter to the Slider widget class so that clickingTorbjörn Andersson
2005-01-20Fixed bug that I must have introduced during one of my cleanups. TheTorbjörn Andersson
2005-01-17Updated copyright header, as discussed on the mailing list.Torbjörn Andersson
2005-01-11On Fingolfin's suggestion I put back the inclusion of util.h into Rect, forTorbjörn Andersson
2005-01-11Use Fingolfin's new WAV code.Torbjörn Andersson
2005-01-11This is probably not the optimal fix, but at least ScummVM compiles again.Torbjörn Andersson
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-09Mark some places which probably should use loadWAVFromStream(); maybe some of...Max Horn
2005-01-06Fixed typo (in comment)Torbjörn Andersson
2005-01-04Applied patch #1088948, with minor modificationsTorbjörn Andersson
2005-01-01Updated copyright year.Torbjörn Andersson
2004-12-27Use the mixer to handle sound volumesMax Horn
2004-12-27Reducing header dependencies a bitMax Horn
2004-12-27Don't use pointers to int. We don't know what size an "int" is.Torbjörn Andersson
2004-12-27Fix volume regression my previous checkin causedMax Horn
2004-12-27Use the same volume ranges as most of the rest of ScummVM (i.e. 0-255)Max Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-21Added Russian narration message.Eugene Sandulenko
2004-12-11Fix dumb CE compilerNicolas Bacca
2004-12-09Pass subdirectories to gamedetector functionsRobert Göffringmann