Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-09 | Separate PocketPC/Smartphone actions | Nicolas Bacca | |
svn-id: r13827 | |||
2004-05-09 | Fix key mapping | Nicolas Bacca | |
svn-id: r13826 | |||
2004-05-09 | Remove GAPI hardware keys which is handled by SDL now | Nicolas Bacca | |
svn-id: r13825 | |||
2004-05-09 | Add Zoom scaler and Smartphone scaler | Nicolas Bacca | |
svn-id: r13824 | |||
2004-05-09 | Add warning for unresolved conflicts | Nicolas Bacca | |
svn-id: r13823 | |||
2004-05-09 | Switch to EventsBuffer | Nicolas Bacca | |
svn-id: r13822 | |||
2004-05-09 | Remove unused action | Nicolas Bacca | |
svn-id: r13821 | |||
2004-05-09 | Tiny virtual keys changes | Nicolas Bacca | |
svn-id: r13820 | |||
2004-05-09 | Goodbye KeysBuffer, hello EventsBuffer | Nicolas Bacca | |
svn-id: r13819 | |||
2004-05-09 | Switched to EventsBuffer for Smartphones | Nicolas Bacca | |
svn-id: r13818 | |||
2004-05-09 | Make a few functions GFX functions virtual for CE backend | Nicolas Bacca | |
svn-id: r13817 | |||
2004-05-09 | Tweak SDL init for WinCE backend | Nicolas Bacca | |
svn-id: r13816 | |||
2004-05-06 | Reverted the last commit (on this file only) because it broke compilation | Torbjörn Andersson | |
of gui/browser.cpp. Besides, it didn't seem to have anything to do with keycolor in OSystem. :-) svn-id: r13801 | |||
2004-05-06 | Removed default value for keycolor in the OSystem implementations | Max Horn | |
svn-id: r13796 | |||
2004-05-05 | Extend setMouseCursor with additional keycolor parameter. Lets saga use 255 | Eugene Sandulenko | |
as white color. Made this function more safe by copying cursor data to newly created buffer. svn-id: r13777 | |||
2004-04-09 | Renamed template class 'List' to 'Array', since that is really what it is (a ↵ | Max Horn | |
resizable array, not a linked list) svn-id: r13520 | |||
2004-03-28 | Remove explicit OSystem parameter from StackLock constructor; added ↵ | Max Horn | |
OSystem::displayMessageOnOSD (not yet used; default implementation provided) svn-id: r13413 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-28 | Small tweaks for MIPSPro compiler | Max Horn | |
svn-id: r13397 | |||
2004-03-21 | Moved Surface/Font code into new 'graphics' module | Max Horn | |
svn-id: r13357 | |||
2004-03-21 | Updated X11 backend to compile again (I do not know if it works, though) | Max Horn | |
svn-id: r13355 | |||
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 |