Age | Commit message (Expand) | Author |
2008-11-23 | Turned on MSVC warning 4505 - "Unreferenced local function has been removed",... | Filippos Karapetis |
2008-11-23 | Re-enabled MSVC warning 4125 - "decimal digits terminates octal escape sequen... | Filippos Karapetis |
2008-11-21 | Removed FSNode::lookupFile | Max Horn |
2008-11-21 | Formatting / Cleanup. | Johannes Schickel |
2008-11-21 | refactor inconsistent calls to cacheDirectoryRecursive | Willem Jan Palenstijn |
2008-11-21 | Added ArchiveMember::getDisplayName() method; changed ArchiveMember::getName(... | Max Horn |
2008-11-18 | Fixed documentation. | Johannes Schickel |
2008-11-15 | Saving some more bytes of binary size in the advanced detector | Max Horn |
2008-11-15 | Little fix for my last commit. | Johannes Schickel |
2008-11-15 | Yet another buffer safetyness fix. (strcpy -> strncpy) | Johannes Schickel |
2008-11-15 | Paranoia: Add destination buffer size to Engine::errorString to help avoiding... | Johannes Schickel |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-13 | Fixed compilation with DISABLE_TEXT_CONSOLE. | Johannes Schickel |
2008-11-13 | * got rid of CDECL | Max Horn |
2008-11-09 | Removed many unnecessary #includes | Max Horn |
2008-11-09 | Removed unused XML_GLOBAL_PROP functionality (saves some kilobytes) | Max Horn |
2008-11-07 | Reverted my earlier commit r34926. | Nicola Mettifogo |
2008-11-07 | Fixed leak when using SearchSet::add for an already existing name. | Johannes Schickel |
2008-11-07 | Fixed leaks in SearchMan. Default directories are now added with the 'autoFre... | Nicola Mettifogo |
2008-11-07 | Refactoring the Arj decoder code, phase 4 (done for now, TODO added for futur... | Max Horn |
2008-11-07 | Refactoring the Arj decoder code, phase 3 (fixing some more leaks, too) | Max Horn |
2008-11-07 | Refactoring the Arj decoder code, phase 2 | Max Horn |
2008-11-07 | Refactoring the Arj decoder code, phase 1 | Max Horn |
2008-11-06 | Merged SFMError into Common::Error, added some new error codes; revised some ... | Max Horn |
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys... | Max Horn |
2008-11-06 | Got rid of OSystem::ARGBToColor and colorToARGB | Max Horn |
2008-11-06 | cleanup | Max Horn |
2008-11-06 | Simplified AdvancedMetaEngine::fallbackDetect usage | Max Horn |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-11-04 | dead code | Max Horn |
2008-11-04 | Improved ZipArchive to take arbitrary SeekableReadStream; also, the variant w... | Max Horn |
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 |