Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-02 | Update | Travis Howell | |
svn-id: r18926 | |||
2005-10-02 | Basic verb display for C64 maniac. | Travis Howell | |
svn-id: r18924 | |||
2005-10-02 | Inventory works in Macintosh version of indy3 now. | Travis Howell | |
svn-id: r18921 | |||
2005-10-01 | Patch #1259034 (Scumm Savegame Informations) | Max Horn | |
svn-id: r18920 | |||
2005-10-01 | Add inventory display for Mac. version of indy3. | Travis Howell | |
svn-id: r18918 | |||
2005-10-01 | Update | Travis Howell | |
svn-id: r18917 | |||
2005-10-01 | Add missing case for bank select. | Travis Howell | |
Fixes bug #1309713. svn-id: r18912 | |||
2005-09-30 | More MM C64 costume fixes from LordHoto. | Eugene Sandulenko | |
svn-id: r18908 | |||
2005-09-30 | fix compile warning | Andrew Kurushin | |
svn-id: r18907 | |||
2005-09-30 | Add missing case. | Travis Howell | |
svn-id: r18906 | |||
2005-09-30 | Handle overflow like original SCUMM3 games. | Travis Howell | |
Should fix bug #1306269 svn-id: r18902 | |||
2005-09-30 | Only applies to SCUMM 1/2. | Travis Howell | |
Fixes regressions mentioned in bug #1306269 svn-id: r18901 | |||
2005-09-26 | Another regression, in Mac. version of indy3. | Travis Howell | |
svn-id: r18886 | |||
2005-09-26 | Add another Mac. version of putttime. | Travis Howell | |
svn-id: r18883 | |||
2005-09-26 | No MIDI support in Monkey Island 1 demos. | Travis Howell | |
svn-id: r18882 | |||
2005-09-26 | Fix regression when using MIDI in Loom demo. | Travis Howell | |
svn-id: r18881 | |||
2005-09-24 | A few opcode corrections for C64 maniac | Travis Howell | |
svn-id: r18876 | |||
2005-09-24 | C64 maniac handles input and verbs manually. | Travis Howell | |
svn-id: r18875 | |||
2005-09-24 | Rename & update opcode in C64 maniac. | Travis Howell | |
Remove unused SCUMM vars in C64 maniac svn-id: r18873 | |||
2005-09-24 | Update targets | Travis Howell | |
svn-id: r18871 | |||
2005-09-24 | Remove demo specific targets for HE games. | Travis Howell | |
svn-id: r18870 | |||
2005-09-24 | Remove dummy cases for additional codecs in moonbase. | Travis Howell | |
If added, they should be placed in LogicHE. svn-id: r18869 | |||
2005-09-24 | Rename & update opcode in C64 maniac. | Travis Howell | |
svn-id: r18868 | |||
2005-09-24 | fixed missing actor limbs in racedemo ; shadows are wrong now, but this ↵ | Gregory Montoir | |
seems normal as we don't load the xmap resources svn-id: r18867 | |||
2005-09-23 | renamed some HE specific akos fields | Gregory Montoir | |
svn-id: r18866 | |||
2005-09-23 | Fix subtitle display in C64 maniac. | Travis Howell | |
svn-id: r18863 | |||
2005-09-23 | Fix contributor's name. | Eugene Sandulenko | |
svn-id: r18862 | |||
2005-09-22 | Add reported MM spanish | Eugene Sandulenko | |
svn-id: r18861 | |||
2005-09-22 | Fix regression introduced when we split engine constructiors into | Eugene Sandulenko | |
constructor itself and init() method. debug() and error() are dependent on _debug object in many engines, so if these methods were called on early stage, scummvm crashed. svn-id: r18860 | |||
2005-09-22 | Convert old actor moving states. | Travis Howell | |
svn-id: r18858 | |||
2005-09-22 | Patch #1297829 "Basic Costume Renderer for MM C64" | Eugene Sandulenko | |
svn-id: r18857 | |||
2005-09-20 | Normalize use of DISABLE_SCALERS. Now it really disables all scalers | Eugene Sandulenko | |
except essential Normal1x. Also thumbnails get compiled unconditionally so we get them on all platforms, even those which never display them. Sorted out mess brought to sdl backend by epoc maintainer. He misused __SYMBIAN32__ where DISABLE_SCALERS is more appropriate. svn-id: r18850 | |||
2005-09-20 | Implement Feature request #1286150 "Third-party translations". Just | Eugene Sandulenko | |
use target_md5=234672e54b4534ac6775 which will be used to pick up alternative target parameters. svn-id: r18848 | |||
2005-09-19 | Fixed bug #1294660, using aquadran's suggested solution. | Torbjörn Andersson | |
svn-id: r18847 | |||
2005-09-19 | Ooops | Travis Howell | |
svn-id: r18846 | |||
2005-09-19 | Switch back to using _paletteMod for the palette adjustment in 32 color ↵ | Travis Howell | |
Amiga games, since overflow is required for the correct palette (ie 256 should overflow to 0). Fixes the palette regression, bug #1294513 svn-id: r18845 | |||
2005-09-18 | Add md5s of extracted MM NES. | Eugene Sandulenko | |
svn-id: r18843 | |||
2005-09-17 | Add reported MI1 VGA V1.1 | Eugene Sandulenko | |
svn-id: r18842 | |||
2005-09-17 | Add bundled Mac snmdemo. | Eugene Sandulenko | |
svn-id: r18836 | |||
2005-09-17 | Remoe unused variable | Eugene Sandulenko | |
svn-id: r18835 | |||
2005-09-17 | Make Mac DOTT demo runnable. | Eugene Sandulenko | |
svn-id: r18834 | |||
2005-09-16 | Add Mac Dott demo. Though file substitutes handling needs to be extended to | Eugene Sandulenko | |
make it run. svn-id: r18833 | |||
2005-09-16 | Add file substitutions for UK Putt Time release. | Eugene Sandulenko | |
svn-id: r18831 | |||
2005-09-16 | Not actually script 18, but exit script. | Travis Howell | |
svn-id: r18830 | |||
2005-09-15 | I think this fixes bug #1291074, which is a masking glitch in Amiga v5 | Torbjörn Andersson | |
games. The mask pointer and maskbit weren't properly updated for the first pixel of each new row. Note that I do not have any of the Amiga games myself, so this fix is based on observing what happens when forcing the PC version of MI2 to use proc3_ami() instead of proc3(). svn-id: r18829 | |||
2005-09-14 | Add UK releases of HE demos. | Eugene Sandulenko | |
svn-id: r18828 | |||
2005-09-14 | Add f4demo from UK putttime | Eugene Sandulenko | |
svn-id: r18827 | |||
2005-09-14 | Add UK release of putt time. | Eugene Sandulenko | |
svn-id: r18825 | |||
2005-09-14 | ZZZZZZZZZZZZZZCCCVS: ↵ | Travis Howell | |
---------------------------------------------------------------------- Skip walkbox data in C64 maniac for now. svn-id: r18824 | |||
2005-09-14 | Move the check for >= v5 further up the calling chain | Jonathan Gray | |
for deciding whether we want to open an sfxfile. svn-id: r18823 |