scummvm/engines/m4
2009-03-29 11:22:49 +00:00
..
actor.cpp
actor.h
animation.cpp
animation.h
assets.cpp
assets.h
burger_data.h Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00
compression.cpp
compression.h silenced some warnings 2009-03-20 13:30:10 +00:00
console.cpp
console.h
converse.cpp A ton of code formatting fixes; also fixed warnings about single line loops like 'while(cond);' by inserting newlines 2009-01-29 05:26:12 +00:00
converse.h
detection.cpp Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel 2009-03-05 12:04:58 +00:00
events.cpp
events.h
font.cpp
font.h
globals.cpp A ton of code formatting fixes; also fixed warnings about single line loops like 'while(cond);' by inserting newlines 2009-01-29 05:26:12 +00:00
globals.h Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00
graphics.cpp A ton of code formatting fixes; also fixed warnings about single line loops like 'while(cond);' by inserting newlines 2009-01-29 05:26:12 +00:00
graphics.h
gui.cpp
gui.h
hotspot.cpp
hotspot.h
m4_menus.cpp
m4_menus.h
m4_views.cpp
m4_views.h
m4.cpp Added missing parenthesis in M4Engine::delay 2009-03-29 11:22:49 +00:00
m4.h Engines: Fused several init&go methods into a single run method 2009-03-01 04:42:46 +00:00
mads_anim.cpp
mads_anim.h
mads_menus.cpp
mads_menus.h
midi.cpp
midi.h
module.mk
rails.cpp
rails.h
resource.cpp
resource.h
saveload.cpp
saveload.h
scene.cpp
scene.h
script.cpp Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00
script.h
scripttab.h
sound.cpp
sound.h
sprite.cpp
sprite.h
viewmgr.cpp
viewmgr.h Rewrote Common::List iterator code to ensure const correctness is preserved. 2009-03-09 22:26:02 +00:00
woodscript.cpp
woodscript.h
ws_machine.cpp Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00
ws_sequence.cpp