aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-14TINSEL: CleanupFilippos Karapetis
2012-07-13I18N: Regenerate translations data fileThierry Crozat
2012-07-13I18N: Update French translationThierry Crozat
2012-07-13I18N: Update Czech translation and README from patch #3541613Thierry Crozat
2012-07-13Merge pull request #254 from SteveNew/masterThierry Crozat
Updated da_DA.po file
2012-07-11TINSEL: Added MD5 detection entries for Discworld 1 Polish translationPaul Gilbert
2012-07-11TSAGE: Fix for bug #3541354 - Nico shooting player after being tied upPaul Gilbert
2012-07-10MAEMO: Update debian/changelogTarek Soliman
2012-07-10NEWS: Mention Maemo port changesTarek Soliman
2012-07-09Updated da_DA fileSteffen Nyeland
2012-07-09I18N: Regenerate translations data fileThierry Crozat
2012-07-09I18N: Update Italian translationThierry Crozat
This was sent by Matteo by email.
2012-07-09I18N: Update Hungarian translation from patch #3541507Thierry Crozat
2012-07-09MOHAWK: Restart anims when LiveText plays them.Alyssa Milburn
2012-07-09TINSEL: Fix bug #3541230 - "DW: PSX version locks up after using the book"Filippos Karapetis
Removed the superfluous MIDI offset storing code. Now, the MIDI buffer is re-read when the music loops. This removes a static variable and also fixes another bug in the SEQ decoder.
2012-07-09SCI: Update comments in kGetAngleWorker()Filippos Karapetis
2012-07-08I18N: Regenerate translations data fileThierry Crozat
2012-07-08I18N: Update Spanish translation from patch #3541399Thierry Crozat
2012-07-08I18N: Update Swedish translation from patch #3541394Thierry Crozat
2012-07-08NEWS: Remove OpenGL entry in 1.5.0 news section.Johannes Schickel
2012-07-08RELEASE: This is 1.6.0gitEugene Sandulenko
2012-07-08I18N: Updated translations.datEugene Sandulenko
2012-07-08I18N: Updated Russian and Ukrainian translationsEugene Sandulenko
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-08NEWS: V1 composer games aren't supported yet.Alyssa Milburn
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-08I18N: Regenerate translations data fileThierry Crozat
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