index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
gob
/
dataio.cpp
Age
Commit message (
Expand
)
Author
2012-03-11
COMMON: Rename SafeSubReadStream to SafeSeekableSubReadStream.
Johannes Schickel
2011-08-26
GOB: Fix 0OT resource loading, used in Geisha
Sven Hesse
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-06
GOB: Create a SafeSubReadStream for files in STKs
Sven Hesse
2010-12-07
GOB: Fix byte *getFile() for loose files
Sven Hesse
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-10-31
GOB: Add listArchives debug console command
Sven Hesse
2010-10-31
GOB: Clean up class DataIO
Sven Hesse
2010-10-15
GOB: Remove the now useless helper.h
Sven Hesse
2010-10-15
GOB: Remove strncpy0()
Sven Hesse
2010-05-17
Enforce conversion formatting on pointer casts in the DEV code.
Johannes Schickel
2009-10-08
gob - Fix a Valgrind warning occuring in CD games
Arnaud Boutonné
2009-09-29
Playtoons - implement some functions related to hotspot texts
Arnaud Boutonné
2009-09-29
Gob - Silence a Valgrind warning by initializing a variable
Arnaud Boutonné
2009-08-08
When opening a data stream, don't read the whole file into memory if not nece...
Sven Hesse
2009-07-09
Giving Font its own real class
Sven Hesse
2009-06-25
Making _numDataChunks unsigned
Sven Hesse
2009-06-24
Checking for the file's existence in DataIO::getDataStream()
Sven Hesse
2009-06-22
Adding DataIO::existData()
Sven Hesse
2009-05-31
GOB: Replaced many uses of strdupcpy by Common::String
Max Horn
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-05-21
Splitting a few helper functions out of gob.h
Sven Hesse
2009-04-21
Patch #2725859 : Added some MD5 to the gob engine, modified the way the first...
Arnaud Boutonné
2008-12-03
Preliminary support for extra data and scripts in video files (urgh, this is ...
Sven Hesse
2008-09-14
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-07-29
Changed class File (and derived classes) to only support read-only access; ad...
Max Horn
2008-05-13
Added a warning when all chunk slots are full, as that's still a problem in W...
Sven Hesse
2008-05-08
Restructured sound code
Sven Hesse
2008-05-04
Fixed DataStream::seek() (must have been drunk that day ;))
Sven Hesse
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-08-11
Added a small safety check to avoid accidently overflowing buffers when readi...
Sven Hesse
2007-07-31
Still partly broken/stubby VMD playing
Sven Hesse
2007-07-31
Minor DataIO-cleanup
Sven Hesse
2007-07-30
Restructured and cleaned-up IMD playing
Sven Hesse
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-28
Possible fix for bug #1709124 ("GOB3: (dos/russian) just dont run")
Sven Hesse
2007-04-05
- Minor cleanup
Sven Hesse
2007-04-02
"char *" -> "byte *" where appropriate
Sven Hesse
2007-03-30
- Fixed the IMD playing within mults, the non-interactive Gob3 demo should wo...
Sven Hesse
2007-03-29
- Properly implemented the ImdPlayer
Sven Hesse
2007-03-20
Major clean-up, including:
Sven Hesse
2007-01-13
Rename special debug levels to conform our suggested naming scheme.
Eugene Sandulenko
2006-05-29
- More GOB2 map conversions
Sven Hesse
2006-03-08
Fixed tons of format string warnings for debug/error calls (including several...
Max Horn
2006-02-24
Changed debug()s to debugC()s
Sven Hesse
2006-02-11
Moved engines to the new engines/ directory
Max Horn