scummvm/engines/m4
2008-11-06 17:05:54 +00:00
..
actor.cpp
actor.h
animation.cpp
animation.h
assets.cpp
assets.h
burger_data.h
compression.cpp
compression.h
console.cpp
console.h
converse.cpp Big patch changing semantics of ReadStream::eos(): 2008-09-14 22:28:53 +00:00
converse.h
detection.cpp
events.cpp
events.h
font.cpp
font.h
globals.cpp Big patch changing semantics of ReadStream::eos(): 2008-09-14 22:28:53 +00:00
globals.h
graphics.cpp
graphics.h
gui.cpp
gui.h
hotspot.cpp Merged loadHotSpotsMads() and loadHotSpotsM4() 2008-10-02 22:04:34 +00:00
hotspot.h Merged loadHotSpotsMads() and loadHotSpotsM4() 2008-10-02 22:04:34 +00:00
m4_menus.cpp
m4_menus.h
m4_views.cpp
m4_views.h
m4.cpp Switched various Engine APIs to use Common::Error 2008-11-06 17:05:54 +00:00
m4.h Switched various Engine APIs to use Common::Error 2008-11-06 17:05:54 +00:00
mads_anim.cpp Big patch changing semantics of ReadStream::eos(): 2008-09-14 22:28:53 +00:00
mads_anim.h
mads_menus.cpp
mads_menus.h
midi.cpp Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings) 2008-09-13 16:51:46 +00:00
midi.h
module.mk
rails.cpp
rails.h
resource.cpp Got rid of File::eof() 2008-09-06 21:23:08 +00:00
resource.h
saveload.cpp
saveload.h
scene.cpp Merged loadHotSpotsMads() and loadHotSpotsM4() 2008-10-02 22:04:34 +00:00
scene.h
script.cpp
script.h
scripttab.h
sound.cpp
sound.h
sprite.cpp
sprite.h
viewmgr.cpp
viewmgr.h Don't call Common::List::size() if you don't have to (it's an expensive operation, which has to iterate the whole List, while empty() works in constant time) 2008-10-12 22:06:31 +00:00
woodscript.cpp
woodscript.h
ws_machine.cpp
ws_sequence.cpp