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
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: 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
SCI: Hook up the digital SFX and CD audio options
Filippos Karapetis
2012-03-13
JANITORIAL: Replace (x ? false : true) by !(x).
Christoph Mallon
2012-03-08
SCI: Fix KQ6 Mac movies with resource fork names
Matthew Hoops
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-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-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: 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-14
SCI: Add a script patch to fix a script bug in GK1 floppy
Filippos Karapetis
2012-01-14
SCI: Fix bug in fadeIn()/fadeOut()
Filippos Karapetis
2012-01-13
SCI: Some more work on kSetShowStyle. Silenced some chatty warnings in GK1
Filippos Karapetis
2012-01-13
SCI: Blacklist more unused/debug SCI2.1 kernel functions
Filippos Karapetis
2011-11-29
SCI: Fix restarting SCI engine with different SCI version
Willem Jan Palenstijn
2011-11-29
SCI: Add RtL FIXME
Willem Jan Palenstijn
2011-11-28
SCI: Added handling of invalid jump offsets (e.g. QFG2, script 260)
Filippos Karapetis
2011-11-11
SCI: Fix style
Willem Jan Palenstijn
2011-11-11
SCI: Fix const cast
Willem Jan Palenstijn
2011-11-05
SCI: Updated Script::getObjectMap()
Filippos Karapetis
2011-11-05
SCI: Made the object map hashmap of the Script class private
Filippos Karapetis
2011-11-05
SCI: Made more fields of the Script class private. Some cleanup.
Filippos Karapetis
2011-11-03
SCI: Fixed a workaround
Filippos Karapetis
2011-11-03
SCI: Add fixme comment to a weird comparison
Eugene Sandulenko
2011-11-03
SCI: Fix copy/paste error
Eugene Sandulenko
2011-11-01
SCI: add Japanese detection entry for KQ5 FM-Towns and fix audio language han...
athrxx
2011-10-30
SCI: Removed the hack for the creation of LARRY3.DRV, used in LSL3
Filippos Karapetis
2011-10-30
SCI32: kString: Move variable declaration to prevent problems
Lars Skovlund
2011-10-29
SCI: Added a new debug flag, "DebugMode" for SCI32 games
Filippos Karapetis
2011-10-28
SCI: Remove unneeded casts (thanks to wjp for pointing that out)
Filippos Karapetis
2011-10-28
SCI: Added skeleton code for kEditText (still not working)
Filippos Karapetis
2011-10-28
SCI: Fixed text background color and text transparency for SCI32 games
Filippos Karapetis
2011-10-26
SCI: Renamed GfxControls to GfxControls16
Filippos Karapetis
2011-10-22
SCI: fix thread lockup issue when loading savegames using a sound driver whic...
athrxx
[next]