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_v5.cpp
Age
Commit message (
Expand
)
Author
2003-05-18
warning() automatically outputs a newline after the warning message; adding a...
Max Horn
2003-05-18
wow, now this is a stupid bug... fixes various issues in Zak256 at the very l...
Max Horn
2003-05-17
make gcc 3.3 happy. a->scalex and a->scaley are of type char and cannot be gr...
Oliver Kiehl
2003-05-16
SentenceTab unk4/unk3 are the sentence objects (think of: 'Use objectA with o...
Max Horn
2003-05-15
cleanup
Max Horn
2003-05-15
added comment
Max Horn
2003-05-14
opcodes are just one byte
Max Horn
2003-05-13
NUM_ACTORS -> _numActors (for consistency)
Max Horn
2003-05-13
cleanup
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-08
fixed o2_resourceRoutines
Max Horn
2003-05-08
experimental fix for Zak256 (see bug #733964)
Max Horn
2003-05-07
fixed bug #734057
Max Horn
2003-05-07
Patch #733099: DIG: Experimental camera fix (should fix bugs #716350 and #659...
Max Horn
2003-05-05
unified o?_isEqual, too (but not as nice due to hack)
Max Horn
2003-05-05
cleanup / reduced code duplication
Max Horn
2003-05-04
remove hack that should not have been there in the first place...
Jonathan Gray
2003-05-04
erik's fix for the airplane bug in Indy3
Max Horn
2003-05-04
cleanup
Max Horn
2003-05-04
cleanup; got rid of o2_printEgo
Max Horn
2003-05-04
o5_dummy -> o2_dummy (it's not used by the V5 code at all...)
Max Horn
2003-05-03
Patch #730800: EGA LOOM: Hack to fix palette problem (also helps MonkeyEGA)
Max Horn
2003-05-03
only moved stuff (to group sound related stuff)
Max Horn
2003-05-03
Remove some test stuff
James Brown
2003-05-03
Fix assert with hack return. Need to fix these !a things properly one day.
James Brown
2003-05-01
off by one error
Jonathan Gray
2003-05-01
various music related changes and cleanup; also modified MonkeyVGA music sync...
Max Horn
2003-04-30
cleanup
Max Horn
2003-04-30
add patch #729633 from erik that lets you turn the straw to gold, wonder if l...
Jonathan Gray
2003-04-29
change/comment to cursorCommond sub/op everyone is talking about
Jonathan Gray
2003-04-29
added some thoughts to Erik's (very nice!) patch
Max Horn
2003-04-29
patch #729365 indy3 intro fix by erik
Jonathan Gray
2003-04-28
fix loom mouse position quirks (even simplified the code :-)
Max Horn
2003-04-28
added two missing opcodes (well one is just a stub, but anyway :-)
Max Horn
2003-04-28
get rid of one of the obscure variable names
Jonathan Gray
2003-04-27
drop shadow cleanup
Max Horn
2003-04-27
Patch #728483: EGA LOOM: More text-drawing hackery
Max Horn
2003-04-27
cleanup
Max Horn
2003-04-27
this indy3 hack is needed for the ega version, too; restricted zeppelin hack ...
Max Horn
2003-04-27
this seems to be needed for indy3ega as well, note that the text is largely t...
Jonathan Gray
2003-04-27
and more share code
Paweł Kołodziejski
2003-04-26
also fix o5_setObjectName for Indy/Loom
Max Horn
2003-04-26
update for scumm v2
Paweł Kołodziejski
2003-04-26
temporary work around for 16 color games
Max Horn
2003-04-26
fixed issue in Loom (and other OLD_BUNDLE games?) in decodeParseString
Max Horn
2003-04-26
renamed setCursorHotspot2 to setCursorHotspot; fixed (with a hack) cursor in ...
Max Horn
2003-04-23
update costume hack for indy3ega
Jonathan Gray
2003-04-20
Pedantic stats-boosting typo fix :)
James Brown
2003-04-18
some changes for indy ega
Paweł Kołodziejski
[next]