Age | Commit message (Expand) | Author |
2004-02-27 | fix a recursive lock bug related to update_screen() (shouldn't have caused pr... | Max Horn |
2004-02-25 | Revert fixme out.. as it's all fixed. :o) | James Brown |
2004-02-25 | Build SDL backend via a module.mk file, too | Max Horn |
2004-02-25 | fix fullscreen switch code 'properly' (sorry for missing this one, folks). Si... | Max Horn |
2004-02-25 | Fix SDL backend compilation | James Brown |
2004-02-25 | OpenGL backend no longer exists. | Travis Howell |
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing OS... | Max Horn |
2004-02-23 | Allow the cursor to reach the bottom of the screen when using the keyboard | Torbjörn Andersson |
2004-02-08 | Valgrind warning fix for Simon engine (From olki) | Travis Howell |
2004-02-07 | new auto-dirty-rect checksum algorithm (not so well tested but uses the stand... | Max Horn |
2004-01-22 | patch #878551 from Gael Le Mignot, adds key mappings for yopy PDAs, a host op... | Jonathan Gray |
2004-01-17 | add_dirty_rect turned to virtual method for new CE backend | Nicolas Bacca |
2004-01-16 | Forgot this :) | James Brown |
2004-01-06 | updated copyright notice | Max Horn |
2003-12-16 | Typo | Travis Howell |
2003-12-16 | Add capture mouse option, patch #860831 | Travis Howell |
2003-12-11 | Missed one spot. | Travis Howell |
2003-12-11 | Drop OpenGL backend, since it has no maintainer and is too buggy. | Travis Howell |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-04 | added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSOR | Max Horn |
2003-11-01 | made SDL backend use config manager | Max Horn |
2003-10-10 | Add old change from SDL backends, give error if video mode isn't support. | Travis Howell |
2003-10-09 | make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :) | Jonathan Gray |
2003-10-06 | For those us who have to hit Shift to get to + | Jamieson Christian |
2003-10-05 | implemented new 'nice' scaler hotkeys | Max Horn |
2003-10-05 | cleanup | Max Horn |
2003-10-05 | Ooops | Travis Howell |
2003-10-05 | Remove unneeded case. | Travis Howell |
2003-10-05 | cleanup | Max Horn |
2003-10-05 | fixed some broken scaler related checks | Max Horn |
2003-10-04 | revert the 'reverse Y axis' hack | Max Horn |
2003-10-04 | use namespace Common a bit more; don't zero the RNG in scumm (else the seed g... | Max Horn |
2003-10-04 | small remark | Max Horn |
2003-10-03 | You have been a thorn in my side for far too long Avatar^H^H^H^H^H^H bad code | Max Horn |
2003-10-01 | disable joystick input by default either command line or config file need to ... | Jonathan Gray |
2003-09-28 | Slightly more sensible hotkeys for the scalers. Hq2x is now number 8, right | Torbjörn Andersson |
2003-09-27 | Fixed program crash when trying to switch to a | Jamieson Christian |
2003-09-27 | proposal for revised scaler keyboard shortcuts | Max Horn |
2003-09-27 | added hq2x scaler | Max Horn |
2003-09-27 | OSystem changes: removed create_thread() method (not needed anymore; 'pure' t... | Max Horn |
2003-09-21 | Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlines | Torbjörn Andersson |
2003-09-21 | added HQ3x filter | Max Horn |
2003-09-19 | fixed some pointer cast warnings on systems with 64 bit pointers (like AMD64) | Max Horn |
2003-09-14 | evil fix for #bug 801293 (ALL: Ctrl+alt+b opengl switch) and some cleanup | Max Horn |
2003-09-11 | moved set_mouse_pos around just to make clear it's not part of the OSystem AP... | Max Horn |
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h | Max Horn |
2003-09-08 | removed some superfluous newlines | Max Horn |
2003-09-06 | added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui | Max Horn |
2003-08-22 | Add screenshot option for sdl backends, patch #590233 | Travis Howell |
2003-08-04 | while this fixed a problem with sdl_gl on OS X, it causes annoying problems w... | Max Horn |