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
/
cge
/
fileio.cpp
Age
Commit message (
Expand
)
Author
2014-10-11
CGE: Add a safeguard in getPage()
Strangerke
2014-09-26
CGE: Fix a crash when detecting an empty set of VOL files
Strangerke
2014-08-11
CGE: Fix EncryptedStream::err().
uruk
2014-03-11
CGE: Remove the useless return value of XCrypt()
Strangerke
2014-03-10
CGE: Fix 2 more obsolete debug messages
Strangerke
2014-02-18
CGE: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-12
CGE: Remove unecessary void pointer usage in resource file I/O.
D G Turner
2013-12-17
CGE: Fix check on file handlers
Strangerke
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-06-25
CGE: Fix SPR files with extra 0x1A or missing ending CRLF. Fix bug #3537527
Strangerke
2011-11-27
CGE: Fix Valgrind warning (thanks to digitall)
Strangerke
2011-09-17
CGE: Move some more globals to CGEEngine
Strangerke
2011-09-14
CGE: Rewrite fileIO
Strangerke
2011-09-13
CGE: Some more cleanup in fileIo
Strangerke
2011-09-13
CGE: Remove IoBuf and CFile
Strangerke
2011-09-12
CGE: Remove VFile class
Strangerke
2011-09-11
CGE: Remove some more uses of VFile. Fix a shadowed variable
Strangerke
2011-09-11
CGE: Talk now uses EncryptedStream. Clean up of EncryptedStream
Strangerke
2011-09-11
CGE: Add EncryptedStream class, remove seed parameter from XCrypt()
Strangerke
2011-09-09
CGE: Remove Dat class
Strangerke
2011-09-09
CGE: Remove some static variables from fileIO
Strangerke
2011-09-09
CGE: Remove XFile, rename some members
Strangerke
2011-09-06
CGE: Take into account some of LordHoto's comments
Strangerke
2011-08-27
CGE: Move IO classes to a separated source file
Strangerke