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
/
engines
/
scumm
/
script_v5.cpp
Age
Commit message (
Expand
)
Author
2006-11-07
Disabled an undocumented workaround for a supposed bug in FOA
Max Horn
2006-11-07
cleanup
Max Horn
2006-11-05
SO_ROOM_INTENSITY isn't used by SCUMM V1 - 4 games
Travis Howell
2006-10-19
SCUMM: Introduced V12_X_MULTIPLIER and V12_Y_MULTIPLIER to make it a bit easi...
Max Horn
2006-10-04
WORKAROUND bug #859513 (ZAK: "Oxygene-bug" on Mars)
Max Horn
2006-09-17
renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::c...
Max Horn
2006-09-17
Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...
Max Horn
2006-09-16
Replaced checkRange by assertRange, which has (a) an (IMO) more logical order...
Max Horn
2006-08-21
cleanup & check for sentence overflows
Max Horn
2006-07-31
Fix bug #1528856 - ZAK FM-TOWNS: Wrong Screen-Start position in jungle.
Travis Howell
2006-07-16
Copy protection was disabled in the Monkey Island 1 release included with Luc...
Travis Howell
2006-07-15
There are no known releases of indy3ega/monkeyega that require this bypass
Travis Howell
2006-07-15
There are no known releases of indy3ega/monkeyega that require this bypass
Travis Howell
2006-06-21
Revert back to original method used for scrollEffect(), fixes regressions.
Travis Howell
2006-06-20
Cleanup. It seems unnecessary to have a "break" right after an unconditional
Torbjörn Andersson
2006-06-19
Fix screen scrolling glitch when looking at the top of closet in parents room...
Travis Howell
2006-05-29
Remove printf() debug message that appears annoyingly in Zak256. Anyone know ...
James Brown
2006-05-29
Fix Commodore 64 versions
Travis Howell
2006-04-29
* Renamed several methods in favor of a somewhat more uniform naming scheme: ...
Max Horn
2006-04-23
Replaced _demoMode by GF_DEMO
Max Horn
2006-03-19
Add workaround for script bug in Loom (CD)
Travis Howell
2006-03-10
Remove unused case in o5_actorOps, which is never triggered by any game scripts
Travis Howell
2006-02-28
These zakTowns specific changes aren't explained and don't match original cod...
Travis Howell
2006-02-20
Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...
Max Horn
2006-02-20
Workaround for bug #1308033 (FOA: skips single line of dialogue)
Max Horn
2006-02-12
Actor room is only checked in SCUMM 7+
Travis Howell
2006-02-11
Moved engines to the new engines/ directory
Max Horn
[prev]