aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-14Big 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-14DS: 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-14NDS: Replaced -I- by modern -iquoteMax Horn
svn-id: r34547
2008-09-14Another NDS compilation fix, plus a warning fixMax Horn
svn-id: r34546
2008-09-14Cleanup.Johannes Schickel
svn-id: r34545
2008-09-14Changed 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-14Little cleanup.Johannes Schickel
svn-id: r34543
2008-09-14Compilation fix for NDSMax Horn
svn-id: r34542
2008-09-14Fixed a typo & clarified a commentMax Horn
svn-id: r34541
2008-09-14Added 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-14Minor improvement for GMM layout.Johannes Schickel
svn-id: r34538
2008-09-14Added ScummVM logo to GMM.Johannes Schickel
svn-id: r34537
2008-09-14Changed message when trying to open the load dialog for games not supporting ↵Johannes Schickel
direct loading. svn-id: r34536
2008-09-14Added autosave support in Kyra.Johannes Schickel
svn-id: r34535
2008-09-14Fix for bug #2090879 "GUI: Launcher 'Load' dialog should preserve save slot ↵Johannes Schickel
index". svn-id: r34534
2008-09-14Fix potentional bug in Screen::setResolution.Johannes Schickel
svn-id: r34533
2008-09-14Fix for bug #2089275: "GUI: Returning to launcher may trigger an error".Johannes Schickel
svn-id: r34532
2008-09-14Slight cleanup of centerText()Filippos Karapetis
svn-id: r34531
2008-09-14Committed 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-14Updated MSVC project files for the SCUMM engine - removed smush/chunk.*Filippos Karapetis
svn-id: r34529
2008-09-14Typo.Johannes Schickel
svn-id: r34528
2008-09-14Fixed thumbnail creation / loading in kyra.Johannes Schickel
svn-id: r34527
2008-09-14Fix for bug #2110375 - "DRASCULA: Mouse visible in screen saver", a ↵Filippos Karapetis
regression from moving mouse handling to OSystem svn-id: r34526
2008-09-14Implemented opcode 151: o1_resetMaskRegionJohannes Schickel
svn-id: r34524
2008-09-14Fixed regression introduced with r34522. (Now games without 'cdaudio' config ↵Johannes Schickel
value set should startup again). svn-id: r34523
2008-09-14Only setup 'cdaudio' config default for FM-Towns/PC98.Johannes Schickel
svn-id: r34522
2008-09-14Added a hack in KyraMetaEngine::listSaves to prevent slot 0 from being ↵Johannes Schickel
listed. Check comment for additional information. svn-id: r34521
2008-09-14Rename 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-13SCUMM: Got rid of class ChunkMax Horn
svn-id: r34518
2008-09-13SCUMM: Merged class Chunk & FileChunkMax Horn
svn-id: r34517
2008-09-13SCUMM: Merged class BaseChunk & Chunk; got rid of MemoryChunkMax Horn
svn-id: r34516
2008-09-13Portability fixes.Eugene Sandulenko
svn-id: r34515
2008-09-13Big 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-13Indentation.Torbjörn Andersson
svn-id: r34513
2008-09-13Fixed rev nr. 130 will give wrong ver. in installation.Lars Persson
svn-id: r34512
2008-09-13Fixed drascula dat path and version nr.Lars Persson
svn-id: r34511
2008-09-13Add missing targets.Travis Howell
svn-id: r34508
2008-09-12New version of drascula.datFilippos Karapetis
svn-id: r34505
2008-09-12New version of the create_drascula toolFilippos Karapetis
svn-id: r34504
2008-09-12- Moved more animation data inside drascula.datFilippos 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-12Fixed slot 0 savefile name in Kyra3. (Now using 'New game' instead of 'German')Johannes Schickel
svn-id: r34502
2008-09-12Fix compiling under mingw, when using latest mingw-runtime (3.15).Travis Howell
svn-id: r34501
2008-09-11Added SymbianStream.h for SymbianStdioStream definitionLars Persson
Renamed Symbian stream implementation to SymbianStdioStream instead of StdioStream. svn-id: r34498
2008-09-11Little 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-11Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".Johannes Schickel
svn-id: r34495
2008-09-11CleanupFilippos 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-11Added first version of the SearchManager, as it is presented in patch ↵Nicola Mettifogo
tracker item 2093502. svn-id: r34492