aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-07-20Display error for WinCE, better than unexpected silent crashesNicolas Bacca
2002-07-20Fixed Monkey Island 2 freeze when sound is pausedNicolas Bacca
2002-07-20DIG:fix for codec 10,Paweł Kołodziejski
2002-07-19Added boilerplatesNicolas Bacca
2002-07-19Update project generationNicolas Bacca
2002-07-19DIG: implemented music codec 12,Paweł Kołodziejski
2002-07-19DIG: implemented music codec 11,Paweł Kołodziejski
2002-07-19implemented codec 10 in the dig music, 11, 12 coming soon.Paweł Kołodziejski
2002-07-19patch by khalek, Added -x parameter that loads from a slot (defaults to 0). A...Ralph Brorsen
2002-07-19added khalek's about dialog (but changed the text items to be centered)Max Horn
2002-07-19DIG: turn off subtitles in SMUSH if _noSubtitles is setPaweł Kołodziejski
2002-07-19disable transparency for the pause dialog for nowMax Horn
2002-07-19make PRNG a bit less predictableMax Horn
2002-07-18Update class (implement mutex), new GFX rendering, display keyboard for Monke...Nicolas Bacca
2002-07-18New GFX rendering for Landscape toolbar & other toolbar issuesNicolas Bacca
2002-07-18WinCE GUI friendlyNicolas Bacca
2002-07-18Workaround for French version crashNicolas Bacca
2002-07-18Minor WinCE compile warning fixNicolas Bacca
2002-07-18put stuff in util.h into namespace ScummVM; fixed stupid bug in String class;...Max Horn
2002-07-18Amiga actor costumes working now, with some minor niggles (sometimes some cos...Ruediger Hanke
2002-07-18updated Win32 & Morphos project/MakefileMax Horn
2002-07-18String class now uses ref counting for its data, which allows efficient copyi...Max Horn
2002-07-18fix for #583166 (hoagie doesn't enter mansion correctly); moved putActor into...Max Horn
2002-07-18painelf's key repeat patchMax Horn
2002-07-17added cubic spline interpolation (only to mix_unsigned_mono_8 because that's ...Max Horn
2002-07-17patch for compiling on Alpha. We probably should switch all our 'long's to 'i...Max Horn
2002-07-17moved gui/utils.* to main level; removed some unused stuff from our file acce...Max Horn
2002-07-17added copy constructo and assignment operator for List<T> templateMax Horn
2002-07-16fixed spllngMax Horn
2002-07-16Patch #582286 - fix for double key events in newguiMax Horn
2002-07-16biiig checkin: removed more stuff from scumm.h; added new headers resource.h ...Max Horn
2002-07-16got rid of _xPos, _yPos, _dir members in class ScummMax Horn
2002-07-16update about the savepath config file optionJeremy Newman
2002-07-16oops forgot this file :-)Max Horn
2002-07-16added costume.h; bumped build date in scumm.h (we have some quite big changes...Max Horn
2002-07-16we should get rid of scumm.h in sdl.cpp; e.g. by moving error() and warning()...Max Horn
2002-07-16removed unnecessary #includeMax Horn
2002-07-16primes usually give better results (verified this with Chi Squared testMax Horn
2002-07-16endian fix for save games (including code for backward compatibility so that ...Max Horn
2002-07-16fixed #555647; got rid of some FIXME'sMax Horn
2002-07-16This warning is driving me nuts, so disabling it for nowMax Horn
2002-07-16fixed check for 'lights' systemMax Horn
2002-07-16fixed call to adjustXYToBeInBoxMax Horn
2002-07-16limit slider drag rangeMax Horn
2002-07-16renamed 2xsai.cpp to scaler.cppMax Horn
2002-07-16Update todoJames Brown
2002-07-16renamed some variables for clarity; added scaler.hMax Horn
2002-07-16patch by painelf that enables editing in the ListWidget (alas as usual with m...Max Horn
2002-07-15added Actor::isInClass convenience method; fixed typo in object.cpp; moved so...Max Horn
2002-07-15no need to error out on FlashlightMax Horn