Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-19 | Reverted to the old random_nr() function. This appears to have been the | Torbjörn Andersson | |
cause of bug #916886: Calling getRandomNumber(-1) causes ScummVM to crash, while calling random_nr(-1) doesn't. We may still want to replace it with getRandomNumber() later, of course. svn-id: r13341 | |||
2004-03-17 | Fix for bug #917532 (GUI: BrowserDialog return value) | Max Horn | |
svn-id: r13320 | |||
2004-03-15 | "int GraphicsMode *" was a rather creative type... :) | Marcus Comstedt | |
svn-id: r13313 | |||
2004-03-15 | Allow multi-line OSD messages; display virtual/real screen resolutions when ↵ | Max Horn | |
chaning the scaler or the aspect ratio correction svn-id: r13309 | |||
2004-03-15 | Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes | Max Horn | |
svn-id: r13289 | |||
2004-03-15 | Added getDefaultGraphicsMode for DC backend | Max Horn | |
svn-id: r13285 | |||
2004-03-15 | Added 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-14 | Virtual keyboard. | Marcus Comstedt | |
svn-id: r13279 | |||
2004-03-14 | Protect against multiple inclusion. | Marcus Comstedt | |
svn-id: r13270 | |||
2004-03-14 | Sound buffer adjustment. | Marcus Comstedt | |
svn-id: r13269 | |||
2004-03-14 | In stereo. | Marcus Comstedt | |
svn-id: r13268 | |||
2004-03-13 | Patch #902111: Change remaining random function calls to use RandomSource | Max Horn | |
svn-id: r13262 | |||
2004-03-13 | Reworked scaling logic, and added kFeatureAspectRatioCorrection support. | Marcus Comstedt | |
svn-id: r13259 | |||
2004-03-13 | Less strange. | Marcus Comstedt | |
svn-id: r13256 | |||
2004-03-13 | Cleanup. | Marcus Comstedt | |
svn-id: r13255 | |||
2004-03-13 | Use default implementation for setGraphicsMode(const char *). | Marcus Comstedt | |
svn-id: r13254 | |||
2004-03-13 | Use the name "scummvm_main" for the common main function, like WinCE. | Marcus Comstedt | |
svn-id: r13253 | |||
2004-03-13 | Allow changing the scaler via keypad, too (FR #821415) | Max Horn | |
svn-id: r13251 | |||
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 | Merged in fixes from 0.6.0 release branch. | Marcus Comstedt | |
svn-id: r13240 | |||
2004-03-12 | cleanup | Max Horn | |
svn-id: r13231 | |||
2004-03-03 | Add SDL information to track driver problems | Nicolas Bacca | |
svn-id: r13171 | |||
2004-03-02 | FLAC support | Chris Apers | |
svn-id: r13146 | |||
2004-03-02 | Obsolete | Chris Apers | |
svn-id: r13144 | |||
2004-03-01 | Fix for bug #907280: Mouse glitches and crashes (Regression) | Max Horn | |
svn-id: r13123 | |||
2004-03-01 | fixed dep file loading | Max Horn | |
svn-id: r13122 | |||
2004-03-01 | removed obsolete membe | Max Horn | |
svn-id: r13104 | |||
2004-03-01 | got rid of _mouseOldState; some minor cleanup | Max Horn | |
svn-id: r13103 | |||
2004-02-29 | this might help Makefile.noconf (did I mention that i want to get rid of it?) | Max Horn | |
svn-id: r13097 | |||
2004-02-29 | merged OSystem_SDL and OSystem_SDL_Common; split SDL backend into multiple ↵ | Max Horn | |
source files svn-id: r13092 | |||
2004-02-28 | fix mouse redraw issue when toggling fullscreen mode (visible if one mode is ↵ | Max Horn | |
555 and the other 565) svn-id: r13088 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-02-27 | fix a recursive lock bug related to update_screen() (shouldn't have caused ↵ | Max Horn | |
problems on most systems, but still was a bug); rewrite the code which switches the scaler mode to be slightly more efficient svn-id: r13070 | |||
2004-02-25 | Revert fixme out.. as it's all fixed. :o) | James Brown | |
svn-id: r13054 | |||
2004-02-25 | Build SDL backend via a module.mk file, too | Max Horn | |
svn-id: r13052 | |||
2004-02-25 | fix fullscreen switch code 'properly' (sorry for missing this one, folks). ↵ | Max Horn | |
Since we don't have the OpenGL variant anymore, we could now merge back the two parts of the SDL backend - and maybe split them into multiple files in a different way (events, graphics, audio, misc ?) svn-id: r13045 | |||
2004-02-25 | Fix SDL backend compilation | James Brown | |
svn-id: r13042 | |||
2004-02-25 | OpenGL backend no longer exists. | Travis Howell | |
svn-id: r13037 | |||
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing ↵ | Max Horn | |
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 | |||
2004-02-24 | Random 640x480 tweaks | Nicolas Bacca | |
svn-id: r13035 | |||
2004-02-24 | Fix monkey detection | Nicolas Bacca | |
svn-id: r13033 | |||
2004-02-24 | Fix hide toolbar | Nicolas Bacca | |
svn-id: r13029 | |||
2004-02-24 | Fix Simon detection | Nicolas Bacca | |
svn-id: r13027 | |||
2004-02-23 | Allow the cursor to reach the bottom of the screen when using the keyboard | Torbjörn Andersson | |
to control it, and aspect-ratio correction is activated. svn-id: r13009 | |||
2004-02-21 | Fix HandheldPC/PalmSizePC compile | Nicolas Bacca | |
svn-id: r12961 | |||
2004-02-20 | Oops | Nicolas Bacca | |
svn-id: r12947 | |||
2004-02-13 | Oops, I forgot that I was using a Microsoft Compiler (c)(tm) ... | Nicolas Bacca | |
svn-id: r12856 | |||
2004-02-13 | Fix compile and 555 display mode | Nicolas Bacca | |
svn-id: r12855 |