scummvm/engines/agi
Max Horn b846fd6aca cleanup
svn-id: r44810
2009-10-09 09:41:53 +00:00
..
agi.cpp Properly uninitialize timer used in AgiEngine. 2009-08-22 00:18:22 +00:00
agi.h Implement getDebugger() in AGI 2009-08-30 21:43:07 +00:00
checks.cpp
console.cpp
console.h
cycle.cpp Possible fix for #2828330 (AGI: KQ1: Fast text box). If doesn't break anything else then should go to the branch-1-0-0 too, but haven't had the time to do much testing yet - thus committing to the trunk first. 2009-08-18 21:37:31 +00:00
detection.cpp
font.h
global.cpp
graphics.cpp
graphics.h
id.cpp
inv.cpp
keyboard.cpp
keyboard.h
loader_v2.cpp
loader_v3.cpp Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent warnings and issues in compilers which don't support NORETURN 2009-09-24 17:24:42 +00:00
logic.cpp
logic.h
lzw.cpp
lzw.h
menu.cpp Possible fix for #2828330 (AGI: KQ1: Fast text box). If doesn't break anything else then should go to the branch-1-0-0 too, but haven't had the time to do much testing yet - thus committing to the trunk first. 2009-08-18 21:37:31 +00:00
menu.h
module.mk
motion.cpp
objects.cpp
op_cmd.cpp Fix bug #2838551: "PSP: AGI games are unbearably slow" 2009-08-16 19:48:13 +00:00
op_dbg.cpp
op_test.cpp
opcodes.h
picture.cpp
picture.h
preagi_common.cpp Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
preagi_common.h
preagi_mickey.cpp Fixed some potential memory leaks, reported by salty-horse 2009-10-01 12:09:02 +00:00
preagi_mickey.h
preagi_troll.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
preagi_troll.h
preagi_winnie.cpp Fixed some potential memory leaks, reported by salty-horse 2009-10-01 12:09:02 +00:00
preagi_winnie.h
preagi.cpp
preagi.h Implement getDebugger() in AGI 2009-08-30 21:43:07 +00:00
predictive.cpp
saveload.cpp Introduce a new struct TimeDate, replacing struct tm in client code. May lead to compilation issues in ports, which should be trivial to fix, though 2009-10-08 19:41:38 +00:00
sound.cpp
sound.h cleanup 2009-10-09 09:41:53 +00:00
sprite.cpp
sprite.h
text.cpp
view.cpp
view.h
wagparser.cpp
wagparser.h
words.cpp