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
2016-06-23
SCI32: Fix usage of the C++11 override keyword with MSVC
Filippos Karapetis
2016-06-23
SCI32: Fix potentially uninitialized variable
Filippos Karapetis
2016-06-23
SCI32: Const correction in Audio32's readBuffer() implementation
Filippos Karapetis
2016-06-22
SCI: Assert on seeks past the end of audio resource bundles
Colin Snover
2016-06-21
SCI32: Implement kBitmapDrawView
Colin Snover
2016-06-21
SCI32: Expose a draw buffer on BitmapResource objects
Colin Snover
2016-06-21
SCI32: Remove unused dependencies from GfxFrameout
Colin Snover
2016-06-21
SCI: Add an explanation about LRU removals when fetching resources
Colin Snover
2016-06-21
SCI32: Fixes to GfxText32
Colin Snover
2016-06-21
SCI32: Implement basic kMessageBox
Colin Snover
2016-06-21
SCI32: Add workaround for kScrollWindowAdd call in Phantasmagoria
Willem Jan Palenstijn
2016-06-21
SCI32: Implement kScrollWindow
Willem Jan Palenstijn
2016-06-21
SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine)
Colin Snover
2016-06-21
SCI32: Make GfxText32::_scaledWidth/Height statics
Willem Jan Palenstijn
2016-06-21
SCI32: Fix drawText on consecutive control codes
Willem Jan Palenstijn
2016-06-21
SCI32: Fix getTextWidth on consecutive control codes
Willem Jan Palenstijn
2016-06-21
SCI32: Add low-pass filter to 8-bit SOL audio
Colin Snover
2016-06-20
SCI32: Add kDoSound(play) workaround for LSL6hires
Colin Snover
2016-06-20
SCI: Minor cleanup of kDoSound
Colin Snover
2016-06-20
SCI32: Rewrite digital audio engine
Colin Snover
2016-06-19
SCI: Split audio sync to its own class
Colin Snover
2016-06-14
SCI: Fix memory leaks in resource patcher
Colin Snover
2016-06-14
SCI32: Fix video performance benchmarking in most SCI32 games
Colin Snover
2016-06-13
SCI32: All versions of KQ7 are using the older remap range semantics
Filippos Karapetis
2016-06-13
SCI32: Remove the unused newColors array
Filippos Karapetis
2016-06-12
SCI: Fix uninitialized read in SoundCommandParser
Colin Snover
2016-06-07
SCI: Plug memory leak
Eugene Sandulenko
2016-05-30
SCI32: Really guard against null pointer dereference in calcLists
Colin Snover
2016-05-28
SCI32: Remove invalid TODO about CLUT for 16-bit graphics
Colin Snover
2016-05-28
SCI: Remove warning in kDisposeScript
Colin Snover
2016-05-28
SCI32: Provide default value for vmap minDiffIndex
Colin Snover
2016-05-28
SCI32: Simplify default text width equation
Colin Snover
2016-05-28
SCI: Explicit type conversion. Avoids warnings on number of compilers.
Eugene Sandulenko
2016-05-28
SCI: Fix warning
Eugene Sandulenko
2016-05-28
SCI32: Remove unused titled text bitmap code
Colin Snover
2016-05-27
SCI32: Add explicit checks for null pointers
Colin Snover
2016-05-27
SCI32: Initialise pointers in CelObj scaler
Colin Snover
2016-05-27
SCI32: Fix CelObj cache
Colin Snover
2016-05-27
SCI32: Use better name for fixed priority field
Colin Snover
2016-05-26
SCI32: Remove unused Plane fields
Colin Snover
2016-05-25
SCI32: Fix assertion failures in LSL6 hires caused by bad rects
Colin Snover
2016-05-25
SCI32: Update header parameters with const, to match implementation
Colin Snover
2016-05-25
SCI32: Fix LSL6 hires control panel script bug
Colin Snover
2016-05-25
SCI: Allow debugging output of all VM variables in one shot
Colin Snover
2016-05-22
SCI: Script patch for fixing 3 missing points in QfG3
Omer Mor
2016-05-17
ALL: Change main engine header guard defines to <directory>_<engine>_H
Eugene Sandulenko
2016-05-16
SCI: Removing redundant virtual destructor as per LordHoto's suggestion
Eugene Sandulenko
2016-05-16
SCI: Make the Window destructor actually virtual
Eugene Sandulenko
2016-05-16
SCI: Add virtual destructor
Eugene Sandulenko
2016-05-10
Merge pull request #753 from OmerMor/atari
Eugene Sandulenko
[next]