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-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
2010-11-30
SCI: Added an uninitialized read script workaround for QFG1VGA
Filippos Karapetis
2010-11-30
SCI: Fixed bug #3053093 - "QFG1VGA and QFG3: Text box glitches"
Filippos Karapetis
2010-11-28
SCI: Fixed bug #3034471 - "SCI, Castlebrain/Amiga: Invisible text in word sea...
Filippos Karapetis
2010-11-27
SCI: Reverted changes to savegame.cpp made in r54510, as that still occurs
Filippos Karapetis
2010-11-27
SCI: Fixed bug #3034713 - "ICEMAN Demo: Fails to find base object"
Filippos Karapetis
2010-11-25
SCI: implemented reverb handling and related functionality
Filippos Karapetis
2010-11-25
SCI: Added support for the alternate Windows MIDI soundtracks of the CD versi...
Filippos Karapetis
2010-11-24
SCI: Fixed a bug in the script disassembler
Filippos Karapetis
2010-11-24
SCI: Some renaming and added several TODOs concerning reverb
Filippos Karapetis
2010-11-24
SCI: Placed some selectors added in SCI1.1 in a separate table
Filippos Karapetis
2010-11-24
SCI: some changes to the way reverb is handled
Filippos Karapetis
2010-11-24
SCI: Some slight changes to get the "find_callk" console command working in KQ5
Filippos Karapetis
2010-11-23
SCI: added a workaround for script bug #3116892 - "SQ4 German: crash when sho...
Filippos Karapetis
2010-11-22
SCI: Fixed bug #3044050 - "SQ4FLOPPY: Crash while flying in Skate-o-Rama"
Filippos Karapetis
2010-11-22
SCI: Patched the QFG3 character import screen the same way as with QFG2
Filippos Karapetis
2010-11-21
SCI: Proper fix for the QFG2 character import screen crashes (bug #3037996)
Filippos Karapetis
2010-11-21
SCI: Added 3 uninitialized temp fixes for the RAMA demo, which is now working
Filippos Karapetis
2010-11-21
SCI: Removed the correct subops from kString in late SCI2.1/SCI3 games (thank...
Filippos Karapetis
2010-11-21
SCI: kArray wasn't changed in late SCI2.1/SCI3 games (thanks to waltervn)
Filippos Karapetis
2010-11-21
SCI: Removed incorrect pointer arithmetic support for SCI2 strings
Filippos Karapetis
2010-11-21
SCI: Adapted kArray/kString to use the new heuristic for late SCI2.1/SCI3 gam...
Filippos Karapetis
2010-11-21
SCI: Added a heuristic to detect the modified late SCI2.1/SCI3 kString/kArray...
Filippos Karapetis
2010-11-20
SCI: Fix ScummVM freezing during the credits scene in EcoQuest 1 (bug #3101846)
Filippos Karapetis
2010-11-20
SCI: Fixed timer bug #3109139 - "SQ4: Crash after exiting Skate-o-Rama during...
Filippos Karapetis
2010-11-19
SCI: Only compile kGetConfig for SCI32
Willem Jan Palenstijn
2010-11-19
SCI : data field is only supported if building for SCI32
Lars Persson
[next]