aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl
AgeCommit message (Expand)Author
2006-05-23fix VC & SDL 1.2.10 compilation errorAndrew Kurushin
2006-05-21Don't crash if drawMouse() is called before _mouseSurface is created.Torbjörn Andersson
2006-05-20fixed compilation when DISABLE_SCALERSPaweł Kołodziejski
2006-05-20fix compilation, that variable no longer existsPaweł Kołodziejski
2006-05-20Removed stray printf() from earlier commit.Torbjörn Andersson
2006-05-20Re-render the cursor when enabling/disabling cursor palette. Also, I don'tTorbjörn Andersson
2006-05-20Our GUI uses the "cursor palette" feature, but the SDL backend did not use theTorbjörn Andersson
2006-05-20Fixed cursor drawing in the classic theme.Torbjörn Andersson
2006-05-19Slighty modified patch #1491859: "Possible fix for recent cursor regressions"Eugene Sandulenko
2006-05-18- Revert additional setUpCursor() call as it broke in-game cursor paletteEugene Sandulenko
2006-05-17- Heavily modified patch #1214784: "Disable overlay scaling"Eugene Sandulenko
2006-05-09- Updated MSVC8 project filesEugene Sandulenko
2006-04-21Add creation of Symbian SDL backend instead of plain SDLLars Persson
2006-04-14Remove AmigaOS4 cookie as described in patch #1467193: "AmigaOS changes":Eugene Sandulenko
2006-04-14First batch of root directory cleanup. Now icons are stored in directoryEugene Sandulenko
2006-04-09Add SDL_SetModuleHandle to WinMainTravis Howell
2006-04-04Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h insteadMax Horn
2006-04-02Backends now are also responsile for deiniting properly. In particular, moved...Max Horn
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-04-02Fix console output been redirected under win32 build, due to main changes. Re...Travis Howell
2006-04-02Fixing the X11 & NULL backends by adding main()Max Horn
2006-04-02Moved AmigaOS 'magic cookie' to sdl.cpp, as it is port specific (porter says ...Max Horn
2006-04-02Moved the Win/Symbian specific stdout/stderr redirect code from base/main.cpp...Max Horn
2006-04-02Fully and officially renamed our main function to scummvm_main, thus makingMax Horn
2006-03-19Removed implicit screen updates (see also the discussion on scummvm-devel)Max Horn
2006-03-14Use SDL_GetError in an attempt to display slightly more information about the...Max Horn
2006-03-04WIP of maemo portEugene Sandulenko
2006-02-26The warpMouse() function needs to compensate for aspect-ratio correction, orTorbjörn Andersson
2006-02-26Fix bug #1349059: "SCUMM, GUI: Cursor jumps to incorrect position when pausing"Eugene Sandulenko
2006-02-20Moved common/scaler* to graphics/Max Horn
2006-02-20Fixed warning when compiling with DISABLE_SCALERSTorbjörn Andersson
2006-02-12Reduced data duplication in module.mk files; added module.mk files for null a...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-07Removed .cvsignore filesMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-11-08Added asserts to OSystem_SDL::copyRectToScreen, which should detect any attem...Max Horn
2005-11-07Moved aspect ratio disabling (if screen height != 200) from initSize() toTorbjörn Andersson
2005-10-18Add possibility to disable SDL parachute on run-time. OptionEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-16Temporarily virtualize mouse drawing functions for the WinCE port. Hope that ...Nicolas Bacca
2005-09-20Normalize use of DISABLE_SCALERS. Now it really disables all scalersEugene Sandulenko
2005-08-15Apply bug/patch #1258912 "GUI: SDL mouse dirty rects too big"Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-11Move scaler key handling to a separate method (this helps to fix a GCC 4.0 wa...Max Horn
2005-07-09Commited patch to fix bug #1210836: "ALL: Failed assertion in AdvMame scaler".Eugene Sandulenko
2005-07-05Last modifications for Actions to WinCE.Lars Persson
2005-07-05* Start of generic key configuration support for ScummVMLars Persson
2005-06-21This is the SDL changes needed by the Symbian build to work properly.Lars Persson
2005-06-07Be less prone to crash on really, really stupid output sample rates.Torbjörn Andersson
2005-05-29Added braces for clarity.Torbjörn Andersson