Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-15 | SDL: Allow window resize with non-OpenGL SDL2 backend | Colin Snover | |
The GUI is not redrawn when the window size changes, but that is not as important as being able to resize the games themselves. | |||
2017-10-15 | BACKENDS: Fix some comment typos | Colin Snover | |
2017-10-15 | I18N: Update translation (Finnish) | Timo Mikkolainen | |
Currently translated at 100.0% (959 of 959 strings) | |||
2017-10-15 | I18N: Update translation (Italian) | Paolo Bossi | |
Currently translated at 100.0% (959 of 959 strings) | |||
2017-10-15 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (959 of 959 strings) | |||
2017-10-15 | I18N: Update translation (Hungarian) | George Kormendi | |
Currently translated at 100.0% (959 of 959 strings) | |||
2017-10-15 | I18N: Update translations templates | Thierry Crozat | |
2017-10-15 | GUI: UPDATES: Redesign updates dialog as suggested by criezy in PR#1040 | Eugene Sandulenko | |
2017-10-14 | TITANIC: Remove accidentally committed cutscene slowdown | Paul Gilbert | |
2017-10-14 | TITANIC: Stop final piano note of music room music getting cut off | Paul Gilbert | |
2017-10-14 | TITANIC: Properly flag audio buffer as finished when song is done | Paul Gilbert | |
2017-10-13 | TITANIC: Fix rotating on Top of Well balcony | Paul Gilbert | |
2017-10-13 | TITANIC: Show busy cursor when SuccUBus sending or receiving | Paul Gilbert | |
2017-10-13 | TITANIC: Workaround for wrong ambient music on load | Paul Gilbert | |
2017-10-13 | TITANIC: Renamed GlobalSound methods to AmbientSound | Paul Gilbert | |
2017-10-13 | TITANIC: Cleanup of auto music player classes and messages | Paul Gilbert | |
2017-10-12 | TITANIC: Play Pellerator sound only when moving to a new destination | Paul Gilbert | |
2017-10-12 | TITANIC: DE: Fix showing accented characters in Chat tab | Paul Gilbert | |
2017-10-12 | TITANIC: DE: Fix saying 'ja' to Deskbot during checkin | Paul Gilbert | |
2017-10-12 | CREATE_PROJECT: Support using libjpeg for iOS builds | Thierry Crozat | |
2017-10-12 | CREATE_PROJECT: Fix some compilation issues for iOS | Thierry Crozat | |
Note that this still doesn't compile with the library package provided by bSr43 because this package is missing libvorbisfile.a and has a non standard name for libglib-2.0.a. But it would probably be better to fix the package than maintain non-standard packages. | |||
2017-10-11 | DOC: Fix whitespaces and tabbing in German README | rootfather | |
2017-10-10 | TITANIC: Fix buffer overflow in parser searchAndReplace | Paul Gilbert | |
2017-10-10 | TITANIC: Show SGT furniture in stateroom even after upgrading | Paul Gilbert | |
2017-10-10 | TITANIC: Only allow moving to SGT TV in assigned room | Paul Gilbert | |
2017-10-10 | TITANIC: Fix talking to the Maitre D | Paul Gilbert | |
2017-10-10 | README: Fix index and add missing entries | rootfather | |
2017-10-10 | DOC: Update German README file | rootfather | |
Numerouse additions - the file was not update for almost a year. | |||
2017-10-10 | DOC: Update German NEWS file | rootfather | |
2017-10-09 | TITANIC: DE: Fix bomb password | Paul Gilbert | |
2017-10-09 | TITANIC: Fix Coverity warnings | Paul Gilbert | |
2017-10-08 | TITANIC: DE: Fix going to bottom of service elevator | Paul Gilbert | |
2017-10-08 | NEWS: Fix missing colon | Colin Snover | |
2017-10-08 | NEWS: Add a selection of new SCI fixes and improvements | Colin Snover | |
2017-10-08 | NEWS: Add news items for new general enhancements | Colin Snover | |
2017-10-08 | SCI32: Fix crash restoring save from endgame of RAMA | Colin Snover | |
Fixes Trac#10263. | |||
2017-10-09 | SCI: Add QfG4 script patch to fix sliding down slope bug #9801 | Martin Kiewitz | |
It's quite difficult to patch. I hope this finally solved it. | |||
2017-10-08 | SCI: Crazy Nick's Larry workaround bug #10184 | Martin Kiewitz | |
Added this already through last commit by accident Was supposed to get added by this. Workaround for reading uninitialized temp game bug. | |||
2017-10-08 | SCI: Restrict some workarounds to certain temps | Martin Kiewitz | |
Also add a bit more documentation / Fix some documentation | |||
2017-10-08 | TITANIC: Turn off testing for English, turn it on for German | Paul Gilbert | |
2017-10-08 | TITANIC: Added latest titanic.dat | Paul Gilbert | |
2017-10-08 | TITANIA: DE: Fixes for Titania's wakeup speech | Paul Gilbert | |
2017-10-08 | TITANIC: DE: Syntax fixes | Paul Gilbert | |
2017-10-08 | TITANIC: DE: Further tweak code wheel loading | Paul Gilbert | |
2017-10-08 | VIDEO: BINK: Fix plane data clobbering caused by incorrect pitch value | Bastien Bouclet | |
When decoding blocks, the YUV planes' pitches were computed using the target video surface size instead of the block based size, resulting in decoded plane data being overwritten for some video sizes. Affected videos are LEOS-11102.bik and LEOS-11152.bik from Myst III. | |||
2017-10-07 | TITANIC: DE: Fix default code wheel letters | Paul Gilbert | |
2017-10-07 | TITANIC: DE: Fixes for bomb code wheels | Paul Gilbert | |
2017-10-07 | TITANIC: DE: Fix Barbot response handling | Paul Gilbert | |
2017-10-07 | BACKENDS: Remove references to old normal1xScaler transaction property from ↵ | Colin Snover | |
ports | |||
2017-10-07 | SCI: Change index inside workaround tables to an index range | Martin Kiewitz | |
So that one can specify an entire range of temp variables by using just one single entry. |