aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-15more tweaks to doxygenMax Horn
svn-id: r13294
2004-03-15Use Saga namespace everywhereEugene Sandulenko
svn-id: r13293
2004-03-15fix circular header dependency, by moving StackLock class to common/system.h ↵Max Horn
(it ties closely into OSystem anyway) svn-id: r13292
2004-03-15implicitly declare use of OSystemMax Horn
svn-id: r13291
2004-03-15Should probably be Simon2-only...Oliver Kiehl
svn-id: r13290
2004-03-15Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changesMax Horn
svn-id: r13289
2004-03-15Code formattingEugene Sandulenko
svn-id: r13288
2004-03-15Hack to prevent segfaults caused by insufficient allocated memory whenOliver Kiehl
playing the french version of simon2 with subtitles enabled. svn-id: r13287
2004-03-15fix doxygen-comment mistakesMax Horn
svn-id: r13286
2004-03-15Added getDefaultGraphicsMode for DC backendMax Horn
svn-id: r13285
2004-03-15Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ↵Max Horn
get_width() to getHeight and getWidth(); augmented some doxygen comments in common/system.h svn-id: r13284
2004-03-15fix warningsMax Horn
svn-id: r13283
2004-03-14rewrote talk_with_text from scratch. probably needs some testingOliver Kiehl
svn-id: r13282
2004-03-14Initial SAGA checkinEugene Sandulenko
svn-id: r13281
2004-03-14Initial SAGA checkin. Disabled by default, enable with --enable-sagaEugene Sandulenko
but don't expect it to work. svn-id: r13280
2004-03-14Virtual keyboard.Marcus Comstedt
svn-id: r13279
2004-03-14remove ugly gotoOliver Kiehl
svn-id: r13278
2004-03-14cleanupOliver Kiehl
svn-id: r13277
2004-03-14cleanupPaweł Kołodziejski
svn-id: r13276
2004-03-14prevent journal from reappearing when F1 is pressed more than onceGregory Montoir
svn-id: r13272
2004-03-14Protect against multiple inclusion.Marcus Comstedt
svn-id: r13270
2004-03-14Sound buffer adjustment.Marcus Comstedt
svn-id: r13269
2004-03-14In stereo.Marcus Comstedt
svn-id: r13268
2004-03-14fixed inventory scrolling using keyboardGregory Montoir
svn-id: r13265
2004-03-13some cleanupJoost Peters
svn-id: r13263
2004-03-13Patch #902111: Change remaining random function calls to use RandomSourceMax Horn
svn-id: r13262
2004-03-13updatePaweł Kołodziejski
svn-id: r13261
2004-03-13fix for voice bundle bug in german version comiPaweł Kołodziejski
svn-id: r13260
2004-03-13Reworked scaling logic, and added kFeatureAspectRatioCorrection support.Marcus Comstedt
svn-id: r13259
2004-03-13While moving things down by one line 'looks better' (IMO), it also means ↵Max Horn
that the last line is blitted outside the screen -> bad. So for now I'll undo my changes to the 2xSai filter family svn-id: r13257
2004-03-13Less strange.Marcus Comstedt
svn-id: r13256
2004-03-13Cleanup.Marcus Comstedt
svn-id: r13255
2004-03-13Use default implementation for setGraphicsMode(const char *).Marcus Comstedt
svn-id: r13254
2004-03-13Use the name "scummvm_main" for the common main function, like WinCE.Marcus Comstedt
svn-id: r13253
2004-03-13Document the backend feature flags a bit, I hope this clarifies their ↵Max Horn
purposes; if not feel free to augment the descriptions or tell me what I should add (same goes for the rest of the OSystem documentation, BTW) svn-id: r13252
2004-03-13Allow changing the scaler via keypad, too (FR #821415)Max Horn
svn-id: r13251
2004-03-13let's not forget about the revamped OSystem APIMax Horn
svn-id: r13250
2004-03-13Added FotAQ to the "About" window, after som discussion with Endy about theTorbjörn Andersson
exact wording of it. svn-id: r13249
2004-03-13Added an OSD (On Screen Display) to the SDL backendMax Horn
svn-id: r13248
2004-03-13Features.Marcus Comstedt
svn-id: r13246
2004-03-13Harmonized with new OSystem API.Marcus Comstedt
svn-id: r13245
2004-03-13use 'Surface' in NewGuiMax Horn
svn-id: r13244
2004-03-13Revamped 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-13Forward-port maniac hack :)James Brown
svn-id: r13242
2004-03-13Merged in fixes from 0.6.0 release branch.Marcus Comstedt
svn-id: r13240
2004-03-13useful helper method (will be used for improved options dialog)Max Horn
svn-id: r13237
2004-03-13Fixed a slight logic error in the music fading. At this point the codeTorbjörn Andersson
should only check if the music is fading, not in which direction. (Also made a minor cleanup.) svn-id: r13235
2004-03-13When 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-12cleanupMax Horn
svn-id: r13231
2004-03-12Always 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