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
/
graphics
/
transitions32.cpp
Age
Commit message (
Expand
)
Author
2018-08-21
SCI32: Fix fade-in for some screens in Hoyle 5
Filippos Karapetis
2017-10-06
SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeight
Colin Snover
2017-10-06
SCI32: Clean up GfxTransitions32
Colin Snover
2017-07-07
SCI32: Implement kShowStyle HShutterOut transition
Colin Snover
2017-07-06
SCI32: Remove useless call
Colin Snover
2017-07-06
SCI32: Centralise OSystem screen updates
Colin Snover
2017-04-22
SCI32: Fix broken final step of 2.1mid+ pixel dissolve
Colin Snover
2017-01-12
SCI32: Add workarounds, transitions, fixes for PQ4CD
Colin Snover
2016-12-12
SCI32: Adjust transition timings
Colin Snover
2016-10-26
SCI32: Use standard max_size method instead of ARRAYSIZE for a container
Colin Snover
2016-10-22
SCI32: Fix slow SCI2.1mid transitions
Colin Snover
2016-10-21
SCI32: Implement HShutterIn for SCI2.1mid+
Colin Snover
2016-10-09
SCI32: Change storage type of int16 arrays to hold reg_ts instead
Colin Snover
2016-09-29
SCI32: Ensure break to debugger works during transitions
Colin Snover
2016-09-29
SCI32: Rewrite kArray & kString
Colin Snover
2016-09-29
SCI32: Fix kShowStyleNone transitions
Colin Snover
2016-09-29
SCI32: Fix memory leak
Colin Snover
2016-09-29
SCI32: Fix potential null pointer dereference
Colin Snover
2016-09-29
SCI32: Fix typo
Colin Snover
2016-08-19
SCI32: Fix limited data range comparison warning
Colin Snover
2016-08-01
SCI32: Fix crash when destroying GfxTransitions32
Colin Snover
2016-08-01
SCI32: Add bitmap segment and remove GC option from hunk segment
Colin Snover
2016-08-01
SCI32: Implement plane transitions (kSetShowStyle and kSetScroll)
Colin Snover