Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-10 | cut down on unnecessary GameDetector references | Max Horn | |
svn-id: r11239 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11218 | |||
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵ | Max Horn | |
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045 | |||
2003-10-28 | cleanup: removed version/id from GameSettings | Max Horn | |
svn-id: r10995 | |||
2003-10-18 | We proudly present the latest installment of our hit series 'Untangle the ↵ | Max Horn | |
mess': 'Help! Space Invaders refactored the music detector'... in other news, I obviously need to sleep now svn-id: r10883 | |||
2003-10-17 | cleanup | Max Horn | |
svn-id: r10874 | |||
2003-10-17 | added a listTargets() function (not yet used, soon) and some cleanup | Max Horn | |
svn-id: r10865 | |||
2003-10-17 | oops, forgot to remove the old Platform enum | Max Horn | |
svn-id: r10863 | |||
2003-10-17 | moved platform/language constants to common/util.* | Max Horn | |
svn-id: r10862 | |||
2003-10-17 | factored out the game detection code into the Plugin class; this is the ↵ | Max Horn | |
first step towards allowing more powerful, plugin specific detection code; also, moved the Plugin GameSettings APIs to a slightly higher level svn-id: r10858 | |||
2003-10-15 | removed the kDefault*Volume constants | Max Horn | |
svn-id: r10816 | |||
2003-10-14 | fix debug mode 0 | Max Horn | |
svn-id: r10791 | |||
2003-10-12 | some renaming for more consistent terminology (although we might want to ↵ | Max Horn | |
reevaluate this): 'target' is what is in your config file; 'game' is what a frontend provide. E.g. the scumm frontend provides the game 'monkeyvga', and my config file has target 'monkeyvga-ger' configured to use that game svn-id: r10766 | |||
2003-10-08 | new config manager. not everything is completed, and some things will still ↵ | Max Horn | |
be changed, but it seems to work well enough to put it into CVS svn-id: r10687 | |||
2003-10-05 | Preliminary preparation for new YM2612 FM emulator. | Jamieson Christian | |
All the hooks are in, but actual implementation needs to be checked for portability. svn-id: r10615 | |||
2003-10-02 | cleanup & restructuring; in particular move the midi driver list to its own ↵ | Max Horn | |
source file svn-id: r10550 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-10-01 | disable joystick input by default either command line or config file need to ↵ | Jonathan Gray | |
be used to enable it now, ability to choose joystick number to use also added svn-id: r10518 | |||
2003-09-20 | fix invalid target crash for build using loadable modules | Max Horn | |
svn-id: r10325 | |||
2003-09-17 | cleanup | Max Horn | |
svn-id: r10284 | |||
2003-09-17 | new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there ↵ | Max Horn | |
(this removes the need for an ugly hack in the build system, and is also conceptionally cleaner) svn-id: r10282 |