Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-25 | GLK: ADRIFT: Encapsulation serialization code into their own classes | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: In progress implementing savegames | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Fix save serialization to memos | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Formatting | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Formatting | dreammaster | |
2019-09-25 | GLK: ADRIFT: Method renaming | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Fix exiting game out of debug prompt | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Implement zlib decompression | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Flag loading game message as translatable | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Hooking up game code to skeleton engine class | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Added remaining detection entries | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Adding competition detection entries | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Added Italian detection | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Adding Blorb support | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Adding detection entries | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Fixes to startup code | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Skeleton sub-engine commit | Paul Gilbert | |
2019-09-24 | KYRA: Update Maemo workaround | Tarek Soliman | |
2019-09-23 | SCI32: Fix QFG4 door oiling when picking locks | sluicebox | |
Fixes door bugs in six castle rooms, bug #10832 | |||
2019-09-23 | ILLUSIONS: DUCKMAN: Fix endless SFX bug #11161 | Eric Fry | |
2019-09-23 | TOLTECS: Added Polish version detection. Trac#11134 | Eugene Sandulenko | |
2019-09-22 | XEEN: Fix ending monster suffering elemental damage | Paul Gilbert | |
2019-09-22 | QUEEN: Prevent hang when closing core during dialog | Cameron Cawley | |
Co-authored-by: jdgleaver <jdgleaver@users.noreply.github.com> | |||
2019-09-22 | QUEEN: Disable load/save until game is properly initialised | Cameron Cawley | |
Co-authored-by: jdgleaver <jdgleaver@users.noreply.github.com> | |||
2019-09-22 | ENGINES: Disable event polling while splash screen is shown | Cameron Cawley | |
Co-authored-by: jdgleaver <jdgleaver@users.noreply.github.com> | |||
2019-09-22 | XEEN: Fix clicking on monster names in combat to change target | Paul Gilbert | |
2019-09-22 | XEEN: Fix drawing left border of minimap | Paul Gilbert | |
2019-09-22 | HDB: Fix issue in stylusDown | Strangerke | |
2019-09-21 | HDB: Use fabs instead of abs for doubles | sluicebox | |
Fixes VS2015 build | |||
2019-09-21 | CRYO: Add newline to end of eden_graphics.h | sluicebox | |
2019-09-22 | HDB: Fix Game Breaking Bug in Right Mouse Button Handling | D G Turner | |
The right mouse button (which is the "Use" button for throwing gems etc.) function sets the Button B flag in the _buttons flag field, but never cleared it. This resulted in blocking of setting of movement waypoints with the left button and thus locked up the player character. You could avoid this by using the "Return" key which is also mapped to use, but this would only be possible on desktop ports or with a virtual keyboard. This commit fixes the mouse handling code to clear the flag and thus avoids future bug reports. | |||
2019-09-21 | BACKENDS: Add EVENT_CLIPBOARD_UPDATE event | Cameron Cawley | |
2019-09-21 | WAGE: Implement global clipboard support | Cameron Cawley | |
2019-09-21 | BACKENDS: Add a default clipboard implementation | Cameron Cawley | |
2019-09-21 | SCI: Support for Cyrillic input | Eugene Sandulenko | |
2019-09-20 | HDB: Guard for corrupted sound data | Eugene Sandulenko | |
2019-09-19 | BLADERUNNER: Fix rare teleport case for McCoy in BB08 | Thanasis Antoniou | |
2019-09-19 | ADL: Support using any pixel format for the display | Cameron Cawley | |
2019-09-19 | HDB: Fix missing semicolon | sluicebox | |
2019-09-19 | HDB: Simplify some code | Strangerke | |
2019-09-19 | HDB: Fix another regression in inventory | Strangerke | |
2019-09-19 | HDB: Fix regression introduced in 35ff6ad | Strangerke | |
2019-09-18 | BLADERUNNER: Fix crash for some devices for Android SDL port | Thanasis Antoniou | |
This is a work around that is confirmed to be working Reference ticket is here: https://bugs.scummvm.org/ticket/11149 | |||
2019-09-18 | SCI: Fix detection of Cyrillic characters in messages | Eugene Sandulenko | |
2019-09-18 | PRINCE: Distinguish translated versions during detection | Eugene Sandulenko | |
2019-09-18 | SUPERNOVA: Fix reading of .dat file | Jaromir Wysoglad | |
When searching for the right block in supernova.dat, the engine didn't take into account the full size of each block (it thought, it read 12 bytes less in each block) and thanks to that it tryed to read one additional block at the end. | |||
2019-09-17 | SCI: Added Russian QFG1vga | Eugene Sandulenko | |
2019-09-17 | SUPERNOVA: Add detection.cpp to POTFILES | Lothar Serra Mari | |
2019-09-17 | JANITORIAL: Fix whitespaces | Eugene Sandulenko | |
2019-09-16 | HDB: Turn a couple of arrays into static const | Strangerke | |