Age | Commit message (Expand) | Author |
2006-05-05 | Removed Base::setTarget, and some minor cleanup & tweaks | Max Horn |
2006-05-04 | Moved GameDetector::setTarget & findGame to the new namespace Base; moved the... | Max Horn |
2006-05-04 | Turned the last remaining few GameDetector methods into static methods | Max Horn |
2006-05-04 | Put "path" config in game specific domain. Fixes bug #1475049. | Marcus Comstedt |
2006-05-02 | Implemented new InSaveFile methods. | Marcus Comstedt |
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 | Fully and officially renamed our main function to scummvm_main, thus making | Max Horn |
2006-03-15 | Fix for bug #1449912 (DC: selector.cpp compilation failed) | Max Horn |
2006-03-14 | Fixes for the DC backends (see patch #1436898) | Max Horn |
2006-03-08 | Adapting plugin.syms to the changes made to the plugin API (matching it with ... | Max Horn |
2006-02-09 | $Header$ -> $URL$ + $Id$ | Marcus Comstedt |
2006-02-09 | Properly initialize _devpoll. | Marcus Comstedt |
2006-02-07 | Removed .cvsignore files | Max Horn |
2006-01-27 | fingolfin renamed 'GameSettings::name' to 'GameSettings::gameid'. | Marcus Comstedt |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-15 | Enable MAD support. | Marcus Comstedt |
2005-10-15 | Avoid "double-clicks" when the virtual keyboard is activated. | Marcus Comstedt |
2005-10-15 | Added support for cursor palettes. | Marcus Comstedt |
2005-10-15 | Added some missing functions. | Marcus Comstedt |
2005-10-13 | Improved savefile error handling: | Marcus Comstedt |
2005-10-10 | gBitFormat seems to be back in libcommon again... (This underhanded paramete... | Marcus Comstedt |
2005-08-14 | Run the detectors on one directory at a time, rather than one file at a time. | Marcus Comstedt |
2005-08-14 | Force a single PHDR. | Marcus Comstedt |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-27 | Implemented OSystem_Dreamcast::grabPalette(). | Marcus Comstedt |
2005-06-27 | Implemented InVMSave::skip(). | Marcus Comstedt |
2005-06-24 | Changed #include <stdafx.h> to #include <common/stdafx.h>. It should | Torbjörn Andersson |
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn |
2005-05-04 | Dispense with the filename field of InVMSaves. | Marcus Comstedt |
2005-05-04 | Cleanup of the cleanup code. :-) | Marcus Comstedt |
2005-05-04 | Split VMSave into InVMSave and OutVMSave. | Marcus Comstedt |
2005-04-27 | Slightly more elegant LauncherDialog connector. | Marcus Comstedt |
2005-04-27 | Added eos() method. | Marcus Comstedt |
2005-04-22 | add a comment regarding an odd hack | Max Horn |
2005-04-19 | Replace OSystem::hasAlpha with a feature flag | Max Horn |
2005-04-11 | Typo | Max Horn |
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one fo... | Max Horn |
2005-04-03 | Added mouse wheel support. | Marcus Comstedt |
2005-04-03 | Oops, cleared too large memory region... | Marcus Comstedt |
2005-04-03 | Switch overlay mode to ARGB4444. | Marcus Comstedt |
2005-04-03 | Added new cursorTargetScale parameter to setMouseCursor(). | Marcus Comstedt |
2005-04-03 | SaveFile stuff now resides in <common/savefile.h>. | Marcus Comstedt |
2005-04-02 | Until there is a proper way of communicating pixel format, declare ugly globa... | Marcus Comstedt |
2005-03-09 | Patch #1013937 "OSystem layer with bigger resolution". Now you will always | Eugene Sandulenko |
2005-01-07 | Access timer. | Marcus Comstedt |
2004-12-09 | Made SoftKbd more usable with a mouse. | Marcus Comstedt |
2004-12-06 | Switch back from netcd to regular ronin. | Marcus Comstedt |
2004-12-06 | Use delete[] for dirs now that it contains objects. | Marcus Comstedt |
2004-12-06 | Updated instructions. | Marcus Comstedt |