aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2002-09-10fixed compilation, but not sure about thisPaweł Kołodziejski
svn-id: r4921
2002-09-10changed scumm file io to class FilePaweł Kołodziejski
svn-id: r4920
2002-09-09added String constructor which takes (and clones) a ConstStringMax Horn
svn-id: r4918
2002-09-09fixed bug in remove() (could cause crashes)Max Horn
svn-id: r4917
2002-09-09added missing destructor; fixed clearNodes; fixed parameter of merge()Max Horn
svn-id: r4916
2002-09-09Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)Michael Pearce
svn-id: r4909
2002-09-08Added ConstString class; not yet used, but will allow us to reduce the ↵Max Horn
overhead involved when passing in string constants as parameters taking a String ref right now svn-id: r4904
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903
2002-09-07Change snprintf to sprintf to be consistent with surrounding code.Matt Hargett
svn-id: r4902
2002-09-07Fix heap corruption. Fix compiler warning.Matt Hargett
svn-id: r4901
2002-09-02added write support to FilePaweł Kołodziejski
svn-id: r4900
2002-09-02removed (+ pos)Paweł Kołodziejski
svn-id: r4899
2002-09-02corrected lower/upper changes in FilePaweł Kołodziejski
svn-id: r4898
2002-09-02fixesPaweł Kołodziejski
svn-id: r4897
2002-09-02changed file io in sounds to class FilePaweł Kołodziejski
svn-id: r4896
2002-08-31fixesPaweł Kołodziejski
svn-id: r4887
2002-08-31don't print char 0x7fMax Horn
svn-id: r4881
2002-08-31fixed compilation on Mac OS X; some cleanup; moved header file ↵Max Horn
scumm/smusH/rect.h to common/rect.h svn-id: r4877
2002-08-31removed bad strdup implementationMax Horn
svn-id: r4876
2002-08-31updatedPaweł Kołodziejski
svn-id: r4875
2002-08-31changed Bundle to File class, cleanupPaweł Kołodziejski
svn-id: r4874
2002-08-31added class FilePaweł Kołodziejski
svn-id: r4873
2002-08-29experimental support for the V2 resource format (patch #601560)Max Horn
svn-id: r4864
2002-08-25fixed some endian issues in the new SMUSH decoder; cleanupMax Horn
svn-id: r4842
2002-08-24endian fixes; cleanupMax Horn
svn-id: r4837
2002-08-23Move scaler code from SCUMM-specific area.James Brown
svn-id: r4803
2002-08-22Made MorphOS port use master makefile, few compilation fixesRuediger Hanke
svn-id: r4800
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-21fixed the 'intelligent' GCC build rules; added .cvsignore filesMax Horn
svn-id: r4790
2002-08-21Initial revisionMax Horn
svn-id: r4785