Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-23 | Merge pull request #510 from raziel-/patch-3 | Eugene Sandulenko | |
AMIGAOS: Cleanup | |||
2014-09-23 | Merge pull request #511 from tobiatesan/unity | Eugene Sandulenko | |
CONFIGURE: Fix support for libunity in configure | |||
2014-09-22 | AMIGAOS: More cleanup | raziel- | |
Period on all comments | |||
2014-09-22 | AMIGAOS: More cleanup | raziel- | |
Another case of misused TAB | |||
2014-09-21 | CONFIGURE: Use pkgconfig to get CFLAGS for Unity if not supplied | Tobia Tesan | |
This is not necessary if we got --with-libunity-prefix= (line 1447). That's not always the case though. | |||
2014-09-21 | CONFIGURE: Ask for unity >= 3.8.1 | Tobia Tesan | |
Previously we asked for unity == 3.8.1, which broke things everywhere else | |||
2014-09-21 | AMIGAOS: Cleanup | raziel- | |
Comments cleanup and one case of a misused TAB | |||
2014-09-20 | MADS: Fix Animation to handle loading backgrounds as well as user interfaces | Paul Gilbert | |
2014-09-20 | MADS: Add new Animation fields needed by AnimView | Paul Gilbert | |
2014-09-20 | TSAGE: Fix for bug #6734 - insetUp being incorrect | Paul Gilbert | |
2014-09-19 | MADS: Phantom - add preloadsequence call in initializeGlobals | Strangerke | |
2014-09-19 | SCUMM: Correct fix for regressions in The Dig demos, and remove the hack for ↵ | Kirben | |
demos. | |||
2014-09-18 | MADS: Further animation setup in AnimView | Paul Gilbert | |
2014-09-19 | SCUMM: Fix regression in demo versions of The Dig. | Kirben | |
2014-09-18 | CGE2: Add some comment concerning the fallback detection in CGE2 | Strangerke | |
2014-09-17 | CGE2: Reduce the scope of a variable | Strangerke | |
2014-09-17 | CGE2: Implement fallbackDetect | Strangerke | |
2014-09-17 | CGE: Cleanup detection, implement fallbackDetect | Strangerke | |
2014-09-16 | MADS: Further resource entry initialization | Paul Gilbert | |
2014-09-16 | MADS: Beginnings of resource loading in AnimView | Paul Gilbert | |
2014-09-16 | Merge pull request #501 from raziel-/patch-3 | David Turner | |
AMIGAOS: Add and make use of a new drawer icon | |||
2014-09-16 | CGE: Remove fallback detection. | Peter Bozsó | |
2014-09-15 | MADS: Remove unused variables. | Peter Bozsó | |
2014-09-15 | CGE2: Remove fallback detection for English translation. | Peter Bozsó | |
2014-09-13 | NEWS: Mention fix of crash in BS1 when loading a game from the GMM | Thierry Crozat | |
2014-09-13 | SWORD1: Add missing update of screen parameters when loading game from GMM | Thierry Crozat | |
This fixes bug #6728 (crash when loading game from GMM in bull's head scene). I am not sure the call to Logic::Engine is necessary, but that way the same sequence of calls is done when restoring a game from the original GUI and when restoring from GMM. | |||
2014-09-12 | SWORD25: Bump the save file version number | Adrian Astley | |
Since the previous commit breaks saves for 32 bit binaries | |||
2014-09-12 | SWORD25: Make save files x32/x64 agnostic | Adrian Astley | |
2014-09-11 | CGE2: Add detection for the freeware v0.3 English | Strangerke | |
2014-09-10 | SWORD1: Avoid possible division by zero in speech endianness heuristic | Thierry Crozat | |
2014-09-10 | NEWS: Fix typo | Thierry Crozat | |
2014-09-10 | SCUMM: Fix regression in updated Russian version of Freddi Fish 1. | Kirben | |
2014-09-10 | SYMBIAN: Final batch of updated mmp.in files and updated help file. | anotherguest | |
2014-09-09 | NEWS: Mention fix for BS1 mac speech endianness bug. | Thierry Crozat | |
2014-09-09 | SYMBIAN: More MMP.in files patched and updated. | anotherguest | |
2014-09-08 | I18N: Really fix speech endianness heuristic on big endian system | Thierry Crozat | |
The previous commit was wrong because the endianness does not only impact the data sample values but also the way the speech is uncompressed. | |||
2014-09-08 | SYMBIAN: Additional makefile updates. | anotherguest | |
2014-09-08 | SYMBIAN: Updated settings and moved to config.mmh | anotherguest | |
2014-09-08 | SWORD1: Fix speech endianness heuristic on big endian systems | Thierry Crozat | |
This should fix bug #6720. | |||
2014-09-07 | Merge pull request #500 from lordhoto/ttf-improvements | Johannes Schickel | |
Improve TTF Rendering (includes Font API changes). | |||
2014-09-07 | SWORD1: Add debugger command to set mac speech endianness | Thierry Crozat | |
2014-09-07 | MADS: Implement loading resource sequence for AnimationView | Paul Gilbert | |
2014-09-07 | I18N: Regenerate translations data file | Thierry Crozat | |
2014-09-07 | I18N: Fix all translations file | Thierry Crozat | |
Following a recent commit all the translations files contained two duplicate msgid, which threw off msgmerge. Also merge with the new scummvm.pot. | |||
2014-09-07 | I18N: Update credits for Dutch translation | Ben Castricum | |
2014-09-07 | I18N: Add Dutch translation | Ben Castricum | |
2014-09-07 | I18N: Update scummvm.pot from source | Ben Castricum | |
2014-09-07 | SWORD1: Fix typo in comment | Thierry Crozat | |
2014-09-07 | AMIGAOS: Make use of the new drawer icon | raziel- | |
On AmigaOS the user can customize every icon including drawers. This is a customized drawer icon for ScummVM with the original "S" scaled on top of it. This icon may change with further revisions of AmigaOS4 (if the default icon images change). | |||
2014-09-07 | SWORD1: Silence some GCC warnings. | unknown | |
Signed/unsigned comparison. |