Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-08 | AUDIO: add support for OPL2LPT | Vincent 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-08 | I18N: Update translation (German) | Ettore Atalan | |
Currently translated at 100.0% (965 of 965 strings) | |||
2018-04-08 | LILLIPUT: Fix missing format specifier in call to debugC() | Adrian Frühwirth | |
2018-04-07 | XEEN: Add missing return in event processing switch | Paul Gilbert | |
2018-04-07 | XEEN: Regenerate xeen.ccs datafile | Paul Gilbert | |
2018-04-07 | XEEN: Fix double-casting of spells during combat | Paul Gilbert | |
2018-04-07 | XEEN: Fix gfx glitch in top-left corner of the minimap | Paul Gilbert | |
2018-04-07 | XEEN: Cleanup of unused local in Scripts | Paul Gilbert | |
2018-04-07 | DS: Use -isystem when adding include directories for portlibs | Cameron Cawley | |
2018-04-07 | DS: Only disable forbidden symbols when necessary | Cameron Cawley | |
2018-04-07 | JANITORIAL: Fix typo | Cameron Cawley | |
2018-04-08 | JANITORIAL: Fix formatting | Adrian Frühwirth | |
Futile attempt at taming the mess. There is also much leftover unused code which someone who knows what all of this does should remove, if possible. | |||
2018-04-08 | LILLIPUT: more renaming, rework setMode | Strangerke | |
2018-04-07 | LILLIPUT: More renaming work | Strangerke | |
2018-04-07 | LILLIPUT: Some more renaming in the sequence manager | Strangerke | |
2018-04-07 | XEEN: Allow saving game after Clouds ending finishes | Paul Gilbert | |
2018-04-07 | XEEN: Fix check to allow Lloyding into Xeen's castle | Paul Gilbert | |
2018-04-07 | XEEN: Cleanup of game completion flags | Paul Gilbert | |
2018-04-07 | XEEN: Add 'strength' debugger command | Paul Gilbert | |
2018-04-07 | JANITORIAL: Fix whitespace | Eugene Sandulenko | |
2018-04-07 | XEEN: Allow loading savegames during combat using GMM | Paul Gilbert | |
The original didn't allow loading during combat from it's options dialog, and I'll leave that untouched, but the ability to load out of a unwinnable combat is too convenient to not allow in some form. | |||
2018-04-07 | XEEN: Reset combat data when loading a new savegame | Paul Gilbert | |
2018-04-07 | BLADERUNNER: Remove dead code | Eugene Sandulenko | |
2018-04-07 | XEEN: Fix Protection From Elements spell | Paul Gilbert | |
2018-04-07 | XEEN: Fix single pixel difference for post-deposit message | Paul Gilbert | |
I still haven't tracked down how the original handles the integer division rounding that results in the pre and post deposit Deposit dialog message being offset by 1 pixel. But since the problem could be resolved by standardising when center alignment is set in both messages, and I haven't noticed any problem elsewhere, I think this is sufficient for now | |||
2018-04-07 | XEEN: Remove unused GameEvent class | Paul Gilbert | |
2018-04-07 | XEEN: Cache mouse clicks as well as keyboard in EventsManager | Paul Gilbert | |
This allows the well open door/gate, shoot at enemies, then close to work with the mouse as well as the keyboard. The pending event queue has also been limited to 5 pending events. Trust me, you don't want to spent time spamming Shoot at a high level monster that can't reach you, only for when it's killed to have to wait several minutes whilst your party keeps shooting. | |||
2018-04-07 | AUDIO: Really fix constant type in Nuked OPL emulator | Adrian Frühwirth | |
2018-04-07 | TUCKER: Do not assign negative value to unsigned int | Adrian Frühwirth | |
2018-04-07 | N64: Remove the port-specific integer type definitions | Bastien Bouclet | |
They are identical to those detected by configure on buildbot | |||
2018-04-07 | AUDIO: Specify constant type in Nuked OPL emulator | Eugene Sandulenko | |
2018-04-07 | CONFIGURE: Do not even try to build Nuked OPL when disabled | Eugene Sandulenko | |
2018-04-07 | PLUMBERS: Optimized heap allocation | whitertandrek | |
No sense in deleting and then allocating an object again because loadStream method destroy previous data. | |||
2018-04-07 | PLUMBERS: Removed unnecessary calls | whitertandrek | |
destructor of Common::File anyway calls close method | |||
2018-04-07 | PLUMBERS: Change file allocation from heap to stack | whitertandrek | |
2018-04-07 | PLUMBERS: Remove unnecessary conditional | whitertandrek | |
delete perfoms the check anyway | |||
2018-04-07 | SUPERNOVA: Fix missing return statement | Adrian Frühwirth | |
2018-04-07 | IMAGE: Explicitly initialize CinePak codebooks | Torbjörn Andersson | |
Starship Titanic produces lots of "uninitialized value" warnings at the very beginning of the game, when turning right. This is because in the very first movie frame it uses codebooks that have not been loaded. Explicitly set their data to 0 to guarantee consistent behavior. | |||
2018-04-07 | JANITORIAL: Add missing endline | Eugene Sandulenko | |
2018-04-07 | CONFIGURE: Add option to disable Nuked OPL and disable it on low-end platforms | Eugene Sandulenko | |
2018-04-07 | BASE: Show nuked audio driver only when compiled | Eugene Sandulenko | |
2018-04-07 | I18N: Update translations templates | Thierry Crozat | |
2018-04-07 | AUDIO: Add Nuked OPL3 core | nukeykt | |
2018-04-07 | DS: Fix touch input | Matthew Stewart | |
2018-04-07 | DS: Fix building with ndstool | Matthew Stewart | |
2018-04-07 | DS: Fix detection of external libraries | Cameron Cawley | |
2018-04-07 | DS: Add necessary files to .gitignore | Cameron Cawley | |
2018-04-07 | DS: Disable highres games by default | Cameron Cawley | |
2018-04-07 | DS: Fix building with AGI engine disabled | Cameron Cawley | |
2018-04-07 | DS: Fix compilation with devkitARM r47 | Cameron Cawley | |