aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2017-11-29XEEN: Split Window class into it's own filePaul Gilbert
2017-11-28SCI32: Fix crash starting KQ7 demoColin Snover
Fixes Trac#10343.
2017-11-27FULLPIPE: Properly cleanup menu after quittingEugene Sandulenko
2017-11-27FULLPIPE: Attempt to crash when calling paletteless scenesEugene Sandulenko
2017-11-27SCUMM: Revert skipping of MM C64 demo original save screen display attemptEugene Sandulenko
As per discussion in bug #10116.
2017-11-26XEEN: Fixes to selection of mirror destinationsPaul Gilbert
2017-11-26MOHAWK: RIVEN: Ignore key repeat eventsBastien Bouclet
This fixes keyboard book page turning being too fast when holding keys
2017-11-26MOHAWK: RIVEN: Allow turning book pages more quicklyBastien Bouclet
Fixes #10075
2017-11-26NEVERHOOD: fix late game notes crash in DRIvan Avdeev
After player gets to the castle using a robot, Willie's notes become red "Windows'" (in DR Russian version) notes. One of the notes requires patching.
2017-11-26JANITORIAL: Remove trailing whitespacesEugene Sandulenko
2017-11-26COMPOSER: Properly strip down the relative pathsEugene Sandulenko
2017-11-26FULLPIPE: Fix out of bounds string accessBastien Bouclet
abe1c65d626a8f3 changed _trackName from a char * to a Common::String, but still tried to access the null terminator byte.
2017-11-26FULLPIPE: Fix handleInteraction for non static ani objectsBastien Bouclet
cce851d1af introduced a check to allow only static ani objects. However after this change, only part of the pipes for vertical movement were interactive. This change aims to restore functionality for the other object types while still preventing the invalid casts.
2017-11-26SCUMM: Do not do anything for real with original save screen in MM C64 demoEugene Sandulenko
2017-11-26PLUMBERS: Remove unstable flag and enable by defaultThierry Crozat
2017-11-25XEEN: Add animated cursor for text inputPaul Gilbert
2017-11-25XEEN: Fix prompt text for teleport mirrorPaul Gilbert
2017-11-25SCUMM: Do not try to show original save/load screen in C64 demoEugene Sandulenko
Fixes bug #10116
2017-11-25XEEN: Fix 'No items available' getting repeated multiple timesPaul Gilbert
2017-11-25XEEN: Fix for Items dialog item glyphs and crash exiting dialogPaul Gilbert
2017-11-24XEEN: Fixes for blacksmith wares initialization and renderingPaul Gilbert
2017-11-24XEEN: Toggle UI buttons properly within items dialogPaul Gilbert
2017-11-24XEEN: Toggle UI buttons when hotkey is pressedPaul Gilbert
2017-11-24XEEN: Fix hotkeys when Caps Lock is turned onPaul Gilbert
2017-11-24XEEN: Fix crash exiting game whilst town actions are activePaul Gilbert
2017-11-24XEEN: Fixes for calculating weapon costsPaul Gilbert
2017-11-24XEEN: Extra comments for trainer level capsPaul Gilbert
2017-11-24Merge pull request #1063 from bgK/keyboard-repeatBastien Bouclet
SDL2: Improve handling of keyboard repeat events
2017-11-24XEEN: Load opcode messages needed by some opcodesPaul Gilbert
2017-11-23XEEN: Script opcode cleanup and fixesPaul Gilbert
2017-11-23XEEN: Fix character highlight for Character Info dialogPaul Gilbert
2017-11-23XEEN: Fix drawing of yellow rect around selected characterPaul Gilbert
2017-11-23XEEN: Fix strafing left & right with Control key heldPaul Gilbert
2017-11-23XEEN: Added constant for character highlighting codePaul Gilbert
2017-11-23XEEN: Fix switching characters within town actionsPaul Gilbert
2017-11-23SCI32: Remove ADGF_TESTING flags for releaseColin Snover
2017-11-23XEEN: Display correct trainer message for whether chars can levelupPaul Gilbert
2017-11-23XEEN: Rendering fixes for town trainerPaul Gilbert
2017-11-23XEEN: Added a TownAction enumPaul Gilbert
2017-11-23XEEN: Fix music/background loading for town locationsPaul Gilbert
2017-11-23XEEN: Add playback for atmospheric music during map loadingPaul Gilbert
2017-11-23XEEN: Fix crash playing Fx when music is playingPaul Gilbert
2017-11-23XEEN: Fix placement of buttons & glyphs in Items dialogPaul Gilbert
2017-11-23XEEN: Fixes for initializing blacksmith waresPaul Gilbert
2017-11-23XEEN: Fix rendering of Blacksmith screenPaul Gilbert
2017-11-22TSAGE: R2R: Fix brief flash of UI when starting demoPaul Gilbert
2017-11-22TSAGE: R2R: Fix corruption of demo intro textPaul Gilbert
2017-11-21XEEN: Add a new iterator class for reading event parametersPaul Gilbert
This make things cleaner for reading in 16 and 32 bit parameters in different opcodes. Also, it solves a crash in the give/take opcode where the third mode/value pair isn't used for all sub-modes, so the code was previously reading beyond the end of the parameters
2017-11-21TSAGE: Fix loading savegames with unreferenced dynamic objectsPaul Gilbert
2017-11-21MADS: Fix crash when Rex is locked in cellPaul Gilbert