Age | Commit message (Expand) | Author |
2006-04-21 | Add creation of Symbian SDL backend instead of plain SDL | Lars Persson |
2006-04-14 | Remove AmigaOS4 cookie as described in patch #1467193: "AmigaOS changes": | Eugene Sandulenko |
2006-04-14 | First batch of root directory cleanup. Now icons are stored in directory | Eugene Sandulenko |
2006-04-09 | Add SDL_SetModuleHandle to WinMain | Travis Howell |
2006-04-04 | Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead | Max Horn |
2006-04-02 | Backends now are also responsile for deiniting properly. In particular, moved... | Max Horn |
2006-04-02 | With this change, backends are now responsible for instantiating their OSyste... | Max Horn |
2006-04-02 | Fix console output been redirected under win32 build, due to main changes. Re... | Travis Howell |
2006-04-02 | Fixing the X11 & NULL backends by adding main() | Max Horn |
2006-04-02 | Moved AmigaOS 'magic cookie' to sdl.cpp, as it is port specific (porter says ... | Max Horn |
2006-04-02 | Moved the Win/Symbian specific stdout/stderr redirect code from base/main.cpp... | Max Horn |
2006-04-02 | Fully and officially renamed our main function to scummvm_main, thus making | Max Horn |
2006-03-19 | Removed implicit screen updates (see also the discussion on scummvm-devel) | Max Horn |
2006-03-14 | Use SDL_GetError in an attempt to display slightly more information about the... | Max Horn |
2006-03-04 | WIP of maemo port | Eugene Sandulenko |
2006-02-26 | The warpMouse() function needs to compensate for aspect-ratio correction, or | Torbjörn Andersson |
2006-02-26 | Fix bug #1349059: "SCUMM, GUI: Cursor jumps to incorrect position when pausing" | Eugene Sandulenko |
2006-02-20 | Moved common/scaler* to graphics/ | Max Horn |
2006-02-20 | Fixed warning when compiling with DISABLE_SCALERS | Torbjörn Andersson |
2006-02-12 | Reduced data duplication in module.mk files; added module.mk files for null a... | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-02-07 | Removed .cvsignore files | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-11-08 | Added asserts to OSystem_SDL::copyRectToScreen, which should detect any attem... | Max Horn |
2005-11-07 | Moved aspect ratio disabling (if screen height != 200) from initSize() to | Torbjörn Andersson |
2005-10-18 | Add possibility to disable SDL parachute on run-time. Option | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-16 | Temporarily virtualize mouse drawing functions for the WinCE port. Hope that ... | Nicolas Bacca |
2005-09-20 | Normalize use of DISABLE_SCALERS. Now it really disables all scalers | Eugene Sandulenko |
2005-08-15 | Apply bug/patch #1258912 "GUI: SDL mouse dirty rects too big" | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-07-11 | Move scaler key handling to a separate method (this helps to fix a GCC 4.0 wa... | Max Horn |
2005-07-09 | Commited patch to fix bug #1210836: "ALL: Failed assertion in AdvMame scaler". | Eugene Sandulenko |
2005-07-05 | Last modifications for Actions to WinCE. | Lars Persson |
2005-07-05 | * Start of generic key configuration support for ScummVM | Lars Persson |
2005-06-21 | This is the SDL changes needed by the Symbian build to work properly. | Lars Persson |
2005-06-07 | Be less prone to crash on really, really stupid output sample rates. | Torbjörn Andersson |
2005-05-29 | Added braces for clarity. | Torbjörn Andersson |
2005-05-14 | Added --disable-hq and --disable-scumm-7-8 options. Also improved | Eugene Sandulenko |
2005-05-08 | Added two new methods to OSystem: grabPalette and grabRawScreen | Max Horn |
2005-05-06 | Allocate all 16bit surfaces with the same bitformat as the HW surface (Fixes ... | Max Horn |
2005-05-01 | Always check for _numDirtyRects overflow in addDirtyRect(). The 'mouseRect' | Torbjörn Andersson |
2005-04-27 | Call blitCursor() when changing scaler to give it the opportunity to switch | Torbjörn Andersson |
2005-04-20 | Fix bug 1184616 (GUI: Mouse drawn at wrong position in overlay mode) | Max Horn |
2005-04-20 | Cleanup / comments | Max Horn |
2005-04-19 | Added new (optional) OSystem::initBackend() method; this (and its usage) fixe... | Max Horn |
2005-04-19 | More whitespace. | Torbjörn Andersson |
2005-04-19 | Whitespace | Torbjörn Andersson |
2005-04-18 | Braces for clarity, even though it *is* well-defined which 'if' the 'else' | Torbjörn Andersson |
2005-04-11 | Enable 2x overlay in MM NES | Eugene Sandulenko |