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