aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Expand)Author
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-06-24Remove unused slash from DEPDIRS (cosmetical change to appease Torbjoern :-)Max Horn
2006-06-24* Renamed config.mak to config.mkMax Horn
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-04-08Moved version vars from base/main.cpp to base/version.cpp; thus now version.o...Max Horn
2006-03-29Added a minimal README for our unit tests, and moved their build rule to a ne...Max Horn
2006-02-12Reduced data duplication in module.mk files; added module.mk files for null a...Max Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-11Add patch #1374870 - New Lure of the Temptress moduleTravis Howell
2005-06-27Better test for disabled scalers...Marcus Comstedt
2005-05-14Added --disable-hq and --disable-scumm-7-8 options. Also improvedEugene Sandulenko
2005-05-14Add configure option to disable HE 70+ games.Travis Howell
2005-04-05Initial checking of Gob engineEugene Sandulenko
2005-01-11Move 'tools' related build rules into tools/module.mk; fixed remainder of bug...Max Horn
2004-12-25Moved the softsynth midi drivers into a sound/softsynth; amongst other things...Max Horn
2004-12-24Moving convbdf and md5table into scummvm/tools/Max Horn
2004-12-20Added AUTHORS in some more placesMax Horn
2004-12-02Moved MidiDriver creation code into the MidiDriver class (as static methods),...Max Horn
2004-11-06Major MT-32 emu overhaul based on KingGuppy's code.Eugene Sandulenko
2004-08-22PLUGIN_PREFIX and PLUGIN_SUFFIX moved to Makefile, PLUGIN_EXTRA_DEPS added.Marcus Comstedt
2004-05-21Added assembly versions of HQ2x and HQ3x scalers.Eugene Sandulenko
2004-05-09removed awe based on Endy statementPaweł Kołodziejski
2004-05-05adding initial code for Another World enginePaweł Kołodziejski
2004-04-16Makefile.mingw is no longer usedJonathan Gray
2004-04-09Add Kyrandia baseJames Brown
2004-03-21Moved Surface/Font code into new 'graphics' moduleMax Horn
2004-03-14Initial SAGA checkin. Disabled by default, enable with --enable-sagaEugene Sandulenko
2004-02-25undoing this for now as it causes problems with at least MinGWMax Horn
2004-02-25alternate linking order, avoids 'SDL_main' related linker errors on OSX (this...Max Horn
2004-02-15Enable plugin support via configure scriptMax Horn
2004-02-01Depfiles are not generated in $(srcdir), so don't include them from there...Marcus Comstedt
2004-01-30Various changes to the build system which allow building ScummVM in an extern...Max Horn
2003-12-16Add sword1 makefile changesTravis Howell
2003-10-28bs2 -> sword2Max Horn
2003-09-28queen initial importJoost Peters
2003-09-28add plugins to .PHONY listMax Horn
2003-09-28add 'plugins' to all targetMax Horn
2003-09-20yet another fix for linux+loadable modulesMax Horn
2003-09-19let's see if that's betterMax Horn
2003-09-19one more linux+dynamic fixMax Horn
2003-09-19some cleanup, and an (untested) loadable module build rule for LinuxMax Horn
2003-09-18added initial support for building our 4 adventure engines as loadable module...Max Horn
2003-09-18plugin work: right now, only with build rules for OS X. Once I can get it to ...Max Horn
2003-09-17fix Circular dependency warningMax Horn
2003-09-17new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t...Max Horn
2003-09-17some tweaks to the build system (work toward plugin support)Max Horn
2003-09-08while 'more logical' the current link order doesn't work if all plugins are d...Max Horn
2003-09-08more logical link orderMax Horn
2003-09-08fixed circular dependency; moved version string to main.cpp (seems more logic...Max Horn