Age | Commit message (Expand) | Author |
2004-04-04 | Exit quietly if we just told the user we are going to exit; no need to call e... | Max Horn |
2004-04-04 | Fix for bug #885466 (FT: Text gets drawn under moving bits), by making AKOS c... | Max Horn |
2004-04-04 | got rid of _msgPtrToAdd; slightly improved error checking in addMessageToStack() | Max Horn |
2004-04-03 | Fix for bugs #915586, #905856, part of bug #766749 (COMI: Bug with text being... | Max Horn |
2004-04-03 | cleanup | Max Horn |
2004-04-03 | fixed hypothetical off-by-one error when computing _draw_bottom (a semantical... | Max Horn |
2004-04-03 | cleanup StringTab stuff | Max Horn |
2004-04-03 | Fix for bug #896844 (DIG: Missing subtitle at the lab console) | Max Horn |
2004-04-03 | cleanup | Max Horn |
2004-04-02 | oops | Max Horn |
2004-04-02 | Got rid of _transText | Max Horn |
2004-04-02 | cleanup | Max Horn |
2004-04-02 | Remove obsolete code fragment (a good sign for a refactoring is if it allows ... | Max Horn |
2004-04-02 | simplify code by integrating a call to translateText() into addMessageToStack... | Max Horn |
2004-04-02 | Shouldn't be necessary to do a second translation run in this place (at least... | Max Horn |
2004-04-02 | Added support for %___ strings (used in localized version of The Dig) | Max Horn |
2004-03-30 | Use vsprintf instead of vsnprintf: more portable, less safe (but then again, ... | Max Horn |
2004-03-30 | please fix | Paweł Kołodziejski |
2004-03-29 | clean up FMUS handling, fix not being able to enable sound debug messages | Jonathan Gray |
2004-03-29 | Should have been disabled for Mac. indy3/loom. | Travis Howell |
2004-03-28 | Fix for bug #907174 (LOOM MAC: Crash after entering copy protection) | Max Horn |
2004-03-28 | Proper copy-protection bypass for Mac Loom (still crashes when entering the r... | Max Horn |
2004-03-28 | Remove explicit OSystem parameter from StackLock constructor; added OSystem::... | Max Horn |
2004-03-28 | Renamed more OSystem methods | Max Horn |
2004-03-28 | Format string fix. | Torbjörn Andersson |
2004-03-28 | Fixed format string to match the number of arguments. | Torbjörn Andersson |
2004-03-28 | rename displayError() to displayMessage(); fix slightly incorrect usage of th... | Max Horn |
2004-03-28 | Small tweaks for MIPSPro compiler | Max Horn |
2004-03-28 | Fix bad array size (part of bug report #924685) | Max Horn |
2004-03-27 | forgot them | Paweł Kołodziejski |
2004-03-27 | implemented priorites for imuse sounds | Paweł Kołodziejski |
2004-03-27 | cleanup, and fix bug in table | Paweł Kołodziejski |
2004-03-27 | some changes to imuse digital | Paweł Kołodziejski |
2004-03-25 | Added some new MD5s | Max Horn |
2004-03-23 | changed a little hook id code | Paweł Kołodziejski |
2004-03-23 | fixed fade out delay | Paweł Kołodziejski |
2004-03-23 | Move HE games together. | Travis Howell |
2004-03-23 | Alter some HE games settings | Travis Howell |
2004-03-19 | Revamped COMI/DIG speech decoding (this my cause regressions, watch out). Goa... | Max Horn |
2004-03-19 | addMessageToStack doesn't have to return anything anymore | Max Horn |
2004-03-19 | turn down verbosity | Max Horn |
2004-03-17 | Fix for bug #893254 (MI1VGA: Changes in object names are not saved); this may... | Max Horn |
2004-03-16 | Patch #917503: Remove stray semicolons | Max Horn |
2004-03-16 | Increase channel for Amiga V3 player. | Travis Howell |
2004-03-15 | cleanup | Max Horn |
2004-03-15 | Ooops | Travis Howell |
2004-03-15 | turn illegal SCUMM var access into an error | Max Horn |
2004-03-15 | disambiguate the two talkingActor() methods (one was a getter, one a setter -... | Max Horn |
2004-03-15 | clearMsgQueue now just is a synonym for stopTalk -> remove it | Max Horn |
2004-03-15 | After the refactoring it's clearly that _messagePtr can be removed. Hooray, y... | Max Horn |