Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-10-05 | cleanup | Max Horn | |
svn-id: r10596 | |||
2003-10-05 | fixed some broken scaler related checks | Max Horn | |
svn-id: r10595 | |||
2003-10-04 | revert the 'reverse Y axis' hack | Max Horn | |
svn-id: r10594 | |||
2003-10-04 | use namespace Common a bit more; don't zero the RNG in scumm (else the seed ↵ | Max Horn | |
gets reset); remove obsolete 256 color blending code svn-id: r10592 | |||
2003-10-04 | small remark | Max Horn | |
svn-id: r10579 | |||
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 | |
svn-id: r10554 | |||
2003-10-01 | disable joystick input by default either command line or config file need to ↵ | Jonathan Gray | |
be used to enable it now, ability to choose joystick number to use also added svn-id: r10518 | |||
2003-09-28 | Slightly more sensible hotkeys for the scalers. Hq2x is now number 8, right | Torbjörn Andersson | |
after AdvMame2x, and 9 and 0 are AdvMame3x and Hq3x respectively. I agree with Fingolfin that we'll need a better way of handling this in the future, though. svn-id: r10461 | |||
2003-09-27 | Fixed program crash when trying to switch to a | Jamieson Christian | |
video mode that isn't supported (such as going to fullscreen under COMI with a 3x scaler and a video card that doesn't like 1920x1440 LOL). The program still terminates when this happens, due to the suboptimal way we make the switch to another video mode. (By the time we find out that we can't make the switch, it's too late to revert back). But at least it doesn't crash. svn-id: r10449 | |||
2003-09-27 | proposal for revised scaler keyboard shortcuts | Max Horn | |
svn-id: r10442 | |||
2003-09-27 | added hq2x scaler | Max Horn | |
svn-id: r10439 | |||
2003-09-27 | OSystem changes: removed create_thread() method (not needed anymore; 'pure' ↵ | Max Horn | |
threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type svn-id: r10430 | |||
2003-09-21 | Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlines | Torbjörn Andersson | |
and dotmatrix ones to Ctrl-Alt C and Ctrl-Alt-D. (Does anyone else feel that scanlines and dotmatrix should either be rewritten so that they can be combined with any scaler and aspect ratio correction, or removed? That's why I moved them off the Ctrl-Alt <digit> hotkeys.) svn-id: r10353 | |||
2003-09-21 | added HQ3x filter | Max Horn | |
svn-id: r10346 | |||
2003-09-19 | fixed some pointer cast warnings on systems with 64 bit pointers (like AMD64) | Max Horn | |
svn-id: r10315 | |||
2003-09-14 | evil fix for #bug 801293 (ALL: Ctrl+alt+b opengl switch) and some cleanup | Max Horn | |
svn-id: r10248 | |||
2003-09-11 | moved set_mouse_pos around just to make clear it's not part of the OSystem ↵ | Max Horn | |
API anymore svn-id: r10187 | |||
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h | Max Horn | |
svn-id: r10149 | |||
2003-09-08 | removed some superfluous newlines | Max Horn | |
svn-id: r10086 | |||
2003-09-06 | added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui | Max Horn | |
svn-id: r10047 | |||
2003-08-22 | Add screenshot option for sdl backends, patch #590233 | Travis Howell | |
svn-id: r9821 | |||
2003-08-04 | while this fixed a problem with sdl_gl on OS X, it causes annoying problems ↵ | Max Horn | |
with fullscreen mode with the regular SDL backend on OS X -> disabling it (plus I couldn't reproduce this segfault with the GL backend anymore, too) svn-id: r9468 | |||
2003-08-04 | oops, accidentally commited this one | Max Horn | |
svn-id: r9465 | |||
2003-08-03 | fix for bug #781903 (ALL: jerky cursor movement regression) | Max Horn | |
svn-id: r9446 | |||
2003-08-02 | removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵ | Max Horn | |
did it should be trivial to get them working again) svn-id: r9391 | |||
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, ↵ | Max Horn | |
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359 | |||
2003-07-31 | added new header file backends/intern.h; removed some stuff from ↵ | Max Horn | |
common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) svn-id: r9327 | |||
2003-07-23 | reset some CD related vars when AudioCD is opened | Max Horn | |
svn-id: r9144 | |||
2003-07-23 | Ooops that should not have been commmited | Travis Howell | |
svn-id: r9142 | |||
2003-07-23 | fm towns cd audio fix from Hibernatus | Travis Howell | |
svn-id: r9141 | |||
2003-07-22 | forgot to commit this one | Max Horn | |
svn-id: r9133 | |||
2003-07-22 | adjusted to play_cdrom parameter name change in common/system.h | Max Horn | |
svn-id: r9132 | |||
2003-07-21 | part of patch #774556: fix for aspect mode + shaking | Max Horn | |
svn-id: r9102 |