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
/
common
Age
Commit message (
Expand
)
Author
2008-09-20
Fixed "empty control statement" warning in FSDirectory::matchPattern().
Vicent Marti
2008-09-18
Added 'native' implementations for FSDirectory::matchPattern & SearchSet::get...
Max Horn
2008-09-17
Simplified & fixed SearchManager
Max Horn
2008-09-17
Moved base/game.* to engines/game.*
Max Horn
2008-09-16
Merged common/gzip-stream.* and common/zlib.*
Max Horn
2008-09-16
Modified uncompress in common/zlib.h to return a bool, so that we don't have ...
Max Horn
2008-09-15
Turned compressed savefile wrapper into a generic stream wrapper
Max Horn
2008-09-15
Corrected and shortened some file opening related warnings
Max Horn
2008-09-15
Fix SubReadStream by initing _eos to false in the constructor (spotted thanks...
Max Horn
2008-09-14
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-09-14
Fixed a typo & clarified a comment
Max Horn
2008-09-13
Portability fixes.
Eugene Sandulenko
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-09-11
Added first version of the SearchManager, as it is presented in patch tracker...
Nicola Mettifogo
2008-09-11
Remove obsolete note about fopen
Max Horn
2008-09-08
Switched File::open, File::addDefaultDirectory to use a SearchSet internally....
Max Horn
2008-09-07
Changed md5_file(FSNode) to use FSNode::openForReading
Max Horn
2008-09-07
Add a priority param to OSystem::addSysArchivesToSearchSet (still in search f...
Max Horn
2008-09-07
oops
Max Horn
2008-09-07
Made File::addDefaultDirectory(Recursive) ignore FSNodes which are not dirs /...
Max Horn
2008-09-07
Allow invoking FilesystemNode::getChild on non-dir nodes, by returning an inv...
Max Horn
2008-09-07
Added new OSystem method addSysArchivesToSearchSet() [better name pending, su...
Max Horn
2008-09-06
Added hasArchive to SearchSet.
Johannes Schickel
2008-09-06
Got rid of File::eof()
Max Horn
2008-09-06
Clarified / fixed some Common::Archive doxygen comments
Max Horn
2008-09-06
Removed last traces of fopen / FILE from common/file.cpp
Max Horn
2008-09-06
Switched class File & DumpFile to use StdioStream internally
Max Horn
2008-09-06
Added some unit tests for Stream::readLine_NEW, and clarified that readLine_N...
Max Horn
2008-09-05
Added simple ZipArchive class, and changed some GUI code to use it, instead o...
Max Horn
2008-09-05
Optimized matchString for the common case where there is a trailing * (if tha...
Max Horn
2008-09-05
Fix class FSDirectory (matchPattern would call getAllNames would call matchPa...
Max Horn
2008-09-05
Make use of String::matchString
Max Horn
2008-09-05
Moved matchString from util.* to str.*; added new String::matchString method;...
Max Horn
2008-09-05
Made FSDirectory use the default matchPattern implementation.
Nicola Mettifogo
2008-09-05
* Implemented a default matchPattern for Archive subclasses (courtesy of Fing...
Nicola Mettifogo
2008-09-05
Fixed severe bottleneck in the XML Parser code.
Vicent Marti
2008-09-05
Updated filehandling for Symbian OS
Lars Persson
2008-09-05
Ported AMIGA specific file buffering 'hack' from class File to StdioStream
Max Horn
2008-09-05
Removed useless dependencies from common/file.h in common code. When complete...
Nicola Mettifogo
2008-09-05
Updated Symbian OS file actions with ferror and fflush.
Lars Persson
2008-09-04
Changed FSDirectory::getSubDirectory to return a FSDirectory pointer instead ...
Max Horn
2008-09-03
correct a typo (thanks to salty-horse)
Matthew Hoops
2008-09-03
Minor formatting cleanup.
Johannes Schickel
2008-09-03
Changed some code to use the new Stream::readLine() method
Max Horn
2008-09-03
Fix nasty off-by-one errors
Max Horn
2008-09-03
Fixed Stream::readLine implementation to match its doxygen comment
Max Horn
2008-09-03
Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...
Max Horn
2008-09-03
Modified Common::Str to use exponential growth for its storage; also changed ...
Max Horn
2008-09-03
Changed Archive::openFile to return a SeekableReadStream* instead of a FilePtr
Max Horn
2008-09-03
clarified comment
Max Horn
[prev]
[next]