Age | Commit message (Expand) | Author |
2007-02-25 | Add magic id for Apple II verison of Maniac Mansion. | Travis Howell |
2007-02-25 | Another Ogg > MP3 consistency reordering, this time in the SMUSH code; also c... | Max Horn |
2007-02-24 | Removed the (useless, thanks to resTypeFromId) 'name' parameter from readResT... | Max Horn |
2007-02-24 | SCUMM: cleanup (moved small header specific code from ScummEngine::readResTyp... | Max Horn |
2007-02-24 | SCUMM: Try to distinguish between indy3, indy3Towns, zakTowns, loomTowns in t... | Max Horn |
2007-02-24 | Added Spanish version of The Dig; updated a comment on detecting TOWNS variants | Max Horn |
2007-02-23 | Modify ScummEngine::getResourceSize to assert if called on a missing resource... | Max Horn |
2007-02-23 | Added a FIXME to this workaround (it might be to broad -- research needed) | Max Horn |
2007-02-21 | Fixed $URL$ and $Id$. | Johannes Schickel |
2007-02-20 | Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me | Max Horn |
2007-02-20 | SCUMM: Added spanish LANGUAGE.TAB info for COMI (thanks to ssdsa from the for... | Max Horn |
2007-02-19 | As Fingolfin pointed out, we no longer need two different CD timer intervals | Torbjörn Andersson |
2007-02-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjörn Andersson |
2007-02-19 | Move SCUMM version checks for settings up monst.er.sou file, to higher level. | Travis Howell |
2007-02-18 | Fix for bug #1660560 (MANIAC: Meteor faces wrong way during intro) | Max Horn |
2007-02-18 | Improved (I hope) the 'Unknown MD5' messages in our detectors a little bit | Max Horn |
2007-02-18 | French keyboard is 'azerty' not 'awert' | Chris Apers |
2007-02-18 | Fixed bug #1662774 ("SCUMM: Textual verb glitch"). It was a regression caused | Torbjörn Andersson |
2007-02-18 | Committed my fix for bug #1662549 ("SCUMM: MIDI music is broken"). Apparently, | Torbjörn Andersson |
2007-02-18 | cleanup | Max Horn |
2007-02-17 | Removed some dead code, updated a warning message | Max Horn |
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just flushes... | Max Horn |
2007-02-17 | Speed up the Player_NES code quite a bit (still is rather slow without compil... | Max Horn |
2007-02-17 | OOified Player_NES code; revamped the code in GetSample slightly (to avoid ov... | Max Horn |
2007-02-17 | Fix for bug #1660550 (MANIACNES: Graphics glitch on intro screen) | Max Horn |
2007-02-17 | cleanup | Gregory Montoir |
2007-02-17 | cleanup | Gregory Montoir |
2007-02-17 | Reduce amount of attempts to open various speech filenames. | Travis Howell |
2007-02-17 | SCUMM: Fix opening of *.tlk files | Max Horn |
2007-02-17 | get rid of bitCount table (count occurences of bit 0 directly in the main loop) | Gregory Montoir |
2007-02-16 | Some very obvious cleanups. | Torbjörn Andersson |
2007-02-16 | Unified how we deal with (and how we generate) MIDI sysex messages -- in part... | Max Horn |
2007-02-16 | Ugh -- these internal iMuse structs were supposed to be packed, but never wer... | Max Horn |
2007-02-16 | Added details on brazilian comi/dig (once more from the forums) | Max Horn |
2007-02-16 | Add Quietust's patch, to fix graphical glitch in MM NES with scrolling and ob... | Travis Howell |
2007-02-15 | Added italian LANGUAGE.TAB/.BND details (thanks to Glorfindel in forum thread... | Max Horn |
2007-02-15 | fix compile error | Willem Jan Palenstijn |
2007-02-15 | Introduced V12_X_SHIFT / V12_Y_SHIFT | Max Horn |
2007-02-15 | not need this hack as smush player is no longer on another thread | Paweł Kołodziejski |
2007-02-15 | Clear _pauseTime in seekSan(). Hopefully, this will fix the problem with | Torbjörn Andersson |
2007-02-15 | cleanup | Max Horn |
2007-02-15 | added some static keywords | Max Horn |
2007-02-15 | Fix for bug #1328131 (MANIACNES: Inventory hotspots can be misaligned) and it... | Max Horn |
2007-02-15 | Fix for bug #1328146: MANIACNES: Shortcut keys are incorrectly configured | Max Horn |
2007-02-15 | Fix for bug #1451720: MANIACNES: Actors don't appear if outside camera range | Max Horn |
2007-02-14 | SCUMM: Many (most) game flags can computed based on the SCUMM version and oth... | Max Horn |
2007-02-14 | added language file details for french versions of TheDig and COMI | Gregory Montoir |
2007-02-14 | SCUMM: Moved part of detectGames into a new function computeGameSettingsFromM... | Max Horn |
2007-02-14 | SCUMM: Enhanced detector so that it can discover the language of COMI/Dig bas... | Max Horn |
2007-02-14 | Make use of md5_file_string | Max Horn |