Age | Commit message (Expand) | Author |
2005-11-12 | Stop sounds at control panel, otherwise any looping sounds will still be | Torbjörn Andersson |
2005-11-12 | Don't warn if 3m9.wav is missing. It always is. | Robert Göffringmann |
2005-11-12 | clear screen when entering control panel. Fixes palette glitch after playing ... | Robert Göffringmann |
2005-11-08 | minor cleanup | Robert Göffringmann |
2005-11-08 | another scrolling fix, the engine didn't scroll all the way to the end of the... | Robert Göffringmann |
2005-11-08 | Don't write empty save slot names to the savegame index. All that does is | Torbjörn Andersson |
2005-11-06 | fix compilation | Joost Peters |
2005-11-06 | Revert last change, doesn't seem to work either | Chris Apers |
2005-11-05 | - Move opcode table to a method so that it is correctly initialized with Palm... | Chris Apers |
2005-11-05 | Removed obsolete code | Chris Apers |
2005-11-05 | PalmOS ifdef | Chris Apers |
2005-11-04 | fixed bug #1345130: BS1: Scrolling regression. | Robert Göffringmann |
2005-11-01 | Clear the sound queue when starting a cutscene. They usually (always?) | Torbjörn Andersson |
2005-10-26 | removed old and unused defines. | Robert Göffringmann |
2005-10-26 | added call to OutSaveFile::flush() and some more I/O error checks | Robert Göffringmann |
2005-10-26 | fix for bug #1328022: BS1: savegame name text input ignores keypresses | Robert Göffringmann |
2005-10-26 | include the datafile's name in error() message when I/O errors occur. | Robert Göffringmann |
2005-10-26 | fix for bug #1153682: | Robert Göffringmann |
2005-10-23 | Unified Broken Sword 1 & 2 name (instead of I & II) -- usage is more consiste... | Max Horn |
2005-10-20 | Changed some spaces to tabs | Torbjörn Andersson |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-17 | Decrease delay while editing savegame name. This way, there should be much | Torbjörn Andersson |
2005-10-16 | Be more careful when subtracting from unsigned values. Fixes bug #1327972. | Torbjörn Andersson |
2005-10-15 | Try do display the virtual keyboard only when a string input widget has focus. | Marcus Comstedt |
2005-10-12 | Not needed | Chris Apers |
2005-09-21 | Marked all these structs as packed, except CollisionData, which I have | Torbjörn Andersson |
2005-09-09 | After saving, return to the game instead of the main control panel. This is | Torbjörn Andersson |
2005-09-03 | Avoid putting non-ASCII chars into source files | Max Horn |
2005-08-26 | Implement looping sounds. This should fix bug #1273741, hopefully without | Torbjörn Andersson |
2005-08-25 | Added keyboard repeating. | Torbjörn Andersson |
2005-08-24 | The dialog windows now react to "Enter" and "Escape" in what I hope is a | Torbjörn Andersson |
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray |
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | For consistency, specify directory when including files. | Torbjörn Andersson |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn |
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn |
2005-05-08 | Comply to our coding conventions | Max Horn |
2005-05-01 | Whitespace | Torbjörn Andersson |
2005-04-27 | fixed filehandling bug | Robert Göffringmann |
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one fo... | Max Horn |
2005-04-09 | Remove usage of vsprintf in favour of vsnprintf and make | Jonathan Gray |
2005-04-07 | Missed these. | Torbjörn Andersson |
2005-04-07 | Applied some ScummVM formatting conventions. | Torbjörn Andersson |
2005-03-25 | Patch #1117443 (Experimental plugin code revision) | Max Horn |
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int... | Max Horn |
2005-03-11 | Renamed variables in the MPEG animation classes to better conform with | Torbjörn Andersson |