Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-16 | some updates that get us up to the bootscripts of he v7 games before ↵ | Jonathan Gray | |
erroring out on unimplemented opcodes svn-id: r7576 | |||
2003-05-13 | NUM_ACTORS -> _numActors (for consistency) | Max Horn | |
svn-id: r7489 | |||
2003-05-13 | cleanup | Max Horn | |
svn-id: r7488 | |||
2003-05-08 | init all VAR_* variables to 0xFF; replaced access to _vars in the form ↵ | Max Horn | |
_vars[VAR_*] by VARS(VAR_*) which performs a validity checK; renamed _vars to _scummVars to make sure I updated all places; fixed two places where V6 and newer games would access V5 vars (but there are still some left, it seems); checked VAR access for now only generates a warning svn-id: r7393 | |||
2003-05-07 | ..\..\msg.txt | Jamieson Christian | |
svn-id: r7382 | |||
2003-05-03 | added music looping for MonkeyVGA/EGA and Indy3 | Max Horn | |
svn-id: r7283 | |||
2003-05-02 | shouldn't work so late at night, only make mistakes | Max Horn | |
svn-id: r7257 | |||
2003-05-01 | umpf | Max Horn | |
svn-id: r7256 | |||
2003-05-01 | cleanup | Max Horn | |
svn-id: r7255 | |||
2003-05-01 | fixed music tempo in indy3/monkeyvga etc. | Max Horn | |
svn-id: r7253 | |||
2003-05-01 | khalek, your patch didn't handle Indy (the original cause for my patch). ↵ | Max Horn | |
This oneshould work better. svn-id: r7251 | |||
2003-05-01 | unbreak costumes in most games | Jonathan Gray | |
svn-id: r7242 | |||
2003-05-01 | Fixed bug #730030: INDY3: Crash when loading new savegames | Max Horn | |
svn-id: r7240 | |||
2003-04-30 | PalmOS changes | Max Horn | |
svn-id: r7224 | |||
2003-04-29 | make all known file extensions of resource files work | Jonathan Gray | |
svn-id: r7190 | |||
2003-04-28 | pedantic checks | Max Horn | |
svn-id: r7177 | |||
2003-04-28 | add some he v7 blocks | Jonathan Gray | |
svn-id: r7173 | |||
2003-04-20 | close bundle files when changing discs in comi | Jonathan Gray | |
svn-id: r7023 | |||
2003-04-12 | just in case... | Max Horn | |
svn-id: r6997 | |||
2003-04-11 | fixed resource loading in GF_OLD_BUNDLE games (res header = 2 bytes length, ↵ | Max Horn | |
plus 2 unknown bytes) svn-id: r6976 | |||
2003-04-11 | made unblocked games get a little farther before crashing | Max Horn | |
svn-id: r6967 | |||
2003-03-29 | changed printf to debug | Paweł Kołodziejski | |
svn-id: r6883 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup | Paweł Kołodziejski | |
svn-id: r6718 | |||
2003-01-26 | LCA03 sync: Modified version of the untrap patch, debugger | James Brown | |
savegame/loadgame changes, attempts at making the ComI save/load screen (F1) work. The savegame part of the screen does not work due to a crash, the load part SHOULD... but something resets the saveload flags before they are processed (help! :) svn-id: r6545 | |||
2003-01-19 | oops | Max Horn | |
svn-id: r6512 | |||
2003-01-19 | added some comments/changed indention of comments to spaces | Max Horn | |
svn-id: r6510 | |||
2003-01-12 | work around a script bug in COMI; cleanup; re-enabled array assert | Max Horn | |
svn-id: r6437 | |||
2003-01-12 | Small fix - _numLocalObjects is a 1-based array, so don't go reading bad ↵ | James Brown | |
memory :P svn-id: r6417 | |||
2003-01-08 | our File class already makes sure we find stuff in the resource ↵ | Max Horn | |
subdirectory. Plus, it handles different cases right. So now COMI works from CD on Mac OS X, too svn-id: r6363 | |||
2003-01-02 | Plop in some better disk switching code for CMI - I have no idea how well ↵ | James Brown | |
this will work transitioning from a disk1 room to a disk2 room in-game, but it works for bootparams and saved games.. svn-id: r6322 | |||
2002-12-31 | get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled ↵ | Max Horn | |
script dumping svn-id: r6284 | |||
2002-12-28 | de-verbalise some debug messages (move from debug(1) to debug(2)).. so we ↵ | James Brown | |
can see printDebug lines easier svn-id: r6227 | |||
2002-12-28 | get rid of getStringLen and use the more powerful resStrLen instead; moved ↵ | Max Horn | |
resStrLen from common/ to scumm/, where it belongs; enhanced resStrLen to suport V8; fixed translateText to support embeded vars (in strings I mean) - it may still not be fully correct but at least is better now; rewrote o6_arrayOps to parallel the V8 version - needs testing svn-id: r6215 | |||
2002-12-27 | like rtRoom, rtRoomScripts should never expire while the room they belong ↵ | Max Horn | |
too is loaded; this fixes the crash when picking up the fishing rod svn-id: r6208 | |||
2002-12-27 | Move some things around, to get rid of all these resource/ sprintf's for CMI | James Brown | |
svn-id: r6182 | |||
2002-12-26 | 32 bit variables storage | Max Horn | |
svn-id: r6161 | |||
2002-12-25 | cleanup | Max Horn | |
svn-id: r6140 | |||
2002-12-24 | added a map from object names to object ids | Max Horn | |
svn-id: r6104 | |||
2002-12-24 | fixed room resource loading in V8 - now need to fix initRoomSubBlocks | Max Horn | |
svn-id: r6091 | |||
2002-12-24 | upon res load error, print out from which file we tried to load, and also ↵ | Max Horn | |
print the correc index (was 'type' instead of 'idx') svn-id: r6090 | |||
2002-12-23 | changed numString to numArray | Paweł Kołodziejski | |
svn-id: r6078 | |||
2002-12-23 | changed read order of CMI variables (MAXS) | Paweł Kołodziejski | |
svn-id: r6076 | |||
2002-12-23 | some flesh to the V8 bones | Max Horn | |
svn-id: r6073 | |||
2002-12-23 | don't be needlessly verbose; allow byte arrays in V8 | Max Horn | |
svn-id: r6071 | |||
2002-12-23 | corrected AARY code for V8 (I hope) | Max Horn | |
svn-id: r6063 | |||
2002-12-22 | added some preliminary V8 work. Nope, it is not useful at all, and it ↵ | Max Horn | |
doesn't mean we will have CMI support in this millenium, so don't hold your breath svn-id: r6060 | |||
2002-12-21 | partial checkin of patch #655594 (handling Y/N questions); cleanup | Max Horn | |
svn-id: r6042 | |||
2002-12-18 | Fixed problems with instruments after load. | Jamieson Christian | |
Ignore Adlib-only music when running native MIDI. (Can't remember why I included them in the first place, so until I do remember, it's coming back out.) svn-id: r6020 | |||
2002-12-05 | Fixed inappropriate expiration of sound resources, | Jamieson Christian | |
which fixes concurrency issues esp. in PocketPC and MorphOS. Stubbed SysEx command 2 (start of song) to get rid of annoying warning. Changed MT-32 instrument warnings to fit on one (80-char) line. svn-id: r5842 |