scummvm/engines/m4
2008-12-03 11:51:51 +00:00
..
actor.cpp Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
actor.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
animation.cpp Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
animation.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
assets.cpp Fixed unitialized variables 2008-07-01 10:33:25 +00:00
assets.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
burger_data.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
compression.cpp Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
compression.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
console.cpp Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
console.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
converse.cpp Big patch changing semantics of ReadStream::eos(): 2008-09-14 22:28:53 +00:00
converse.h Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an array 2008-06-09 17:50:52 +00:00
detection.cpp Allow static and dynamic plugins to be used at the same time 2008-05-06 03:00:26 +00:00
events.cpp Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
events.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
font.cpp Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an array 2008-06-09 17:50:52 +00:00
font.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
globals.cpp Big patch changing semantics of ReadStream::eos(): 2008-09-14 22:28:53 +00:00
globals.h Some fixes for warnings under GCC 2.95 2008-07-07 19:40:43 +00:00
graphics.cpp Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and in class String it is used for a bool property) 2008-06-18 21:02:52 +00:00
graphics.h Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and in class String it is used for a bool property) 2008-06-18 21:02:52 +00:00
gui.cpp Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
gui.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
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 Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
m4_menus.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
m4_views.cpp Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and in class String it is used for a bool property) 2008-06-18 21:02:52 +00:00
m4_views.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
m4.cpp Committed my patch #2123680 "SDL: Backend transaction / rollback support". 2008-11-14 22:08:10 +00:00
m4.h Switched various Engine APIs to use Common::Error 2008-11-06 17:05:54 +00:00
mads_anim.cpp Simplify line reading with the simpler readLine(), instead of readLine_NEW 2008-12-03 11:51:51 +00:00
mads_anim.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
mads_menus.cpp Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
mads_menus.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
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 Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
module.mk Allow static and dynamic plugins to be used at the same time 2008-05-06 03:00:26 +00:00
rails.cpp More compilation fixes by lordhoto 2008-04-20 17:26:48 +00:00
rails.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
resource.cpp Got rid of File::eof() 2008-09-06 21:23:08 +00:00
resource.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
saveload.cpp Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
saveload.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
scene.cpp Merged loadHotSpotsMads() and loadHotSpotsM4() 2008-10-02 22:04:34 +00:00
scene.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
script.cpp More compilation fixes by lordhoto 2008-04-20 17:26:48 +00:00
script.h Formatting. 2008-05-26 12:05:55 +00:00
scripttab.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
sound.cpp Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
sound.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
sprite.cpp Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
sprite.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
viewmgr.cpp Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and in class String it is used for a bool property) 2008-06-18 21:02:52 +00:00
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 Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
woodscript.h Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
ws_machine.cpp Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00
ws_sequence.cpp Initial import of the work in progress M4 engine 2008-04-20 14:47:37 +00:00