scummvm/base
2003-10-04 01:02:23 +00:00
..
.cvsignore new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (this removes the need for an ugly hack in the build system, and is also conceptionally cleaner) 2003-09-17 22:41:01 +00:00
engine.cpp removed duplicate g_timer object (one was global, one was static to timer.cpp); set g_system earlier (might prevent a few race conditions) 2003-09-28 21:08:48 +00:00
engine.h removed duplicate g_timer object (one was global, one was static to timer.cpp); set g_system earlier (might prevent a few race conditions) 2003-09-28 21:08:48 +00:00
gameDetector.cpp add ability to use boot_param in a config file to specify boot param, this is useful for many things esp loom towns where difficulty select is via boot param 2003-10-04 01:02:23 +00:00
gameDetector.h cleanup & restructuring; in particular move the midi driver list to its own source file 2003-10-02 22:52:57 +00:00
main.cpp removed duplicate g_timer object (one was global, one was static to timer.cpp); set g_system earlier (might prevent a few race conditions) 2003-09-28 21:08:48 +00:00
module.mk This'll also break Makefile.noconf 2003-09-18 12:07:56 +00:00
plugins.cpp cleanup & restructuring; in particular move the midi driver list to its own source file 2003-10-02 22:52:57 +00:00
plugins.h renamed namespace ScummVM to Common 2003-10-02 17:43:02 +00:00