Age | Commit message (Expand) | Author |
2006-06-04 | "They sought it with thimbles, they sought it with care; | Torbjörn Andersson |
2006-06-03 | More maemo port development | Eugene Sandulenko |
2006-05-27 | The dirty rect produced by drawMouse() is updated without going through any | Torbjörn Andersson |
2006-05-27 | fix warpmouse in overlay-mode; fixes cursor jumps when opening menu | Willem Jan Palenstijn |
2006-05-25 | unused variable | Willem Jan Palenstijn |
2006-05-25 | fix hotspot handling when overlay visible | Willem Jan Palenstijn |
2006-05-24 | The AGI engine's save/load dialog dirties the entire screen thirteen times | Torbjörn Andersson |
2006-05-23 | fix VC & SDL 1.2.10 compilation error | Andrew Kurushin |
2006-05-21 | Don't crash if drawMouse() is called before _mouseSurface is created. | Torbjörn Andersson |
2006-05-20 | fixed compilation when DISABLE_SCALERS | Paweł Kołodziejski |
2006-05-20 | fix compilation, that variable no longer exists | Paweł Kołodziejski |
2006-05-20 | Removed stray printf() from earlier commit. | Torbjörn Andersson |
2006-05-20 | Re-render the cursor when enabling/disabling cursor palette. Also, I don't | Torbjörn Andersson |
2006-05-20 | Our GUI uses the "cursor palette" feature, but the SDL backend did not use the | Torbjörn Andersson |
2006-05-20 | Fixed cursor drawing in the classic theme. | Torbjörn Andersson |
2006-05-19 | Slighty modified patch #1491859: "Possible fix for recent cursor regressions" | Eugene Sandulenko |
2006-05-18 | - Revert additional setUpCursor() call as it broke in-game cursor palette | Eugene Sandulenko |
2006-05-17 | - Heavily modified patch #1214784: "Disable overlay scaling" | Eugene Sandulenko |
2006-05-09 | - Updated MSVC8 project files | Eugene Sandulenko |
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 |