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_v1.cpp
Age
Commit message (
Expand
)
Author
2002-12-01
moved RNG to common/util.cpp
Oliver Kiehl
2002-12-01
added some warnings to ease debugging
Max Horn
2002-12-01
restrict various o5_resourceRoutines modifications to Zak256
Max Horn
2002-11-29
more cleanup
Max Horn
2002-11-29
cleanup
Max Horn
2002-11-28
fix for bug #600287 (ZAK256: Palette messed up)
Max Horn
2002-11-26
possible fix for bug #642894; cleanup/additional debug output
Max Horn
2002-11-23
FIXME in pickupObjectOld should be obsolete now
Max Horn
2002-11-23
fixed o5_resourceRoutines for OLD256 games (various subopcodes are still not ...
Max Horn
2002-11-22
fix for bug #602351 (to many fades in Zak256)
Max Horn
2002-11-22
fix for bug #642229 (ScummVM strings can contain null bytes, so strcpy doesn'...
Max Horn
2002-11-17
hack around another null dref for indy3, fixes 639201
Jonathan Gray
2002-11-15
Hack for bug 636433
James Brown
2002-11-10
Let's try this without the blatent stupidity
James Brown
2002-11-10
Fix a stupid mistake in my implementation of Indy3's alternate wait_for_message.
James Brown
2002-11-10
Implement Indy3 opcode - this fixes the 'walking to car' portion of the first...
James Brown
2002-11-10
Remove hack. It's not even the CORRECT hack for this problem.
James Brown
2002-11-10
add back code that was removed in rev 1.16 with a room specific check, so tra...
Jonathan Gray
2002-11-09
Apart from broke actor costumes, and the random catacomb crashes -
James Brown
2002-11-06
why keep a seperate opcode entry & opcode description table if we can have it...
Max Horn
2002-11-05
Remove very old Indy3 hack that's no longer needed - this fixes several 'stat...
James Brown
2002-11-05
Change the grail diary fix to be Indy3 specific. Fixes Monkey1VGA text positi...
James Brown
2002-11-04
Correct Indy3 grail diary fix - this stops those nasty segfaults ;p
James Brown
2002-11-03
Fix text positioning for the grail diary in Indy3
James Brown
2002-11-03
Fix "I can't reach that" in Indy3
James Brown
2002-09-22
2002-09-21 Matt Hargett <matt@use.net>
Matt Hargett
2002-09-22
renamec string -> _string and sentence -> _sentence in class Scumm (I origina...
Max Horn
2002-09-13
patch #608138 (palManipulateInit code)
Max Horn
2002-09-09
Applied eriktorbjorn's 'largo' monkey2 sfx fix
Michael Pearce
2002-09-01
fixes to resolutions
Paweł Kołodziejski
2002-08-31
oops, those were never meant to be checked in
Max Horn
2002-08-29
sound system cleanup
Max Horn
2002-08-29
some cleanup/refactoring
Max Horn
2002-08-24
simplified code (thanks to MadMoose for pointing this out)
Max Horn
2002-08-24
added/corrected some missing opcodes - this fixes the issues with the voodoo ...
Max Horn
2002-08-21
Initial revision
Max Horn