aboutsummaryrefslogtreecommitdiff
path: root/engines
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-14Cleanup.Johannes Schickel
svn-id: r34545
2008-09-14Little cleanup.Johannes Schickel
svn-id: r34543
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-14Added ScummVM logo to GMM.Johannes Schickel
svn-id: r34537
2008-09-14Added autosave support in Kyra.Johannes Schickel
svn-id: r34535
2008-09-14Fix potentional bug in Screen::setResolution.Johannes Schickel
svn-id: r34533
2008-09-14Slight cleanup of centerText()Filippos Karapetis
svn-id: r34531
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-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-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-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-11Code optimizations from FingolfinFilippos Karapetis
svn-id: r34491
2008-09-11CleanupFilippos Karapetis
svn-id: r34490
2008-09-11Fixed the hotspot for the crosshair cursorFilippos Karapetis
svn-id: r34489
2008-09-11- The game's cursor is now handled via ScummVM's cursor manager, instead of ↵Filippos Karapetis
the game itself (this means that there might be regressions where the cursor is visible when it shouldn't be) - Removed the textSurface pointer, which was used in the Spanish version. Non-Spanish versions of the game hold the font data in the tableSurface buffer (which contains picture 96). The font data for Spanish versions is in picture 974. Now both versions load their font data from the tableSurface buffer - hay_que_load -> loadedDifferentChapter - Merged withoutVerb() and selectVerb() This is a big change, it might lead to regressions! svn-id: r34488
2008-09-11Added detection for 4-language floppy version of DW (see report on forum ↵Max Horn
post 39703) svn-id: r34486
2008-09-10Cleanup.Johannes Schickel
svn-id: r34484
2008-09-10Cleanup.Johannes Schickel
svn-id: r34481
2008-09-10Removed the unused variable changeColorFilippos Karapetis
svn-id: r34480
2008-09-10Merged all the methods to assign and set default palettesFilippos Karapetis
svn-id: r34479
2008-09-10Reduced game memory usage by about 400KB by only loading the current ↵Filippos Karapetis
language strings, not all strings svn-id: r34472
2008-09-10Fix for bug #2102828 - "AGOS - compilation error, uninitialized variable"Filippos Karapetis
svn-id: r34469
2008-09-10Fix in the Igor engine for bug #2101083 - "ANY - MSVC71 compilation fails ↵Filippos Karapetis
due to warnings-as-errors" svn-id: r34468
2008-09-09Changed static resource code to use Streams instead of operating on buffers.Johannes Schickel
svn-id: r34467
2008-09-09- Cleanup and simplificationFilippos Karapetis
- Moved several simple animations out of animation.cpp - Moved some animations with talk sequences inside drascula.dat - A new version of drascula.dat is needed (will be uploaded shortly) svn-id: r34464
2008-09-09Cleanup of exitRoom()Filippos Karapetis
svn-id: r34463
2008-09-09CleanupFilippos Karapetis
svn-id: r34462
2008-09-09Cleanup. Simplified converse()Filippos Karapetis
svn-id: r34460
2008-09-09Committed patch #2100962 - "Saga engine reduced memory usage"Filippos Karapetis
svn-id: r34458
2008-09-09Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to ↵Filippos Karapetis
warnings-as-errors" svn-id: r34457
2008-09-08HOF: msvc8 compile fix (ARRAYSIZE used with run-time allocated array)Florian Kagerer
svn-id: r34454
2008-09-08Made some filenames uppercase for consistency.Johannes Schickel
svn-id: r34452
2008-09-08Fixed LoL file loading regression.Johannes Schickel
svn-id: r34451
2008-09-08Don't use fileName both as a structure and as a function parameterFilippos Karapetis
svn-id: r34449