scummvm/engines/kyra
2007-05-08 11:46:27 +00:00
..
animator.cpp Cleanup. 2007-04-27 12:15:47 +00:00
animator.h Cleanup. 2007-04-27 12:15:47 +00:00
debugger.cpp Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
debugger.h Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
detection.cpp - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) 2007-05-05 12:18:02 +00:00
gui.cpp Cleanup. 2007-04-27 12:15:47 +00:00
items.cpp Cleanup. 2007-04-27 12:15:47 +00:00
kyra_v1.cpp - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) 2007-05-05 12:18:02 +00:00
kyra_v1.h - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) 2007-05-05 12:18:02 +00:00
kyra_v2.cpp Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
kyra_v2.h - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) 2007-05-05 12:18:02 +00:00
kyra_v3.cpp Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
kyra_v3.h - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) 2007-05-05 12:18:02 +00:00
kyra.cpp - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) 2007-05-05 12:18:02 +00:00
kyra.h - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) 2007-05-05 12:18:02 +00:00
module.mk - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) 2007-05-05 12:18:02 +00:00
resource.cpp Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
resource.h Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
saveload.cpp Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
scene.cpp - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) 2007-05-05 12:18:02 +00:00
screen.cpp Cleanup. 2007-04-27 12:15:47 +00:00
screen.h Cleanup. 2007-04-27 12:15:47 +00:00
script_v1.cpp - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) 2007-05-05 12:18:02 +00:00
script.cpp - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) 2007-05-05 12:18:02 +00:00
script.h - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) 2007-05-05 12:18:02 +00:00
seqplayer.cpp Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
seqplayer.h Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
sequences_v1.cpp Cleanup. 2007-04-27 12:15:47 +00:00
sequences_v2.cpp Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
sound_adlib.cpp Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
sound_digital.cpp Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
sound_towns.cpp Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
sound.cpp Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
sound.h made _vm/_engine usage consistent. (_engine -> _vm all over the place now). 2007-04-01 13:10:50 +00:00
sprites.cpp Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
sprites.h Formatting/Cleanup. 2007-04-15 16:41:20 +00:00
staticres.cpp - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) 2007-05-05 12:18:02 +00:00
text.cpp added the instance of EventManager returned by OSystem::getEventManager as a member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it. 2007-04-01 17:36:13 +00:00
text.h Another batch of header consistency changes. 2007-02-20 17:33:54 +00:00
timer.cpp Cleanup. 2007-04-27 12:15:47 +00:00
vqa.cpp Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again 2007-03-17 19:02:05 +00:00
vqa.h Another batch of header consistency changes. 2007-02-20 17:33:54 +00:00
wsamovie.cpp Fixed WSA playing regression, introduced while cleaning up. (should fix Floppy and Amiga version) 2007-05-08 11:46:27 +00:00
wsamovie.h Formatting/Cleanup. 2007-04-15 16:41:20 +00:00