Age | Commit message (Expand) | Author |
2008-07-31 | - Added Common::mem_fun_ref for object references instead of pointers. | Johannes Schickel |
2008-07-30 | This time properly reverted my accidental commits of the osystem&configman pa... | Max Horn |
2008-07-30 | Fixed Win32 build, after Fingolfin's commits (probably because of the revert ... | Nicola Mettifogo |
2008-07-30 | Simplify/optimize/cleanup detectGameFilebased further | Max Horn |
2008-07-30 | Revert my accidental commit of the OSystem changes (oops) | Max Horn |
2008-07-30 | Simplified advanced detector file sys scanning code | Max Horn |
2008-07-30 | Advanced detector: split out part of detectGame into a new function detectGam... | Max Horn |
2008-07-30 | Reordered initialization order to kill a ton of warnings. | Nicola Mettifogo |
2008-07-30 | Changed BufferedReadStream to not permanently decrease its buffer size at the... | Max Horn |
2008-07-29 | - Formatting | Johannes Schickel |
2008-07-29 | Little fix for documentation. | Johannes Schickel |
2008-07-29 | Documentation for func.h. | Johannes Schickel |
2008-07-29 | Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as pr... | Max Horn |
2008-07-29 | Added documentation for the functions in algorithm.h. | Johannes Schickel |
2008-07-29 | CONFIGMAN: Store domains in the order they were added | Max Horn |
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ad... | Max Horn |
2008-07-29 | Formatting. | Johannes Schickel |
2008-07-29 | Added a reset method to SharedPtr, which allows NULLifying it. | Johannes Schickel |
2008-07-29 | Changed advanced detector to *always* use the FSNode API for detection (i.e. ... | Max Horn |
2008-07-25 | Added Common::Rect::isEmpty() method | Max Horn |
2008-07-23 | Reorder stuff a little bit, moving private String methods together: cleanup | Max Horn |
2008-07-23 | Added convenience method String::makeUnique(); simplified String::operator=(c... | Max Horn |
2008-07-23 | Fix String::trim to work right for shared strings; augemented test cases to c... | Max Horn |
2008-07-22 | Disable hashmemory pool for Symbian OS | Lars Persson |
2008-07-22 | Added String::trim() method | Max Horn |
2008-07-21 | Silence a warning which complains about using an uninitialized variable. | Kari Salminen |
2008-07-20 | Fix for bug #1971499: ALL: config manager crashes when reading too long lines | Max Horn |
2008-07-20 | New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, ... | Max Horn |
2008-07-20 | Two new TODO/FIXME comments for class File | Max Horn |
2008-07-20 | Fixed potential issue in Common::String when asserting a substring of a strin... | Max Horn |
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn |
2008-06-28 | Removed OSystem::getFilesystemFactory() default implentation, as announced | Max Horn |
2008-06-22 | Turned off overzealous warning 4800 - "forcing value to bool 'true' or 'false... | Filippos Karapetis |
2008-06-11 | No need to specify CaseSensitiveString_Hash explicitly anymore | Max Horn |
2008-06-10 | Re-enabled default Hash<String> template | Max Horn |
2008-06-10 | Removed unneeded #include | Max Horn |
2008-06-08 | Don't attempt to close the arj file if it hasn't been opened | Filippos Karapetis |
2008-06-04 | Patch #1971285: "Nintendo Wii port" | Eugene Sandulenko |
2008-06-04 | - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has f... | Johannes Schickel |
2008-06-02 | Implement ADGF_KEEPMATCH | Eugene Sandulenko |
2008-06-02 | Plug memory leak | Eugene Sandulenko |
2008-06-01 | Fix for crash that occurs in the unarj's fallback code - _uncompressedData i... | Filippos Karapetis |
2008-06-01 | Implement file fallback for archives | Eugene Sandulenko |
2008-06-01 | Fixed MSVC warnings | Filippos Karapetis |
2008-06-01 | Speed up decoding by memory caching | Eugene Sandulenko |
2008-06-01 | Unarj code based on unarj 2.62. Used by Drascula engine | Eugene Sandulenko |
2008-05-28 | Decrement _nele when erasing an element from hashmap, and add a test-case for... | Willem Jan Palenstijn |
2008-05-27 | Made some methods virtual to allow File subclasses | Jordi Vilalta Prat |
2008-05-26 | Made fallbackDetect to allow subclasses to override it | Jordi Vilalta Prat |
2008-05-24 | Removing DS ifdef from getFileSystemFactory(). | Neil Millstone |