scummvm/engines/cine
Kari Salminen f5b2e69522 Fix Operation Stealth's 2nd arcade sequence's revolving doors.
- Now the doors actually do revolve when before they didn't.
- The fix was to alias the 9th background with the collision
  page directly when loading collision page data. This way
  changes written to the 9th background go to the collision
  page and vice versa (And there were changes in the labyrinth).
- Also converted _bgTable from a pure array to a Common::Array

svn-id: r41453
2009-06-11 18:32:35 +00:00
..
anim.cpp
anim.h
bg_list.cpp
bg_list.h
bg.cpp Fix Operation Stealth's 2nd arcade sequence's revolving doors. 2009-06-11 18:32:35 +00:00
bg.h
cine.cpp Fix bug #2055836: "FW: Music is not restarted when loading a saved game" 2009-05-11 19:31:55 +00:00
cine.h
detection.cpp Added game GUI options to advancedDetector and updated all engines 2009-06-06 17:56:41 +00:00
gfx.cpp Fix Operation Stealth's 2nd arcade sequence's revolving doors. 2009-06-11 18:32:35 +00:00
gfx.h Fix Operation Stealth's 2nd arcade sequence's revolving doors. 2009-06-11 18:32:35 +00:00
main_loop.cpp
main_loop.h
module.mk
msg.cpp
msg.h
object.cpp
object.h
pal.cpp Convert FWRenderer and OSRenderer to use Cine::Palette. 2009-06-08 20:46:21 +00:00
pal.h Convert FWRenderer and OSRenderer to use Cine::Palette. 2009-06-08 20:46:21 +00:00
part.cpp
part.h
prc.cpp
prc.h
rel.cpp
rel.h
saveload.cpp COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) 2009-05-19 11:42:14 +00:00
saveload.h
script_fw.cpp Fix bug #2055836: "FW: Music is not restarted when loading a saved game" 2009-05-11 19:31:55 +00:00
script_os.cpp
script.h
sound.cpp
sound.h
texte.cpp
texte.h
unpack.cpp
unpack.h
various.cpp Fix bug #2055836: "FW: Music is not restarted when loading a saved game" 2009-05-11 19:31:55 +00:00
various.h Fix bug #2055836: "FW: Music is not restarted when loading a saved game" 2009-05-11 19:31:55 +00:00
xref.txt