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-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
2009-08-15
SCI: Added enum for map and volume versions. Removed res_version setting from
Walter van Niftrik
2009-08-11
SCI: Added a crude speed throttler.
Walter van Niftrik
2009-08-11
SCI: Turn off logging in debugger.
Walter van Niftrik
2009-08-10
SCI: Fix warnings.
Walter van Niftrik
2009-08-10
SCI: Improved multilanguage support for SCI1 and SCI1.1.
Walter van Niftrik
2009-07-28
SCI: Avoid using perror (it's not portable)
Max Horn
2009-07-19
SCI: check shouldQuit() in main loop
Willem Jan Palenstijn
2009-07-18
SCI: Fix breakpoints
Willem Jan Palenstijn
2009-07-18
SCI: Fix stepping in debugger
Willem Jan Palenstijn
2009-07-11
Moved the kernel and the vocabulary outside of the engine state (they're stat...
Filippos Karapetis
2009-07-11
Changed an incorrect warning back to scidprintf - the relevant message is for...
Filippos Karapetis
2009-07-11
SCI: don't let TimerSongIterator loop forever, and don't immediately
Willem Jan Palenstijn
2009-07-11
Only error out, if checkStaticSelectorNames() fails.
Travis Howell
2009-07-11
Applied patch 2818733 - "SCI: Timer iterator for audio resources played via d...
Filippos Karapetis
2009-07-11
Applied a slightly modified patch from clone2727 which adds static selector n...
Filippos Karapetis
2009-07-11
Fixed regression in the script parser from commit 42260
Filippos Karapetis
2009-07-09
restAdjust should be a signed integer. Fixes crashes with SCI1 games that tak...
Filippos Karapetis
2009-07-08
- Moved printObject inside the Console class
Filippos Karapetis
2009-07-08
Only the kernel needs to be initialized before anything else, when saving/loa...
Filippos Karapetis
2009-07-08
Fixed saving/loading again (broken with the latest changes for game feature a...
Filippos Karapetis
2009-07-08
Some cleanup for the script debugger code:
Filippos Karapetis
2009-07-07
Silenced the very chatty song iterator console messages by converting them to...
Filippos Karapetis
2009-07-07
Removed the weird checks for a maximum resource number (the sci_max_resource_...
Filippos Karapetis
2009-07-07
Cleanup: added an enum for the auto-detected features, removed the selectors ...
Filippos Karapetis
[next]