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_v2.cpp
Age
Commit message (
Expand
)
Author
2002-11-20
remove accidental debug that some people seem to believe is a cause of crashe...
James Brown
2002-11-10
Hack to prevent animation hangs during Conroy's song in Sam & Max.
Jamieson Christian
2002-11-06
why keep a seperate opcode entry & opcode description table if we can have it...
Max Horn
2002-11-06
removed more typecasts
Max Horn
2002-11-02
Fix some really stupid code someone added - this basically fixes the FT derby...
James Brown
2002-11-02
Finish hacks - Mine Road sequence now skipped
James Brown
2002-11-02
Correct that FT opcode - it's bitwise or, not logical
James Brown
2002-11-02
Add some opcodes for Full Throttle
James Brown
2002-11-01
Put in some Full Throttle insane workarounds - i need to figure out how to te...
James Brown
2002-10-23
Remove unneeded fixme now we have a pretty much complete Sam&Max imuse implem...
James Brown
2002-10-23
Actor::frame is never set, this should be researched
Max Horn
2002-10-22
fixing various warnings that occur with -Wshadow;some other minor cleanup
Max Horn
2002-10-20
Fix an infinite talking loop in The Dig. Again. :)
James Brown
2002-10-20
Prevent The Dig from overlapping talk sounds
James Brown
2002-10-20
Hmm, need to talkchannel that bundleSound play, because we still don't parse ...
James Brown
2002-10-20
Fix some missing sounds in The Dig
James Brown
2002-10-19
patch #625603 film noir mode bugfix
Jonathan Gray
2002-10-18
remove debug messages - oops.
James Brown
2002-10-18
Fix Wait:forActorDraw and the 'infinite mouth movement' problem in The Dig.
James Brown
2002-10-18
a few small changes to make the full throttle demo work
Jonathan Gray
2002-10-18
Close in on the o6_wait:actDrawn problem
James Brown
2002-10-16
Remove description() as aquadrans talkdelay change makes it totally
James Brown
2002-10-16
Hack out 'Wait for actor drawn' for The Dig. See IRC logs for more
James Brown
2002-10-16
Add comment for unknownCD() stub
James Brown
2002-10-16
Full Throttle: Add stub for opcode CD (something to do with drawing blast obj...
James Brown
2002-10-08
synced with local sources (imuse)
Paweł Kołodziejski
2002-10-06
Fix drawDescString - still needs centering corrections
James Brown
2002-10-06
Improve INSANE start-of-hack :P
James Brown
2002-10-06
fixed warnings :)
Paweł Kołodziejski
2002-10-06
Reverse experimental AKOS codec 5 rewrite.
James Brown
2002-10-06
Full Throttle / The Dig fixes.
James Brown
2002-10-01
added stopAll in Imuse
Paweł Kołodziejski
2002-10-01
changed to dynamic allocation of smush player
Paweł Kołodziejski
2002-10-01
Patch #616092: Full Throttle dialog fix
James Brown
2002-09-29
removed exception
Paweł Kołodziejski
2002-09-23
Patch #612847: Sam and Max painting subgame fix
James Brown
2002-09-22
renamec string -> _string and sentence -> _sentence in class Scumm (I origina...
Max Horn
2002-09-21
DIG: added hack to allow turn on light bridge
Paweł Kołodziejski
2002-09-17
added support for nonenglish the dig(dialogs, descriptions, warnings), not gu...
Paweł Kołodziejski
2002-09-15
removed additional directory in filename
Paweł Kołodziejski
2002-09-15
improved open function in File class
Paweł Kołodziejski
2002-09-15
speed changes to play smush movies
Paweł Kołodziejski
2002-09-13
patch #608138 (palManipulateInit code)
Max Horn
2002-09-07
Fix heap corruption. Fix compiler warning.
Matt Hargett
2002-09-01
fixes to resolutions
Paweł Kołodziejski
2002-08-29
sound system cleanup
Max Horn
2002-08-29
some cleanup/refactoring
Max Horn
2002-08-25
Fix for #556564
Ralph Brorsen
2002-08-24
synced with scummvm
Paweł Kołodziejski
2002-08-21
Initial revision
Max Horn