Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Experimental loading of the cutaway list. Next step will be to get ScummVM | Torbjörn Andersson | |
to actually *play* the cutaways. I'll look into that later. svn-id: r18865 | |||
2005-09-23 | "Inherit the Earth Voices" for Multi CD version is case sensitive. | Eugene Sandulenko | |
svn-id: r18864 | |||
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 | Fix regression caused by recent code cleanup. Each input byte should be | Eugene Sandulenko | |
processed twice, so even if stream end is reached, there should be another iteration. Otherwise it always returned one byte less than expected. svn-id: r18859 | |||
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-21 | Marked all these structs as packed, except CollisionData, which I have | Torbjörn Andersson | |
removed because it wasn't used. Does this make any difference at all on 64-bit architectures in general, and bug #1153682 in particular? svn-id: r18856 | |||
2005-09-21 | This should keep IHNM from triggering an assertion in FLAC. But I'm not | Torbjörn Andersson | |
sure since I don't have FLAC installed on this computer. The looping for standalone tracks looked a little strange, too, so I've changed it. svn-id: r18855 | |||
2005-09-21 | Whitespace | Torbjörn Andersson | |
svn-id: r18854 | |||
2005-09-21 | Make the Linux and multi-OS versions run again. I don't know about the rest | Torbjörn Andersson | |
of you, but I'm getting increasingly frustrated with the number of almost indistinguishable, yet subtly different versions of ITE. svn-id: r18853 | |||
2005-09-21 | Added a GAME_SWAPENDIAN flag so that game files can be labelled as having | Torbjörn Andersson | |
the opposite byte order of the rest of the files. This is needed for the multi-OS version. (Now it crashes with a "RAWInputStream() wrong musicInfo" message instead, but it's still an improvement.) svn-id: r18852 | |||
2005-09-21 | This might allow the multi-OS version to run from CD, though I'm not sure | Torbjörn Andersson | |
our game detection agrees with that at the moment. svn-id: r18851 | |||
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 | Buggy support for ripped tracks. | Eugene Sandulenko | |
svn-id: r18849 | |||
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 | Clarify the AudioStream::readSample requirements | Max Horn | |
svn-id: r18844 | |||
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 | Added another font related TODO | Max Horn | |
svn-id: r18841 | |||
2005-09-17 | Cleaned up the ADPCM code | Max Horn | |
svn-id: r18840 | |||
2005-09-17 | USE_VORBIS needs to be defined when using libtremor | Joost Peters | |
svn-id: r18839 | |||
2005-09-17 | libtremor is installed to a different location when using the port from ↵ | Joost Peters | |
pspdev svn svn-id: r18838 | |||
2005-09-17 | correct features string when using tremor | Joost Peters | |
svn-id: r18837 | |||
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 | Mention ITE and Gob in about dialog. Or should I state publisher (C) | Eugene Sandulenko | |
on Goblins which is Sierra Inc.? svn-id: r18832 | |||
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 | Forgot to add path to source files. Add CVS Id. | Eugene Sandulenko | |
svn-id: r18826 | |||
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 | |||
2005-09-14 | Only try opening SfxFile for >= v5 games. | Jonathan Gray | |
svn-id: r18822 | |||
2005-09-14 | Ooops | Travis Howell | |
svn-id: r18821 | |||
2005-09-14 | Fix skipping cutscenes in C64 maniac. | Travis Howell | |
svn-id: r18820 | |||
2005-09-14 | Selection screen in C64 maniac works. | Travis Howell | |
svn-id: r18819 |