Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-18 | TITANIC: Fixes for replacing eye in elevator 4, renaming in CGameObject | Paul Gilbert | |
2016-12-18 | TITANIC: Fix returning items to inventory if drop doesn't work | Paul Gilbert | |
2016-12-18 | TITANIC: Fix starting to drag inventory items | Paul Gilbert | |
2016-12-18 | TITANIC: Fix crash dragging items from inventory | Paul Gilbert | |
2016-12-18 | TITANIC: Renamings for PET Rooms flag for if elevator is broken | Paul Gilbert | |
2016-12-18 | TITANIC: Renaming of lift fields | Paul Gilbert | |
2016-12-18 | I18N: Update translation (Dutch) | Ben Castricum | |
Currently translated at 100.0% (927 of 927 strings) | |||
2016-12-18 | I18N: Update translation (Portuguese (Brazil)) | Eugene Sandulenko | |
Currently translated at 60.3% (559 of 927 strings) | |||
2016-12-18 | I18N: Update translation (Norwegian Nynorsk) | Eugene Sandulenko | |
Currently translated at 73.6% (683 of 927 strings) | |||
2016-12-18 | ADL: Add workarounds for hires5 | Walter van Niftrik | |
2016-12-18 | ADL: Add workaround for hires5 region 15 | Walter van Niftrik | |
2016-12-18 | I18N: Update translations templates | Thierry Crozat | |
2016-12-18 | MT32: Really add the virtual destructor | Colin Snover | |
2016-12-18 | I18N: Update translations templates | Thierry Crozat | |
2016-12-18 | MT32: Fix virtual dtor warning, incorrect delete, unnecessary allocation | Colin Snover | |
2016-12-18 | TITANIC: Hide Titania's eye when leaving elevator 4 | Paul Gilbert | |
2016-12-18 | TITANIC: Fix animation going when going upwards in elevators | Paul Gilbert | |
2016-12-17 | TITANIC: Fix saving games when there is range data to be included | Paul Gilbert | |
2016-12-17 | SCI32: Fix bitmap surface memory leaks in video players | Colin Snover | |
Fixes Trac#9662. | |||
2016-12-17 | SCI32: Improve SciBitmap segment table debugging output | Colin Snover | |
2016-12-17 | TITANIC: Fix initialization of new TTsentence objects | Paul Gilbert | |
2016-12-17 | DEVTOOLS: Fix writing common phrases in create_titanic | Paul Gilbert | |
2016-12-17 | I18N: Update translation (Russian) | Eugene Sandulenko | |
Currently translated at 100.0% (927 of 927 strings) | |||
2016-12-17 | I18N: Update translation (Ukrainian) | Eugene Sandulenko | |
Currently translated at 100.0% (927 of 927 strings) | |||
2016-12-17 | TITANIC: Fix summoning Bellbot or Doorbot | Paul Gilbert | |
2016-12-17 | TITANIC: Fix operation of 1st class light switches | Paul Gilbert | |
2016-12-17 | TITANIC: Fix hood animation in the elevators | Paul Gilbert | |
2016-12-17 | CREATE_PROJECT: Fix Visual Studio linking problems after Munt merge | Paul Gilbert | |
2016-12-17 | I18N: Update translations templates | Thierry Crozat | |
2016-12-17 | MT32: Prevent Munt from including <fstream> | Eugene Sandulenko | |
2016-12-17 | ADL: Only warn about (and skip) sectors with invalid NIB checksums. | Alyssa Milburn | |
2016-12-17 | TITANIC: Revert incorrect change to category check in processEntries | Paul Gilbert | |
2016-12-17 | ADL: Seek to start before re-reading item pics (v4). | Alyssa Milburn | |
2016-12-17 | NEWS: Munt has been updated to 2.0.1pre | Eugene Sandulenko | |
2016-12-17 | I18N: Update translations templates | Thierry Crozat | |
2016-12-17 | Merge pull request #863 from csnover/munt-2.0.0 | Eugene Sandulenko | |
MT32: Update Munt to 2.0.0 | |||
2016-12-17 | I18N: Update translations templates | Thierry Crozat | |
2016-12-17 | Merge pull request #866 from BenCastricum/editing | Eugene Sandulenko | |
ALL: Unify messages concerning engine data files | |||
2016-12-17 | I18N: Update translation (Norwegian Bokmål) | Eugene Sandulenko | |
Currently translated at 90.0% (836 of 928 strings) | |||
2016-12-16 | TITANIC: Fix entering & exiting first class suites | Paul Gilbert | |
2016-12-16 | TITANIC: Fix getting 1st class suite from Deskbot | Paul Gilbert | |
2016-12-16 | TITANIC: Fix remapping conversation log colors when changing class | Paul Gilbert | |
2016-12-16 | TITANIC: Fix null pointer crash talking to Deskbot | Paul Gilbert | |
2016-12-16 | I18N: Update translation (French) | Gilles | |
Currently translated at 100.0% (928 of 928 strings) | |||
2016-12-16 | MT32: Fix driver to be thread-safe | Colin Snover | |
2016-12-16 | MT32: Update Munt to 2.0.1-pre | Colin Snover | |
This update uses upstream commit f88ef828a600ce66d1f730c8fb2a7f580f6f6165. This update switches to use the new Munt C++ interface, which will allow ScummVM to link to an external Munt library instead of requiring it to be built-in in the future. For the moment, the emulator is still built-in, since it is not available from most package repositories. The Munt driver in ScummVM now uses writeSysex instead of the (now-private) playSysexWithoutFraming, per recommendation from the Munt team <https://github.com/munt/munt/pull/30>. This changeset also removes direct modifications that used to be made to Munt code, to ease future updates. To update Munt code in the future: 1. Replace all source files in the `softsynth/mt32` directory with new files from the upstream `mt32emu/src` directory; 2. Update `config.h` with the correct version number for the new version of Munt; 3. Update `module.mk` to add any new source files that need to be built. | |||
2016-12-16 | GRAPHICS: Added stubs for pasting text to MacText | Eugene Sandulenko | |
2016-12-16 | ADL: Add item region checks | Walter van Niftrik | |
2016-12-16 | ADL: Partially implement hires5 opcodes | Walter van Niftrik | |
2016-12-15 | TITANIC: Fix saving and loading of NPC dial values | Paul Gilbert | |