aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2016-04-04WAGE: 4 more games to detectionEugene Sandulenko
2016-04-04WAGE: More games added to detectionEugene Sandulenko
2016-04-04TITANIC: Further work on STFont character drawingPaul Gilbert
2016-04-03TITANIC: Implement font loadingPaul Gilbert
2016-04-03TITANIC: Fix reading resources from game executablePaul Gilbert
2016-04-03TITANIC: Move most of the root classes into new support/ folderPaul Gilbert
2016-04-03TITANIC: Working on font loadingPaul Gilbert
2016-04-03KYRA: (LOL) fix bug #7104 (LOL-CD: mixing sfx and voice mode does not work)athrxx
2016-04-03MOHAWK: Fix endianness issue in Myst opcode 30Bastien Bouclet
The previous code was reading data of the system's endianness as little endian. Now the data is converted to little endian before it is read. Attempt to fix #7100.
2016-04-03MOHAWK: Switch to slot based save file naming for MystBastien Bouclet
Myst previously used the user provided description as the save filename. This was not working when the user entered chacacters forbidden by the filesystem. The actual save format has not changed. Old saves are still compatible, but must be renamed to 'myst-###.mys' and 'myst-###.mym'. Fixes 7106.
2016-04-02TITANIC: Further work on CPetControlSub12 drawingPaul Gilbert
2016-04-02Merge pull request #739 from salty-horse/comi_object_labels_settingJohannes Schickel
SCUMM: Add checkbox for object_labels setting in "Edit Game" dialog
2016-04-02TITANIC: Implemented ScreenManager fillRectPaul Gilbert
2016-04-01TITANIC: Implement overall PET inventory draw methodPaul Gilbert
2016-04-01TITANIC: Implementing CPetInventory setupPaul Gilbert
2016-04-01TITANIC: Simplified item strings setupPaul Gilbert
2016-04-01TITANIC: Added item stringsPaul Gilbert
2016-04-01TITANIC: Moved gfx/ pet classes into pet_control/Paul Gilbert
2016-04-01TITANIC: Implement CPetFrame event handlingPaul Gilbert
2016-04-01TITANIC: Simplify the area switches used in PET control methodsPaul Gilbert
2016-04-01SCUMM: Expose COMI's object_labels setting as an extra GUI optionOri Avtalion
2016-04-01TITANIC: Implement PET message handlersPaul Gilbert
2016-04-01MOHAWK: Add detection.cpp to POTFILESBastien Bouclet
Fixes #7102
2016-04-01WAGE: Added one more Puzzle Search variantEugene Sandulenko
2016-04-01WAGE: Three more game variantsEugene Sandulenko
2016-04-01WAGE: 5 more game variantsEugene Sandulenko
2016-04-01WAGE: Added more game variantsEugene Sandulenko
2016-04-01TITANIC: Implement PET CMouseButtonDownMsg handlingPaul Gilbert
2016-03-31TITANIC: Implement keyboard event handlingPaul Gilbert
2016-03-31TITANIC: Beginnings of PET event handling codePaul Gilbert
2016-03-31TITANIC: Implement CPetFrame::setAreaPaul Gilbert
2016-03-31TITANIC: PET frame is now showingPaul Gilbert
2016-03-31TITANIC: Implement CTreeItem::getHiddenRoomPaul Gilbert
2016-03-31TITANIC: Implement CPetFrame setup and drawing codePaul Gilbert
2016-03-31TITANIC: Implemented CPetGfxElement setup methodPaul Gilbert
2016-03-31TITANIC: Rename CPetGraphic to CPetGfxElement to avoid naming clashPaul Gilbert
2016-03-31TITANIC: Work on implementing CDROM Tray classPaul Gilbert
2016-03-31Merge branch 'titanic' of https://github.com/dreammaster/scummvm into titanicPaul Gilbert
2016-03-31TITANIC: Renamed CPetVal to CPetGraphicPaul Gilbert
2016-03-31WAGE: Increased md5 byte count to avoid large number of duplicatesEugene Sandulenko
Still there are few dupes, but previously for many entries only file name and lenghts were different, which could lead to missed game variants.
2016-03-30TITANIC: Fleshing out CPetFramePaul Gilbert
2016-03-30TITANIC: Implement CPetVal drawingPaul Gilbert
2016-03-30TITANIC: Fleshing out CPetValPaul Gilbert
2016-03-30TITANIC: Flesh out the CPETElement classPaul Gilbert
2016-03-30MOHAWK: Added detection for early Russian Riven version. Bug #6471Eugene Sandulenko
2016-03-30MOHAWK: Added 2 more livingbook versions. Bug #6557Eugene Sandulenko
2016-03-30WINTERMUTE: Correctly find .ogg version of .wav filesTobia Tesan
As it was, it didn't reliably work across platforms because it turned some\\windows\\path.wav into some/system/pathogg Note no "." before "ogg"; also since we use the new filename to search for the file inside DCPs, which use Windows naming, we don't want system-specific path format. Fixes #7088
2016-03-29TITANIC: Debugger command to turn PET on or offPaul Gilbert
2016-03-29TITANIC: Beginnings of PET drawingPaul Gilbert
2016-03-29TITANIC: Fix PET post-loadingPaul Gilbert