aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2002-09-24Add emergency patch for 'RFC: Timer-based CD audio sync' patch so monkeyvga ↵Travis Howell
works again. svn-id: r5012
2002-09-22Remove mention of Windows GDI buildTravis Howell
svn-id: r5005
2002-09-222002-09-21 Matt Hargett <matt@use.net>Matt Hargett
* scumm.dsp, scummvm.dsp, simon.dsp: Turn on warning as errors. Generate PDBs on all builds. * gameDetector.cpp, newgui.cpp, widget.cpp, actor.cpp, dialogs.cpp, resource.cpp, saveload.cpp, scumm_renderer.cpp: Fix warnings where possible. One pragma added to eliminate warning of unknown pragmas. * string.cpp: If unknown escape sequence, print warning. svn-id: r4998
2002-09-21Add the following patches:Travis Howell
[ 609649 ] Sound patch for GF_OLD256 games [ 611997 ] RFC: Timer-based CD audio sync svn-id: r4986
2002-09-20quit should not exit(1) but rather exit(0) (mabye we should add a paramter ↵Max Horn
'bool success' to it that flags whether this is a normal exit or one with an error?) svn-id: r4979
2002-09-19based on my findings for guifont, I changed string.cpp to read the char ↵Max Horn
width table for OLD256 games! yippi! some more code cleanup, and marked two struct values as 'to be removed when savegame format changes' svn-id: r4978
2002-09-19improved the text display in a newgui a bit: make the font proportiona; ↵Max Horn
implemented text alignment (left/right/center); alpha blending now not anymore at 50% but at 66%; moved some #defines to util.h svn-id: r4972
2002-09-19Added overlay to OSystem interface; implemented overlay in SDL backend (all ↵Max Horn
other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X svn-id: r4971
2002-09-18moved warning, debug, checkheap to enginePaweł Kołodziejski
svn-id: r4965
2002-09-18Timer is handled in Engine nowPaweł Kołodziejski
svn-id: r4964
2002-09-17Appending a slash in all cases breaks some games on MOSRuediger Hanke
svn-id: r4961
2002-09-16added some comments, cleanupMax Horn
svn-id: r4950
2002-09-16minor changes in source structurePaweł Kołodziejski
svn-id: r4949
2002-09-15improved open function in File classPaweł Kołodziejski
svn-id: r4945
2002-09-15apply patch #609508 real fix for MI2 Dialog Box crash, by CCCP at Endy's requestJonathan Gray
svn-id: r4943
2002-09-13factored out the case-insensitive fopen into its own function - makes it ↵Max Horn
easier to adapt all the code to use it. TODO: improve it to work like in exult, i.e. sometimes other parts of the path have to be changed to upper/lower case (e.g. video vs. VIDEO) svn-id: r4935
2002-09-13ugh! yes, negative offsets for seek do occur! Thus using an unsigned isn't ↵Max Horn
such a good choice for the offset parameter svn-id: r4927
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