Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-30 | This time properly reverted my accidental commits of the osystem&configman ↵ | Max Horn | |
patch (I didn't mean to commit it in the first place, still waiting for any replies to my corresponding scummvm-devel mail). Sorry for messing up so badly svn-id: r33459 | |||
2008-07-30 | Fixed Win32 build, after Fingolfin's commits (probably because of the revert ↵ | Nicola Mettifogo | |
in revision 33456). svn-id: r33458 | |||
2008-07-30 | Revert my accidental commit of the OSystem changes (oops) | Max Horn | |
svn-id: r33456 | |||
2008-07-30 | Simplified advanced detector file sys scanning code | Max Horn | |
svn-id: r33455 | |||
2008-06-28 | Removed OSystem::getFilesystemFactory() default implentation, as announced | Max Horn | |
svn-id: r32824 | |||
2008-06-10 | Removed unneeded #include | Max Horn | |
svn-id: r32654 | |||
2008-06-04 | Patch #1971285: "Nintendo Wii port" | Eugene Sandulenko | |
svn-id: r32547 | |||
2008-05-24 | Removing DS ifdef from getFileSystemFactory(). | Neil Millstone | |
svn-id: r32248 | |||
2008-05-19 | Removed some dead code | Max Horn | |
svn-id: r32178 | |||
2008-05-15 | Removed the default OSystem::getTimeAndDate() implementation | Max Horn | |
svn-id: r32138 | |||
2008-03-19 | Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate() | Joost Peters | |
svn-id: r31195 | |||
2008-03-12 | Removed remaining traces of the dead MorphOS backend, which itself was ↵ | Max Horn | |
removed about one year ago svn-id: r31114 | |||
2008-03-11 | Added OSystem_SDL::getFilesystemFactory() | Max Horn | |
svn-id: r31107 | |||
2008-03-03 | the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup. | Robert Göffringmann | |
svn-id: r31034 | |||
2008-03-01 | Moved Dreamcast filesystem factory to platform directory. | Marcus Comstedt | |
svn-id: r31021 | |||
2008-02-24 | Don't #include the FS factory implementations in common/system.cpp; rather, ↵ | Max Horn | |
rely on the build system to include them svn-id: r30957 | |||
2008-02-24 | Fixed warning. | Torbjörn Andersson | |
svn-id: r30948 | |||
2008-02-23 | Replaced FilesystemFactory::makeFSFactory with a new method ↵ | Max Horn | |
OSystem::getFilesystemFactory() svn-id: r30947 | |||
2008-01-22 | Removed backends/intern.h | Max Horn | |
svn-id: r30611 | |||
2007-12-28 | Patch #1859448: Add OSystem::getTimeAndDate API | Eugene Sandulenko | |
svn-id: r30034 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-08-11 | Changed OSystem (A)RGBToColor and colorTo(A)RGB methods to use ColorMasks ↵ | Max Horn | |
templates; clarified some OSystem comments svn-id: r28517 | |||
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵ | Max Horn | |
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-03-17 | Implemented a simple EventManager class | Max Horn | |
svn-id: r26154 | |||
2006-10-22 | Backend modularization: Create timer manager, savefile manager and audio ↵ | Max Horn | |
mixer in the backends for increased flexibility svn-id: r24443 | |||
2006-10-21 | Added OSystem::getTimerManager and OSystem::getMixer methods (wip) | Max Horn | |
svn-id: r24405 | |||
2006-10-02 | Implemented "iconify window" opcode. This, of course, needs support in the | Torbjörn Andersson | |
backend to work, and so far it's only done in the SDL backend. See the new kFeatureIconifyWindow flag. (This is patch #1568775.) svn-id: r24060 | |||
2006-06-24 | Moved savefile code to new 'saves' backend module (work in progress) | Max Horn | |
svn-id: r23282 | |||
2006-05-06 | Added a default implementation of the OSystem CD API (which simply does nothing) | Max Horn | |
svn-id: r22370 | |||
2006-05-04 | Moved GameDetector::setTarget & findGame to the new namespace Base; moved ↵ | Max Horn | |
their declaration to base/game.h, their implementation to base/main.cpp (both until we can come up with a better location). Also moved detectMain into main.cpp, where it now is a local static function svn-id: r22346 | |||
2006-04-02 | With this change, backends are now responsible for instantiating their ↵ | Max Horn | |
OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently) svn-id: r21557 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20510 | |||
2006-02-02 | Typo | Chris Apers | |
svn-id: r20351 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-09-03 | Prepare new backends and potential native version | Chris Apers | |
svn-id: r18747 | |||
2005-08-16 | Added: PSP backend | Joost Peters | |
svn-id: r18696 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson | |
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430 | |||
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn | |
svn-id: r18038 | |||
2005-03-31 | Playstation2 Port: initial import | Robert Göffringmann | |
svn-id: r17305 | |||
2005-01-15 | Forgot to commit this | Max Horn | |
svn-id: r16567 | |||
2005-01-10 | Remove some more header dependencies | Max Horn | |
svn-id: r16530 | |||
2005-01-10 | Reduce dependencies on common/savefile.h from 88 to 14 | Max Horn | |
svn-id: r16528 | |||
2005-01-10 | yet another attempt to get makeInstance working for gcc 3.3, gcc 3.2, and ↵ | Max Horn | |
MSVC (thanks to wjp for the suggestion). Works fine with GCC 3.2 and 3.3 svn-id: r16525 | |||
2005-01-09 | Added new interface SeekableReadStream | Max Horn | |
svn-id: r16493 | |||
2005-01-06 | Modify the singleton code once more to help overcome an issue with MSVC 7 ↵ | Max Horn | |
(see also patch #1095133) svn-id: r16454 | |||
2005-01-01 | Changed the singleton code to allow for custom object factories; this ↵ | Max Horn | |
allowed me to change OSystem to use the singleton base class, too svn-id: r16404 | |||
2005-01-01 | Changed OSystem::instance() to return a reference, not a pointer (it now ↵ | Max Horn | |
matches the Singleton interface) svn-id: r16402 |