scummvm/engines/m4
Willem Jan Palenstijn c8eeae8d4d Big patch changing semantics of ReadStream::eos():
eos() now only returns true _after_ trying to read past the end of the stream.

This has a large potential for regressions. Please test!

svn-id: r34549
2008-09-14 22:28:53 +00:00
..
actor.cpp
actor.h
animation.cpp
animation.h
assets.cpp Fixed unitialized variables 2008-07-01 10:33:25 +00:00
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 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
events.h
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
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
gui.h
hotspot.cpp unlink function name causing conflicts. Renaming to unlinkItem. 2008-04-20 17:29:37 +00:00
hotspot.h unlink function name causing conflicts. Renaming to unlinkItem. 2008-04-20 17:29:37 +00:00
m4_menus.cpp
m4_menus.h
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
m4.cpp Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation 2008-09-07 22:10:58 +00:00
m4.h
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 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
resource.cpp Got rid of File::eof() 2008-09-06 21:23:08 +00:00
resource.h
saveload.cpp
saveload.h
scene.cpp More compilation fixes by lordhoto 2008-04-20 17:26:48 +00:00
scene.h
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
sound.cpp
sound.h
sprite.cpp
sprite.h
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
woodscript.cpp
woodscript.h
ws_machine.cpp
ws_sequence.cpp