aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-08WAGE: Fix crash on sound reuse/game quitEugene Sandulenko
2017-08-08WAGE: The command is "inven"Eugene Sandulenko
2017-08-08WAGE: Set default values for DITL messagesEugene Sandulenko
2017-08-08MOHAWK: Myst: Fix off by one pixel map position when rotating the towerBastien Bouclet
Fixes #10081.
2017-08-08SLUDGE: Add thumbnail for save&load interfaceSimei Yin
2017-08-08SLUDGE: Implement fileExists built-in functionSimei Yin
2017-08-08SLUDGE: Change debug channelsSimei Yin
2017-08-08SLUDGE: Fix default sprite depthSimei Yin
2017-08-08WAGE: Initial stub for updateSoundTimerForScene()Eugene Sandulenko
2017-08-08WAGE: Play soundsEugene Sandulenko
2017-08-08GRAPHICS: MACGUI: Initial code for Cutting/Paste multiline input textsEugene Sandulenko
2017-08-07TITANIC: Hook in the original game's secret cheat roomPaul Gilbert
You can either use a special Ctrl-C key combination, or use the 'cheat' command in the debugger
2017-08-07TITANIC: Fix bots freezing up during long conversationsPaul Gilbert
2017-08-07VOYEUR: Workaround original game using invalid hotspot IdsPaul Gilbert
2017-08-07SHERLOCK: Remove redundant derived Serializer classPaul Gilbert
2017-08-07COMMON: Add a setVersion method to Common::SerializerPaul Gilbert
2017-08-07SCI32: Add script patch for last action sequence in PQ4Martin Kiewitz
To also turn ::ticks into ::seconds For further information see 5a4840e
2017-08-07WAGE: Resize console window for new scene (restore lost functionality)Eugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Do not resize MacTextWindow when not necessaryEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Fix selection visual feedbackEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Correctly process revere oneliner selectionsEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Correctly expand selection beyond last lineEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Correctly display last selection lineEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Do not draw selection in the initial stateEugene Sandulenko
2017-08-07I18N: Update translation (Italian)Paolo Bossi
Currently translated at 100.0% (965 of 965 strings)
2017-08-07I18N: Update translation (Hungarian)George Kormendi
Currently translated at 100.0% (965 of 965 strings)
2017-08-07I18N: Regenerate translations data fileThierry Crozat
2017-08-06VOYEUR: Fix exiting game from the VCR screenPaul Gilbert
2017-08-06VOYEUR: Fix playback of audio events on VCR, thanks to BakhtoshPaul Gilbert
2017-08-06TSAGE: BF: Add missing break to switch statementPaul Gilbert
2017-08-06LURE: Adjust switch fall through commentsPaul Gilbert
2017-08-06HOPKINS: Add missing break to switch statementPaul Gilbert
2017-08-06CRUISE: Add explicit fall through comments to switchPaul Gilbert
2017-08-06TITANIC: Removed unused CWaveFile constructorPaul Gilbert
2017-08-06TITANIC: Fix SuccUBus not always redirecting 'nowhere' glyphs to BilgePaul Gilbert
2017-08-06Merge pull request #983 from dafioram/titanic_starview_addReversePaul Gilbert
TITANIC: Change Starview slowdown to reverse
2017-08-06TITANIC: Change Starview slowdown to reverseDavid Fioramonti
This changes the starview manual camera movement using semicolon. Before it slowed down the ship. To make it more like the original game it now adds negative velocity so that it slows down then speeds up in the backward direction. The functions were renamed accordingly.
2017-08-06TITANIC: Bring movement rates in the starfield closer to the originalPaul Gilbert
The original updated the camera during the general scene drawing, which was done at a much higher rate than I wanted for the ScummVM implementation. So I've added this workaround to update the camera every 10ms when the player is in the star control scene. This gives it a comparible rate of movement to the original.
2017-08-06TITANIC: Minor renamings in CStarViewPaul Gilbert
2017-08-06TITANIC: Renaming in SuccUBus classes for better clarityPaul Gilbert
2017-08-06TITANIC: Correct local variable name in SuccUBusPaul Gilbert
2017-08-06TITANIC: Add Starship Titanic notes to READMEPaul Gilbert
2017-08-07SCI32: Add script patch for Bitty Kitty / Barbie game glitchMartin Kiewitz
Fixes bug #9849 Which is a pseudo-game-breaking glitch of the game itself. Applies to at least English+German floppy and English CD version.
2017-08-06TITANIC: Remove development link left in computer screen viewPaul Gilbert
2017-08-07SLUDGE: SpritePalette is a class, not a structFilippos Karapetis
2017-08-06TITANIC: Fix movement cursors in Lift 4 when eye is removedPaul Gilbert
2017-08-06GRAPHICS: MACGUI: Better handling for displaying selection endEugene Sandulenko
2017-08-06TITANIC: Don't allow movement link to be used in Starfield PuzlzePaul Gilbert
The scene has an unused right turn link that wasn't used, and is covered by the starview. Since movement now uses simulated mouse clicks, the worst result of clicking right arrow is simply that a star may be accidentally selected. But for cleanliness, it was best to fix it. It also allowed the creation of code that other objects in the view can use to override default movement logic, just in case it's needed.
2017-08-06SCI32: Add script patches for action sequences in city hallMartin Kiewitz
2017-08-06I18N: Update translation (Finnish)Timo Mikkolainen
Currently translated at 100.0% (965 of 965 strings)