Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-14 | TINSEL: Cleanup | Filippos Karapetis | |
2012-07-13 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-13 | I18N: Update French translation | Thierry Crozat | |
2012-07-13 | I18N: Update Czech translation and README from patch #3541613 | Thierry Crozat | |
2012-07-13 | Merge pull request #254 from SteveNew/master | Thierry Crozat | |
Updated da_DA.po file | |||
2012-07-11 | TINSEL: Added MD5 detection entries for Discworld 1 Polish translation | Paul Gilbert | |
2012-07-11 | TSAGE: Fix for bug #3541354 - Nico shooting player after being tied up | Paul Gilbert | |
2012-07-10 | MAEMO: Update debian/changelog | Tarek Soliman | |
2012-07-10 | NEWS: Mention Maemo port changes | Tarek Soliman | |
2012-07-09 | Updated da_DA file | Steffen Nyeland | |
2012-07-09 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-09 | I18N: Update Italian translation | Thierry Crozat | |
This was sent by Matteo by email. | |||
2012-07-09 | I18N: Update Hungarian translation from patch #3541507 | Thierry Crozat | |
2012-07-09 | MOHAWK: Restart anims when LiveText plays them. | Alyssa Milburn | |
2012-07-09 | TINSEL: 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-09 | SCI: Update comments in kGetAngleWorker() | Filippos Karapetis | |
2012-07-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-08 | I18N: Update Spanish translation from patch #3541399 | Thierry Crozat | |
2012-07-08 | I18N: Update Swedish translation from patch #3541394 | Thierry Crozat | |
2012-07-08 | NEWS: Remove OpenGL entry in 1.5.0 news section. | Johannes Schickel | |
2012-07-08 | RELEASE: This is 1.6.0git | Eugene Sandulenko | |
2012-07-08 | I18N: Updated translations.dat | Eugene Sandulenko | |
2012-07-08 | I18N: Updated Russian and Ukrainian translations | Eugene Sandulenko | |
2012-07-08 | SCI: Also set the filename of the videoState struct when playing AVIs | Filippos Karapetis | |
2012-07-08 | SCI: Fix a typo and add some comments to kGetAngleWorker() | Filippos Karapetis | |
2012-07-08 | SCI: Ignore another leftover script from KQ7 in the debugger | Filippos Karapetis | |
2012-07-08 | NEWS: V1 composer games aren't supported yet. | Alyssa Milburn | |
2012-07-08 | MOHAWK: Play anims for LiveText items *after* the speech. | Alyssa Milburn | |
Another attempt at fixing bug #3541294. | |||
2012-07-08 | SCI: 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-08 | SCI: Show information for correct file naming in the QFG4 import room | Filippos 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-08 | SCI: Update the virtual file selected in the QFG4 character import screen | Filippos Karapetis | |
This makes the character import screen in QFG4 functional, as the virtual file index was never updated | |||
2012-07-08 | SCI: Add a hack in kGetAngleWorker to fix bug #3540976 | Filippos 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-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-08 | I18N: Update all translations from source code | Thierry Crozat | |
This in particular fixes the spelling of Yamaha. | |||
2012-07-08 | I18N: Update French translation | Thierry Crozat | |
2012-07-08 | COMPOSER: Fix parsing v1 book groups. | Alyssa Milburn | |
This fixes bug #3539019. | |||
2012-07-08 | MOHAWK: Run animations attached to LiveText items. | Alyssa Milburn | |
Should fix bug #3541294. | |||
2012-07-08 | SCUMM: Correct HE version for another English Windows version of Freddi Fish ↵ | Travis Howell | |
and Luther's Maze Madness. | |||
2012-07-07 | TOON: 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-07 | SCUMM: Add another English Windows version of Freddi Fish and Luther's Maze ↵ | Travis Howell | |
Madness. | |||
2012-07-07 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-06 | Merge pull request #253 from somaen/norsk-oversettelse | Thierry Crozat | |
I18N: Update norwegian (Bokmaal)-translation | |||
2012-07-07 | DOCS: Add Danish QuickStart file | Thierry Crozat | |
This was sent by Steffen Nyeland by email. | |||
2012-07-07 | I18N: Update Danish translation | Thierry Crozat | |
This was sent by Steffen Nyeland by email. | |||
2012-07-07 | DOCS: Update Swedish README from patch #3539543 | Thierry Crozat | |
2012-07-06 | Merge pull request #235 from tobigun/android-theme | Johannes Schickel | |
ANDROID: disable compression for zip-file assets | |||
2012-07-06 | SCI: Better handling for Phantasmagoria's odd screen size | Filippos Karapetis | |
Still not right, as the width isn't set | |||
2012-07-06 | SCI: Add a hack to handle the internal script resolution in Phantasmagoria | Filippos Karapetis | |
2012-07-05 | CGE: Silent some CppCheck warnings | Strangerke | |
2012-07-05 | CGE: Remove hack used to store keycode in CGEEvent | Strangerke | |