scummvm/engines/sci/engine
Filippos Karapetis e7d4f88a57 SCI: Add a workaround for bug #3568452 - "SCI: QFG1VGA - Path finding bug in the forest"
This workaround has been added for now to stop the game from freezing.
A more correct solution would be to match our pathfinding algorithm
to what SSCI is doing, but with this workaround we can stop the more
immediate problem (game freezing) now.
2012-10-22 13:17:57 +03:00
..
features.cpp SCI: Add the Inside the Chest / Benind the Developer's Shield demo 2012-10-22 12:19:13 +03:00
features.h
file.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
file.h
gc.cpp
gc.h
kernel_tables.h SCI: Fix bug #3578335 - "SCI: Mixed-Up Mother Goose EGA - crash upon choosing kid" 2012-10-22 12:47:28 +03:00
kernel.cpp
kernel.h SCI: Separate the early SCI11 version of kRemapColors from the SCI32 one 2012-07-24 00:18:31 +03:00
kevent.cpp
kfile.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
kgraphics32.cpp SCI: More work on kRemapColors 2012-08-21 03:32:23 +03:00
kgraphics.cpp SCI: Cleanup of the palette remapping code 2012-07-24 22:54:37 +03:00
klists.cpp SCI: Update the virtual file selected in the QFG4 character import screen 2012-07-08 16:15:45 +03:00
kmath.cpp SCI: Use a simpler atan implementation for kGetAngle in SCI1 and newer games 2012-08-21 03:32:18 +03:00
kmenu.cpp
kmisc.cpp
kmovement.cpp
kparse.cpp
kpathing.cpp SCI: Add a workaround for bug #3568452 - "SCI: QFG1VGA - Path finding bug in the forest" 2012-10-22 13:17:57 +03:00
kscripts.cpp
ksound.cpp SCI: Silence some very chatty warnings 2012-07-25 12:13:35 +03:00
kstring.cpp SCI: Add kReadNumber fixme 2012-10-05 16:41:02 +02:00
kvideo.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
message.cpp SCI: Handle calls from MessageState::outputString() to arrays 2012-07-05 13:58:43 +03:00
message.h
object.cpp
object.h
savegame.cpp
savegame.h
script_patches.cpp SCI: Fix bug #3568431 - "SCI: QFG1VGA - Text glitch at the ghosts death screen" 2012-10-13 19:44:33 +03:00
script.cpp SCI: Flip assert 2012-10-07 12:27:14 +02:00
script.h
scriptdebug.cpp SCI: Fix dissect_script crash with invalid object types 2012-10-06 13:07:12 +02:00
seg_manager.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
seg_manager.h
segment.cpp
segment.h
selector.cpp
selector.h
state.cpp SCI: Some updates to SCI32 kernel graphics functions 2012-07-05 13:58:41 +03:00
state.h SCI: Some updates to SCI32 kernel graphics functions 2012-07-05 13:58:41 +03:00
static_selectors.cpp
vm_types.cpp
vm_types.h
vm.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
vm.h
workarounds.cpp SCI: Fix bug #3578335 - "SCI: Mixed-Up Mother Goose EGA - crash upon choosing kid" 2012-10-22 12:47:28 +03:00
workarounds.h