index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scumm
/
script_v6.cpp
Age
Commit message (
Expand
)
Author
2003-05-25
workaround bug #742979
Max Horn
2003-05-24
work around for comi script calling o6_getActorRoom(255)
Max Horn
2003-05-24
cleanup
Max Horn
2003-05-24
corrected FIXME
Max Horn
2003-05-24
temporary work around for bug #742676 (game won't exit anymore, but behaviour...
Max Horn
2003-05-23
some more derefActorSafe -> derefActor changes; found out why in COMI o6_getA...
Max Horn
2003-05-23
replaced many unsafe uses of derefActorSafe by derefActor; replaced derefActo...
Max Horn
2003-05-23
Revamped iMuse and Player classes. Player now uses MidiParser to parse its da...
Jamieson Christian
2003-05-22
renamed talkFrame1/talkFrame2 to talkStartFrame/talkStopFrame
Max Horn
2003-05-21
many pedantic warning fixes (and some actual potential buglets fixed, too)
Max Horn
2003-05-20
cleanup
Max Horn
2003-05-20
renamed various things for clarity
Max Horn
2003-05-20
added enum's for the known actor/object claasses; extended putClass/getClass ...
Max Horn
2003-05-19
Fixed VC++ warnings
Jamieson Christian
2003-05-19
sync local changes, fix pickOneOf
Jonathan Gray
2003-05-18
cleanup
Max Horn
2003-05-17
add stub for a hev7 op
Jonathan Gray
2003-05-15
output a warning if ignoreTurns is set (so that we can find out where it is u...
Max Horn
2003-05-14
opcodes are just one byte
Max Horn
2003-05-14
additional readArray protection (might cause regression in FT, but then we sh...
Max Horn
2003-05-14
V8 fix
Max Horn
2003-05-13
NUM_ACTORS -> _numActors (for consistency)
Max Horn
2003-05-13
cleanup
Max Horn
2003-05-12
swapped talkPosX and talkPosY (they were misnamed); factored out some duplica...
Max Horn
2003-05-10
work around some illegal var access' in COMI/V8 - there are more, but I am no...
Max Horn
2003-05-10
renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...
Max Horn
2003-05-08
init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...
Max Horn
2003-05-07
Patch #733099: DIG: Experimental camera fix (should fix bugs #716350 and #659...
Max Horn
2003-05-04
oops, forget to remove hack I used to test this ;-)
Max Horn
2003-05-04
simplified code
Max Horn
2003-05-04
GCC believes that if we cast a pointer to <type *>, then we are guaranteeing
Marcus Comstedt
2003-04-30
PalmOS changes
Max Horn
2003-04-26
renamed setCursorHotspot2 to setCursorHotspot; fixed (with a hack) cursor in ...
Max Horn
2003-04-22
opcode E0 DE is sound volume change
Jonathan Gray
2003-04-22
fix setState for humongous games
Jonathan Gray
2003-04-21
add readFile stub
Jonathan Gray
2003-04-21
opcode bd is stopObjectCode in the humongous games
Jonathan Gray
2003-04-20
Pedantic stats-boosting typo fix :)
James Brown
2003-04-20
add opcode e4 stub that I meant to add some time ago
Jonathan Gray
2003-04-20
case 131 of verbOps pops in the humongous games
Jonathan Gray
2003-04-09
It's correct this time. Really. Trust me.
Nicolas Bacca
2003-04-06
Oops on previous fix
Nicolas Bacca
2003-04-06
Alignment fix
Nicolas Bacca
2003-04-01
correct to match dissassembly
Paweł Kołodziejski
2003-03-30
fixed description centering in the FT and added hack for redraw descriptions ...
Paweł Kołodziejski
2003-03-30
fixed cordinates in the Dig opcode 0xE1
Paweł Kołodziejski
2003-03-30
corrected opcode 0xE1 in the dig (bug in the IDB)
Paweł Kołodziejski
2003-03-28
cleanup
Max Horn
2003-03-18
added script opcode for dig minigame
Paweł Kołodziejski
2003-03-18
added input keys support for dig ingame
Paweł Kołodziejski
[next]