aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2002-10-08fix for bug #620361Max Horn
2002-10-08added methods to String class that convert a string to upper/lower case; chan...Max Horn
2002-10-02Renamed new AMidi to EtudeRuediger Hanke
2002-10-01don't print usage information if no params are givenMax Horn
2002-09-30oopsPaweł Kołodziejski
2002-09-30played a bit with the launcher - it now is already somewhat usable <g>Max Horn
2002-09-29cleanupMax Horn
2002-09-29added Config::has_domain()Max Horn
2002-09-29disable experimental launcher dialog by default (at least till it is usable)Max Horn
2002-09-29Merge in 615745: GMD via AdLib emulationJames Brown
2002-09-28patch #612722: MI2 NewGui title fixMax Horn
2002-09-27added (currently completly useless) launcher dialogMax Horn
2002-09-27enabled demo dialog shown during startup; some fixes/cleanup in NewGUIMax Horn
2002-09-26some fixes for the message dialog; added some commentsMax Horn
2002-09-26added simple message dialogMax Horn
2002-09-24fix for bug #613369; added some files to .cvsignoreMax Horn
2002-09-24Add emergency patch for 'RFC: Timer-based CD audio sync' patch so monkeyvga w...Travis Howell
2002-09-22Remove mention of Windows GDI buildTravis Howell
2002-09-222002-09-21 Matt Hargett <matt@use.net>Matt Hargett
2002-09-21Add the following patches:Travis Howell
2002-09-20quit should not exit(1) but rather exit(0) (mabye we should add a paramter 'b...Max Horn
2002-09-19based on my findings for guifont, I changed string.cpp to read the char width...Max Horn
2002-09-19improved the text display in a newgui a bit: make the font proportiona; imple...Max Horn
2002-09-19Added overlay to OSystem interface; implemented overlay in SDL backend (all o...Max Horn
2002-09-18moved warning, debug, checkheap to enginePaweł Kołodziejski
2002-09-18Timer is handled in Engine nowPaweł Kołodziejski
2002-09-17Appending a slash in all cases breaks some games on MOSRuediger Hanke
2002-09-16added some comments, cleanupMax Horn
2002-09-16minor changes in source structurePaweł Kołodziejski
2002-09-15improved open function in File classPaweł Kołodziejski
2002-09-15apply patch #609508 real fix for MI2 Dialog Box crash, by CCCP at Endy's requestJonathan Gray
2002-09-13factored out the case-insensitive fopen into its own function - makes it easi...Max Horn
2002-09-13ugh! yes, negative offsets for seek do occur! Thus using an unsigned isn't su...Max Horn
2002-09-10fixed compilation, but not sure about thisPaweł Kołodziejski
2002-09-10changed scumm file io to class FilePaweł Kołodziejski
2002-09-09added String constructor which takes (and clones) a ConstStringMax Horn
2002-09-09fixed bug in remove() (could cause crashes)Max Horn
2002-09-09added missing destructor; fixed clearNodes; fixed parameter of merge()Max Horn
2002-09-09Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)Michael Pearce
2002-09-08Added ConstString class; not yet used, but will allow us to reduce the overhe...Max Horn
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
2002-09-07Change snprintf to sprintf to be consistent with surrounding code.Matt Hargett
2002-09-07Fix heap corruption. Fix compiler warning.Matt Hargett
2002-09-02added write support to FilePaweł Kołodziejski
2002-09-02removed (+ pos)Paweł Kołodziejski
2002-09-02corrected lower/upper changes in FilePaweł Kołodziejski
2002-09-02fixesPaweł Kołodziejski
2002-09-02changed file io in sounds to class FilePaweł Kołodziejski
2002-08-31fixesPaweł Kołodziejski
2002-08-31don't print char 0x7fMax Horn