aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-08I18N: Update all translations from source codeThierry Crozat
This in particular fixes the spelling of Yamaha.
2012-07-08I18N: Update French translationThierry Crozat
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-07I18N: Regenerate translations data fileThierry Crozat
2012-07-06Merge pull request #253 from somaen/norsk-oversettelseThierry Crozat
I18N: Update norwegian (Bokmaal)-translation
2012-07-07DOCS: Add Danish QuickStart fileThierry Crozat
This was sent by Steffen Nyeland by email.
2012-07-07I18N: Update Danish translationThierry Crozat
This was sent by Steffen Nyeland by email.
2012-07-07DOCS: Update Swedish README from patch #3539543Thierry Crozat
2012-07-06Merge pull request #235 from tobigun/android-themeJohannes Schickel
ANDROID: disable compression for zip-file assets
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-05WIN32: Also embed scummclassic.zip in the executable.Johannes Schickel
This is required to have proper translation support with the classic theme without having an external scummclassic.zip.
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-04CREDITS: Drop my middle initial to stay within the size-limit for AUTHORS, ↵Einar Johan Trøan Sømåen
and add handle.
2012-07-04I18N: Update the Norwegian (Bokmål)-translationEinar Johan Trøan Sømåen
2012-07-04DOCS: Fix spelling of Yamaha.Johannes Schickel
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