aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-03-15more tweaks to doxygenMax Horn
2004-03-15Use Saga namespace everywhereEugene Sandulenko
2004-03-15fix circular header dependency, by moving StackLock class to common/system.h ...Max Horn
2004-03-15implicitly declare use of OSystemMax Horn
2004-03-15Should probably be Simon2-only...Oliver Kiehl
2004-03-15Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changesMax Horn
2004-03-15Code formattingEugene Sandulenko
2004-03-15Hack to prevent segfaults caused by insufficient allocated memory whenOliver Kiehl
2004-03-15fix doxygen-comment mistakesMax Horn
2004-03-15Added getDefaultGraphicsMode for DC backendMax Horn
2004-03-15Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge...Max Horn
2004-03-15fix warningsMax Horn
2004-03-14rewrote talk_with_text from scratch. probably needs some testingOliver Kiehl
2004-03-14Initial SAGA checkinEugene Sandulenko
2004-03-14Initial SAGA checkin. Disabled by default, enable with --enable-sagaEugene Sandulenko
2004-03-14Virtual keyboard.Marcus Comstedt
2004-03-14remove ugly gotoOliver Kiehl
2004-03-14cleanupOliver Kiehl
2004-03-14cleanupPaweł Kołodziejski
2004-03-14prevent journal from reappearing when F1 is pressed more than onceGregory Montoir
2004-03-14Protect against multiple inclusion.Marcus Comstedt
2004-03-14Sound buffer adjustment.Marcus Comstedt
2004-03-14In stereo.Marcus Comstedt
2004-03-14fixed inventory scrolling using keyboardGregory Montoir
2004-03-13some cleanupJoost Peters
2004-03-13Patch #902111: Change remaining random function calls to use RandomSourceMax Horn
2004-03-13updatePaweł Kołodziejski
2004-03-13fix for voice bundle bug in german version comiPaweł Kołodziejski
2004-03-13Reworked scaling logic, and added kFeatureAspectRatioCorrection support.Marcus Comstedt
2004-03-13While moving things down by one line 'looks better' (IMO), it also means that...Max Horn
2004-03-13Less strange.Marcus Comstedt
2004-03-13Cleanup.Marcus Comstedt
2004-03-13Use default implementation for setGraphicsMode(const char *).Marcus Comstedt
2004-03-13Use the name "scummvm_main" for the common main function, like WinCE.Marcus Comstedt
2004-03-13Document the backend feature flags a bit, I hope this clarifies their purpose...Max Horn
2004-03-13Allow changing the scaler via keypad, too (FR #821415)Max Horn
2004-03-13let's not forget about the revamped OSystem APIMax Horn
2004-03-13Added FotAQ to the "About" window, after som discussion with Endy about theTorbjörn Andersson
2004-03-13Added an OSD (On Screen Display) to the SDL backendMax Horn
2004-03-13Features.Marcus Comstedt
2004-03-13Harmonized with new OSystem API.Marcus Comstedt
2004-03-13use 'Surface' in NewGuiMax Horn
2004-03-13Revamped the font code: now it's very easy to switch between the 'original' S...Max Horn
2004-03-13Forward-port maniac hack :)James Brown
2004-03-13Merged in fixes from 0.6.0 release branch.Marcus Comstedt
2004-03-13useful helper method (will be used for improved options dialog)Max Horn
2004-03-13Fixed a slight logic error in the music fading. At this point the codeTorbjörn Andersson
2004-03-13When both music channels are used, and a third piece of music starts,Torbjörn Andersson
2004-03-12cleanupMax Horn
2004-03-12Always play the "current music" after restoring a savegame, even if it's 0.Torbjörn Andersson