Age | Commit message (Expand) | Author |
2002-07-25 | rest of zaurus patch | Max Horn |
2002-07-23 | merged some diffs between sdl.cpp and sdl_gl.cpp. Ideally, one should be the ... | Max Horn |
2002-07-17 | moved gui/utils.* to main level; removed some unused stuff from our file acce... | Max Horn |
2002-07-16 | Patch #582286 - fix for double key events in newgui | Max Horn |
2002-07-16 | we should get rid of scumm.h in sdl.cpp; e.g. by moving error() and warning()... | Max Horn |
2002-07-16 | renamed some variables for clarity; added scaler.h | Max Horn |
2002-07-15 | fix for #581473 | Max Horn |
2002-06-26 | Add Lucas-style alt-x quit shortcut | James Brown |
2002-06-25 | Add keyboard mouse support, remove case sensitivity for resource files | James Brown |
2002-06-16 | Fix Simon case sensitivity, work around Win32 SDL bug (hang on audio exit) | James Brown |
2002-06-14 | Reverse patch as requested by Endy | Travis Howell |
2002-06-14 | Add OpenGL support patch from Andre Souza | Travis Howell |
2002-06-04 | Sorry for the mess.... Here is the mutex code :-) | Lionel Ulmer |
2002-05-18 | Added infrastructure to support more than 8 bit signed / unsigned RAW | Lionel Ulmer |
2002-05-14 | fixed compilation on more strict compilers | Max Horn |
2002-05-14 | Remove SCUMM dependancies from SDL.C - This fixes a regular crash in Simon du... | James Brown |
2002-05-11 | Do waveout audio on win32, to allow cooperative sound. SDLs 'dsound' driver | James Brown |
2002-05-10 | once more palatte fix for 'simple scalers' | Max Horn |
2002-05-09 | fixed stupid bug in my optimized mouse code | Max Horn |
2002-05-09 | fix for #553206 (Palette latencies) | Max Horn |
2002-05-09 | fixed redraw bug in SDL backend | Max Horn |
2002-05-07 | renamed some vars to be more verbose; optimized & fixed draw_mouse code (simi... | Max Horn |
2002-05-07 | Beginning of support for multiple resolutions. | James Brown |
2002-05-04 | Change the 'poperty' call to be 64-bits clean. | Lionel Ulmer |
2002-05-04 | don't interpolate the leftmost column with the right most column when using i... | Max Horn |
2002-05-04 | rewrote large parts of the SDL gfx code, fixing the 'shaking' mode and also s... | Max Horn |
2002-05-02 | Add hotkey for advmame2x | James Brown |
2002-04-29 | Fixed properly the transparency problem. I would like people on BE | Lionel Ulmer |
2002-04-29 | Added Jeremy's nice icon to the SDL port of ScummVM using a custom | Lionel Ulmer |
2002-04-28 | Added cd audio stop patch from Gregory Montoir | Travis Howell |
2002-04-28 | Prevent debugger attach when we have switched to full-screen. | Lionel Ulmer |
2002-04-27 | ok, this now should work, pleeeaase | Max Horn |
2002-04-27 | hopefully this fixes the scalers on non-MacOSX systems again... | Max Horn |
2002-04-27 | fixed scalers on systems which do not use 555 but 565 output surfaces | Max Horn |
2002-04-27 | Add autosave support, fix sm and max midi. | James Brown |
2002-04-24 | Add new Scale mode. Thanks Gregory Montoir. | James Brown |
2002-04-22 | Fix cursor hotspot offset. (swapped x/y coords) | James Brown |
2002-04-21 | Add boilerplate license to some files, to satisfy Debian types :) | James Brown |
2002-04-20 | Fix MI1 CD Audio (hopefully). Thanks to gilder. | James Brown |
2002-04-18 | Semi-fix shaking distortion. Mouse pointer corrupts background tho. | James Brown |
2002-04-17 | Return of the MP3 CD patch ... use CBR 22 kHz | Nicolas Bacca |
2002-04-17 | Add BeIDE project file (update readme accordingly). | James Brown |
2002-04-16 | Add hack for loom staff verbs. | James Brown |
2002-04-16 | endian fixes, | Ludvig Strigeus |
2002-04-15 | removed mouse cursor flicker | Ludvig Strigeus |
2002-04-14 | wrote new mixer class, | Ludvig Strigeus |
2002-04-13 | added null graphics driver (USE_NULL_DRIVER) | Ludvig Strigeus |
2002-04-13 | new midi driver API, | Ludvig Strigeus |
2002-04-13 | fixed bug when switching mode | Ludvig Strigeus |
2002-04-13 | full screen mode works now (even if SDL doesn't support it) | Ludvig Strigeus |