aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2012-07-08SCI: Also set the filename of the videoState struct when playing AVIsFilippos Karapetis
2012-07-08SCI: Fix a typo and add some comments to kGetAngleWorker()Filippos Karapetis
2012-07-08SCI: Ignore another leftover script from KQ7 in the debuggerFilippos Karapetis
2012-07-08MOHAWK: Play anims for LiveText items *after* the speech.Alyssa Milburn
Another attempt at fixing bug #3541294.
2012-07-08SCI: Add another English floppy version of KQ5 (bug #3536863)Filippos Karapetis
According to this bug report, there exists another English version with the same file checksums as the vanilla English version, patched to Polish. We need a better way of distinguishing the two versions. Until we do, this is a duplicate entry of the Polish floppy version
2012-07-08SCI: Show information for correct file naming in the QFG4 import roomFilippos Karapetis
This information is shown in previous QFG versions, but it had to be placed in a SCI32 graphics function in order to be shown in QFG4 too
2012-07-08SCI: Update the virtual file selected in the QFG4 character import screenFilippos Karapetis
This makes the character import screen in QFG4 functional, as the virtual file index was never updated
2012-07-08SCI: Add a hack in kGetAngleWorker to fix bug #3540976Filippos Karapetis
kGetAngle(Worker) has been implemented based on behavior observed with a test program created with SCI Studio. However, the return values have subtle differences from the original, which uses atan(). This temporary hack will do for now till the implementation of kGetAngle is done again. A simpler atan2-based implementation has also been added for future reference
2012-07-08COMPOSER: Fix parsing v1 book groups.Alyssa Milburn
This fixes bug #3539019.
2012-07-08MOHAWK: Run animations attached to LiveText items.Alyssa Milburn
Should fix bug #3541294.
2012-07-08SCUMM: Correct HE version for another English Windows version of Freddi Fish ↵Travis Howell
and Luther's Maze Madness.
2012-07-07TOON: Remove unecessary getSystem() function.D G Turner
This was needed due to the unecessary protected shadow variable hiding the Engine superclass _system member variable.
2012-07-07SCUMM: Add another English Windows version of Freddi Fish and Luther's Maze ↵Travis Howell
Madness.
2012-07-06SCI: Better handling for Phantasmagoria's odd screen sizeFilippos Karapetis
Still not right, as the width isn't set
2012-07-06SCI: Add a hack to handle the internal script resolution in PhantasmagoriaFilippos Karapetis
2012-07-05CGE: Silent some CppCheck warningsStrangerke
2012-07-05CGE: Remove hack used to store keycode in CGEEventStrangerke
2012-07-05SCI: Fix typoFilippos Karapetis
2012-07-05SCI: Handle calls from MessageState::outputString() to arraysFilippos Karapetis
This happens during the intro of LSL6 hires (room 110)
2012-07-05SCI: Some updates to SCI32 kernel graphics functionsFilippos Karapetis
- Added a stub for kSetScroll, which sets the target picture immediately for now - Added an initial stub of kPalCycle (doesn't work correctly yet) - Adjusted the signatures of kUpdateLine and kDeleteLine for LSL6 - Unmapped kSetHotRectangles again, with updated information on how it is used in Phantasmagoria
2012-07-04SCI: make g_base_opcode_formats and SciOpcodes a bit more readableFilippos Karapetis
2012-07-04TEENAGENT: Fix erroneous files in savegame listing.D G Turner
This was achieved by making the detection pattern stricter to avoid matching the dat file or other extraneous files in the savegame path. This fixes bug #3539774 "TEENAGENT : teenagent.dat considered as a savegame". Also did some minor formatting and string function usage cleanup.
2012-07-04SCI: Fix spelling of Yamaha.Johannes Schickel
Thanks to somaen for noticing.
2012-07-04KYRA: Improve wording about possibly incorrect MT32->GM mapping.Johannes Schickel
2012-07-04SCI: Add a check for invalid clip rectanglesFilippos Karapetis
Happens in QFG4, when starting a battle
2012-07-04SCI: Some cleanup of the warnings in the SCI32 plane manipulation codeFilippos Karapetis
2012-07-04SCI: Make the debug message in kSetShowStyle more verboseFilippos Karapetis
2012-07-04SCI: Mark the SetScroll and SetHotRectangles kernel functions as unusedFilippos Karapetis
2012-07-04GOB: Don't print a warning when oGeisha_checkData() doesn't find fin.totSven Hesse
Geisha looks if fin.tot exists to check if it needs to open disk3.stk. This is completely normal, so don't print a warning.
2012-07-04GOB: Add a French DOS version of GeishaSven Hesse
As supplied by misterhands in bug report #3539797.
2012-07-04GOB: Give the Geisha detection entries proper languagesSven Hesse
2012-07-04SCI: Update some kernel table related commentsFilippos Karapetis
2012-07-04SCI: Update some version checks in kernelFrameout() to work with SCI3 tooFilippos Karapetis
2012-07-04SCI: Handle the autosave call of Torin's PassageFilippos Karapetis
2012-07-04SCI: FileIO subop 19 checks for directory validityFilippos Karapetis
This is used in Torin's Passage and LSL7 when autosaving
2012-07-04SCI: Merge and simplify the code that sets the kernel functionsFilippos Karapetis
2012-07-03CGE: Use keycode instead of ascii valueStrangerke
2012-07-03CGE: Fix for missing inventory selection by numeric keys.D G Turner
This fixes bug #3539671.
2012-07-03ENGINES: Mention defaults for writable and deletable settings in ↵Johannes Schickel
SaveStateDescriptor docs.
2012-07-03TSAGE: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03TOON: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03TOLTECTS: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03TEENAGENT: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03SWORD1: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03SCI: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03HUGO: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03GROOVIE: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03DREAMWEB: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03DRACI: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03CRUISE: Slight cleanup in querySaveMetaInfos.Johannes Schickel