Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-07 | Exclude font data tables for The Feeble Files, when AGOS2 games are disabled. | Travis Howell | |
svn-id: r48174 | |||
2010-03-07 | Add font data for Polish Windows 4CD version of The Feeble Files. | Travis Howell | |
svn-id: r48173 | |||
2010-03-07 | Split up the scene.cpp file into separate files for M4 and MADS specific ↵ | Paul Gilbert | |
scene code and support classes. Also have started adding code for textual display and proper current action display svn-id: r48172 | |||
2010-03-06 | - Reorder detection (floppy, CD, demos). | Arnaud Boutonné | |
- Move Gob3CD _doSubtitles initialization to updateConfig(). svn-id: r48171 | |||
2010-03-06 | Playtoons - Add MD5s specified by scoriae in the forums | Arnaud Boutonné | |
svn-id: r48168 | |||
2010-03-06 | Gob3CD - Move subtitle check to initialization | Arnaud Boutonné | |
svn-id: r48167 | |||
2010-03-06 | Gob3 CD - some texts are skipped in the CD version because they are ↵ | Arnaud Boutonné | |
considered as subtitles. Even if this behavior is also found in the original, it's incorrect. This fixes those texts (see newspaper after death level). svn-id: r48166 | |||
2010-03-05 | SCI: Add detection entry for Space Quest 5 french found in Space Quest ↵ | Fabio Battaglia | |
Collector's edition svn-id: r48165 | |||
2010-03-05 | Add detection for Playtoons 3 EN, based on Hkz MD5s | Arnaud Boutonné | |
svn-id: r48164 | |||
2010-03-05 | Patch #2963270: MM: V0 Verb Give Fix | Max Horn | |
svn-id: r48163 | |||
2010-03-04 | Fix another mismatching new[] call (note that this needs to be replaced by ↵ | Johannes Schickel | |
malloc, since else MemoryReadStream will try to use free on an new[] allocated block.) svn-id: r48162 | |||
2010-03-04 | Fix mismatching new[]/delete. | Johannes Schickel | |
svn-id: r48161 | |||
2010-03-04 | cruise: add detection entry for Amiga English US GOLD version | Fabio Battaglia | |
svn-id: r48160 | |||
2010-03-04 | Fix item exchange string in Kyra 1 Amiga (both English and German). | Johannes Schickel | |
svn-id: r48159 | |||
2010-03-02 | Fix bug #2961530 - Zak/FM-Towns: Game hangs when using monkey wrench. | Travis Howell | |
svn-id: r48158 | |||
2010-02-28 | Add detection entry for SQ4 Mac. | Matthew Hoops | |
svn-id: r48156 | |||
2010-02-28 | Don't try to dispose of "_bgBuf + 256" automatically when playing the BASS | Torbjörn Andersson | |
intro sound effects. The engine manages that memory on its own. This should fix bug #2960522, "BASS: Crash During the Intro". svn-id: r48152 | |||
2010-02-28 | Fix gcc warning. | Johannes Schickel | |
svn-id: r48151 | |||
2010-02-28 | Implemented loading of the Rex Nebular walkable areas | Paul Gilbert | |
svn-id: r48150 | |||
2010-02-27 | Check if we should quit on every opcode call instead of after every 500. ↵ | Matthew Hoops | |
Fixes bug #2960238. svn-id: r48149 | |||
2010-02-27 | DRACI: Don't try to set the volume for channels that couldn't be allocated ↵ | Jordi Vilalta Prat | |
(fixes bug #2907954: "DRAGON: Crash in Intro") svn-id: r48147 | |||
2010-02-27 | Beginnings of code for scene info loading | Paul Gilbert | |
svn-id: r48143 | |||
2010-02-27 | Fix bug #2959947 - SPYFOX1: Saves don't work from menu. | Travis Howell | |
svn-id: r48142 | |||
2010-02-26 | Fixed the music in some Mac versions of ITE and disabled some unused code ↵ | Filippos Karapetis | |
for the original DOS demo of ITE svn-id: r48139 | |||
2010-02-26 | SID: Adding DISABLE_SID option, as SID player embiggens binary by a large ↵ | Neil Millstone | |
amount. This is a problem for the DS port. svn-id: r48137 | |||
2010-02-26 | SCUMM: Fix stride of palette data in ARM optimised costime renderer | Neil Millstone | |
svn-id: r48135 | |||
2010-02-26 | Slightly rework refreshing cards in Riven (and remove the hackish ↵ | Matthew Hoops | |
changeToCard(0)). svn-id: r48134 | |||
2010-02-26 | Cleanup the sound code a bit. | Matthew Hoops | |
svn-id: r48133 | |||
2010-02-26 | better flag/scene checking for the last intrusion attempt | Vladimir Menshakov | |
svn-id: r48132 | |||
2010-02-26 | added async getFlag(addr) | Vladimir Menshakov | |
svn-id: r48131 | |||
2010-02-25 | interpret several consequent moving command as one. | Vladimir Menshakov | |
svn-id: r48130 | |||
2010-02-25 | reset intro flag after savegame loading | Vladimir Menshakov | |
svn-id: r48128 | |||
2010-02-25 | fixed haystack and fatso problems | Vladimir Menshakov | |
svn-id: r48127 | |||
2010-02-25 | hide mouse while playing cutscenes | Vladimir Menshakov | |
svn-id: r48126 | |||
2010-02-25 | fixed delayed callback timing | Vladimir Menshakov | |
svn-id: r48125 | |||
2010-02-25 | Fixing problems with the texts table in TOT files when the order of the ↵ | Sven Hesse | |
texts and resources tables are switched in the TOT file svn-id: r48124 | |||
2010-02-24 | Add another German Windows version of Pajama Sam 2. | Travis Howell | |
svn-id: r48123 | |||
2010-02-23 | SCI: Turn kernel_sleep() into SciEvent::sleep() | Max Horn | |
svn-id: r48119 | |||
2010-02-23 | SCI: Move SciGui::wait to EngineState::wait | Max Horn | |
svn-id: r48118 | |||
2010-02-23 | SCI: Stop storing EngineState in SciGui32 | Max Horn | |
svn-id: r48117 | |||
2010-02-23 | SCI: add Gabriel Knight 1 French DOS CD detection entry | Fabio Battaglia | |
svn-id: r48115 | |||
2010-02-22 | SPY Fox 3: Operation Ozone is supported too. | Travis Howell | |
svn-id: r48112 | |||
2010-02-21 | SCI: added warning when getting invalid rect in kCan(t)BeHere | Martin Kiewitz | |
svn-id: r48102 | |||
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all ↵ | Yotam Barnoy | |
engines + GUI and proper keypad handling svn-id: r48101 | |||
2010-02-21 | Added comments on the SCI0-SCI1.1 kernel function table differences | Filippos Karapetis | |
svn-id: r48100 | |||
2010-02-21 | Implemented some of the sprite animations loading logic for the first scene ↵ | Paul Gilbert | |
(no display yet) svn-id: r48099 | |||
2010-02-21 | Handle invalid rects in kCanBeHere(). Fixes some odd crashes in Iceman | Filippos Karapetis | |
svn-id: r48098 | |||
2010-02-20 | Removed dead code | Filippos Karapetis | |
svn-id: r48097 | |||
2010-02-20 | Added comment to explain pointer comparison. See r48092 and r48904. | Nicola Mettifogo | |
svn-id: r48096 | |||
2010-02-20 | Put in a warning in case there is ever too long a background resource name ↵ | Paul Gilbert | |
when saving a game svn-id: r48095 |