index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
engine
Age
Commit message (
Expand
)
Author
2011-01-21
SCI: Add comment for GK1 workaround.
Lars Skovlund
2011-01-21
SCI: Fix GK1 breaking into the debugger when watching the intro
Lars Skovlund
2011-01-21
SCI: Partial robot support, currently disabled since it does not run
Lars Skovlund
2011-01-15
SCI: Added a hack to fix bug #3122075 - "LB1: Game play freezes when taking s...
Filippos Karapetis
2011-01-15
SCI: cleaned up checkSelectorBreakpoint()
Filippos Karapetis
2011-01-12
SCI: Fixed bug #3155550 - "SQ4 Russian: Script error in Scate-o-rama"
Filippos Karapetis
2011-01-12
SCI: Added a workaround for script bug #3156472 - "King's Quest 5 cdrom versi...
Filippos Karapetis
2011-01-12
SCI: Simplified the kMoveCursor code
Filippos Karapetis
2011-01-09
SCI2: Some documentation/stubs
Filippos Karapetis
2011-01-08
SCI2: Updated comments
Filippos Karapetis
2011-01-08
SCI2.1: Added a comment with the SCI2.1 games using a SCI2 kernel
Filippos Karapetis
2011-01-08
SCI2.1: Added some information about kSetPalStyleRange, kNewRoom and kMorphOn
Filippos Karapetis
2011-01-08
SCI2.1: Some stubs used by SQ6
Filippos Karapetis
2011-01-08
SCI2.1: Some functionality for Phantasmagoria 1 and MUMG Deluxe
Filippos Karapetis
2011-01-08
SCI: Fixed typo
Filippos Karapetis
2011-01-08
SCI: Fixed a typo
Filippos Karapetis
2011-01-08
SCI2.1: Added/documented some functionality used by Shivers 1
Filippos Karapetis
2011-01-07
SCI: Moved the handling of the op_line debug opcode inside readPMachineInstru...
Filippos Karapetis
2011-01-07
SCI: Removed leftover end markers from the opcode formats array
Filippos Karapetis
2011-01-07
SCI2/2.1: Improvements to the find_callk debug function, and some kernel func...
Filippos Karapetis
2011-01-07
SCI2.1: Kernel function changes (after looking through all of the SCI2.1 games)
Filippos Karapetis
2011-01-07
SCI2.1: Added a sanity check for VMD video positioning, for the demo of Light...
Filippos Karapetis
2011-01-04
SCI: Cleanup
Filippos Karapetis
2011-01-04
SCI: Fixed part of bug #3150767 - "KQ5 French crash on startup, only partial ...
Filippos Karapetis
2011-01-04
SCI: Slight cleanup to the garbage collector
Filippos Karapetis
2011-01-01
SCI: debugC calls no longer require a debug level of 2 to show output
Filippos Karapetis
2011-01-01
SCI: Disable continuous list checking by default
Filippos Karapetis
2010-12-31
SCI: Added workaround for script bug #3148418 - "QFG2: Script Error On last s...
Filippos Karapetis
2010-12-28
SCI: Fixed script bug #3038870 - "SCI Fanmade - Demo Quest: ScummVM hangs wit...
Filippos Karapetis
2010-12-26
SCI: A more efficient solution for bug #3037874 (SCI high CPU usage), which w...
Filippos Karapetis
2010-12-24
SCI: Only sync the synonyms vocabulary if the game actually has one (thanks wjp)
Filippos Karapetis
2010-12-24
SCI: Now saving/loading the list of synonyms (set by kSetSynonyms), like SSCI...
Filippos Karapetis
2010-12-23
Fix code formatting
Lars Skovlund
2010-12-23
SCI: Unbreak script loading on big-endian machines. Thanks to [md5] and wjp.
Lars Skovlund
2010-12-22
SCI: Fixed bug #3037618 - "PQ2 : Restoring in Scuba Van causes Parser Issues"
Filippos Karapetis
2010-12-22
SCI: Also reset flags when resetting the video state
Filippos Karapetis
2010-12-22
SCI: Sync in-game speech/subtitle options with the ones from the ScummVM GUI.
Filippos Karapetis
2010-12-22
SCI: VMD video related changes
Filippos Karapetis
2010-12-22
SCI: Changed the check for NULL values inside kArray(Cpy) to only ignore such...
Filippos Karapetis
2010-12-21
- SCI: Added code to free the _baseVars value in SCI3 as well. Both free() op...
Filippos Karapetis
2010-12-21
Added back the null check in kArray(cpy): it happens in SCI3
Filippos Karapetis
2010-12-21
Make Object::_baseMethod a Common::Array. This is intended to clean up
Lars Skovlund
2010-12-21
Simplify SCI3 relocation code, also making it correct.
Lars Skovlund
2010-12-21
SCI: Fixed bug #3092115 - "ECOQUEST2: Initial text not cleared during ecorder...
Filippos Karapetis
2010-12-16
VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer
Matthew Hoops
2010-12-15
SCI: Slight cleanup
Filippos Karapetis
2010-12-07
SCI: Bumped up the save game version for rev #54805
Filippos Karapetis
2010-12-07
SCI: Silence warnings
Matthew Hoops
2010-12-07
SCI: Removed the system strings code and replaced it with a much more simplif...
Filippos Karapetis
2010-12-02
SCI: Enabled the GUI option to play speech and show subtitles simultaneously ...
Filippos Karapetis
[next]