scummvm/sword2
Max Horn 969ef3dac9 * Added new virtual base class 'Stream', ReadStream and
WriteStream are now subclasses of it.
* Added new methods eos(), ioFailed(), clearIOFailed() to
  all streams. This allows better error checking.
* SaveFile classes take advantage of these new standard
  stream APIS
* Removed File::gets()
* Added SeekableReadStream::readLine() (replaces File::gets)
* Added WriteStream::writeString, for convenience

svn-id: r17752
2005-04-22 17:40:09 +00:00
..
driver Replaced drawLine() with a shorter version described in Wikipedia. It uses 2005-04-20 14:45:23 +00:00
.cvsignore
anims.cpp More BS2 restructuring. 2005-02-20 15:38:48 +00:00
build_display.cpp Got rid of all the .h files but one in the 'driver' directory. They were 2005-02-27 16:11:19 +00:00
build_display.h Replaced drawLine() with a shorter version described in Wikipedia. It uses 2005-04-20 14:45:23 +00:00
console.cpp Moved some debugging stuff into the debugger class. 2005-02-22 07:37:50 +00:00
console.h Moved some debugging stuff into the debugger class. 2005-02-22 07:37:50 +00:00
controls.cpp changing AudioDataType -> SoundType, so now the constant names match the name of the data type / the SoundMixer method names 2005-03-09 18:12:54 +00:00
controls.h Some cleanup and renaming. (It was confusing to see "load" sometimes and 2005-02-21 08:16:50 +00:00
debug.cpp Moved some debugging stuff into the debugger class. 2005-02-22 07:37:50 +00:00
debug.h This is the second part of the BS2 restructuring. There are two new 2005-02-19 14:02:16 +00:00
defs.h Changed a few more hard-coded text-ids to constants. 2005-02-28 13:22:31 +00:00
events.cpp Removed unnecessary includes. 2005-04-09 13:08:00 +00:00
function.cpp * Added new virtual base class 'Stream', ReadStream and 2005-04-22 17:40:09 +00:00
header.h Updated copyright header, as discussed on the mailing list. 2005-01-17 10:57:15 +00:00
icons.cpp Removed unnecessary includes. 2005-04-09 13:08:00 +00:00
icons.h Updated copyright header, as discussed on the mailing list. 2005-01-17 10:57:15 +00:00
interpreter.cpp Updated copyright header, as discussed on the mailing list. 2005-01-17 10:57:15 +00:00
interpreter.h Updated copyright header, as discussed on the mailing list. 2005-01-17 10:57:15 +00:00
layers.cpp Got rid of all the .h files but one in the 'driver' directory. They were 2005-02-27 16:11:19 +00:00
layers.h This is the second part of the BS2 restructuring. There are two new 2005-02-19 14:02:16 +00:00
logic.cpp Initialise _currentRunList to avoid failed assertion when quitting the 2005-04-10 16:22:06 +00:00
logic.h Moved some debugging stuff into the debugger class. 2005-02-22 07:37:50 +00:00
maketext.cpp This is the second part of the BS2 restructuring. There are two new 2005-02-19 14:02:16 +00:00
maketext.h Updated copyright header, as discussed on the mailing list. 2005-01-17 10:57:15 +00:00
memory.cpp Moved some debugging stuff into the debugger class. 2005-02-22 07:37:50 +00:00
memory.h Moved some debugging stuff into the debugger class. 2005-02-22 07:37:50 +00:00
module.mk Removed the buffering of mouse and keyboard events. I don't think any of 2004-05-09 13:32:04 +00:00
mouse.cpp Initialization fix. 2005-04-11 06:25:05 +00:00
mouse.h And, finally, the change I meant to before I got side-tracked: Use 2005-02-28 14:03:53 +00:00
object.h Updated copyright header, as discussed on the mailing list. 2005-01-17 10:57:15 +00:00
protocol.cpp Updated copyright header, as discussed on the mailing list. 2005-01-17 10:57:15 +00:00
resman.cpp Whitespace changes. 2005-02-25 14:19:30 +00:00
resman.h Moved some debugging stuff into the debugger class. 2005-02-22 07:37:50 +00:00
router.cpp This is the second part of the BS2 restructuring. There are two new 2005-02-19 14:02:16 +00:00
router.h Updated copyright header, as discussed on the mailing list. 2005-01-17 10:57:15 +00:00
save_rest.cpp split SaveFileManager::openSavefile and class SaveFile into two, each, one for loading and one for saving 2005-04-10 15:13:40 +00:00
save_rest.h Updated copyright header, as discussed on the mailing list. 2005-01-17 10:57:15 +00:00
scroll.cpp This is the second part of the BS2 restructuring. There are two new 2005-02-19 14:02:16 +00:00
sound.cpp PlayingSoundHandle -> SoundHandle; also, turned the handle activity check into a mixer method 2005-03-12 18:56:09 +00:00
sound.h PlayingSoundHandle -> SoundHandle; also, turned the handle activity check into a mixer method 2005-03-12 18:56:09 +00:00
speech.cpp Removed unnecessary includes. 2005-04-09 13:08:00 +00:00
speech.h Updated copyright header, as discussed on the mailing list. 2005-01-17 10:57:15 +00:00
startup.cpp Removed unnecessary includes. 2005-04-09 13:08:00 +00:00
sword2.cpp Patch #1117443 (Experimental plugin code revision) 2005-03-25 17:55:57 +00:00
sword2.h Got rid of all the .h files but one in the 'driver' directory. They were 2005-02-27 16:11:19 +00:00
sync.cpp Removed unnecessary includes. 2005-04-09 13:08:00 +00:00
walker.cpp Removed unnecessary includes. 2005-04-09 13:08:00 +00:00