Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-13 | Added FotAQ to the "About" window, after som discussion with Endy about the | Torbjörn Andersson | |
exact wording of it. svn-id: r13249 | |||
2004-03-13 | Added an OSD (On Screen Display) to the SDL backend | Max Horn | |
svn-id: r13248 | |||
2004-03-13 | Features. | Marcus Comstedt | |
svn-id: r13246 | |||
2004-03-13 | Harmonized with new OSystem API. | Marcus Comstedt | |
svn-id: r13245 | |||
2004-03-13 | use 'Surface' in NewGui | Max Horn | |
svn-id: r13244 | |||
2004-03-13 | Revamped the font code: now it's very easy to switch between the 'original' ↵ | Max Horn | |
SCUMM font and any new font... or to have multiple different fonts (like, one for 320x240 and and one for 640x480); furthermore, font rendering can now be done w/o using NewGui svn-id: r13243 | |||
2004-03-13 | Forward-port maniac hack :) | James Brown | |
svn-id: r13242 | |||
2004-03-13 | Merged in fixes from 0.6.0 release branch. | Marcus Comstedt | |
svn-id: r13240 | |||
2004-03-13 | useful helper method (will be used for improved options dialog) | Max Horn | |
svn-id: r13237 | |||
2004-03-13 | Fixed a slight logic error in the music fading. At this point the code | Torbjörn Andersson | |
should only check if the music is fading, not in which direction. (Also made a minor cleanup.) svn-id: r13235 | |||
2004-03-13 | When both music channels are used, and a third piece of music starts, | Torbjörn Andersson | |
silence the channel that appears to be closest to silence already. This is the same method I used in BS2, and it might fix a glitch I heard at the Club Alamut. svn-id: r13234 | |||
2004-03-12 | cleanup | Max Horn | |
svn-id: r13231 | |||
2004-03-12 | Always play the "current music" after restoring a savegame, even if it's 0. | Torbjörn Andersson | |
If it is, all that happens is that it silences the music. Otherwise, the current music that was playing before the game was restored will keep playing afterwards. (One example of this: I went into the Hotel Ubu and restored a savegame at the hospital. The piano music kept playing in the background.) svn-id: r13230 | |||
2004-03-11 | Backport blee | James Brown | |
svn-id: r13228 | |||
2004-03-09 | correct error text | Jonathan Gray | |
svn-id: r13226 | |||
2004-03-09 | Respond to volume-altering songs | Joost Peters | |
svn-id: r13225 | |||
2004-03-09 | Enable music volume slider in Journal | Joost Peters | |
svn-id: r13222 | |||
2004-03-07 | changed workaround again, it's also needed when entering the room, not only ↵ | Robert Göffringmann | |
when restoring a savegame. svn-id: r13216 | |||
2004-03-07 | work around script bug #911508 BS1: Crash when loading certain savegames | Robert Göffringmann | |
svn-id: r13215 | |||
2004-03-07 | cleanup (removed irrevelant comments and useless XXX'ed code) | Gregory Montoir | |
svn-id: r13214 | |||
2004-03-07 | consistent use of capitals, limit to 80 chars, MAD is not an mp3 encoder | Jonathan Gray | |
svn-id: r13212 | |||
2004-03-07 | Oops | Travis Howell | |
svn-id: r13211 | |||
2004-03-07 | Add all HE game issues | Travis Howell | |
svn-id: r13210 | |||
2004-03-07 | Update | Travis Howell | |
svn-id: r13209 | |||
2004-03-07 | obsolete TODO | Max Horn | |
svn-id: r13208 | |||
2004-03-07 | renamed scumm/scummvm.cpp to scumm/scumm.cpp | Max Horn | |
svn-id: r13207 | |||
2004-03-07 | remove dependency on SDL_byteorder.h when we are using config.h | Max Horn | |
svn-id: r13206 | |||
2004-03-06 | Change CFBundleName to 'CFBundleName' | Max Horn | |
svn-id: r13204 | |||
2004-03-05 | Clear all channel variables in clear_channel | Jochen Hoenicke | |
svn-id: r13203 | |||
2004-03-05 | Initialize _random_lsr to avoid valgrind warnings | Jochen Hoenicke | |
svn-id: r13202 | |||
2004-03-05 | We already know the Sam & Max screensavers trigger these assertions so | Torbjörn Andersson | |
until someone figures out exactly what to do, let's do something less drastic. Now if someone requests a pixel outside the known screen, assume that pixel has colour 0. svn-id: r13200 | |||
2004-03-05 | Yearly CE BASS intro synch fix | Nicolas Bacca | |
svn-id: r13199 | |||
2004-03-05 | Removed obsolete warning message from fnPlaySequence(). | Torbjörn Andersson | |
svn-id: r13195 | |||
2004-03-04 | remove Makefile.noconf there isn't any known reason for people to use it now | Jonathan Gray | |
svn-id: r13193 | |||
2004-03-04 | use printf instead of echo -n for the echo -n less solaris users | Jonathan Gray | |
svn-id: r13192 | |||
2004-03-04 | add function to provide echo -n behaviour for the echo -n less solaris users | Jonathan Gray | |
svn-id: r13191 | |||
2004-03-04 | added Rect::moveTo methods | Max Horn | |
svn-id: r13190 | |||
2004-03-04 | add ConfigManager::getActiveDomain | Max Horn | |
svn-id: r13189 | |||
2004-03-04 | Patch #893817: VC6 - Project/Workspace Files Update (Completely untested, ↵ | Max Horn | |
but I figure it can't get worse than it already is :-) svn-id: r13188 | |||
2004-03-04 | Avoid flooding CE files since stdin and stderr exist now | Nicolas Bacca | |
svn-id: r13184 | |||
2004-03-04 | Apply patch #907359 : Broken Sword videos improved frameskip | Nicolas Bacca | |
svn-id: r13180 | |||
2004-03-04 | If the user has previous savegames, display a restart/restore dialog when | Torbjörn Andersson | |
the game starts. (I know it could look prettier, but I don't have much to work with here...) svn-id: r13178 | |||
2004-03-04 | Add maniac enchanced demo md5 | Eugene Sandulenko | |
svn-id: r13176 | |||
2004-03-04 | Add Russian Freddi HE md5's | Eugene Sandulenko | |
svn-id: r13175 | |||
2004-03-04 | Add hack for demo script in maniac (Enchanced) | Travis Howell | |
svn-id: r13174 | |||
2004-03-04 | Allow --demo-mode with maniac (Enchanced) | Travis Howell | |
svn-id: r13173 | |||
2004-03-03 | sdl-config --static-libs finally works in SDL 1.2.7, make use of it | Max Horn | |
svn-id: r13172 | |||
2004-03-03 | Add SDL information to track driver problems | Nicolas Bacca | |
svn-id: r13171 | |||
2004-03-03 | fix for normal/default scaler behavior (not yet tested) | Max Horn | |
svn-id: r13168 | |||
2004-03-03 | unsigned ints are always >= 0 (fix warnings) | Max Horn | |
svn-id: r13167 |