aboutsummaryrefslogtreecommitdiff
path: root/sword1
AgeCommit message (Expand)Author
2005-11-12Stop sounds at control panel, otherwise any looping sounds will still beTorbjörn Andersson
2005-11-12Don't warn if 3m9.wav is missing. It always is.Robert Göffringmann
2005-11-12clear screen when entering control panel. Fixes palette glitch after playing ...Robert Göffringmann
2005-11-08minor cleanupRobert Göffringmann
2005-11-08another scrolling fix, the engine didn't scroll all the way to the end of the...Robert Göffringmann
2005-11-08Don't write empty save slot names to the savegame index. All that does isTorbjörn Andersson
2005-11-06fix compilationJoost Peters
2005-11-06Revert last change, doesn't seem to work eitherChris Apers
2005-11-05- Move opcode table to a method so that it is correctly initialized with Palm...Chris Apers
2005-11-05Removed obsolete codeChris Apers
2005-11-05PalmOS ifdefChris Apers
2005-11-04fixed bug #1345130: BS1: Scrolling regression.Robert Göffringmann
2005-11-01Clear the sound queue when starting a cutscene. They usually (always?)Torbjörn Andersson
2005-10-26removed old and unused defines.Robert Göffringmann
2005-10-26added call to OutSaveFile::flush() and some more I/O error checksRobert Göffringmann
2005-10-26fix for bug #1328022: BS1: savegame name text input ignores keypressesRobert Göffringmann
2005-10-26include the datafile's name in error() message when I/O errors occur.Robert Göffringmann
2005-10-26fix for bug #1153682:Robert Göffringmann
2005-10-23Unified Broken Sword 1 & 2 name (instead of I & II) -- usage is more consiste...Max Horn
2005-10-20Changed some spaces to tabsTorbjörn Andersson
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-17Decrease delay while editing savegame name. This way, there should be muchTorbjörn Andersson
2005-10-16Be more careful when subtracting from unsigned values. Fixes bug #1327972.Torbjörn Andersson
2005-10-15Try do display the virtual keyboard only when a string input widget has focus.Marcus Comstedt
2005-10-12Not neededChris Apers
2005-09-21Marked all these structs as packed, except CollisionData, which I haveTorbjörn Andersson
2005-09-09After saving, return to the game instead of the main control panel. This isTorbjörn Andersson
2005-09-03Avoid putting non-ASCII chars into source filesMax Horn
2005-08-26Implement looping sounds. This should fix bug #1273741, hopefully withoutTorbjörn Andersson
2005-08-25Added keyboard repeating.Torbjörn Andersson
2005-08-24The dialog windows now react to "Enter" and "Escape" in what I hope is aTorbjörn Andersson
2005-08-10Don't explicity check for tremor and vorbis everywhere andJonathan Gray
2005-08-10Rest of the changes required for tremor to actually work.Jonathan Gray
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24For consistency, specify directory when including files.Torbjörn Andersson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
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-08Comply to our coding conventionsMax Horn
2005-05-01WhitespaceTorbjörn Andersson
2005-04-27fixed filehandling bugRobert Göffringmann
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one fo...Max Horn
2005-04-09Remove usage of vsprintf in favour of vsnprintf and makeJonathan Gray
2005-04-07Missed these.Torbjörn Andersson
2005-04-07Applied some ScummVM formatting conventions.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