Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-09 | Use FSNode API in default OSystem::openConfigFileForReading & ↵ | Max Horn | |
OSystem::openConfigFileForWriting method implementations svn-id: r33730 | |||
2008-08-09 | If no default config file is present, just don't load it, instead of crashing | Max Horn | |
svn-id: r33729 | |||
2008-08-09 | hotfix around drascula mem leak problems. see also bug report | Kostas Nakos | |
svn-id: r33716 | |||
2008-08-05 | Removed unneeded #includes. | Travis Howell | |
svn-id: r33627 | |||
2008-08-04 | List the correct engines in about, | Lars Persson | |
updated actions with Lure (from WinCE). Increased min heap size to 5MB svn-id: r33618 | |||
2008-08-04 | Remove some code which was rendered obsolete by md5's commit r33610 | Max Horn | |
svn-id: r33617 | |||
2008-08-04 | Fixing compilation under MSVC | Filippos Karapetis | |
svn-id: r33610 | |||
2008-08-04 | Modified DumpFile::open to accept non-existing nodes, and to actually open ↵ | Max Horn | |
files in write mode -- d'oh svn-id: r33609 | |||
2008-08-04 | Turned InSaveFile & OutSaveFile into simple typedefs | Max Horn | |
svn-id: r33606 | |||
2008-08-04 | Moved the OutSaveFile::finalize method to WriteStream; implemented ↵ | Max Horn | |
DumpFile::flush() svn-id: r33604 | |||
2008-08-03 | FilesystemNode code: some comment cleanup; added ↵ | Max Horn | |
FilesystemNode::openForReading() and openForWriting() methods (for now these are simple wrappers around Common::File) svn-id: r33590 | |||
2008-08-03 | Implemented DumpFile::open(FSNode) | Max Horn | |
svn-id: r33586 | |||
2008-08-03 | OSYSTEM: Pushed some SDL/Symbian specific code to the respective backends; ↵ | Max Horn | |
made openConfigFileForReading/openConfigFileForWriting return 0 if they failed to open a file svn-id: r33585 | |||
2008-08-03 | New OSystem API for loading/storing default config file | Max Horn | |
svn-id: r33584 | |||
2008-08-02 | Fix for bug #1972625 'ALL: On-the-fly targets are written to the config file' | Max Horn | |
svn-id: r33550 | |||
2008-07-31 | - Added Common::mem_fun_ref for object references instead of pointers. | Johannes Schickel | |
- Added simple tests for a little bit functionallity from common/func.h svn-id: r33470 | |||
2008-07-30 | This time properly reverted my accidental commits of the osystem&configman ↵ | Max Horn | |
patch (I didn't mean to commit it in the first place, still waiting for any replies to my corresponding scummvm-devel mail). Sorry for messing up so badly svn-id: r33459 | |||
2008-07-30 | Fixed Win32 build, after Fingolfin's commits (probably because of the revert ↵ | Nicola Mettifogo | |
in revision 33456). svn-id: r33458 | |||
2008-07-30 | Simplify/optimize/cleanup detectGameFilebased further | Max Horn | |
svn-id: r33457 | |||
2008-07-30 | Revert my accidental commit of the OSystem changes (oops) | Max Horn | |
svn-id: r33456 | |||
2008-07-30 | Simplified advanced detector file sys scanning code | Max Horn | |
svn-id: r33455 | |||
2008-07-30 | Advanced detector: split out part of detectGame into a new function ↵ | Max Horn | |
detectGameFilebased; some cleanup svn-id: r33453 | |||
2008-07-30 | Reordered initialization order to kill a ton of warnings. | Nicola Mettifogo | |
svn-id: r33452 | |||
2008-07-30 | Changed BufferedReadStream to not permanently decrease its buffer size at ↵ | Max Horn | |
the end of a stream (this would fail when using BufferedSeekableReadStream and then seeking back from the end); this also fixes a bug which let you seek back beyond the start of a stream (not that we currently support that in other streams) svn-id: r33436 | |||
2008-07-29 | - Formatting | Johannes Schickel | |
- Improved Functor#Mem::isValid implementations. svn-id: r33427 | |||
2008-07-29 | Little fix for documentation. | Johannes Schickel | |
svn-id: r33426 | |||
2008-07-29 | Documentation for func.h. | Johannes Schickel | |
svn-id: r33425 | |||
2008-07-29 | Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as ↵ | Max Horn | |
proposed on scummvm-devel svn-id: r33419 | |||
2008-07-29 | Added documentation for the functions in algorithm.h. | Johannes Schickel | |
svn-id: r33416 | |||
2008-07-29 | CONFIGMAN: Store domains in the order they were added | Max Horn | |
svn-id: r33413 | |||
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ↵ | Max Horn | |
added a new class DumpFile for writing svn-id: r33412 | |||
2008-07-29 | Formatting. | Johannes Schickel | |
svn-id: r33401 | |||
2008-07-29 | Added a reset method to SharedPtr, which allows NULLifying it. | Johannes Schickel | |
svn-id: r33400 | |||
2008-07-29 | Changed advanced detector to *always* use the FSNode API for detection (i.e. ↵ | Max Horn | |
killed second code path which used File::open trial&error directory 'scanning') svn-id: r33388 | |||
2008-07-25 | Added Common::Rect::isEmpty() method | Max Horn | |
svn-id: r33279 | |||
2008-07-23 | Reorder stuff a little bit, moving private String methods together: cleanup | Max Horn | |
svn-id: r33248 | |||
2008-07-23 | Added convenience method String::makeUnique(); simplified ↵ | Max Horn | |
String::operator=(char c); extended String unit tests svn-id: r33246 | |||
2008-07-23 | Fix String::trim to work right for shared strings; augemented test cases to ↵ | Max Horn | |
cover this svn-id: r33234 | |||
2008-07-22 | Disable hashmemory pool for Symbian OS | Lars Persson | |
svn-id: r33212 | |||
2008-07-22 | Added String::trim() method | Max Horn | |
svn-id: r33203 | |||
2008-07-21 | Silence a warning which complains about using an uninitialized variable. | Kari Salminen | |
svn-id: r33169 | |||
2008-07-20 | Fix for bug #1971499: ALL: config manager crashes when reading too long lines | Max Horn | |
svn-id: r33140 | |||
2008-07-20 | New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, ↵ | Max Horn | |
w/o the line length limitations of the old eekableReadStream::readLine() (which it will replace, after the feature freeze has been lifted) svn-id: r33139 | |||
2008-07-20 | Two new TODO/FIXME comments for class File | Max Horn | |
svn-id: r33138 | |||
2008-07-20 | Fixed potential issue in Common::String when asserting a substring of a ↵ | Max Horn | |
string X back to X (memcpy -> memmove); also added some other sanity checks, and merged some duplicate code into a new method String::initWithCStr svn-id: r33137 | |||
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn | |
svn-id: r32828 | |||
2008-06-28 | Removed OSystem::getFilesystemFactory() default implentation, as announced | Max Horn | |
svn-id: r32824 | |||
2008-06-22 | Turned off overzealous warning 4800 - "forcing value to bool 'true' or ↵ | Filippos Karapetis | |
'false' (performance warning)" svn-id: r32759 | |||
2008-06-11 | No need to specify CaseSensitiveString_Hash explicitly anymore | Max Horn | |
svn-id: r32663 | |||
2008-06-10 | Re-enabled default Hash<String> template | Max Horn | |
svn-id: r32656 |