scummvm/engines/agi
2009-11-24 22:10:14 +00:00
..
agi.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
agi.h Added Doxygen comments for the various engine namespaces (currently mostly without details; help filling these out is welcome) 2009-11-24 22:10:14 +00:00
checks.cpp
console.cpp
console.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
cycle.cpp AGI: Turn g_tickTimer & g_mouse into members of class AgiEngine resp. AgiBase 2009-10-20 11:13:00 +00:00
detection.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
font.h
global.cpp
graphics.cpp AGI: cleanup GfxMgr::testButton 2009-10-20 11:13:22 +00:00
graphics.h
id.cpp
inv.cpp AGI: Turn g_tickTimer & g_mouse into members of class AgiEngine resp. AgiBase 2009-10-20 11:13:00 +00:00
keyboard.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
keyboard.h AGI: Make scancodeTable const 2009-10-20 11:13:42 +00:00
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 AGI: Oopify LZW decoder 2009-10-20 12:21:43 +00:00
lzw.h
menu.cpp AGI: Turn g_tickTimer & g_mouse into members of class AgiEngine resp. AgiBase 2009-10-20 11:13:00 +00:00
menu.h
module.mk Change "=" to ":=" in some module.mk files for consistency. 2009-10-24 21:55:53 +00:00
motion.cpp
objects.cpp
op_cmd.cpp AGI: Turn g_tickTimer & g_mouse into members of class AgiEngine resp. AgiBase 2009-10-20 11:13:00 +00:00
op_dbg.cpp AGI: Remove some global vars 2009-10-19 22:51:37 +00:00
op_test.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
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 AGI: Turn g_tickTimer & g_mouse into members of class AgiEngine resp. AgiBase 2009-10-20 11:13:00 +00:00
preagi.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
predictive.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
saveload.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
sound.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
sound.h AGI: Change g_useChorus to SoundMgr::_useChorus, and add FIXME comment about it always being true (so maybe it can be removed?) 2009-10-20 12:22:30 +00:00
sprite.cpp
sprite.h
text.cpp Fix another regression that didn't append data in safeStrcat. 2009-10-21 01:23:05 +00:00
view.cpp
view.h
wagparser.cpp
wagparser.h
words.cpp