Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-09 | removed awe based on Endy statement | Paweł Kołodziejski | |
svn-id: r13809 | |||
2004-05-05 | adding initial code for Another World engine | Paweł Kołodziejski | |
svn-id: r13783 | |||
2004-04-09 | Add Kyrandia base | James Brown | |
svn-id: r13516 | |||
2004-03-23 | With latest dlcompat on OSX, no need anymore to manually prepend an ↵ | Max Horn | |
underscore before symbol names svn-id: r13367 | |||
2004-03-23 | fix dynamic version of LOAD_MODULE macro; fixed typo | Max Horn | |
svn-id: r13366 | |||
2004-03-14 | Initial SAGA checkin. Disabled by default, enable with --enable-saga | Eugene Sandulenko | |
but don't expect it to work. svn-id: r13280 | |||
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn | |
svn-id: r12722 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-12-21 | Make it possible for game detection functions to detect language/platform ↵ | Max Horn | |
(not yet done by any detector, but will come with the MD5 detection code) svn-id: r11811 | |||
2003-12-16 | Broken Sword 1: initial import | Robert Göffringmann | |
svn-id: r11664 | |||
2003-12-13 | removed GameSettings::detectname and GameSettings::midi; renamed ↵ | Max Horn | |
GameSettings::gameName to name; added temporary experimental MD5 hack svn-id: r11603 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11218 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11178 | |||
2003-11-03 | stdafx.h needs to be included first. | Marcus Comstedt | |
svn-id: r11117 | |||
2003-10-28 | cleanup: removed version/id from GameSettings | Max Horn | |
svn-id: r10995 | |||
2003-10-26 | fix compile | Oliver Kiehl | |
svn-id: r10979 | |||
2003-10-26 | cleanup | Max Horn | |
svn-id: r10975 | |||
2003-10-20 | fix compile when using dynamic plugin support | Oliver Kiehl | |
svn-id: r10920 | |||
2003-10-17 | moved game detection code out to the plugins | Max Horn | |
svn-id: r10882 | |||
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-16 | cleanup | Max Horn | |
svn-id: r10839 | |||
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 | turned PluginManager into a proper singleton | Max Horn | |
svn-id: r10688 | |||
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-09-28 | queen initial import | Joost Peters | |
svn-id: r10462 | |||
2003-09-20 | prepend underscore before passing symbols to dlsym, at least on OS X | Max Horn | |
svn-id: r10328 | |||
2003-09-20 | fix invalid target crash for build using loadable modules | Max Horn | |
svn-id: r10325 | |||
2003-09-19 | cleanup | Oliver Kiehl | |
svn-id: r10320 | |||
2003-09-18 | added initial support for building our 4 adventure engines as loadable ↵ | Max Horn | |
modules; right now only work on OS X; once we add more build rules, other systems with dlopen() should work, too (e.g. Linux); Windows support may come later. This is still very much WIP svn-id: r10304 | |||
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a ↵ | Max Horn | |
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287 | |||
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 |