Age | Commit message (Expand) | Author |
2004-03-13 | Added FotAQ to the "About" window, after som discussion with Endy about the | Torbjörn Andersson |
2004-03-13 | Added an OSD (On Screen Display) to the SDL backend | Max Horn |
2004-03-13 | Features. | Marcus Comstedt |
2004-03-13 | Harmonized with new OSystem API. | Marcus Comstedt |
2004-03-13 | use 'Surface' in NewGui | Max Horn |
2004-03-13 | Revamped the font code: now it's very easy to switch between the 'original' S... | Max Horn |
2004-03-13 | Forward-port maniac hack :) | James Brown |
2004-03-13 | Merged in fixes from 0.6.0 release branch. | Marcus Comstedt |
2004-03-13 | useful helper method (will be used for improved options dialog) | Max Horn |
2004-03-13 | Fixed a slight logic error in the music fading. At this point the code | Torbjörn Andersson |
2004-03-13 | When both music channels are used, and a third piece of music starts, | Torbjörn Andersson |
2004-03-12 | cleanup | Max Horn |
2004-03-12 | Always play the "current music" after restoring a savegame, even if it's 0. | Torbjörn Andersson |
2004-03-11 | Backport blee | James Brown |
2004-03-09 | correct error text | Jonathan Gray |
2004-03-09 | Respond to volume-altering songs | Joost Peters |
2004-03-09 | Enable music volume slider in Journal | Joost Peters |
2004-03-07 | changed workaround again, it's also needed when entering the room, not only w... | Robert Göffringmann |
2004-03-07 | work around script bug #911508 BS1: Crash when loading certain savegames | Robert Göffringmann |
2004-03-07 | cleanup (removed irrevelant comments and useless XXX'ed code) | Gregory Montoir |
2004-03-07 | consistent use of capitals, limit to 80 chars, MAD is not an mp3 encoder | Jonathan Gray |
2004-03-07 | Oops | Travis Howell |
2004-03-07 | Add all HE game issues | Travis Howell |
2004-03-07 | Update | Travis Howell |
2004-03-07 | obsolete TODO | Max Horn |
2004-03-07 | renamed scumm/scummvm.cpp to scumm/scumm.cpp | Max Horn |
2004-03-07 | remove dependency on SDL_byteorder.h when we are using config.h | Max Horn |
2004-03-06 | Change CFBundleName to 'CFBundleName' | Max Horn |
2004-03-05 | Clear all channel variables in clear_channel | Jochen Hoenicke |
2004-03-05 | Initialize _random_lsr to avoid valgrind warnings | Jochen Hoenicke |
2004-03-05 | We already know the Sam & Max screensavers trigger these assertions so | Torbjörn Andersson |
2004-03-05 | Yearly CE BASS intro synch fix | Nicolas Bacca |
2004-03-05 | Removed obsolete warning message from fnPlaySequence(). | Torbjörn Andersson |
2004-03-04 | remove Makefile.noconf there isn't any known reason for people to use it now | Jonathan Gray |
2004-03-04 | use printf instead of echo -n for the echo -n less solaris users | Jonathan Gray |
2004-03-04 | add function to provide echo -n behaviour for the echo -n less solaris users | Jonathan Gray |
2004-03-04 | added Rect::moveTo methods | Max Horn |
2004-03-04 | add ConfigManager::getActiveDomain | Max Horn |
2004-03-04 | Patch #893817: VC6 - Project/Workspace Files Update (Completely untested, but... | Max Horn |
2004-03-04 | Avoid flooding CE files since stdin and stderr exist now | Nicolas Bacca |
2004-03-04 | Apply patch #907359 : Broken Sword videos improved frameskip | Nicolas Bacca |
2004-03-04 | If the user has previous savegames, display a restart/restore dialog when | Torbjörn Andersson |
2004-03-04 | Add maniac enchanced demo md5 | Eugene Sandulenko |
2004-03-04 | Add Russian Freddi HE md5's | Eugene Sandulenko |
2004-03-04 | Add hack for demo script in maniac (Enchanced) | Travis Howell |
2004-03-04 | Allow --demo-mode with maniac (Enchanced) | Travis Howell |
2004-03-03 | sdl-config --static-libs finally works in SDL 1.2.7, make use of it | Max Horn |
2004-03-03 | Add SDL information to track driver problems | Nicolas Bacca |
2004-03-03 | fix for normal/default scaler behavior (not yet tested) | Max Horn |
2004-03-03 | unsigned ints are always >= 0 (fix warnings) | Max Horn |