Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-05 | Remove usage of main_features.inl and the file | Lars Persson | |
svn-id: r34361 | |||
2008-09-05 | Made FSDirectory use the default matchPattern implementation. | Nicola Mettifogo | |
svn-id: r34360 | |||
2008-09-05 | * Implemented a default matchPattern for Archive subclasses (courtesy of ↵ | Nicola Mettifogo | |
Fingolfin). * Fixed bug in FSDirectory::matchPattern. svn-id: r34359 | |||
2008-09-05 | Set the date for 0.12.0. | Torbjörn Andersson | |
svn-id: r34357 | |||
2008-09-05 | whitespace 'fix' | Max Horn | |
svn-id: r34356 | |||
2008-09-05 | Fixed severe bottleneck in the XML Parser code. | Vicent Marti | |
Applied Max's patch for character drawing. Added new FP squareroot function. svn-id: r34354 | |||
2008-09-05 | Enum needs to be minimum four chars to compile (32 bit number I guess) | Lars Persson | |
svn-id: r34353 | |||
2008-09-05 | Use exact case numbers, to avoid unneeded subtractions. | Travis Howell | |
svn-id: r34352 | |||
2008-09-05 | ADded Tinsel as supported engine strings | Lars Persson | |
svn-id: r34351 | |||
2008-09-05 | Add missing dialogs.cpp | Lars Persson | |
svn-id: r34350 | |||
2008-09-05 | Hopefully fixed the chaos with the SAGA volume values. This also fixes the ↵ | Filippos Karapetis | |
broken volume introduced with the introduction of the RTL code in the engine svn-id: r34349 | |||
2008-09-05 | Still need to get that build working. Readjust buildscript | Lars Persson | |
svn-id: r34348 | |||
2008-09-05 | Updated build script with new dialog.cpp | Lars Persson | |
svn-id: r34347 | |||
2008-09-05 | Updated filehandling for Symbian OS | Lars Persson | |
svn-id: r34346 | |||
2008-09-05 | Ported AMIGA specific file buffering 'hack' from class File to StdioStream | Max Horn | |
svn-id: r34345 | |||
2008-09-05 | Added two new files | Lars Persson | |
svn-id: r34344 | |||
2008-09-05 | Removed useless dependencies from common/file.h in common code. When ↵ | Nicola Mettifogo | |
complete removal was not possibile, dependency has been pushed to the cpp files from the headers. svn-id: r34343 | |||
2008-09-05 | Fixing a typo :) | Max Horn | |
svn-id: r34342 | |||
2008-09-05 | Fixing some compiler warnings | Max Horn | |
svn-id: r34341 | |||
2008-09-05 | Updated Symbian OS file actions with ferror and fflush. | Lars Persson | |
svn-id: r34340 | |||
2008-09-05 | Updated package revision no to 0.13. Updated default engine list | Lars Persson | |
svn-id: r34339 | |||
2008-09-05 | Updated buildscripts to support tinsel | Lars Persson | |
svn-id: r34338 | |||
2008-09-04 | Use readLine() instead of readLine_OLD(). | Torbjörn Andersson | |
svn-id: r34336 | |||
2008-09-04 | Changed FSDirectory::getSubDirectory to return a FSDirectory pointer instead ↵ | Max Horn | |
of a SharedPtr svn-id: r34334 | |||
2008-09-04 | Added another version of Lost in Time CD, as supplied by SiRoCs in bug ↵ | Sven Hesse | |
report #2093672 svn-id: r34332 | |||
2008-09-04 | Ooops, adding Lost in Time and Woodruff | Sven Hesse | |
svn-id: r34329 | |||
2008-09-04 | Add missing case in o100_resourceRoutines. | Travis Howell | |
svn-id: r34328 | |||
2008-09-04 | move save directory detection/creation from main() to OSystem_PSP::initBackend() | Joost Peters | |
svn-id: r34326 | |||
2008-09-04 | remove deprecated SCUMMVM_SAVEPATH define -- pass default savepath to ↵ | Joost Peters | |
DefaultSaveFileManager ctor svn-id: r34324 | |||
2008-09-04 | Correct HE version for Wii version of Freddi Fish 1. | Travis Howell | |
svn-id: r34323 | |||
2008-09-03 | correct a typo (thanks to salty-horse) | Matthew Hoops | |
svn-id: r34320 | |||
2008-09-03 | Minor formatting cleanup. | Johannes Schickel | |
svn-id: r34319 | |||
2008-09-03 | Changed some code to use the new Stream::readLine() method | Max Horn | |
svn-id: r34318 | |||
2008-09-03 | Fix nasty off-by-one errors | Max Horn | |
svn-id: r34317 | |||
2008-09-03 | Fixed Stream::readLine implementation to match its doxygen comment | Max Horn | |
svn-id: r34316 | |||
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; ↵ | Max Horn | |
added a new alternate SeekableReadStream::readLine() instead svn-id: r34315 | |||
2008-09-03 | Removed unused readLine code from the MT-32 emu | Max Horn | |
svn-id: r34314 | |||
2008-09-03 | Modified Common::Str to use exponential growth for its storage; also changed ↵ | Max Horn | |
the meaning of 'capacity' from 'max length of string' to 'size of storage' (i.e. added one) svn-id: r34313 | |||
2008-09-03 | Changed Archive::openFile to return a SeekableReadStream* instead of a FilePtr | Max Horn | |
svn-id: r34312 | |||
2008-09-03 | clarified comment | Max Horn | |
svn-id: r34311 | |||
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn | |
svn-id: r34310 | |||
2008-09-03 | TODO: bdf_getline seems to duplicate code from ↵ | Max Horn | |
SeekableReadStream::readLine(_new) -> fix that svn-id: r34309 | |||
2008-09-03 | Some cleanup by peres | Max Horn | |
svn-id: r34308 | |||
2008-09-03 | POSIX FSNode: got rid of Double-slashes in paths for childs of the root; ↵ | Max Horn | |
simplified code svn-id: r34307 | |||
2008-09-03 | Updated MSVC project files for commit #34303 | Filippos Karapetis | |
svn-id: r34306 | |||
2008-09-03 | Added more versions of HE games. | Travis Howell | |
svn-id: r34305 | |||
2008-09-03 | Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ↵ | Max Horn | |
to backends svn-id: r34304 | |||
2008-09-03 | Moved StdioStream to its own files inside backends | Max Horn | |
svn-id: r34303 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-09-03 | Added new AbstractFilesystemNode::openForReading & ::openForWriting method, ↵ | Max Horn | |
based on StdioStream; changed FilesystemNode to use them svn-id: r34301 |