Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-08 | Removed some unneeded conversions from the MSVC8->MSVC7/7.1 conversion tool | Filippos Karapetis | |
svn-id: r34447 | |||
2008-09-08 | Changed WarnAsError to be true across all engines, in both debug and release ↵ | Filippos Karapetis | |
builds svn-id: r34446 | |||
2008-09-08 | decompiler.cpp is not used anywhere by default. Remove it to prevent a ↵ | Filippos Karapetis | |
warning under MSVC that the object file is empty (since DUMP_SCRIPT is not defined by default, the whole code in this file is not used) svn-id: r34445 | |||
2008-09-08 | Switched File::open, File::addDefaultDirectory to use a SearchSet ↵ | Max Horn | |
internally. Code is a lot shorter & simpler now, far less failing fopen calls (good for NDS and other ports); drawback: regressions :). Good bug hunting to everybody svn-id: r34444 | |||
2008-09-08 | Reduced calls to File::exists() | Filippos Karapetis | |
svn-id: r34443 | |||
2008-09-08 | Free the current voice lookup table a bit earlier in loadGlobalResources() | Filippos Karapetis | |
svn-id: r34442 | |||
2008-09-08 | Added kyra/resource_intern.* to the kyra MSVC project files | Filippos Karapetis | |
svn-id: r34441 | |||
2008-09-08 | Cleanup | Filippos Karapetis | |
svn-id: r34440 | |||
2008-09-07 | Changed priorities for search paths. (Just in case system specific data ↵ | Johannes Schickel | |
paths contain an outdated kyra.dat version) svn-id: r34438 | |||
2008-09-07 | Changed md5_file(FSNode) to use FSNode::openForReading | Max Horn | |
svn-id: r34437 | |||
2008-09-07 | - Fixed regression in Resource::unloadPakFile | Johannes Schickel | |
- Changed priority value for OSystem::addSysArchivesToSearchSet call svn-id: r34436 | |||
2008-09-07 | Got rid of all Common::File usages in Kyra. | Johannes Schickel | |
svn-id: r34435 | |||
2008-09-07 | Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an ↵ | Max Horn | |
FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation svn-id: r34434 | |||
2008-09-07 | Fix warning about missing virtual destructor | Max Horn | |
svn-id: r34433 | |||
2008-09-07 | Add a priority param to OSystem::addSysArchivesToSearchSet (still in search ↵ | Max Horn | |
for a better name ;) svn-id: r34432 | |||
2008-09-07 | oops | Max Horn | |
svn-id: r34431 | |||
2008-09-07 | Made File::addDefaultDirectory(Recursive) ignore FSNodes which are not dirs ↵ | Max Horn | |
/ are invalid, instead of erroring out svn-id: r34430 | |||
2008-09-07 | Allow invoking FilesystemNode::getChild on non-dir nodes, by returning an ↵ | Max Horn | |
invalid node in that case svn-id: r34429 | |||
2008-09-07 | Moved Kyra resource code to a SearchSet/Archive based implementation, this ↵ | Johannes Schickel | |
removes dependencies on Common::File. svn-id: r34428 | |||
2008-09-07 | added two FIXMEs to M4 -- somehow, adding two subdirs of CWD named ↵ | Max Horn | |
'goodstuf' and 'resource' to the list of default dirs doesn't sound very sensible to me ;) svn-id: r34426 | |||
2008-09-07 | Comment out some #defines in skydefs.h as they conflict with other headers ↵ | Max Horn | |
(esp. T2 conflicts with some template defs) svn-id: r34425 | |||
2008-09-07 | Added new OSystem method addSysArchivesToSearchSet() [better name pending, ↵ | Max Horn | |
suggestions welcome] svn-id: r34424 | |||
2008-09-07 | Symbian already store all paths with a trailing "\". | Lars Persson | |
Quick fix waiting for proper solution svn-id: r34423 | |||
2008-09-07 | Generate drascula.dat by the latest create_drascula | Eugene Sandulenko | |
svn-id: r34420 | |||
2008-09-07 | Slightly updated built script. Faster? | Lars Persson | |
svn-id: r34419 | |||
2008-09-07 | Updated with two new variations, scumm and brokensword | Lars Persson | |
svn-id: r34418 | |||
2008-09-07 | Set default save path via save manager. | Lars Persson | |
Fix bug in symbian-fs GetChild function. svn-id: r34417 | |||
2008-09-07 | Added polish version of Woodruff, as supplied by goodoldgeorg in bug report ↵ | Sven Hesse | |
#2098838 svn-id: r34415 | |||
2008-09-07 | Added a spanish floppy version of Gob3, as supplied by SiRoCs in bug report ↵ | Sven Hesse | |
#2098621 svn-id: r34413 | |||
2008-09-07 | Actually, /now/ the values are sane ^^; (also fixes Ween mouse position bug ↵ | Sven Hesse | |
#2046244) svn-id: r34411 | |||
2008-09-07 | Clipping setMousePos() parameters to sane values | Sven Hesse | |
svn-id: r34409 | |||
2008-09-07 | Temporary workaround for bug #2098279: ALL: Game path with no trailing ↵ | Max Horn | |
backslash fails svn-id: r34408 | |||
2008-09-07 | Updated readme about usage of snprintf source | Lars Persson | |
Added vsnprintf implementation. Cleanout SymbianOS.cpp from old file functions. svn-id: r34407 | |||
2008-09-07 | H file cleanup, remove old vibra support | Lars Persson | |
svn-id: r34405 | |||
2008-09-07 | Added another demo version of Gobliiins (bug #2098412) | Sven Hesse | |
svn-id: r34404 | |||
2008-09-07 | Remove SYMBIAN special handing from default handler. | Lars Persson | |
svn-id: r34403 | |||
2008-09-07 | Need to have own implementation of snprintf and vsnprintf. | Lars Persson | |
svn-id: r34402 | |||
2008-09-07 | Updated to include SymbianStream instead of StdioStream | Lars Persson | |
svn-id: r34401 | |||
2008-09-07 | StdioStream implemented with Symbian file handling. | Lars Persson | |
svn-id: r34400 | |||
2008-09-07 | Remove symbian defines from stdiostream.cpp | Lars Persson | |
svn-id: r34399 | |||
2008-09-06 | Added hasArchive to SearchSet. | Johannes Schickel | |
svn-id: r34397 | |||
2008-09-06 | Got rid of File::eof() | Max Horn | |
svn-id: r34396 | |||
2008-09-06 | Clarified / fixed some Common::Archive doxygen comments | Max Horn | |
svn-id: r34394 | |||
2008-09-06 | Removed last traces of fopen / FILE from common/file.cpp | Max Horn | |
svn-id: r34393 | |||
2008-09-06 | Switched class File & DumpFile to use StdioStream internally | Max Horn | |
svn-id: r34391 | |||
2008-09-06 | MT32 emu: eof -> eos | Max Horn | |
svn-id: r34390 | |||
2008-09-06 | ScummFile: Don't use the File::_ioFailed flag, rather track the io status ↵ | Max Horn | |
separately; also, changed eof() -> eos() svn-id: r34389 | |||
2008-09-06 | Unlike ferror, our Stream::ioFailed() is also supposed to return true when ↵ | Max Horn | |
the end of stream has been reached svn-id: r34385 | |||
2008-09-06 | Added some unit tests for Stream::readLine_NEW, and clarified that ↵ | Max Horn | |
readLine_NEW is essentially fgets in disguise svn-id: r34384 | |||
2008-09-06 | Portdefs cleanup, use snprintf from SDL and not sprintf (Which can cause ↵ | Lars Persson | |
memory overwrites). Use bsearch implementation from WINCE port. svn-id: r34382 |