Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-21 | disable alt-x and ctrl-z quit keys in favour of ctrl-q on non Mac OS X ↵ | Jonathan Gray | |
unices (including Linux) for consistency with other applications svn-id: r13989 | |||
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 | 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-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-21 | Moved Surface/Font code into new 'graphics' module | Max Horn | |
svn-id: r13357 | |||
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 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-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-12 | cleanup | Max Horn | |
svn-id: r13231 | |||
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-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-08 | Valgrind warning fix for Simon engine (From olki) | Travis Howell | |
svn-id: r12772 | |||
2004-02-07 | new auto-dirty-rect checksum algorithm (not so well tested but uses the ↵ | Max Horn | |
standard adler32 checksum algorithm) svn-id: r12760 | |||
2004-01-22 | patch #878551 from Gael Le Mignot, adds key mappings for yopy PDAs, a host ↵ | Jonathan Gray | |
option to the configure script for cross compilation and sdl prefix option. Also remove obsolete sdlgl option from configure script and change the --disable-bs options to be --disable-sword to be consistent while I'm here svn-id: r12572 | |||
2004-01-17 | add_dirty_rect turned to virtual method for new CE backend | Nicolas Bacca | |
svn-id: r12460 | |||
2004-01-16 | Forgot this :) | James Brown | |
svn-id: r12439 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-12-16 | Typo | Travis Howell | |
svn-id: r11684 | |||
2003-12-16 | Add capture mouse option, patch #860831 | Travis Howell | |
Uses Ctrl m to toggle, since that is closest to original games. Disabled by default. svn-id: r11680 | |||
2003-12-11 | Missed one spot. | Travis Howell | |
svn-id: r11570 | |||
2003-12-11 | Drop OpenGL backend, since it has no maintainer and is too buggy. | Travis Howell | |
svn-id: r11569 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11220 | |||
2003-11-04 | added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSOR | Max Horn | |
svn-id: r11132 | |||
2003-11-01 | made SDL backend use config manager | Max Horn | |
svn-id: r11028 | |||
2003-10-10 | Add old change from SDL backends, give error if video mode isn't support. | Travis Howell | |
svn-id: r10712 | |||
2003-10-09 | make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :) | Jonathan Gray | |
svn-id: r10701 | |||
2003-10-06 | For those us who have to hit Shift to get to + | Jamieson Christian | |
svn-id: r10624 | |||
2003-10-05 | implemented new 'nice' scaler hotkeys | Max Horn | |
svn-id: r10613 | |||
2003-10-05 | cleanup | Max Horn | |
svn-id: r10612 | |||
2003-10-05 | Ooops | Travis Howell | |
svn-id: r10598 | |||
2003-10-05 | Remove unneeded case. | Travis Howell | |
Disable code that causes crash when using opengl from command line for now. svn-id: r10597 |