Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-03 | SCI: Fix reading SCI1 midi channel flags | Willem Jan Palenstijn | |
Thanks waltervn | |||
2014-08-22 | MISC: Fix typo s/Adlib/AdLib/ (only where visible to the user) | Ben Castricum | |
2014-08-08 | SCI: Handle 's at the end of words - bug #6608 | Filippos Karapetis | |
2014-08-08 | SCI: Code formatting fixes | Filippos Karapetis | |
2014-08-08 | SCI: Fix wrong game features heuristic for Hoyle 1/2 - bug #6606 | Filippos Karapetis | |
Games with newer graphics functions can call kDrawPic with 4 or 8 parameters. Older games call it with 6 parameters. Fixes the about dialog in Hoyle 1 | |||
2014-08-08 | SCI: Extend hack to fix regression in GK1 | Filippos Karapetis | |
2014-08-08 | SCI: Add the French version of Phantasmagoria - bug #6574 | Filippos Karapetis | |
2014-08-08 | SCI: Show the address segment when trying to free hunks from an invalid | Filippos Karapetis | |
address | |||
2014-08-08 | SCI: Allow invalid references to kUnload() - bug #6600 | Filippos Karapetis | |
Since the reference will be invalidated anyway by kUnload itself, there's no real reason to check for its validity. We do the same with kGraph() and kDisplay(). | |||
2014-08-06 | SCI: Fix script bug #6692 - QFG3: Crash when speaking at the top of the ↵ | Filippos Karapetis | |
giant tree | |||
2014-07-24 | SCI: Small formatting fix. | Johannes Schickel | |
2014-06-08 | SCI: fix coordination translation for 480x300 mac | Martin Kiewitz | |
2014-06-03 | SCI32: fix crash during gabriel knight intro | Martin Kiewitz | |
2014-06-02 | SCI: comment typo fix | Martin Kiewitz | |
2014-06-02 | SCI: fix saving in mother goose sci0 (bug #6486) | Martin Kiewitz | |
2014-06-02 | SCI: fix regression introduced by 480x300 commit | Martin Kiewitz | |
fix EGA graphic corruption | |||
2014-06-02 | SCI: Silence double to float conversion warning. | Johannes Schickel | |
2014-06-01 | SCI: Add missed usage of AD_LISTEND in detection entry. | D G Turner | |
2014-06-01 | SCI: Add Ecoquest I detection entry from bug #6599. | D G Turner | |
2014-06-01 | SCI: Add Hoyle 2 DOS detection entry from bug #6598. | D G Turner | |
2014-06-01 | SCI: Add Mixed Up Fairy Tales EGA detection entry from bug #6596. | D G Turner | |
2014-06-01 | SCI: more hoyle 4 workarounds (bug #6604) | Martin Kiewitz | |
2014-06-01 | SCI: Silence a gcc conversion warning | Matthew Hoops | |
2014-06-01 | SCI: another workaround for hoyle 4 (bug #6598) | Martin Kiewitz | |
2014-06-01 | SCI: hoyle 4 workaround entry (bug #6601) | Martin Kiewitz | |
2014-06-01 | SCI: adding undither flag for a few more games | Martin Kiewitz | |
2014-06-01 | SCI: added undither flags for 2x sq3 + hoyle 1 | Martin Kiewitz | |
2014-06-01 | SCI: added hoyle1 dos (bug #6597 | Martin Kiewitz | |
2014-06-01 | SCI: detection for lb2 dos floppy v1.1 (bug #6543) | Martin Kiewitz | |
2014-06-01 | SCI: fix kGetTime, fixes bug #6605 | Martin Kiewitz | |
current year part wasn't calculated properly | |||
2014-06-01 | SCI: add detection for sq3 mac (bug #6484) | Martin Kiewitz | |
2014-06-01 | SCI: work on SCI0/01 Mac 480x300 scaling | Martin Kiewitz | |
2014-06-01 | SCI: debugger diskdump is now able to dump '*' | Martin Kiewitz | |
dumps all resources of given type | |||
2014-05-29 | SCI: kDoSound: only one sample at once - thx wjp | Martin Kiewitz | |
Calling kDoSound(play) on a sample will stop currently playing sample Fixes Space Quest 5 air-lock sound issue (bug #6464) Thanks to wjp for tracking the issue down | |||
2014-05-29 | SCI: fix 2nd LB2 pterodactyl room patch | Martin Kiewitz | |
patch terminator was missing | |||
2014-05-29 | SCI: LB2 pterodactyl room patch description fix | Martin Kiewitz | |
2014-05-28 | SCI: LB2 patch for pterodactyl room door issue | Martin Kiewitz | |
fully fixes bug #6458 for both CD + English Floppy old saves made after wiring the door will still have issues | |||
2014-05-27 | SCI: LB2 patch for pterodactyl room door issue | Martin Kiewitz | |
partly fixes bug #6458 | |||
2014-05-27 | ALL: Introduce typesafe Debugger::registerVar functions. | Johannes Schickel | |
This also adds a FIXME to SCI which registered an enum type as int... | |||
2014-05-27 | ALL: Make Debugger command function names conform to our guidelines. | Johannes Schickel | |
2014-05-27 | ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. | Johannes Schickel | |
2014-05-27 | ALL: Rename Debugger::DVar_Register to Debugger::registerVar. | Johannes Schickel | |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel | |
2014-05-26 | SCI: SQ1VGA patch for spider droid timing issue | Martin Kiewitz | |
makes spider droid speed relative to movement speed setting | |||
2014-05-25 | SCI: Make debugging output conditional | Willem Jan Palenstijn | |
2014-05-25 | SCI: Fix voice mapping during midi channel remapping | Willem Jan Palenstijn | |
This fixes the first Patti dream sequence piano song in LSL5 room 320. | |||
2014-04-29 | SCI: Fix compilation due to wrong preprocessor directive. | D G Turner | |
2014-04-29 | SCI: Disable detection of "SCI Narration Demo" fangame. | D G Turner | |
This is not supported as it requires network access to use the Google Translate API, which is not supported by OSystem. | |||
2014-04-28 | Merge pull request #450 from JenniBee/master | Eugene Sandulenko | |
SCI: Add detection entries for many more fan games. | |||
2014-04-18 | SCI: Inhibit spurious GCC warnings in script patching code. | D G Turner | |
The two relevant variables upon inspection of the current code should not be used uninitialized as per the compiler linter warning, but removing this by adding a zero initialization is simple. It is also good practice and should prevent future issues if the code is modified. |