Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-14 | Little cleanup. | Johannes Schickel | |
svn-id: r34543 | |||
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 | Added ScummVM logo to GMM. | Johannes Schickel | |
svn-id: r34537 | |||
2008-09-14 | Added autosave support in Kyra. | Johannes Schickel | |
svn-id: r34535 | |||
2008-09-14 | Fix potentional bug in Screen::setResolution. | Johannes Schickel | |
svn-id: r34533 | |||
2008-09-14 | Slight cleanup of centerText() | Filippos Karapetis | |
svn-id: r34531 | |||
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 | 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-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-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 | Code optimizations from Fingolfin | Filippos Karapetis | |
svn-id: r34491 | |||
2008-09-11 | Cleanup | Filippos Karapetis | |
svn-id: r34490 | |||
2008-09-11 | Fixed the hotspot for the crosshair cursor | Filippos 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-11 | Added detection for 4-language floppy version of DW (see report on forum ↵ | Max Horn | |
post 39703) svn-id: r34486 | |||
2008-09-10 | Cleanup. | Johannes Schickel | |
svn-id: r34484 | |||
2008-09-10 | Cleanup. | Johannes Schickel | |
svn-id: r34481 | |||
2008-09-10 | Removed the unused variable changeColor | Filippos Karapetis | |
svn-id: r34480 | |||
2008-09-10 | Merged all the methods to assign and set default palettes | Filippos Karapetis | |
svn-id: r34479 | |||
2008-09-10 | Reduced game memory usage by about 400KB by only loading the current ↵ | Filippos Karapetis | |
language strings, not all strings svn-id: r34472 | |||
2008-09-10 | Fix for bug #2102828 - "AGOS - compilation error, uninitialized variable" | Filippos Karapetis | |
svn-id: r34469 | |||
2008-09-10 | Fix in the Igor engine for bug #2101083 - "ANY - MSVC71 compilation fails ↵ | Filippos Karapetis | |
due to warnings-as-errors" svn-id: r34468 | |||
2008-09-09 | Changed static resource code to use Streams instead of operating on buffers. | Johannes Schickel | |
svn-id: r34467 | |||
2008-09-09 | - Cleanup and simplification | Filippos 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-09 | Cleanup of exitRoom() | Filippos Karapetis | |
svn-id: r34463 | |||
2008-09-09 | Cleanup | Filippos Karapetis | |
svn-id: r34462 | |||
2008-09-09 | Cleanup. Simplified converse() | Filippos Karapetis | |
svn-id: r34460 | |||
2008-09-09 | Committed patch #2100962 - "Saga engine reduced memory usage" | Filippos Karapetis | |
svn-id: r34458 | |||
2008-09-09 | Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to ↵ | Filippos Karapetis | |
warnings-as-errors" svn-id: r34457 | |||
2008-09-08 | HOF: msvc8 compile fix (ARRAYSIZE used with run-time allocated array) | Florian Kagerer | |
svn-id: r34454 | |||
2008-09-08 | Made some filenames uppercase for consistency. | Johannes Schickel | |
svn-id: r34452 | |||
2008-09-08 | Fixed LoL file loading regression. | Johannes Schickel | |
svn-id: r34451 | |||
2008-09-08 | Don't use fileName both as a structure and as a function parameter | Filippos Karapetis | |
svn-id: r34449 | |||
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 |