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
2009-08-31
SCI: Fix messages in QFG remake.
Walter van Niftrik
2009-08-30
Adding support for AVI in SCI games (such as kq6) and implement kPlatform.
Matthew Hoops
2009-08-30
SCI: Fix missing 'else' in r43824.
Walter van Niftrik
2009-08-30
Fixed a regression in the sound of the demos of LSL3 and LSL5
Filippos Karapetis
2009-08-30
SCI: Add lofs detection.
Walter van Niftrik
2009-08-30
Silence gcc warning.
Matthew Hoops
2009-08-30
SCI: Add support for SetCursor with 4 args.
Walter van Niftrik
2009-08-30
SCI: Add SetCursor detection. Cleanup.
Walter van Niftrik
2009-08-29
Removed the "op_" prefix from opcode names in the script debugger
Filippos Karapetis
2009-08-29
Use Common::String::clear instead of assigning "".
Johannes Schickel
2009-08-29
- Added static and const to static data.
Johannes Schickel
2009-08-28
The first part of the selector table (the first 83 entries) is almost the sam...
Filippos Karapetis
2009-08-28
- Removed the unused selectors "prevSignal", "who" and "distance" from the qu...
Filippos Karapetis
2009-08-28
Removed the unused selectors (edgeHit, semanticFail and baseSetter)
Filippos Karapetis
2009-08-27
Stop loading opcodes from vocab.998. They are the same in all SCI games and a...
Filippos Karapetis
2009-08-27
Throw a warning when kGetSaveDir is called with a parameter
Matthew Hoops
2009-08-27
Removed the signature check from GetSaveDir in order to let the scripts in GK...
Filippos Karapetis
2009-08-27
Add the minor differences of SCI3 to the SCI2.1 kernel table.
Matthew Hoops
2009-08-26
- Fix the opcode formats for some opcodes in SCI32 (some arguments are now wo...
Matthew Hoops
2009-08-26
Missed another comma....
Matthew Hoops
2009-08-26
Committed a slight patch by clone2727, which contains debug code to dump the ...
Filippos Karapetis
2009-08-26
Added a safeguard to avoid getting stuck in an endless loop when initializing...
Filippos Karapetis
2009-08-26
Formatting
Filippos Karapetis
2009-08-26
Oops! Missed a comma.
Matthew Hoops
2009-08-25
Disabled the signature checks for kNewWindow and kGetEvent, which are differe...
Filippos Karapetis
2009-08-25
Fixed compilation when ENABLE_SCI32 is not set
Filippos Karapetis
2009-08-25
- Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3...
Matthew Hoops
2009-08-25
When opening files, open the English language part of the filename. Fixes som...
Filippos Karapetis
2009-08-25
- Replaced more cases of EngineState parameters
Filippos Karapetis
2009-08-25
Silenced warnings (thanks wjp)
Filippos Karapetis
2009-08-25
- Simplified the parameters of some functions
Filippos Karapetis
2009-08-25
SCI: Fix interpretation of ShowMovie speed argument.
Walter van Niftrik
2009-08-24
SCI: Reverted r40889. New fix for window erasing issue in SCI1.1 games.
Walter van Niftrik
2009-08-24
SCI: Read class table from vocab resource instead of scanning. This fixes
Walter van Niftrik
2009-08-23
- Added more mappings from Sierra's internal IDs to our own ones. Hopefully, ...
Filippos Karapetis
2009-08-20
SCI: Fix for the "Memory fragmented" dialogs popping up in some games.
Walter van Niftrik
2009-08-20
remove \n's from error() calls
Joost Peters
2009-08-20
Add a static selector table for use with the lsl5 demo.
Matthew Hoops
2009-08-20
Remove useless include guard
Matthew Hoops
2009-08-19
SCI: Add partial support for Amiga SCI1 games.
Walter van Niftrik
2009-08-19
Comment out unused function (which was also currently only enabled when SCI32...
Johannes Schickel
2009-08-18
Started rewriting the SCI engine to use FSNode instead of file names. This is...
Filippos Karapetis
2009-08-18
- Added game ID detection to the fallback detector. We still need to map some...
Filippos Karapetis
2009-08-17
SCI: Fix kernel table for multilingual SCI01 games. Cleanup.
Walter van Niftrik
2009-08-17
SCI: Build fix.
Walter van Niftrik
2009-08-17
SCI: Add autodetection for DoSound. Cleanup.
Walter van Niftrik
2009-08-17
Fix compilation of the SCI engine. It seems that all of the SCI header files ...
Johannes Schickel
2009-08-17
- Simplified some functions to accept only the parts of the EngineState they ...
Filippos Karapetis
2009-08-16
SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect
Walter van Niftrik
2009-08-15
SCI: Rename sci_version_t to SciVersion
Walter van Niftrik
[prev]
[next]