Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2005-04-10 | Don't call allocateArrays from readMAXS, rather call it explicitly after ↵ | Max Horn | |
calling readMAXS; init _palManipCounter in the proper place (only needed when restarting); free palManip data on exit svn-id: r17495 | |||
2005-04-10 | Got rid of _dynamicRoomOffsets | Max Horn | |
svn-id: r17494 | |||
2005-04-09 | Pedantic cleanup | Max Horn | |
svn-id: r17490 | |||
2005-04-09 | Overload getStringAddress in subclasses; moved V6-V8 specific res stuff to ↵ | Max Horn | |
resource.cpp svn-id: r17489 | |||
2005-04-09 | Got rid of GF_NEW_OPCODES | Max Horn | |
svn-id: r17488 | |||
2005-04-09 | Simplify the substResFileName system a bit | Max Horn | |
svn-id: r17475 | |||
2005-04-06 | Moved createResource, resourceStats, expireResources to ResourceManager | Max Horn | |
svn-id: r17420 | |||
2005-04-04 | Cleaning up the charset loading code some more | Max Horn | |
svn-id: r17367 | |||
2005-04-03 | Splitting more methods into multiple overloaded versions | Max Horn | |
svn-id: r17366 | |||
2005-04-03 | loadCharset gets overloaded for small header games, so no need to check for ↵ | Max Horn | |
those in here svn-id: r17365 | |||
2005-04-03 | Turned readRoomsOffsets into a virtual method | Max Horn | |
svn-id: r17363 |