Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-03 | Made the Loom Roland music fix a bit more specific. Only one song in EGA Loom | Torbjörn Andersson | |
is affected and, according to Kirben, none in Monkey Island 1 VGA. I don't know about Monkey Island 1 EGA, but I've assumed it uses the same music as the VGA versions. svn-id: r30202 | |||
2008-01-03 | Fix endian issue in checkArrayLimits(). | Travis Howell | |
svn-id: r30178 | |||
2008-01-03 | Fix endian issue in redimArray. | Travis Howell | |
svn-id: r30176 | |||
2008-01-02 | Fix for bug #896489: "DIG: Missing subtitles when talking to Brink" | Eugene Sandulenko | |
svn-id: r30167 | |||
2008-01-02 | Oops. Moved too much code in the last commit. | Eugene Sandulenko | |
svn-id: r30162 | |||
2008-01-02 | Workaround for bug #1804278: "MONKEY: Mouse is invisible after loading" | Eugene Sandulenko | |
svn-id: r30160 | |||
2008-01-02 | Fix bug #1846886: "PUTTZOO: Windows version cursor/pointer drawn wrong" | Eugene Sandulenko | |
svn-id: r30154 | |||
2008-01-02 | Narrow fix for bug #1206994 only to FOA. | Eugene Sandulenko | |
svn-id: r30149 | |||
2008-01-02 | Fix for bug #1206994: "FOA AMIGA: Black cursor and text in Dig Site" | Eugene Sandulenko | |
svn-id: r30147 | |||
2008-01-02 | Fix regression when skipping cutscenes in Maniac Mansion (C64). | Travis Howell | |
svn-id: r30144 | |||
2008-01-02 | Correct verbs names in German version of Maniac Mansion (C64). | Travis Howell | |
svn-id: r30141 | |||
2008-01-02 | When fixing the EGA Loom Roland music, I accidentally broke music looping. | Torbjörn Andersson | |
Should be fixed again now. svn-id: r30135 | |||
2008-01-01 | Added what I hope is the proper fix for bug #1498785 ("LOOM: Unknown Roland | Torbjörn Andersson | |
MIDI music events"). It would probably be safe to commit to the 0.11 branch, but I don't know for sure which games would be affected other than EGA Loom. svn-id: r30132 | |||
2008-01-01 | Fix a long standing bug in playComiMusic (no idea whether this caused any ↵ | Max Horn | |
bugs, though) svn-id: r30128 | |||
2008-01-01 | Fix for bug #1766072: MANIACNES: Music Doesn't Start On Load Game | Eugene Sandulenko | |
svn-id: r30122 | |||
2008-01-01 | Split out charset font data for easier maintenance | Eugene Sandulenko | |
svn-id: r30121 | |||
2008-01-01 | Fix bug #1811732: "MANIAC C64: German version not supported" | Eugene Sandulenko | |
svn-id: r30119 | |||
2008-01-01 | experimental change to fade out to 120 ms instead from table for state music ↵ | Paweł Kołodziejski | |
with opcode 3 when few songs have the same attribute value svn-id: r30118 | |||
2008-01-01 | experimental change to prevent play first region with fade out if jump ↵ | Paweł Kołodziejski | |
opcode is attached svn-id: r30117 | |||
2008-01-01 | SCUMM: Moved tick duration into a constant | Max Horn | |
svn-id: r30112 | |||
2008-01-01 | Patch #1839861 (Possible workaround for bugs related to ↵ | Max Horn | |
cloneToFadeOutTrack): Fixes bug #1848399 and apparently also #1527274 & #1763227 svn-id: r30111 | |||
2007-12-31 | Removed obsolete _insaneRunning flag | Max Horn | |
svn-id: r30107 | |||
2007-12-31 | verified differences in play music code of the dig and comi | Paweł Kołodziejski | |
svn-id: r30103 | |||
2007-12-31 | cleanup | Max Horn | |
svn-id: r30102 | |||
2007-12-31 | Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any ↵ | Oystein Eftevaag | |
numerical expressions in the asm to absolute values (moving the expression to comments) since the iPhone assembler can't handle them, and prepending an underscore to the exported symbols (with some preprocessor magic similar to the hq3x asm for handle ports where it's not needed) svn-id: r30093 | |||
2007-12-31 | I thought only Full Throttle used the VAR_BLAST_ABOVE_TEXT variable, but I see | Torbjörn Andersson | |
now that it's defined for v8 games as well, so call processUpperActors() from that case too, just to be safe. svn-id: r30091 | |||
2007-12-30 | Draw subtitles over the verb coin in CoMI, not under. This is noticeable early | Torbjörn Andersson | |
in the game, when Murray is talking to himself. I've verified this against the behaviour of the original interpreter. (Should this go into 0.11 as well?) svn-id: r30088 | |||
2007-12-30 | Ooops, this was not supposed to be commited | Max Horn | |
svn-id: r30087 | |||
2007-12-30 | atrib -> attrib; added some FIXME comments | Max Horn | |
svn-id: r30086 | |||
2007-12-30 | Fix for bug #1635361: COMI: Music fade-out broken for compressed audio | Max Horn | |
svn-id: r30081 | |||
2007-12-28 | Add another German version of Freddi Fish 2 (Windows). | Travis Howell | |
svn-id: r30054 | |||
2007-12-28 | Patch #1858158: BUILD: Plugin building cleanup | Eugene Sandulenko | |
svn-id: r30041 | |||
2007-12-28 | Patch #1859448: Add OSystem::getTimeAndDate API | Eugene Sandulenko | |
svn-id: r30034 | |||
2007-12-28 | Move more HE code to HE71, to reduce code size, when using DISABLE_HE option. | Travis Howell | |
svn-id: r30023 | |||
2007-12-28 | Move more HE code to HE71, to reduce code size, when using DISABLE_HE option. | Travis Howell | |
svn-id: r30021 | |||
2007-12-27 | Enable Windows version of early HE games by default, to match already ↵ | Travis Howell | |
enabled 3DO/DOS/Macintosh versions of early HE games. Adding only the minimum code required for HE70 games. svn-id: r30011 | |||
2007-12-27 | The HE70 version of Fatty Bear's Birthday Surprise will only work, if ↵ | Travis Howell | |
DISABLE_HE isn't defined. svn-id: r30009 | |||
2007-12-26 | don't clear owner of invalid global object 0 (fixes #1857697) | Willem Jan Palenstijn | |
svn-id: r30007 | |||
2007-12-24 | Enhanced support for Indy3 Mac sounds (added functionality disabled for now) | Max Horn | |
svn-id: r29976 | |||
2007-12-24 | cleanup; workaround for bug #1852635 (INDY3 Mac: Crash When Playing Sound 54) | Max Horn | |
svn-id: r29975 | |||
2007-12-24 | cleanup | Max Horn | |
svn-id: r29974 | |||
2007-12-23 | Fix for bug #1846049: COMI: wrong subtitles color | Max Horn | |
svn-id: r29966 | |||
2007-12-23 | Fix for bug #1837375: MM: Walk behind mask char data | Max Horn | |
svn-id: r29963 | |||
2007-12-23 | Fix for bug #1842260: INDY3 FM-TOWNS: Modified version does not start (what ↵ | Max Horn | |
a beautiful & embarrassing endless loop that was...) svn-id: r29961 | |||
2007-12-20 | Do not #include time.h globally (ideally, we should provide a localtime ↵ | Max Horn | |
clone in OSystem so we can completly get rid of this) svn-id: r29919 | |||
2007-12-20 | cleanup due to jvprat | Max Horn | |
svn-id: r29918 | |||
2007-12-18 | Add Japanese 3DO version of Putt Putt's Fun Pack. | Travis Howell | |
svn-id: r29898 | |||
2007-12-17 | Patch #1852017: INDY3 Mac: Biplane Manual Fix | Max Horn | |
svn-id: r29896 | |||
2007-12-16 | Patch #1851568: INDY3 Mac: Grail Diary Fix | Max Horn | |
svn-id: r29890 | |||
2007-12-09 | Add Russian font for Zak. | Eugene Sandulenko | |
svn-id: r29800 |