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
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
2010-11-19
SCI: Also send system strings to kString(). This makes LSL7 continue into the...
Filippos Karapetis
2010-11-19
SCI: Only handle seg_type_string if ENABLE_SCI32 is defined
Lars Persson
2010-11-19
Some subfunctions changed positions in SCI3 kString. WIP.
Lars Skovlund
2010-11-19
Implement a couple of NULL checks in kArray
Lars Skovlund
2010-11-19
SCI3: Implement new opcode 0x4c.
Lars Skovlund
2010-11-19
SCI: Implement the GetConfig call for LSL7
Lars Skovlund
2010-11-19
SCI: Added pointer arithmetic support for SCI2 strings
Filippos Karapetis
2010-11-19
SCI: Added support for script -> string copying (used by late SCI2.1 and SCI3...
Filippos Karapetis
2010-11-19
SCI: Fixed comment
Filippos Karapetis
2010-11-19
SCI: Moved the Object class in a separate file
Filippos Karapetis
2010-11-18
SCI: Added a stub for a new subop in kString, and disabled trackOriginAndFind...
Filippos Karapetis
2010-11-18
SCI: Added species selector functionality for SCI3
Filippos Karapetis
2010-11-18
SCI: Removed SCI3 hacks in kClone/kDisposeClone
Filippos Karapetis
2010-11-18
SCI: Slight formatting fix and use \t instead of a tab character in debugN.
Johannes Schickel
2010-11-18
SCI: Fix debugger disassembly of property accesses in SCI3
Lars Skovlund
2010-11-18
SCI3: Fix new opcode 0x4e
Lars Skovlund
2010-11-18
SCI3: Added another previously unused opcode (0x27 / 0x4e)
Filippos Karapetis
2010-11-18
SCI2: Treat SCI2 raw arrays (type 3) as strings in kArray
Filippos Karapetis
2010-11-18
Get rid of a const_cast.
Lars Skovlund
2010-11-18
SCI: Slight formatting fix.
Johannes Schickel
2010-11-18
SCI3: implement setInfoSelector() for SCI3, fixes infinite recursion
Lars Skovlund
2010-11-18
SCI3: Add proper support for the calle instruction
Lars Skovlund
2010-11-18
Fix operator precedence problem
Lars Skovlund
2010-11-17
SCI: Added hacks in kClone/kDisposeClone for SCI3
Filippos Karapetis
2010-11-17
SCI: Call lookupArray() after allocateArray() when duplicating arrays
Filippos Karapetis
2010-11-17
SCI: Code formatting
Filippos Karapetis
2010-11-17
SCI: Added sanity checks for SCI3 scripts bigger than 64KB
Filippos Karapetis
2010-11-17
SCI3: Implement opcode to retrieve the info selector.
Lars Skovlund
2010-11-17
SCI3: Handle script exports correctly
Lars Skovlund
[next]