Age | Commit message (Expand) | Author |
2008-11-03 | Committed my patch #2216641 "GRAPHICS: PixelFormat introduction". | Johannes Schickel |
2008-11-01 | Commit of patch #2207782 "ARCHIVE: New method 'getMember'". | Johannes Schickel |
2008-10-30 | Reset _chunksPerPage after MemoryPool::freeUnusedPages, to avoid enormous mem... | Max Horn |
2008-10-27 | Fix for bug #2198456 "FS: Cannot add a subfolder to a non-existing folder". | Johannes Schickel |
2008-10-23 | Pushed down some header deps | Max Horn |
2008-10-22 | Made constructor of SearchManager singleton private | Max Horn |
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP... | Johannes Schickel |
2008-10-22 | Removed File::addDefaultDirectoryRecursive, tweaked SearchMan API slightly | Max Horn |
2008-10-21 | Fixed: Broken english in System.h documentation. | Vicent Marti |
2008-10-18 | Rewrote XMLParser error() function for the 5th time. | Vicent Marti |
2008-10-18 | Changed XML Parser to require standards-compilant XML header. | Vicent Marti |
2008-10-16 | OSYSTEM: Pushed out some port specific code from common/system.cpp to the res... | Max Horn |
2008-10-15 | Changed XMLParser comment syntax to conform to XML standards (<!-- * -->) | Vicent Marti |
2008-10-14 | Greatly improved XML Parser error messages. | Vicent Marti |
2008-10-14 | Added "Mass Add" dialog. | Vicent Marti |
2008-10-13 | Removed SearchManager::addArchive, since SearchManager::add offers the same f... | Johannes Schickel |
2008-10-13 | OSYSTEM: Removed unused getExtraThemeConfig() method (TODO: Implement a new s... | Max Horn |
2008-10-12 | COMMON: Added a new ObjectPool class, with matching operator new/delete overl... | Max Horn |
2008-10-12 | Changed Common::Rect doxygen comments to the (Java) style we use elsewhere | Max Horn |
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 |