aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/sdl.cpp
AgeCommit message (Expand)Author
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-04WIP of maemo portEugene Sandulenko
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
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-09-20Normalize use of DISABLE_SCALERS. Now it really disables all scalersEugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
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-04-19Added new (optional) OSystem::initBackend() method; this (and its usage) fixe...Max Horn
2005-03-10Initialize some overlay-related variables, just to be safe.Torbjörn Andersson
2005-03-09Patch #1013937 "OSystem layer with bigger resolution". Now you will alwaysEugene Sandulenko
2005-02-20Implement OSystem method disableCursorPalette(bool disable) as mentionedEugene Sandulenko
2005-02-17Mouse part of big patch #1013937 (OSystem layer with bigger resolution)Eugene Sandulenko
2005-01-01Updated copyrightMax Horn
2004-12-04getFeatureState should only be allowed when we are *not* in a GFX transaction...Max Horn
2004-12-01renamed a few things to match our coding guidelinesGregory Montoir
2004-11-23Next step in transaction implementation. Now it postpones all calls.Eugene Sandulenko
2004-10-15Renamed _scaler_proc -> _scalerProc; cleaned up _scalerType handlingMax Horn
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-07-16Applied patch #957544 to make output sample rate configurable at runtime.Torbjörn Andersson
2004-07-16Only show gfx mode change messages in the OSD if the change was initiated by ...Max Horn
2004-05-09Tweak SDL init for WinCE backendNicolas Bacca
2004-03-28Remove explicit OSystem parameter from StackLock constructor; added OSystem::...Max Horn
2004-03-15Allow multi-line OSD messages; display virtual/real screen resolutions when c...Max Horn
2004-03-15Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changesMax Horn
2004-03-13Added an OSD (On Screen Display) to the SDL backendMax Horn
2004-03-01got rid of _mouseOldState; some minor cleanupMax Horn
2004-02-29merged OSystem_SDL and OSystem_SDL_Common; split SDL backend into multiple so...Max Horn
2004-02-28fix mouse redraw issue when toggling fullscreen mode (visible if one mode is ...Max Horn
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-02-27fix a recursive lock bug related to update_screen() (shouldn't have caused pr...Max Horn
2004-02-25Revert fixme out.. as it's all fixed. :o)James Brown
2004-02-25fix fullscreen switch code 'properly' (sorry for missing this one, folks). Si...Max Horn
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing OS...Max Horn
2004-02-23Allow the cursor to reach the bottom of the screen when using the keyboardTorbjörn Andersson
2004-01-16Forgot this :)James Brown