aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Collapse)Author
2002-11-12more readme.txt replacements, todo: update manpage and spec file with 0.3.0 infoJonathan Gray
svn-id: r5521
2002-11-02Revert back to revision 1.26.James Brown
Fingolfin, this breaks compilation on linux gcc 2.9x.. debian at least. svn-id: r5372
2002-11-01improved gcc build rule to avoid problems when files are removed from the ↵Max Horn
repository, and to make it less likely that aborting a build leaves bad .d2 files around (thanks Willem!) svn-id: r5369
2002-10-23grrr... why did my commit not remove those?!Max Horn
svn-id: r5275
2002-10-15list every file in its own line - makes it a bit easier to find/add thingsMax Horn
svn-id: r5152
2002-09-27added (currently completly useless) launcher dialogMax Horn
svn-id: r5024
2002-09-26added simple message dialogMax Horn
svn-id: r5020
2002-09-24fix for bug #613369; added some files to .cvsignoreMax Horn
svn-id: r5015
2002-09-20removed old smush playerPaweł Kołodziejski
svn-id: r4981
2002-09-19moved the Scumm specific dialogs to scumm/dialogs.*Max Horn
svn-id: r4973
2002-09-16minor changes in source structurePaweł Kołodziejski
svn-id: r4949
2002-09-16simon also use class FilePaweł Kołodziejski
svn-id: r4948
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903
2002-08-31added class FilePaweł Kołodziejski
svn-id: r4873
2002-08-29sound system cleanupMax Horn
svn-id: r4867
2002-08-29experimental support for the V2 resource format (patch #601560)Max Horn
svn-id: r4864
2002-08-25more optimizationsMax Horn
svn-id: r4847
2002-08-25fixed dependency checking to consider smush code, tooMax Horn
svn-id: r4843
2002-08-24update clean target for smush filesMax Horn
svn-id: r4831
2002-08-24changed name from Chunck to ChunkPaweł Kołodziejski
svn-id: r4829
2002-08-24fixed the Makefile buildsystem for now to link in the new Smush player, and ↵Max Horn
disabling the old Smush player svn-id: r4826
2002-08-23Move scaler code from SCUMM-specific area.James Brown
svn-id: r4803
2002-08-21patch #598405Max Horn
svn-id: r4799
2002-08-21first go at modularizing the build systemMax Horn
svn-id: r4796
2002-08-21engine.* moved to common (where it belongs); added distclean target which ↵Max Horn
gets rid of the .deps dirs, too; removed -Isound svn-id: r4794
2002-08-21really fixed dependency checking this time (I hope :-)Max Horn
svn-id: r4793
2002-08-21fixed the 'intelligent' GCC build rules; added .cvsignore filesMax Horn
svn-id: r4790
2002-08-21fixed clean targetMax Horn
svn-id: r4789
2002-08-21Initial revisionMax Horn
svn-id: r4785
2002-08-18MAJOR change to the way how Engine objects are instantiatedMax Horn
svn-id: r4758
2002-08-14oops :-)Max Horn
svn-id: r4737
2002-08-14got rid of init.cppMax Horn
svn-id: r4736
2002-08-04DIG: preliminarily support for music in the gamePaweł Kołodziejski
svn-id: r4701
2002-07-28moved file bundle stuff into class BundlePaweł Kołodziejski
svn-id: r4671
2002-07-17moved gui/utils.* to main level; removed some unused stuff from our file ↵Max Horn
accessor functions svn-id: r4583
2002-07-16renamed 2xsai.cpp to scaler.cppMax Horn
svn-id: r4564
2002-07-13*** empty log message ***Travis Howell
svn-id: r4530
2002-07-12Countless changes to the New GUI; some hightligths: new ScrollBarWidget ↵Max Horn
class; ListWidget is usable (demo shows it off); added custom String/StringList classes svn-id: r4521
2002-07-10added prototype ListWidget (doesn't do anything yet, only serves to demo how ↵Max Horn
it might look); renamed various NewGui methods and added frameRect method; made NewGui use our 'own' GUI colors (no worries if you don't like them, this is just an experiment); StaticTextWidget now clones its label (preventing problems when a game was loaded, thus invalidating string locations in memory) svn-id: r4513
2002-07-09Dumb up filename case insensitivityJames Brown
svn-id: r4504
2002-07-06oops order is importantMax Horn
svn-id: r4468
2002-07-06added intelligent dependency tracking for anybody who uses GCCMax Horn
svn-id: r4467
2002-07-05hooked in new experimental, *incomplete* GUI code to F6/F7Max Horn
svn-id: r4464
2002-06-29Update other makefilesJames Brown
svn-id: r4440
2002-04-27Add config file support. Thanks |Pixel| :)James Brown
svn-id: r4111
2002-04-27Makefile.mingw now uses Makefile.common, tooMax Horn
svn-id: r4105
2002-04-27added the ability to add an extension to executables (like scummvm vs. ↵Max Horn
scummvm.exe); made some targets phony svn-id: r4102
2002-04-26Slightly revised Makefiles, now share common stuff in Makefile.common; added ↵Max Horn
simple Makefile for MacOS X svn-id: r4088