Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-27 | Fixed invalid memory reads in generateSubstResFileName. | Gregory Montoir | |
svn-id: r20240 | |||
2006-01-27 | Resource modified status always cleared when nuked. | Travis Howell | |
svn-id: r20203 | |||
2006-01-27 | Make resource management of modified wizImages closer to original games. | Travis Howell | |
Fixes many errors in Backyard Sports titles. svn-id: r20201 | |||
2006-01-21 | Fix various incorrect usages of the word 'target' instead of 'gameid'; ↵ | Max Horn | |
change the ambigiuous 'GameSettings::name' to 'GameSettings::gameid' svn-id: r20115 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2006-01-16 | Move over more version specific index blocks. | Travis Howell | |
svn-id: r20051 | |||
2006-01-16 | Index block are specific to later HE games. | Travis Howell | |
svn-id: r20048 | |||
2006-01-16 | Index block doesn't exist. | Travis Howell | |
svn-id: r20047 | |||
2006-01-05 | fixed warnings | Paweł Kołodziejski | |
svn-id: r19919 | |||
2006-01-05 | Initial support for sound code in HE games. | Travis Howell | |
Split HE sound functions into separate file. svn-id: r19909 | |||
2005-11-19 | Fix the bundled Macintosh version of FT demo. | Travis Howell | |
Filename substitution should only be checked for resource files, not other data files. svn-id: r19659 | |||
2005-11-05 | Update debug output. | Travis Howell | |
svn-id: r19442 | |||
2005-10-22 | As Kirben suggested, increasing room name buffer | Gregory Montoir | |
svn-id: r19237 | |||
2005-10-22 | This apparently fixes a crash in 'PuttPutt enters the Race'. Thanks ↵ | Gregory Montoir | |
Dark-Star. Also added some assert() calls. svn-id: r19236 | |||
2005-10-21 | fix compilation warn | Andrew Kurushin | |
svn-id: r19219 | |||
2005-10-21 | Add XMAP support for actors. | Travis Howell | |
svn-id: r19205 | |||
2005-10-19 | There are almost 2 dozens of HE games provided as time limited full games. | Eugene Sandulenko | |
Their data is encrypted by strong encryption technology ActiveMark. Now we detect these games and refuse to run them. User is warned accordingly. svn-id: r19187 | |||
2005-10-19 | HE games require _arraysSlots and sound resource 1 to be saved. | Travis Howell | |
Breaks all old saved games for HE games only. svn-id: r19179 | |||
2005-10-18 | Minor error message fix: isLocked() isn't trying to unlock the resource. | Torbjörn Andersson | |
svn-id: r19149 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-17 | Added ResourceManager::isLocked; made ResourceManager::flags protected; ↵ | Max Horn | |
moved some stuff around svn-id: r19137 | |||
2005-10-15 | Ooops, remove debug output. | Travis Howell | |
svn-id: r19090 | |||
2005-10-15 | Fix regression, resID shouldn't beint16. | Travis Howell | |
Slight correction to copyArrayHelper. svn-id: r19089 | |||
2005-10-14 | Adjust array ids in HE80+ games, to match original. | Travis Howell | |
Otherwise array aren't always nuked by scripts. svn-id: r19082 | |||
2005-10-14 | HE games store and restore locked FlObjects between rooms. | Travis Howell | |
Fixes input issue in thinker1. svn-id: r19072 | |||
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-08-14 | If I understand cyx correctly, this is the proper fix for bug #1253171, | Torbjörn Andersson | |
even though I thought it looked a bit hackish when I proposed it. svn-id: r18687 | |||
2005-08-14 | Replace warnings with debug, errors or printfs: | Travis Howell | |
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18681 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | I don't think we need to include mididrv.h here. | Torbjörn Andersson | |
svn-id: r18451 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-19 | Fix C64 targets. Regression. | Eugene Sandulenko | |
svn-id: r18411 | |||
2005-05-23 | Don't expire roomImage of current room. | Travis Howell | |
svn-id: r18228 | |||
2005-05-14 | Improvements to --disable-* stuff. Now less ugly #ifdefs with #includes. | Eugene Sandulenko | |
svn-id: r18100 | |||
2005-05-14 | Added --disable-hq and --disable-scumm-7-8 options. Also improved | Eugene Sandulenko | |
DISABLE_HE so more HE-specific code gets excluded. svn-id: r18099 | |||
2005-05-14 | Add configure option to disable HE 70+ games. | Travis Howell | |
svn-id: r18091 | |||
2005-05-13 | Check if charset is been used, before expiring the resource. | Travis Howell | |
svn-id: r18081 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-05-10 | Add heversions for dutch versions. | Travis Howell | |
Add dutch freddi1 svn-id: r18023 | |||
2005-04-23 | Don't use Common::Map for the object table at all; rather use bsearch on a ↵ | Max Horn | |
fixed size table. svn-id: r17777 | |||
2005-04-20 | Renamed _mouseButStat -> _mouseAndKeyboardStat (that's what it really is); ↵ | Max Horn | |
moved _audioNames to class IMuseDigital svn-id: r17723 | |||
2005-04-20 | Replaced the platform specific GF_FOO switches (using _platform instead now) | Max Horn | |
svn-id: r17716 | |||
2005-04-20 | Replace all GF_HUMONGOUS use with _heversion. | Travis Howell | |
Make HE60 specific to puttdemo, since it is unqie. Other HE60 games changed to HE 61. svn-id: r17698 | |||
2005-04-17 | Split out some index reading code into a new method readIndexBlock() | Max Horn | |
svn-id: r17659 | |||
2005-04-16 | cleanup | Max Horn | |
svn-id: r17623 | |||
2005-04-11 | RNAM block is different in HE games. | Travis Howell | |
svn-id: r17534 | |||
2005-04-10 | cleanup | Max Horn | |
svn-id: r17525 | |||
2005-04-10 | Read the RNAM data (might be useful for debugging) | Max Horn | |
svn-id: r17510 | |||
2005-04-10 | Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it ↵ | Max Horn | |
complies a bit better with our code formatting rules svn-id: r17508 |