aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.cpp
AgeCommit message (Collapse)Author
2006-01-27Fixed invalid memory reads in generateSubstResFileName.Gregory Montoir
svn-id: r20240
2006-01-27Resource modified status always cleared when nuked.Travis Howell
svn-id: r20203
2006-01-27Make resource management of modified wizImages closer to original games.Travis Howell
Fixes many errors in Backyard Sports titles. svn-id: r20201
2006-01-21Fix 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-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2006-01-16Move over more version specific index blocks.Travis Howell
svn-id: r20051
2006-01-16Index block are specific to later HE games.Travis Howell
svn-id: r20048
2006-01-16Index block doesn't exist.Travis Howell
svn-id: r20047
2006-01-05fixed warningsPaweł Kołodziejski
svn-id: r19919
2006-01-05Initial support for sound code in HE games.Travis Howell
Split HE sound functions into separate file. svn-id: r19909
2005-11-19Fix 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-05Update debug output.Travis Howell
svn-id: r19442
2005-10-22As Kirben suggested, increasing room name bufferGregory Montoir
svn-id: r19237
2005-10-22This apparently fixes a crash in 'PuttPutt enters the Race'. Thanks ↵Gregory Montoir
Dark-Star. Also added some assert() calls. svn-id: r19236
2005-10-21fix compilation warnAndrew Kurushin
svn-id: r19219
2005-10-21Add XMAP support for actors.Travis Howell
svn-id: r19205
2005-10-19There 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-19HE 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-18Minor error message fix: isLocked() isn't trying to unlock the resource.Torbjörn Andersson
svn-id: r19149
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-17Added ResourceManager::isLocked; made ResourceManager::flags protected; ↵Max Horn
moved some stuff around svn-id: r19137
2005-10-15Ooops, remove debug output.Travis Howell
svn-id: r19090
2005-10-15Fix regression, resID shouldn't beint16.Travis Howell
Slight correction to copyArrayHelper. svn-id: r19089
2005-10-14Adjust array ids in HE80+ games, to match original.Travis Howell
Otherwise array aren't always nuked by scripts. svn-id: r19082
2005-10-14HE games store and restore locked FlObjects between rooms.Travis Howell
Fixes input issue in thinker1. svn-id: r19072
2005-09-17Remoe unused variableEugene Sandulenko
svn-id: r18835
2005-09-17Make Mac DOTT demo runnable.Eugene Sandulenko
svn-id: r18834
2005-08-14If 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-14Replace 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-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-24I don't think we need to include mididrv.h here.Torbjörn Andersson
svn-id: r18451
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-06-19Fix C64 targets. Regression.Eugene Sandulenko
svn-id: r18411
2005-05-23Don't expire roomImage of current room.Travis Howell
svn-id: r18228
2005-05-14Improvements to --disable-* stuff. Now less ugly #ifdefs with #includes.Eugene Sandulenko
svn-id: r18100
2005-05-14Added --disable-hq and --disable-scumm-7-8 options. Also improvedEugene Sandulenko
DISABLE_HE so more HE-specific code gets excluded. svn-id: r18099
2005-05-14Add configure option to disable HE 70+ games.Travis Howell
svn-id: r18091
2005-05-13Check if charset is been used, before expiring the resource.Travis Howell
svn-id: r18081
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
svn-id: r18037
2005-05-10Add heversions for dutch versions.Travis Howell
Add dutch freddi1 svn-id: r18023
2005-04-23Don'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-20Renamed _mouseButStat -> _mouseAndKeyboardStat (that's what it really is); ↵Max Horn
moved _audioNames to class IMuseDigital svn-id: r17723
2005-04-20Replaced the platform specific GF_FOO switches (using _platform instead now)Max Horn
svn-id: r17716
2005-04-20Replace 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-17Split out some index reading code into a new method readIndexBlock()Max Horn
svn-id: r17659
2005-04-16cleanupMax Horn
svn-id: r17623
2005-04-11RNAM block is different in HE games.Travis Howell
svn-id: r17534
2005-04-10cleanupMax Horn
svn-id: r17525
2005-04-10Read the RNAM data (might be useful for debugging)Max Horn
svn-id: r17510
2005-04-10Reduce 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