Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-18 | Added 'native' implementations for FSDirectory::matchPattern & ↵ | Max Horn | |
SearchSet::getAllNames (untested) svn-id: r34599 | |||
2008-09-17 | Simplified & fixed SearchManager | Max Horn | |
svn-id: r34598 | |||
2008-09-17 | Added some noteworthy improvements due to Chris Page & GSoC 2008 | Max Horn | |
svn-id: r34597 | |||
2008-09-17 | Patch #2060517: SCUMM: engine sets incorrect talkspeed value | Max Horn | |
svn-id: r34596 | |||
2008-09-17 | Patch #2043093 (again - new patch): OS/2 patches for posix-fs | Max Horn | |
svn-id: r34595 | |||
2008-09-17 | Patch #2112604: Update for the man page | Max Horn | |
svn-id: r34592 | |||
2008-09-17 | Fixed bug in SaveLoadChooser reflowLayout, which prevented widgets from ↵ | Johannes Schickel | |
being properly hidden. svn-id: r34590 | |||
2008-09-17 | Moved base/game.* to engines/game.* | Max Horn | |
svn-id: r34589 | |||
2008-09-17 | DS: Removing some dead code; merged (parts of) std_cwd into ↵ | Max Horn | |
GBAMPSaveFileManager::listSavefiles svn-id: r34587 | |||
2008-09-16 | Removed tons of unused 'length' variables, to silence compiler warnings | Max Horn | |
svn-id: r34585 | |||
2008-09-16 | Added whitespace in playtime textfield. | Johannes Schickel | |
svn-id: r34584 | |||
2008-09-16 | Added support for SCUMM savestates date/time and playtime info in the ↵ | Johannes Schickel | |
launcher load dialog. svn-id: r34583 | |||
2008-09-16 | Cleanup. | Johannes Schickel | |
svn-id: r34582 | |||
2008-09-16 | Added "querySaveMetaInfos" to MetaEngine. | Johannes Schickel | |
-> Allows easy addition of save state specific infos like playtime, save date atc. -> Removed MetaEngine::loadThumbnailFromSlot, superseded by meta infos -> Changed SCUMM / KYRA to implement the newly added functionallity -> Removed hack in KYRAs listSavefiles, which is now handled via meta infos svn-id: r34581 | |||
2008-09-16 | Fix sign warnings in unit tests | Max Horn | |
svn-id: r34580 | |||
2008-09-16 | Removed assert leftover. | Johannes Schickel | |
svn-id: r34579 | |||
2008-09-16 | Merged common/gzip-stream.* and common/zlib.* | Max Horn | |
svn-id: r34578 | |||
2008-09-16 | - Moved some includes away from drascula.h | Filippos Karapetis | |
- Moved grr() to talk.cpp - Removed the unnecessary parameter length from isTalkFinished() svn-id: r34577 | |||
2008-09-16 | Modified uncompress in common/zlib.h to return a bool, so that we don't have ↵ | Max Horn | |
to #include the real zlib.h; fixed PSP backend to not run uncompress inside an assert (which would cause it to not be invoked when turning off asserts) svn-id: r34576 | |||
2008-09-16 | Fixed some glitches in the last part of Von Braun's story | Filippos Karapetis | |
svn-id: r34575 | |||
2008-09-16 | Cleaned up and fixed the cutscene with Von Braun's story. Fixes bugs ↵ | Filippos Karapetis | |
#2111804 - "DRASCULA: Cut scene bugs" and #2059648 - "DRASCULA: VonBraun's song" svn-id: r34574 | |||
2008-09-16 | Removed the confirmation speech when a game is saved - it's "99.als" instead ↵ | Filippos Karapetis | |
of "s99.als", but the main problem is that it's not translated in the English version and it's in Spanish (plus it's creepy and annoying...) svn-id: r34573 | |||
2008-09-16 | Assign _lang to the appropriate enum values | Filippos Karapetis | |
svn-id: r34572 | |||
2008-09-16 | Added a workaround to skip the silence in the beginning and end of file ↵ | Filippos Karapetis | |
3.als. Fixes bug #2111815 - "DRASCULA: Voice delayed" svn-id: r34571 | |||
2008-09-16 | - Fixed centerText() to print text at the correct height | Filippos Karapetis | |
- Removed some duplicate code svn-id: r34569 | |||
2008-09-15 | DS: Backported 0.12 changes to trunk | Max Horn | |
svn-id: r34568 | |||
2008-09-15 | Fixed compiler warnings | Max Horn | |
svn-id: r34567 | |||
2008-09-15 | Turned compressed savefile wrapper into a generic stream wrapper | Max Horn | |
svn-id: r34566 | |||
2008-09-15 | also check for premature end-of-stream when loading | Willem Jan Palenstijn | |
svn-id: r34563 | |||
2008-09-15 | fix eos() behaviour for CompressedInSaveFile | Willem Jan Palenstijn | |
svn-id: r34562 | |||
2008-09-15 | Show the blind man's dialog text at a bit better place | Filippos Karapetis | |
svn-id: r34561 | |||
2008-09-15 | Remove a workaround in textFitsCentered(). The blind man's dialog is a bit ↵ | Filippos Karapetis | |
better placed now svn-id: r34560 | |||
2008-09-15 | Fixed the phrase told by the protagonist when he talks to the blind man the ↵ | Filippos Karapetis | |
second time svn-id: r34559 | |||
2008-09-15 | Rewrote the very confusing centerText() function into something that makes ↵ | Filippos Karapetis | |
more sense, and matches the way that the original printed text on screen (in most cases) Fixes bugs #2102657 - "DRASCULA: Crash when talking to the piano player" and #2111820 - "DRASCULA: Dialog texts too long" svn-id: r34558 | |||
2008-09-15 | Replace ioFailed by err. | Travis Howell | |
svn-id: r34557 | |||
2008-09-15 | Corrected and shortened some file opening related warnings | Max Horn | |
svn-id: r34556 | |||
2008-09-15 | Fix SubReadStream by initing _eos to false in the constructor (spotted ↵ | Max Horn | |
thanks to our unit tests) svn-id: r34555 | |||
2008-09-15 | Proper check for eos(), after the latest changes to OSystem | Filippos Karapetis | |
svn-id: r34554 | |||
2008-09-15 | replace ioFailed by err | Willem Jan Palenstijn | |
svn-id: r34553 | |||
2008-09-15 | fix listSaveGames | Willem Jan Palenstijn | |
svn-id: r34552 | |||
2008-09-14 | Fixed regression introduced with latest stream changes (it seems compressed ↵ | Johannes Schickel | |
savefiles ioFailed never returned true when only eos was set). svn-id: r34551 | |||
2008-09-14 | DS: Some more compile fixes (prope solution would of course be to overload ↵ | Max Horn | |
::openForReading & ::openForWriting) svn-id: r34550 | |||
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn | |
eos() now only returns true _after_ trying to read past the end of the stream. This has a large potential for regressions. Please test! svn-id: r34549 | |||
2008-09-14 | DS: Removed legacy GCC 2.x build code (NDS/DevKitPro uses GCC 3 or newer ↵ | Max Horn | |
anyway); thinned down INCLUDES some more; added a FIXME to the elf->bin rule svn-id: r34548 | |||
2008-09-14 | NDS: Replaced -I- by modern -iquote | Max Horn | |
svn-id: r34547 | |||
2008-09-14 | Another NDS compilation fix, plus a warning fix | Max Horn | |
svn-id: r34546 | |||
2008-09-14 | Cleanup. | Johannes Schickel | |
svn-id: r34545 | |||
2008-09-14 | Changed VPATH to vpath, to allow building NDS port in parallel to another ↵ | Max Horn | |
port (for the records, this patch went to Neil in January, and he didn't complain) svn-id: r34544 | |||
2008-09-14 | Little cleanup. | Johannes Schickel | |
svn-id: r34543 | |||
2008-09-14 | Compilation fix for NDS | Max Horn | |
svn-id: r34542 |