aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Expand)Author
2002-10-23grrr... why did my commit not remove those?!Max Horn
2002-10-15list every file in its own line - makes it a bit easier to find/add thingsMax Horn
2002-09-27added (currently completly useless) launcher dialogMax Horn
2002-09-26added simple message dialogMax Horn
2002-09-24fix for bug #613369; added some files to .cvsignoreMax Horn
2002-09-20removed old smush playerPaweł Kołodziejski
2002-09-19moved the Scumm specific dialogs to scumm/dialogs.*Max Horn
2002-09-16minor changes in source structurePaweł Kołodziejski
2002-09-16simon also use class FilePaweł Kołodziejski
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
2002-08-31added class FilePaweł Kołodziejski
2002-08-29sound system cleanupMax Horn
2002-08-29experimental support for the V2 resource format (patch #601560)Max Horn
2002-08-25more optimizationsMax Horn
2002-08-25fixed dependency checking to consider smush code, tooMax Horn
2002-08-24update clean target for smush filesMax Horn
2002-08-24changed name from Chunck to ChunkPaweł Kołodziejski
2002-08-24fixed the Makefile buildsystem for now to link in the new Smush player, and d...Max Horn
2002-08-23Move scaler code from SCUMM-specific area.James Brown
2002-08-21patch #598405Max Horn
2002-08-21first go at modularizing the build systemMax Horn
2002-08-21engine.* moved to common (where it belongs); added distclean target which get...Max Horn
2002-08-21really fixed dependency checking this time (I hope :-)Max Horn
2002-08-21fixed the 'intelligent' GCC build rules; added .cvsignore filesMax Horn
2002-08-21fixed clean targetMax Horn
2002-08-21Initial revisionMax Horn
2002-08-18MAJOR change to the way how Engine objects are instantiatedMax Horn
2002-08-14oops :-)Max Horn
2002-08-14got rid of init.cppMax Horn
2002-08-04DIG: preliminarily support for music in the gamePaweł Kołodziejski
2002-07-28moved file bundle stuff into class BundlePaweł Kołodziejski
2002-07-17moved gui/utils.* to main level; removed some unused stuff from our file acce...Max Horn
2002-07-16renamed 2xsai.cpp to scaler.cppMax Horn
2002-07-13*** empty log message ***Travis Howell
2002-07-12Countless changes to the New GUI; some hightligths: new ScrollBarWidget class...Max Horn
2002-07-10added prototype ListWidget (doesn't do anything yet, only serves to demo how ...Max Horn
2002-07-09Dumb up filename case insensitivityJames Brown
2002-07-06oops order is importantMax Horn
2002-07-06added intelligent dependency tracking for anybody who uses GCCMax Horn
2002-07-05hooked in new experimental, *incomplete* GUI code to F6/F7Max Horn
2002-06-29Update other makefilesJames Brown
2002-04-27Add config file support. Thanks |Pixel| :)James Brown
2002-04-27Makefile.mingw now uses Makefile.common, tooMax Horn
2002-04-27added the ability to add an extension to executables (like scummvm vs. scummv...Max Horn
2002-04-26Slightly revised Makefiles, now share common stuff in Makefile.common; added ...Max Horn