aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-21PINK: fixed warningAndrei Prykhodko
2018-07-21GRAPHICS: MACGUI: Fix compilationEugene Sandulenko
2018-07-21ILLUSIONS: Fix warningsEugene Sandulenko
2018-07-21GRAPHICS: MACMENU: added menu parser from Win32 PE executableAndrei Prykhodko
2018-07-21GRAPHICS: MACMENU: added partial unicode supportAndrei Prykhodko
It misses renderSubmenu impl and accelerator rendering
2018-07-21MOHAWK: MYST: Don't call the mouse up handler if executeMouseUp was usedBastien Bouclet
Fixes Trac#10573.
2018-07-21AGOS: Silence GCC 8 warningTorbjörn Andersson
Since 'filename' is 'baseName', plus a file extension, make the 'filename' buffer larger than the 'baseName' buffer. Even though this almost certainly means that the 'filename' buffer is now quite a bit larger than it needs to be, I don't think there's any reason to quibble about it.
2018-07-21VIDEO: QT: Make sure all the edits are in the media boundsBastien Bouclet
In the Spanish version of Riven, the last edit of the video ogk.mov ends one frame after the end of the media causing the playback to fail without this check. Fixes Trac#10633.
2018-07-20ACCESS: MM: Implement proper game data and fonts in access.datPaul Gilbert
2018-07-20PINK: sync with MACGUI changesAndrei Prykhodko
2018-07-20GRAPHICS: MACGUI: moved engine ptr, pause callback to private sectionAndrei Prykhodko
2018-07-20GRAPHICS: MACGUI: added initialization of engine ptrAndrei Prykhodko
2018-07-20ILLUSIONS: Formatting fixesEric Fry
2018-07-20ILLUSIONS: Fix merge error.Eric Fry
2018-07-20ILLUSIONS: Clean up/fix some TODOsjohndoe123
(cherry picked from commit 66094e4)
2018-07-20ILLUSIONS: DUCKMAN: Implement MIDI music fadingjohndoe123
(cherry picked from commit 056b303)
2018-07-20ILLUSIONS: Minor cleanupjohndoe123
(cherry picked from commit 9abaa9e)
2018-07-20ILLUSIONS: Implement cursor movement via arrow keysjohndoe123
(cherry picked from commit 12e33c6)
2018-07-20ILLUSIONS: Remove old TODOsjohndoe123
(cherry picked from commit bb95440)
2018-07-20ILLUSIONS: BBDOU: Rename variables (bubble and special code)johndoe123
(cherry picked from commit 93255ca)
2018-07-20ILLUSIONS: Use actor flag instead of magic numberEric Fry
2018-07-20ILLUSIONS: Implement sequence opcode 32johndoe123
(cherry picked from commit 30cdb32)
2018-07-20ILLUSIONS: BBDOU: Implement savegame saving/loading from GUI and the launcherjohndoe123
(cherry picked from commit 42f0bd4)
2018-07-20ILLUSIONS: Pan talk thread audio when using a named positionEric Fry
2018-07-20ILLUSIONS: BBDOU: Add quit opcodejohndoe123
(cherry picked from commit 32c2a9b)
2018-07-20ILLUSIONS: BBDOU: Add menu system class, adjust existing code (actual menus ↵johndoe123
not done yet) (cherry picked from commit 03b0ca1)
2018-07-20ILLUSIONS: BBDOU: Play sound in BbdouSpecialCode::playSoundEffectjohndoe123
(cherry picked from commit 1e822f0)
2018-07-20ILLUSIONS: Implement voice pausing/unpausingjohndoe123
(cherry picked from commit a70cf1d)
2018-07-20ILLUSIONS: BBDOU: Implement missing talkthread eventsjohndoe123
(cherry picked from commit 87869cb)
2018-07-20ILLUSIONS: BBDOU: FormattingEric Fry
2018-07-20ILLUSIONS: BBDOU: Implement video playerjohndoe123
(cherry picked from commit aab0b29)
2018-07-20ILLUSIONS: BBDOU: Fix text drawing colorsjohndoe123
(cherry picked from commit a028c3f)
2018-07-20ILLUSIONS: Remove old video logicEric Fry
2018-07-20ILLUSIONS: DUCKMAN: Implement video playerjohndoe123
(cherry picked from commit 62577c8)
2018-07-20ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgroundsEric Fry
(cherry picked from commit 3367aafae37d6c28c1ab1e8323613a56a44e3a5c) ILLUSIONS: Delete dictionary list before it gets removed (cherry picked from commit d9d0c11) ILLUSIONS: Implement PathFinder::postProcess (cherry picked from commit ee98dfc)
2018-07-20ILLUSIONS: update _vm->_unpauseControlActorFlag when unpausing actorsEric Fry
2018-07-20ILLUSIONS: Standardized fall through commentsEric Fry
2018-07-20ILLUSIONS: Refactor savegame thumbnail logic to be inline with rest of treeEric Fry
2018-07-20ILLUSIONS: Formatting fixesEric Fry
Simplified some point arithmetic Lock fixedpoint calcs to float rather than double
2018-07-20ILLUSIONS: always use braces for loopsEric Fry
2018-07-20ILLUSIONS: Refactor duckman inventory code to remove verbose init logicEric Fry
Replaced Common::String with c string array in slider menu init logic
2018-07-20ILLUSIONS: Fix formattingEric Fry
Remove debug code from bbdou menu item select callback
2018-07-20ILLUSIONS: Fix typo in palette cycle logic.Eric Fry
Fix uninitialised local variable
2018-07-20ILLUSIONS: Formatting, remove trailing whitespace.Eric Fry
2018-07-20ILLUSIONS: FormattingEric Fry
2018-07-20ILLUSIONS: Mark bbdou as unstableEric Fry
Drop platform from game id
2018-07-20ILLUSIONS: Replace spaces with tabsEric Fry
Replace while(1) with do..while loop Removed dead code Renamed FP16 to FixedPoint16 to improve readability
2018-07-20ILLUSIONS: Pause voice when entering in-game menuEric Fry
Wire up load fail dialog when trying to restart from unsaved new game.
2018-07-20ILLUSIONS: Initialise save slot variableEric Fry
2018-07-20ILLUSIONS: Add support for German version.Eric Fry