Age | Commit message (Expand) | Author |
2008-10-12 | * Added prefix support to cache entries of FSDirectory, as specified in patch... | Nicola Mettifogo |
2008-10-11 | Changed XMLParser to use SearchMan / FSNode::openForReading | Max Horn |
2008-10-09 | - Fixed theme loading from Zip files. | Vicent Marti |
2008-10-09 | Manual merge of the GSoC2008 GUI branch. (71 files) | Vicent Marti |
2008-10-08 | Added an optional depth parameter to FSDirectory::getSubDirectory(), so that ... | Nicola Mettifogo |
2008-10-06 | Fix warnings about Event::synthetic being undefined | Max Horn |
2008-10-05 | Merged revisions 34748,34750 via svnmerge from | Vicent Marti |
2008-10-05 | Fixed ambiguous 'else' | Max Horn |
2008-10-05 | Merged several revisions from SVNMerge. | Vicent Marti |
2008-10-05 | Added a fixed memory pool for XML Node allocation, as suggested by Max. | Vicent Marti |
2008-10-03 | Committed slightly modified patch #2034983 "Case-insensitivy and directory ha... | Johannes Schickel |
2008-10-02 | Add the current dir to the global SearchSet, i.e. to SearchMan (this should f... | Max Horn |
2008-10-02 | Ignore String::deleteLastChar when called on an empty string | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-30 | Fixing ConfigManager::loadConfigFile | Max Horn |
2008-09-30 | AdvancedDetector: Do not (ab)use paths to keep track of files, rather, use FS... | Max Horn |
2008-09-30 | Ported ZipArchive::getAllNames() fix from trunk. | Vicent Marti |
2008-09-30 | Fixed functionality of ZipArchive::getAllNames(). Now it expects a possibly n... | Vicent Marti |
2008-09-30 | Added multiple new open() methods to Common::File, which make it possible to ... | Max Horn |
2008-09-29 | Ported ZipArchive::getAllNames() implementation from GUI branch. | Vicent Marti |
2008-09-29 | Removed unnecessary unzOpenFile() calls in getAllNames() | Vicent Marti |
2008-09-29 | - Merged 75 revisions from trunk. | Vicent Marti |
2008-09-29 | add constructor to SearchSet::Node for proper init of structure members with ... | Gregory Montoir |
2008-09-29 | Don't subclass ArjFile from Common::File (there seems to be no good reason fo... | Max Horn |
2008-09-29 | File::open no longer falls back to searching the current dir (if this causes ... | Max Horn |
2008-09-29 | Add priority parameter to the SearchMan API | Max Horn |
2008-09-29 | Reduced memory usage by closing theme files after parsing. Could make things ... | Vicent Marti |
2008-09-27 | Changed Common::File to use SearchMan | Max Horn |
2008-09-27 | Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor... | Max Horn |
2008-09-27 | Modified Common::SearchSet to take signed integer priorities, for convenience... | Max Horn |
2008-09-24 | Changed builtin Common::String capacity to 24 (on 32 bit systems), to make si... | Max Horn |
2008-09-24 | Changed Common::String to use a MemoryPool for its refcounts | Max Horn |
2008-09-23 | Perform error checking when reading from a ZIP file | Max Horn |
2008-09-23 | cleanup | Max Horn |
2008-09-23 | Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to u... | Max Horn |
2008-09-23 | Moved ZipArchive implementation into unzip.cpp, added new ZipArchive::isOpen ... | Max Horn |
2008-09-22 | Fix comments for random() funcs (thanks to salty-horse for pointing this out) | Max Horn |
2008-09-20 | Little readability tweak | Max Horn |
2008-09-20 | - Merged the new RTL changes into the branch. | Vicent Marti |
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 |