Age | Commit message (Expand) | Author |
2006-06-03 | More maemo port development | Eugene Sandulenko |
2006-05-25 | fix hotspot handling when overlay visible | Willem Jan Palenstijn |
2006-05-20 | Re-render the cursor when enabling/disabling cursor palette. Also, I don't | Torbjörn Andersson |
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-04 | WIP of maemo port | Eugene Sandulenko |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
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-09-20 | Normalize use of DISABLE_SCALERS. Now it really disables all scalers | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
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-04-19 | Added new (optional) OSystem::initBackend() method; this (and its usage) fixe... | Max Horn |
2005-03-10 | Initialize some overlay-related variables, just to be safe. | Torbjörn Andersson |
2005-03-09 | Patch #1013937 "OSystem layer with bigger resolution". Now you will always | Eugene Sandulenko |
2005-02-20 | Implement OSystem method disableCursorPalette(bool disable) as mentioned | Eugene Sandulenko |
2005-02-17 | Mouse part of big patch #1013937 (OSystem layer with bigger resolution) | Eugene Sandulenko |
2005-01-01 | Updated copyright | Max Horn |
2004-12-04 | getFeatureState should only be allowed when we are *not* in a GFX transaction... | Max Horn |
2004-12-01 | renamed a few things to match our coding guidelines | Gregory Montoir |
2004-11-23 | Next step in transaction implementation. Now it postpones all calls. | Eugene Sandulenko |
2004-10-15 | Renamed _scaler_proc -> _scalerProc; cleaned up _scalerType handling | Max Horn |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-07-16 | Applied patch #957544 to make output sample rate configurable at runtime. | Torbjörn Andersson |
2004-07-16 | Only show gfx mode change messages in the OSD if the change was initiated by ... | Max Horn |
2004-05-09 | Tweak SDL init for WinCE backend | Nicolas Bacca |
2004-03-28 | Remove explicit OSystem parameter from StackLock constructor; added OSystem::... | Max Horn |
2004-03-15 | Allow multi-line OSD messages; display virtual/real screen resolutions when c... | Max Horn |
2004-03-15 | Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes | Max Horn |
2004-03-13 | Added an OSD (On Screen Display) to the SDL backend | Max Horn |
2004-03-01 | got rid of _mouseOldState; some minor cleanup | Max Horn |
2004-02-29 | merged OSystem_SDL and OSystem_SDL_Common; split SDL backend into multiple so... | Max Horn |
2004-02-28 | fix mouse redraw issue when toggling fullscreen mode (visible if one mode is ... | Max Horn |
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor... | Max Horn |
2004-02-27 | fix a recursive lock bug related to update_screen() (shouldn't have caused pr... | Max Horn |
2004-02-25 | Revert fixme out.. as it's all fixed. :o) | James Brown |