Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-11 | SCUMM: _currentLights is v0 only | Tobias Gunkel | |
2012-02-11 | SCUMM: adjust to coding style-guide | Tobias Gunkel | |
2012-02-11 | SCUMM: fix gcc compiler warnings | Tobias Gunkel | |
2012-02-11 | SCUMM: Fix if there is no costume set | Robert Crossfield | |
2012-02-11 | SCUMM: Fix ActorStop, V0 needs to set the stop direction | Robert Crossfield | |
2012-02-11 | SCUMM: forward savegame version is needed due to previous savegame changes) | Tobias Gunkel | |
2012-02-11 | SCUMM: fix cutscenes by reintroduction of freeze modes | Tobias Gunkel | |
2012-02-11 | SCUMM: replace o_beginOverride() with o2_beginOverride() | Tobias Gunkel | |
In contrast to the comment in o_beginOverride() VAR(VAR_OVERRIDE) is not set in the disassembly. In addition the cutscene stack-pointer is always 0 as this feature is not used in v0. This makes o_beginOverride() work the same way o2_beginOverride() and so it is not needed anymore. Note that fetchScriptWord() was changed to ScummEngine::fetchScriptWord() in o2_beginOverride() as ScummEngine_v0::fetchScriptWord() only fetches a byte. As we need two bytes here we have to use ScummEngine::fetchScriptWord(). | |||
2012-02-11 | SCUMM: introduce constants for _userState for cleaner and easier to ↵ | Tobias Gunkel | |
understand code | |||
2012-02-11 | SCUMM: isPlayer() is not supported by engine v0 | Tobias Gunkel | |
2012-02-11 | SCUMM: scumm_vars 14 to 16 are not handled specially in v0 | Tobias Gunkel | |
Reading the manuscript will be fixed by this. | |||
2012-02-11 | SCUMM: fix diagonal walking in at least MM v0 | Tobias Gunkel | |
The comparison "ABS((int)(deltaXFactor >> 16)) > _speedx)" does not work as "deltaXFactor >> 16" will clear the fractional part of deltaXFactor. As a result the deltaXFactor might be bigger than (_speedx<<16) and the actor moves faster than he should. | |||
2012-02-11 | SCUMM: in v0 do not allow an inventory item as 2nd object of a give-to command | Tobias Gunkel | |
2012-02-11 | SCUMM: handle v0 distance check in checkPendingWalkAction() correctly | Tobias Gunkel | |
2012-02-11 | SCUMM: Remove unused variable, remove old comment | Robert Crossfield | |
2012-02-11 | SCUMM: Fix V0 Sound, and a direction issue (affected walking down the ladder) | Robert Crossfield | |
2012-02-11 | SCUMM: Improve comments | Robert Crossfield | |
2012-02-11 | SCUMM: V0 always turns actor towards camera when entering room, remove ↵ | Robert Crossfield | |
unnecessary loadcostume | |||
2012-02-11 | SCUMM: Remove unnecessary calls to animateActor | Robert Crossfield | |
2012-02-11 | SCUMM: Fix for V0 objects | Robert Crossfield | |
2012-02-11 | SCUMM: Fix Tentacle issue, and possibly some other animation issues | Robert Crossfield | |
2012-02-11 | SCUMM: fix actor climbing on plant or swimming pool ladder | Tobias Gunkel | |
Before, the actor will descend the ladder of the pool and maybe even into the the pool. Another issue fixed by this is the actor climbing onto the plant pot if you give something to it. | |||
2012-02-11 | SCUMM: fix for old savegames | Tobias Gunkel | |
2012-02-11 | SCUMM: Animations fix again, no need for the hack now | Robert Crossfield | |
2012-02-11 | SCUMM: Remove the setCmdFromDirection function | Robert Crossfield | |
2012-02-11 | SCUMM: Animation Fixes | Robert Crossfield | |
2012-02-11 | SCUMM: Fix the animation system, rename the Limb Frame Repeat variable | Robert Crossfield | |
2012-02-11 | SCUMM: keep track of the number of nested script calls for a sentence | Tobias Gunkel | |
command in v0 If for instance an object necessary for the sentence command is not reachable or pickupable (try to use faucet (object 55) with jar with water in microwave (object 50), the pick-up script of the jar will tell the actor to pickup object 99 (jar not in microwave)) the actor will try to pick-up the jar infinitely. This is fixed by counting the amount of nested scripts the sentence command has called (directly or indirectly) so far and aborts it if there have been too many. | |||
2012-02-11 | SCUMM: complete handling of pending walkTo actions for sentence commands | Tobias Gunkel | |
in v0 | |||
2012-02-11 | SCUMM: handle actor freeze in walkToActorOrObject() | Tobias Gunkel | |
2012-02-11 | SCUMM: fix o_setObjectName() | Tobias Gunkel | |
The parameter can either be a FG or BG object depending on the opcode. | |||
2012-02-11 | SCUMM: delete some obsolete v0 TODOs | Tobias Gunkel | |
2012-02-11 | SCUMM: Fix actor ID handling in v0 | Tobias Gunkel | |
Some object functions allow actor IDs and object IDs as parameters. They are easily distinguishable in engines > 0 as actor IDs are < _numActors and object IDs are bigger. In v0 this is not the case as there are objects with IDs like 3 and 5 (e.g. the hamster). So object ID handling was unified for v0 and the other engines by introducing objIsActor(), objToActor() and ActorToObj(). | |||
2012-02-11 | SCUMM: fix saving of array _byte_FCE2 | Tobias Gunkel | |
2012-02-11 | SCUMM: fix resetAllSounds() in player_sid | Tobias Gunkel | |
It actually was stopMusic() before and so stopped only the music and not all sounds. The former implementation is for the o_stopMusic opcode which is not supported directly by ScummVM (it always stops all sounds). It is kept as stopMusic_intern() but is not used anymore. | |||
2012-02-11 | SCUMM: remove unimplemented und unused method startMusic() in pce and apple2 ↵ | Tobias Gunkel | |
players | |||
2012-02-11 | SCUMM: do not convert a savegame twice | Tobias Gunkel | |
2012-02-11 | SCUMM: fix v0 mode handling and actor switching | Tobias Gunkel | |
- handle mode switching correctly - do not freeze scripts in cutscene mode (mode 0), as some scripts are freezed in mode 0 that should not be freezed - kModeNoNewKid (mode 2) needs the same userState as mode 3 - rename o_cursorCommand to o_setMode as it is not really cursor specific - handle actorHiding correctly (do not set costume to 0 as the previous costume cannot be reverted after hiding) - add drawSentence - document meanings for actor misc flags - fix actor names for "new kid" if the radiation suit is used (all kids are set to 0 then with actor 0 name " ") - cleanup actor switching routine - _userPut is not used anymore in v0 | |||
2012-02-11 | SCUMM: fix blank sentence line in v0 after cutscenes and remove unused ↵ | Tobias Gunkel | |
parameter of resetSentence() | |||
2012-02-11 | SCUMM: Re-arrange some things to make it closer to the original | segrax | |
2012-02-11 | SCUMM: Save the new variables, move the setting of the unknown variable to ↵ | segrax | |
after the setDirection call | |||
2012-02-11 | SCUMM: improve unknown variable support, add case 0xff to the animateactor ↵ | segrax | |
opcode | |||
2012-02-11 | SCUMM: v0 opcode review | Tobias Gunkel | |
- o_setObjectName has a default value - o_putActorAtObject can either operate on a fg or bg object Note: neither the default value nor the bg object opcode (4E) seem to be ever used by any script. So this commit is rather for completeness than for bug-fixing. | |||
2012-02-11 | SCUMM: fix opcode walkToObject in v0 | Tobias Gunkel | |
Before Michael did not develop the film correctly | |||
2012-02-11 | SCUMM: 2nd try to fix dungeon door timing | Tobias Gunkel | |
Shorten the timer delay does not work as escaping with a second kid is not possible too. Instead decrease engine speed during script execution. | |||
2012-02-11 | SCUMM: shorten delay for dungeon door closing action | Tobias Gunkel | |
Escaping with only one kid should not be possible anymore. | |||
2012-02-11 | SCUMM: Change vars to ints, remove unused variable for now | segrax | |
2012-02-11 | SCUMM: merge object v0 id and type into one object var | Tobias Gunkel | |
2012-02-11 | SCUMM: fix ScummEngine_v0::ifEqualActiveObject2Common() parameter name | Tobias Gunkel | |
2012-02-11 | SCUMM: merge _activeObjectNr/_activeObjectType and _cmdObjectNr/_cmdObjectType | Tobias Gunkel | |