Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn | |
svn-id: r35542 | |||
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat | |
svn-id: r35481 | |||
2008-12-20 | Committed slightly modified version of my patch at bug tracker item #2309974 ↵ | Johannes Schickel | |
"ALL: */? match path separator in FSDir::listMatchingMembers". svn-id: r35450 | |||
2008-12-15 | cleanup | Max Horn | |
svn-id: r35381 | |||
2008-12-08 | Removed last traces of X11 backend. | Johannes Schickel | |
svn-id: r35287 | |||
2008-12-03 | Get rid of readLine_OLD for good | Max Horn | |
svn-id: r35229 | |||
2008-11-23 | Turned on MSVC warning 4505 - "Unreferenced local function has been ↵ | Filippos Karapetis | |
removed", as it's very useful in finding dead code svn-id: r35160 | |||
2008-11-23 | Re-enabled MSVC warning 4125 - "decimal digits terminates octal escape ↵ | Filippos Karapetis | |
sequence". This was thrown for a string with incorrect extended characters in the SAGA engine, which has been corrected now, so the warning itself is valid and quite informative. svn-id: r35159 | |||
2008-11-21 | Removed FSNode::lookupFile | Max Horn | |
svn-id: r35142 | |||
2008-11-21 | Formatting / Cleanup. | Johannes Schickel | |
svn-id: r35141 | |||
2008-11-21 | refactor inconsistent calls to cacheDirectoryRecursive | Willem Jan Palenstijn | |
svn-id: r35140 | |||
2008-11-21 | Added ArchiveMember::getDisplayName() method; changed ↵ | Max Horn | |
ArchiveMember::getName() to always return a name compatible with Archive::openFile() svn-id: r35139 | |||
2008-11-18 | Fixed documentation. | Johannes Schickel | |
svn-id: r35109 | |||
2008-11-15 | Saving some more bytes of binary size in the advanced detector | Max Horn | |
svn-id: r35081 | |||
2008-11-15 | Little fix for my last commit. | Johannes Schickel | |
svn-id: r35074 | |||
2008-11-15 | Yet another buffer safetyness fix. (strcpy -> strncpy) | Johannes Schickel | |
svn-id: r35073 | |||
2008-11-15 | Paranoia: Add destination buffer size to Engine::errorString to help ↵ | Johannes Schickel | |
avoiding buffer overflows. svn-id: r35072 | |||
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel | |
svn-id: r35062 | |||
2008-11-13 | Fixed compilation with DISABLE_TEXT_CONSOLE. | Johannes Schickel | |
svn-id: r35041 | |||
2008-11-13 | * got rid of CDECL | Max Horn | |
* got rid of scumm_strrev * added DISABLE_TEXT_CONSOLE flag which disables printf, warning, debug (but not error) svn-id: r35038 | |||
2008-11-09 | Removed many unnecessary #includes | Max Horn | |
svn-id: r34959 | |||
2008-11-09 | Removed unused XML_GLOBAL_PROP functionality (saves some kilobytes) | Max Horn | |
svn-id: r34950 | |||
2008-11-07 | Reverted my earlier commit r34926. | Nicola Mettifogo | |
svn-id: r34930 | |||
2008-11-07 | Fixed leak when using SearchSet::add for an already existing name. | Johannes Schickel | |
svn-id: r34928 | |||
2008-11-07 | Fixed leaks in SearchMan. Default directories are now added with the ↵ | Nicola Mettifogo | |
'autoFree' parameter set to true. svn-id: r34926 | |||
2008-11-07 | Refactoring the Arj decoder code, phase 4 (done for now, TODO added for ↵ | Max Horn | |
future work) svn-id: r34925 | |||
2008-11-07 | Refactoring the Arj decoder code, phase 3 (fixing some more leaks, too) | Max Horn | |
svn-id: r34924 | |||
2008-11-07 | Refactoring the Arj decoder code, phase 2 | Max Horn | |
svn-id: r34923 | |||
2008-11-07 | Refactoring the Arj decoder code, phase 1 | Max Horn | |
svn-id: r34922 | |||
2008-11-06 | Merged SFMError into Common::Error, added some new error codes; revised some ↵ | Max Horn | |
error handling in DefaultSaveManager svn-id: r34915 | |||
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for ↵ | Max Horn | |
OSystem::getOverlayFormat to several ports (pending testing by the porters) svn-id: r34912 | |||
2008-11-06 | Got rid of OSystem::ARGBToColor and colorToARGB | Max Horn | |
svn-id: r34911 | |||
2008-11-06 | cleanup | Max Horn | |
svn-id: r34910 | |||
2008-11-06 | Simplified AdvancedMetaEngine::fallbackDetect usage | Max Horn | |
svn-id: r34909 | |||
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be ↵ | Max Horn | |
used in more places. Help with this is highly welcome svn-id: r34906 | |||
2008-11-04 | dead code | Max Horn | |
svn-id: r34900 | |||
2008-11-04 | Improved ZipArchive to take arbitrary SeekableReadStream; also, the variant ↵ | Max Horn | |
which is inited using a filename now uses SearchMan to lookup the filename's file svn-id: r34899 | |||
2008-11-03 | Committed my patch #2216641 "GRAPHICS: PixelFormat introduction". | Johannes Schickel | |
svn-id: r34875 | |||
2008-11-01 | Commit of patch #2207782 "ARCHIVE: New method 'getMember'". | Johannes Schickel | |
svn-id: r34871 | |||
2008-10-30 | Reset _chunksPerPage after MemoryPool::freeUnusedPages, to avoid enormous ↵ | Max Horn | |
memory consumption in various easy to trigger situations; out of paranoia, prohibit for now memory chunks bigger than 16MB svn-id: r34868 | |||
2008-10-27 | Fix for bug #2198456 "FS: Cannot add a subfolder to a non-existing folder". | Johannes Schickel | |
svn-id: r34857 | |||
2008-10-23 | Pushed down some header deps | Max Horn | |
svn-id: r34845 | |||
2008-10-22 | Made constructor of SearchManager singleton private | Max Horn | |
svn-id: r34841 | |||
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of ↵ | Johannes Schickel | |
SharedPtr usage". svn-id: r34837 | |||
2008-10-22 | Removed File::addDefaultDirectoryRecursive, tweaked SearchMan API slightly | Max Horn | |
svn-id: r34836 | |||
2008-10-21 | Fixed: Broken english in System.h documentation. | Vicent Marti | |
svn-id: r34835 | |||
2008-10-18 | Rewrote XMLParser error() function for the 5th time. | Vicent Marti | |
Bugfix: Ambiguous error message when parsing an unexpected header. svn-id: r34819 | |||
2008-10-18 | Changed XML Parser to require standards-compilant XML header. | Vicent Marti | |
Updated STX version to 0.3 svn-id: r34817 | |||
2008-10-16 | OSYSTEM: Pushed out some port specific code from common/system.cpp to the ↵ | Max Horn | |
respective ports svn-id: r34812 | |||
2008-10-15 | Changed XMLParser comment syntax to conform to XML standards (<!-- * -->) | Vicent Marti | |
Changed STX version string to 0.2. svn-id: r34807 |