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
Age
Commit message (
Expand
)
Author
2012-04-05
SCI: Do not cast away const qualifier.
Johannes Schickel
2012-04-04
SCI: Bugfix for the GetAngle workarounds
Filippos Karapetis
2012-04-01
SCI: Add workaround for SQ1SCI to fix engine abort in bug #3513765.
D G Turner
2012-04-01
SCI: Change the fix for the SQ1 PAvoider call to apply in all rooms again
Filippos Karapetis
2012-03-31
ENGINES: Return all available custom GUI options if no target is specified
Filippos Karapetis
2012-03-31
SCI: Make sure that the disable_dithering key exists
Filippos Karapetis
2012-03-31
SCI: Fix workaround for bug #3513207
Filippos Karapetis
2012-03-31
SCI: Minor formatting fix to workarounds table.
D G Turner
2012-03-31
SCI: Add workaround for SQ1SCI to fix engine abort in bug #3513207.
D G Turner
2012-03-25
Merge pull request #216 from bluegr/gui_undither_move
Eugene Sandulenko
2012-03-25
SCI: Fix cursor coordinates for SCI01. Fixes a crash in KQ1 (bug #3503932)
Filippos Karapetis
2012-03-25
GUI: Change the undithering checkbox to be an engine-specific option
Filippos Karapetis
2012-03-25
SCI: Rename the sci_originalsavedload option to originalsaveload
Filippos Karapetis
2012-03-25
SCI: Hook up the digital SFX and CD audio options
Filippos Karapetis
2012-03-25
Merge pull request #211 from lordhoto/game-gui-options-v2
Eugene Sandulenko
2012-03-20
GRAPHICS: Convert PictDecoder to the ImageDecoder API
Matthew Hoops
2012-03-19
SCI: Add per-game GUI option support.
Filippos Karapetis
2012-03-13
JANITORIAL: Replace (x ? false : true) by !(x).
Christoph Mallon
2012-03-13
SCI: Add detection entry for KQ6 French DOS Floppy.
D G Turner
2012-03-08
SCI: Fix GK1 Mac text positioning
Matthew Hoops
2012-03-08
SCI: Fix KQ6 Mac movies with resource fork names
Matthew Hoops
2012-03-08
SCI: Fix SCI1.1+ Mac games with resource fork container names
Matthew Hoops
2012-03-07
SCI: Add a new configuration option for SQ4 CD, "silver_cursors"
Filippos Karapetis
2012-03-05
SCI: Fix GK1 demo sounds
Matthew Hoops
2012-02-28
Revert "SCI: Do not set _singleId in SciMetaEngine"
Filippos Karapetis
2012-02-28
SCI: Do not set _singleId in SciMetaEngine
Filippos Karapetis
2012-02-21
Merge pull request #182 from fingolfin/forbid-ctype
Willem Jan Palenstijn
2012-02-20
COMMON: Move isFoo functions to namespace Common, add doxygen comments
Max Horn
2012-02-17
SCI: Added some sanity checks by digitall
Filippos Karapetis
2012-02-17
SCI: Fix and cleanup the monochrome cursor code
Filippos Karapetis
2012-02-17
SCI: Fix bug #3487088 - "SCI: LB1: Missing Wait cursor"
Filippos Karapetis
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2012-02-15
ALL: Avoid using is* macros from ctype.h
Max Horn
2012-02-13
SCI: Fix the order of diagonal roll transitions in the old lookup table
Filippos Karapetis
2012-02-13
SCI: Fix bug #3487092: "SCI: LB1: Magnifying glass cursor is grey"
Filippos Karapetis
2012-02-12
SCI: Expand adjustGraphColor to work for older EGA games too
Willem Jan Palenstijn
2012-02-10
JANITORIAL: Fix template definition whitespace
Tarek Soliman
2012-01-29
SCI: Remove unnecessary break after return statement.
Johannes Schickel
2012-01-16
SCI: Update a workaround for the demo of QFG4 to make it work again
Filippos Karapetis
2012-01-16
SCI: Remove outdated comment
Willem Jan Palenstijn
2012-01-15
SCI: Properly handle negative coordinates in drawTextBitmap()
Filippos Karapetis
2012-01-15
SCI: Simplify kString(Dup) using the overloaded = operator
Filippos Karapetis
2012-01-15
SCI: Ignore an invalid export in a script in the demo of RAMA
Filippos Karapetis
2012-01-15
SCI: Use fromString() in kString(Dup) to simplify code
Filippos Karapetis
2012-01-15
SCI: Zero-terminate strings in SciString::fromString()
Filippos Karapetis
2012-01-15
SCI: Remove wrong script-to-array copying code in kArray
Filippos Karapetis
2012-01-15
SCI: Fix a nasty bug in kString(Dup)
Filippos Karapetis
2012-01-15
SCI: Clean up some memory management and loops
Willem Jan Palenstijn
2012-01-15
SCI: Plug a leak in ResourceManager::processWavePatch()
Filippos Karapetis
2012-01-15
SCI: Plug loads of memory leaks in the SCI32 graphics code
Filippos Karapetis
[next]