Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2008-09-14 | Fixed a typo & clarified a comment | Max Horn | |
svn-id: r34541 | |||
2008-09-14 | Added thumbnail support for launcher to SCUMM engine. | Johannes Schickel | |
svn-id: r34540 | |||
2008-09-14 | - Added thumbnail support to launcher load dialog. | Johannes Schickel | |
- Adopted KYRA to support displaying thumbnails in load dialog (SCUMM engine has yet to follow) svn-id: r34539 | |||
2008-09-14 | Minor improvement for GMM layout. | Johannes Schickel | |
svn-id: r34538 | |||
2008-09-14 | Added ScummVM logo to GMM. | Johannes Schickel | |
svn-id: r34537 | |||
2008-09-14 | Changed message when trying to open the load dialog for games not supporting ↵ | Johannes Schickel | |
direct loading. svn-id: r34536 | |||
2008-09-14 | Added autosave support in Kyra. | Johannes Schickel | |
svn-id: r34535 | |||
2008-09-14 | Fix for bug #2090879 "GUI: Launcher 'Load' dialog should preserve save slot ↵ | Johannes Schickel | |
index". svn-id: r34534 | |||
2008-09-14 | Fix potentional bug in Screen::setResolution. | Johannes Schickel | |
svn-id: r34533 | |||
2008-09-14 | Fix for bug #2089275: "GUI: Returning to launcher may trigger an error". | Johannes Schickel | |
svn-id: r34532 | |||
2008-09-14 | Slight cleanup of centerText() | Filippos Karapetis | |
svn-id: r34531 | |||
2008-09-14 | Committed patch by [md5] from bug tracker item #2100790 "GUI:Clicking "Load" ↵ | Johannes Schickel | |
when no games are added triggers a crash". svn-id: r34530 | |||
2008-09-14 | Updated MSVC project files for the SCUMM engine - removed smush/chunk.* | Filippos Karapetis | |
svn-id: r34529 | |||
2008-09-14 | Typo. | Johannes Schickel | |
svn-id: r34528 | |||
2008-09-14 | Fixed thumbnail creation / loading in kyra. | Johannes Schickel | |
svn-id: r34527 | |||
2008-09-14 | Fix for bug #2110375 - "DRASCULA: Mouse visible in screen saver", a ↵ | Filippos Karapetis | |
regression from moving mouse handling to OSystem svn-id: r34526 | |||
2008-09-14 | Implemented opcode 151: o1_resetMaskRegion | Johannes Schickel | |
svn-id: r34524 | |||
2008-09-14 | Fixed regression introduced with r34522. (Now games without 'cdaudio' config ↵ | Johannes Schickel | |
value set should startup again). svn-id: r34523 | |||
2008-09-14 | Only setup 'cdaudio' config default for FM-Towns/PC98. | Johannes Schickel | |
svn-id: r34522 | |||
2008-09-14 | Added a hack in KyraMetaEngine::listSaves to prevent slot 0 from being ↵ | Johannes Schickel | |
listed. Check comment for additional information. svn-id: r34521 | |||
2008-09-14 | Rename save slots in KyraMetaEngine::removeSaveState, so it matches behavior ↵ | Johannes Schickel | |
in GUI_v2::deleteMenu at least a little bit more. svn-id: r34520 | |||
2008-09-13 | SCUMM: Got rid of class Chunk | Max Horn | |
svn-id: r34518 | |||
2008-09-13 | SCUMM: Merged class Chunk & FileChunk | Max Horn | |
svn-id: r34517 | |||
2008-09-13 | SCUMM: Merged class BaseChunk & Chunk; got rid of MemoryChunk | Max Horn | |
svn-id: r34516 | |||
2008-09-13 | Portability fixes. | Eugene Sandulenko | |
svn-id: r34515 | |||
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-09-13 | Indentation. | Torbjörn Andersson | |
svn-id: r34513 | |||
2008-09-13 | Fixed rev nr. 130 will give wrong ver. in installation. | Lars Persson | |
svn-id: r34512 | |||
2008-09-13 | Fixed drascula dat path and version nr. | Lars Persson | |
svn-id: r34511 | |||
2008-09-13 | Add missing targets. | Travis Howell | |
svn-id: r34508 | |||
2008-09-12 | New version of drascula.dat | Filippos Karapetis | |
svn-id: r34505 | |||
2008-09-12 | New version of the create_drascula tool | Filippos Karapetis | |
svn-id: r34504 | |||
2008-09-12 | - Moved more animation data inside drascula.dat | Filippos Karapetis | |
- Merged copyRect and copyRectClip - Added enums for all the possible character directions and removed duplicate directions - Extended the talk sequence commands a bit - Removed unnecessary buffer faceBuffer and the unneeded casts between byte * and char * that were used svn-id: r34503 | |||
2008-09-12 | Fixed slot 0 savefile name in Kyra3. (Now using 'New game' instead of 'German') | Johannes Schickel | |
svn-id: r34502 | |||
2008-09-12 | Fix compiling under mingw, when using latest mingw-runtime (3.15). | Travis Howell | |
svn-id: r34501 | |||
2008-09-11 | Added SymbianStream.h for SymbianStdioStream definition | Lars Persson | |
Renamed Symbian stream implementation to SymbianStdioStream instead of StdioStream. svn-id: r34498 | |||
2008-09-11 | Little more cleanup. | Johannes Schickel | |
svn-id: r34497 | |||
2008-09-11 | - Moved delete confirm dialog to SaveLoadChooser, allows the user to check ↵ | Johannes Schickel | |
which save he was trying to delete - Cleaned up the SaveLoadChooser / Launcher code -> Should reduce memory usage a little bit svn-id: r34496 | |||
2008-09-11 | Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState". | Johannes Schickel | |
svn-id: r34495 | |||
2008-09-11 | Cleanup | Filippos Karapetis | |
svn-id: r34494 | |||
2008-09-11 | - Merged openDoor() and closeDoor() | Filippos Karapetis | |
- Cleaned up updateDoor() - Bugfixes to exitRoom() and gotoObject() - Moved cursor-related functions to interface.cpp - alapuertakeva -> roomExits svn-id: r34493 | |||
2008-09-11 | Added first version of the SearchManager, as it is presented in patch ↵ | Nicola Mettifogo | |
tracker item 2093502. svn-id: r34492 |