aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-10XEEN: Fix loading Dark Side savegames from WOX menuPaul Gilbert
2018-04-10XEEN: Fix Golem cutscene usage on Dark SidePaul Gilbert
2018-04-10I18N: Update translation (Swedish)Adrian Frühwirth
Currently translated at 99.7% (964 of 966 strings)
2018-04-10LILLIPUT: Some refactoringStrangerke
2018-04-10I18N: Update translation (Swedish)Adrian Frühwirth
Currently translated at 99.7% (964 of 966 strings)
2018-04-10MOHAWK: MYST: Fix flyby movies to behave more like the originalBastien Bouclet
* Keep playing the previously running background sound while playing the flyby. * Don't play the flyby after loading a save. * Play the flyby before both linking sounds. Fixes #10482, Fixes #10483.
2018-04-10I18N: Update translation (German)Adrian Frühwirth
Currently translated at 100.0% (966 of 966 strings)
2018-04-10LILLIPUT: more renamingStrangerke
2018-04-09XEEN: Fix subtitle cutscene text for entering Darkside townsPaul Gilbert
2018-04-09XEEN: Add warning for invalid cmdFreezeFrequency channel valuesPaul Gilbert
I got a crash once for an invalid channel when falling to the Water Elemental Plain from the Dark Side Skyroads, but couldn't replicate it. So I've put in a warning for now
2018-04-09XEEN: Fix falling from the Dark Side SkyroadsPaul Gilbert
2018-04-10I18N: Update translation (German)Adrian Frühwirth
Currently translated at 100.0% (966 of 966 strings)
2018-04-09XEEN: Add Patcher class for doing on-the-fly map patchesPaul Gilbert
The first patch is a script patch for Ellinger's Tower Level 2 on the Dark Side. It fixes an incorrect index for a wall item of a curtain that's meant to be removed
2018-04-09I18N: Regenerate translations data fileThierry Crozat
2018-04-08XEEN: Fix reading and setting character specific flagsPaul Gilbert
2018-04-08XEEN: Fix cutscene subtitles for Ellinger's TowerPaul Gilbert
2018-04-08XEEN: Rename cutscenes _mazeFlag to _keyFoundPaul Gilbert
2018-04-09I18N: Update translation (German)Adrian Frühwirth
Currently translated at 100.0% (966 of 966 strings) "Chorus" is the correct term when referring to the audio effect, even in German.
2018-04-09LILLIPUT: more WIP renamingStrangerke
2018-04-08XEEN: Fix restarting World game after exiting to menu from Dark SidePaul Gilbert
2018-04-09I18N: Update translation (German)Adrian Frühwirth
Currently translated at 100.0% (966 of 966 strings)
2018-04-08XEEN: Allow deselecting items in Items dialogPaul Gilbert
2018-04-09I18N: Update translation (Swedish)Adrian Frühwirth
Currently translated at 99.6% (963 of 966 strings)
2018-04-09I18N: Update translation (German)Adrian Frühwirth
Currently translated at 100.0% (966 of 966 strings)
2018-04-08XEEN: Fix display of negative values in Character dialog HP tooltipPaul Gilbert
2018-04-08XEEN: Further numeric fixes for dialog with Gremlin KingPaul Gilbert
2018-04-08XEEN: Fix display of the 123 Chooser dialogPaul Gilbert
2018-04-08README_DE: List Nuked OPL optionLothar Serra Mari
2018-04-08README: List Nuked OPL optionAdrian Frühwirth
2018-04-08I18N: Update translation (German)Adrian Frühwirth
Currently translated at 100.0% (966 of 966 strings)
2018-04-08XEEN: Fix buying spells in Dark SidePaul Gilbert
2018-04-08I18N: Update translation (Hungarian)George Kormendi
Currently translated at 99.8% (965 of 966 strings)
2018-04-08I18N: Update translation (German)Adrian Frühwirth
Currently translated at 100.0% (966 of 966 strings)
2018-04-08XEEN: Fix checking if a specific monster is deadPaul Gilbert
2018-04-08XEEN: Fix using Lloyd's Beacon across the sidesPaul Gilbert
2018-04-08I18N: Update translation (French)Thierry Crozat
Currently translated at 100.0% (966 of 966 strings)
2018-04-08I18N: Update translation (Finnish)Timo Mikkolainen
Currently translated at 100.0% (966 of 966 strings)
2018-04-08I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (966 of 966 strings)
2018-04-08I18N: Update translations templatesThierry Crozat
2018-04-08AUDIO: add support for OPL2LPTVincent Bernat
The OPL2LPT is an OPL2 chip plugged on a parallel port. It is write-only but otherwise acts as a classic AdLib. This commit adds support for this device. User is expected to have the right permissions on the parallel port. By default, the first suitable parallel port is used. It is possible to override that with the hidden configuration setting "opl2lpt_parport". It depends on the presence of the libieee1284 library which abstracts a bit parallel port handling. An alternative would be to access directly /dev/parportX on Linux. This would amount of code but it would be Linux-only. Tested with Indy 3 and SOMI.
2018-04-08I18N: Update translation (German)Ettore Atalan
Currently translated at 100.0% (965 of 965 strings)
2018-04-08LILLIPUT: Fix missing format specifier in call to debugC()Adrian Frühwirth
2018-04-07XEEN: Add missing return in event processing switchPaul Gilbert
2018-04-07XEEN: Regenerate xeen.ccs datafilePaul Gilbert
2018-04-07XEEN: Fix double-casting of spells during combatPaul Gilbert
2018-04-07XEEN: Fix gfx glitch in top-left corner of the minimapPaul Gilbert
2018-04-07XEEN: Cleanup of unused local in ScriptsPaul Gilbert
2018-04-07DS: Use -isystem when adding include directories for portlibsCameron Cawley
2018-04-07DS: Only disable forbidden symbols when necessaryCameron Cawley
2018-04-07JANITORIAL: Fix typoCameron Cawley