Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | SCI32: Fix comment about Phantasmagoria 2 changes between EN+DE/FR | Martin Kiewitz | |
2017-05-03 | SCI32: Add Italian KQ7 detection entry | Colin Snover | |
Fixes Trac#9739. | |||
2017-05-03 | SCI32: Fix Japanese Phantasmagoria 2 detection entry | Martin Kiewitz | |
2017-05-03 | SCI32: Add Japanese Phantasmagoria 2 detection data | Martin Kiewitz | |
Also add a bit of info to the German detection entry of Phantasmagoria 2. Also add URL to censorship information on our wiki. | |||
2017-05-03 | SCI32: Add detecton for KQ7 1.65c French | Bastien Bouclet | |
2017-05-02 | SCI32: Add detection entry for French Shivers | Colin Snover | |
Fixes Trac#9742. | |||
2017-05-01 | SCI32: Add support for Shivers interactive demo | Colin Snover | |
Closes Trac#9745. | |||
2017-05-01 | SCI32: Add detection for KQ7 German 1.65c | Colin Snover | |
Closes Trac#9738. | |||
2017-04-30 | SCI32: add detection for GK2 German | Martin Kiewitz | |
2017-04-29 | SCI32: Promote GK2 and Torin demos to AGDF_TESTING | Colin Snover | |
2017-04-22 | SCI32: Enable support for SCI2-2.1 games in release! | Colin Snover | |
Some games are not moved to ADGF_TESTING yet because they have not been played through completely: * QFG4 * PQ:SWAT Some games are not moved to ADGF_TESTING yet because they are broken: * Chest (fails to read/parse its custom archive files) * Hoyle5 (Poker DLL needs to be reverse-engineered; main menu needs to be "fixed" for budget derivatives that only contain some of the games and used Windows shortcuts to bypass the menu) * MGDX (missing MIDI playback) | |||
2017-04-22 | SCI32: Remove original save/load option from games without ScummVM save ↵ | Colin Snover | |
integration | |||
2017-04-21 | SCI: Improve audio volume & settings sync code | Colin Snover | |
This patch includes enhancements to the ScummVM integration with SCI engine, with particular focus on SCI32 support. 1. Fixes audio volumes syncing erroneously to ScummVM in games that modify the audio volume without user action (e.g. SCI1.1 talkies that reduce music volume during speech playback). Now, volumes will only be synchronised when the user interacts with the game's audio settings. This mechanism works by looking for a known volume control object in the stack, and only syncing when the control object is present. (Ports and planes were researched and found unreliable.) 2. Fixes audio syncing in SCI32 games that do not set game volumes through kDoSoundMasterVolume/kDoAudioVolume, like GK1, GK2, Phant1, and Torin. 3. Fixes speech/subtitles syncing in SCI32 games that do not use global 90, like LSL6hires. 4. Fixes in-game volume controls in SCI32 games reflecting outdated audio volumes when a change is made during the game from the ScummVM launcher. 5. Fixes SCI32 games that would restore volumes from save games or reset volumes on startup, which caused game volumes to be out-of-sync with ScummVM when started. 6. ScummVM integration code for audio sync has been abstracted into a new GuestAdditions class. This keeps the ScummVM- specific code all in one place, with only small hooks into the engine code. ScummVM integrated save/load code should probably also go here in the future. Fixes Trac#9700. | |||
2017-02-26 | SIC32: Add RAMA French checksums | Bastien Bouclet | |
2017-02-26 | SCI32: Add Phantasmagoria 2 French checksums | Bastien Bouclet | |
2017-02-26 | SCI32: Add Lighthouse French checksums | Bastien Bouclet | |
2017-01-17 | SCI: Add more version info to SQ4 detection entry | Tarek Soliman | |
2017-01-09 | SCI32: Fix GUIOs for all SCI2-2.1late games | Colin Snover | |
2017-01-09 | SCI32: Mark non-interactive Lighthouse demo as non-interactive | Colin Snover | |
2017-01-02 | SCI32: Remove invalid GUIO options from GK2 | Colin Snover | |
2016-12-18 | SCI32: Disable launcher load for Phantasmagoria | Colin Snover | |
This game has its own custom save/load system that bypasses the normal SCI save game system and performs raw file IO, so its save files are not identifiable as ScummVM saves. | |||
2016-12-11 | SCI: Add KQ5 0.000.062 VGA signature | Colin Snover | |
Closes Trac#9624. | |||
2016-12-11 | SCI: Add SQ3 1.0P signature | Colin Snover | |
Closes Trac#9626. Closes gh-858. | |||
2016-11-03 | SCI: Add QFG1 game version to detection table | Colin Snover | |
Thanks @tsoliman for the data. | |||
2016-09-29 | SCI: Put CD flag on CD games | Colin Snover | |
2016-09-18 | SCI: Add lsl3 amiga detection checksums | Dan Church | |
Game reports v1.027, 1990-01-27. | |||
2016-08-15 | SCI: Add comment that GK1 on Mac is on floppies and not CD. | Martin Kiewitz | |
2016-08-15 | SCI: Add comments about GK1 on Mac being hi-res only | Martin Kiewitz | |
2016-08-15 | SCI: Move GUI-options to sci.h | Martin Kiewitz | |
2016-08-15 | SCI: Improve "force hires graphics"-option reading code | Martin Kiewitz | |
We originally used hardcoded gameIDs and checked for CD-version. Now the game option itself is checked for. When it's available for the currently detected game, the option is read, otherwise it defaults to false (same behavior as before). | |||
2016-08-04 | SCI32: Add QFG4 Windows signature | Colin Snover | |
2016-07-27 | SCI32: Re-enable the high resolution mode option for GK1 | Colin Snover | |
2016-07-25 | SCI: Add detection to the Hoyle 5 family of games | Omer Mor | |
Added games are: Hoyle Classic Games Hoyle Bridge Hoyle Children's Collection Hoyle Solitaire (CD and Hard Drive versions) Additionaly, kGetConfig was modified to support two settings used by these games: "laptop" and "jumpto". | |||
2016-07-11 | Revert "SCI32: Add blackline option to KQ7 2.00b DOS" | Colin Snover | |
This reverts commit 1ab87e3f8f24b19f5b9257dd9e6c5118b1a00f1d. VMD and DUK are the formats that get blacklined, not Robot. | |||
2016-07-11 | SCI32: Add ADGF_DEMO flag to Hoyle 5 detection | Colin Snover | |
2016-07-11 | SCI32: Add blackline option to KQ7 2.00b DOS | Colin Snover | |
KQ7 DOS uses Robot video in place of AVI. | |||
2016-07-11 | SCI32: Add detection for Hoyle 5 demo | Colin Snover | |
2016-07-10 | SCI32: Re-enable KQ7 subtitles, but with a warning on game start | Colin Snover | |
2016-07-10 | SCI32: Use #defines to reduce duplication of game options | Colin Snover | |
2016-07-10 | SCI32: Add support for blacklined video | Colin Snover | |
Ow. My eyeballs. | |||
2016-07-06 | Revert "SCI: Mark INNDEMO as demo" | Martin Kiewitz | |
This reverts commit 61a8a5a88f4f02f1d4cdd3523ad6cec63701d8dd. | |||
2016-07-06 | SCI: Mark INNDEMO as demo | Martin Kiewitz | |
2016-07-06 | SCI: Add detection for the ImagiNation Network (INN) Demo | Omer Mor | |
2016-06-26 | SCI32: Enable aspect ratio correction on QFG4CD | Colin Snover | |
2016-05-10 | Merge pull request #753 from OmerMor/atari | Eugene Sandulenko | |
SCI: Added several Atari ST games. | |||
2016-04-17 | SCI: Fix spelling | Eugene Sandulenko | |
2016-04-16 | SCI: Added several Atari ST games. | Omer Mor | |
2016-04-15 | SCI: Add Russian translate of Torin's Passage (Windows version) | CrazyMax | |
2016-04-13 | SCI: Added the Atari ST version of Codename: Iceman | Omer Mor | |
2016-03-21 | SCI32: Add censorship info to Phantasmagoria 2 detection entries | Martin Kiewitz | |
+ add info that 001.0.06 is the US release + cleanup |