Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-19 | MOHAWK: MYST: Fix the Wii/GameCube build | Bastien Bouclet | |
2018-05-19 | MOHAWK: MYST: Autosave to Slot 0 | David Fioramonti | |
The game will autosave to slot 0 using the save period given in the scummvm config file or when the user exits using the GMM. Autosaves are only allowed when an autosave is in slot 0 or there is no save in slot 0. This will not override any saves the player has previously put in save slot 0. If there is a save in slot 0 that is not an autosave then there will be no autosaving. | |||
2018-05-18 | MOHAWK: RIVEN: Always release the prison combination buttons | Bastien Bouclet | |
Fixes Trac#10525. | |||
2018-05-17 | MOHAWK: MYST: Opcode 102 in Channelwood can only set the volume to non 0 values | Bastien Bouclet | |
Fixes Trac#10532. | |||
2018-05-17 | MOHAWK: Don't allow displaying the map when the game is not interactive | Bastien Bouclet | |
Fixes Trac#10526 and Trac#10531. | |||
2018-05-17 | MOHAWK: Remove detection entries for games not supported by the engines | Bastien Bouclet | |
2018-05-17 | MOHAWK: Remove midi playback | Bastien Bouclet | |
This was unused and not touched for many years | |||
2018-05-17 | WINTERMUTE: Add flag for games using low-spec resources. | JenniBee | |
2018-05-14 | XEEN: Refresh screen at a higher rate for more responsive mouse | Paul Gilbert | |
2018-05-14 | XEEN: Fix accumulation of gold & gems from defeated enemies | Paul Gilbert | |
2018-05-11 | XEEN: Fix animation speed when Control Panel is open | Paul Gilbert | |
2018-05-10 | TOUCHE: Add TODO | Adrian Frühwirth | |
2018-05-10 | SCUMM: Improve autosave handling | Adrian Frühwirth | |
v5+ scripts can request saving/loading of savegames, this type of savegame is internally called a "temporary" savegame (_saveStateTemporary == true) which is invisible to the user (I'm not sure whether this is by design or not). Currently the savegame handling in scummLoop_handleSaveLoad() doesn't distinguish between such temporary savegames and normal autosaves and unconditionally resets _lastSaveTime (even after loading). This has the unwanted side effect of potentially delaying the creation of normal autosaves which are supposed to be created in accordance with the autosave period setting in the GUI. This commit makes sure that _lastSaveTime only gets updated if and only if saving a (non-temporary) autosave. | |||
2018-05-10 | AGOS: Mark 25th Anniversary releases as MT-32 hack, not a fix | Eugene Sandulenko | |
2018-05-10 | MOHAWK: RIVEN: Add a detection entry for another DVD version | Bastien Bouclet | |
2018-05-10 | MOHAWK: RIVEN: Hide the mouse cursor after pressing a prison code button | Bastien Bouclet | |
It now matches the behavior of the original engine. Fixes #10521. | |||
2018-05-10 | AGOS: Added detection and support for Simon2 25th Anniversary Edition | Eugene Sandulenko | |
2018-05-08 | XEEN: Fix voice playback from track 31 | Peter Helbing | |
Track 31 is on the first cd, but contains speech for Darkside content (e.g. Ellinger). It is referenced as track 31, so the offset must not be added. | |||
2018-05-08 | MOHAWK: RIVEN: Add a script patch fixing incorrect steam sound in a view | Bastien Bouclet | |
Fixes Trac#10516. | |||
2018-05-07 | JANITORIAL: Fix indentation | Adrian Frühwirth | |
2018-05-07 | SCUMM: Remove superfluous 'else' in IMuseInternal::ImSetTrigger() | Adrian Frühwirth | |
Both means to calculate `diff` are essentially equal because wraparound of unsigned integers is well-defined and does what the 'else' branch is simulating manually. Because of this, gcc complains when compiling with -Wduplicated-branches. | |||
2018-05-07 | SAGA: Enforce code formatting guidelines | Adrian Frühwirth | |
2018-05-07 | SAGA: Fix whitespace | Adrian Frühwirth | |
2018-05-07 | DRACI: Enforce code formatting guidelines | Adrian Frühwirth | |
2018-05-07 | TSAGE: Enforce code formatting guidelines | Adrian Frühwirth | |
2018-05-07 | TONY: Enforce code formatting guidelines | Adrian Frühwirth | |
These are all commented out but let's update them nevertheless to reflect earlier renames of the methods in question. | |||
2018-05-07 | TOON: Enforce code formatting guidelines | Adrian Frühwirth | |
2018-05-07 | TITANIC: Enforce code formatting guidelines | Adrian Frühwirth | |
2018-05-07 | SAGA: Use CLIP in IsoMap::adjustScroll() | Adrian Frühwirth | |
2018-05-07 | SCUMM: Simplify clampCameraPos() using CLIP | Adrian Frühwirth | |
2018-05-07 | BLADERUNNER: Fix build | Thomas Fach-Pedersen | |
2018-05-07 | BLADERUNNER: Implement obstacle polygon merging | Thomas Fach-Pedersen | |
2018-05-07 | BLADERUNNER: Fix typo in DialogueMenu::queryInput() | Adrian Frühwirth | |
Confirmed by madmoose. | |||
2018-05-07 | SWORD25: Fix otherwise unused variable not guarded by USE_VORBIS | Adrian Frühwirth | |
This silences a gcc warning when compiling with -Wunused-variable. | |||
2018-05-06 | XEEN: Further fixes to display of Auto Notes | Paul Gilbert | |
2018-05-06 | XEEN: Fix display of Auto Notes | Paul Gilbert | |
2018-05-06 | XEEN: Comment out duplicated check present in original executable | Paul Gilbert | |
2018-05-06 | PRINCE: Cleanup debug output | Eugene Sandulenko | |
2018-05-06 | PRINCE: Added more debug output | Eugene Sandulenko | |
2018-05-06 | PRINCE: Fixed game type for bundled Russian version | Eugene Sandulenko | |
2018-05-06 | PRINCE: Added more debug output | Eugene Sandulenko | |
2018-05-06 | XEEN: Fix setup of mode buttons in Items dialog | Paul Gilbert | |
2018-05-06 | KYRA: Mark always-false condition as TODO | Adrian Frühwirth | |
2018-05-06 | BLADERUNNER: Fix typo/bug in handleMouseAction() | Adrian Frühwirth | |
This was introduced when the SceneObjectOffset enum was introduced in commit 7090841ccc43c64d5a1d9058071ebccaf6b52fc2. | |||
2018-05-06 | Revert "PRINCE: Don't output debug information unless requested" | Adrian Frühwirth | |
This reverts commit dfbf6b7287eacdc41948a6c7b0648f4ecdaa0cbf. | |||
2018-05-06 | PRINCE: Use ScummVM save/load dialogs | Adrian Frühwirth | |
The original option dialogs do not seem to be implemented yet so we always show the ScummVM ones when using the save/load hotkeys for now. This partly fixes Trac#9866. | |||
2018-05-05 | XEEN: Fix checks for whether Hp/Sp fountains can be used | Paul Gilbert | |
2018-05-06 | PRINCE: Don't output debug information unless requested | Adrian Frühwirth | |
2018-05-05 | CGE2: Add detection entry for Polish v1.1 version | Thierry Crozat | |
2018-05-05 | XEEN: Add debug line for cmdPlayCD opcode parameters | Paul Gilbert | |