Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-12-15 | TITANIC: Extra initialization of TTconcept fields | Paul Gilbert | |
2016-12-15 | TITANIC: Fixes and cleanup for conversation dials movement | Paul Gilbert | |
2016-12-15 | GRAPHICS: Implemented blitting code for MacText | Eugene Sandulenko | |
2016-12-15 | GRAPHICS: Restrinct MacText to designated width | Eugene Sandulenko | |
2016-12-14 | GRAPHICS: Implemented basic rendering for MacText | Eugene Sandulenko | |
2016-12-14 | GRAPHICS: Further work on MacText class | Eugene Sandulenko | |
2016-12-14 | GRAPHICS: Added stub for MacText class | Eugene Sandulenko | |
2016-12-14 | I18N: Update translation (Portuguese (Portugal)) | Fernando Sarmento | |
Currently translated at 19.3% (180 of 928 strings) | |||
2016-12-14 | WAGE: Update games status | Eugene Sandulenko | |
2016-12-13 | I18N: Update translation (Hungarian) | George Kormendi | |
Currently translated at 99.0% (919 of 928 strings) | |||
2016-12-13 | I18N: Update translation (Hungarian) | Eugene Sandulenko | |
Currently translated at 99.0% (919 of 928 strings) | |||
2016-12-13 | I18N: Update translation (Italian) | Eugene Sandulenko | |
Currently translated at 84.0% (780 of 928 strings) | |||
2016-12-13 | I18N: Update translation (Portuguese (Portugal)) | Fernando Sarmento | |
Currently translated at 10.7% (100 of 928 strings) | |||
2016-12-13 | I18N: Update translation (Portuguese (Portugal)) | Fernando Sarmento | |
Currently translated at 7.8% (73 of 928 strings) | |||
2016-12-13 | FULLPIPE: Revert memory leak fixing as that introduced tons of regressions | Eugene Sandulenko | |
2016-12-12 | FULLPIPE: Fix colors in intro video | Paul Gilbert | |
2016-12-12 | FULLPIPE: Fix warning | Eugene Sandulenko | |
2016-12-12 | FULLPIPE: Avoid double free on memory cleanup | Eugene Sandulenko | |
2016-12-12 | FULLPIPE: Fix warning | Eugene Sandulenko | |