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
/
titanic
/
star_control
/
surface_area.cpp
Age
Commit message (
Collapse
)
Author
2019-11-30
TITANIC: Fix Missing Default Switch Cases
D G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2017-08-24
TITANIC: Reduce header includes for star_control files
David Fioramonti
Minimized a lot of the unncessary files includes in the implementation files as well.
2017-06-07
TITANIC: Fix color of starfield crosshairs
Paul Gilbert
2017-05-30
TITANIC: Fix line drawing of starfield markers
Paul Gilbert
2017-05-30
TITANIC: Cleanup & fixes for starfield viewpoint box
Paul Gilbert
2017-05-30
TITANIC: Implement CSurfaceArea drawLine
Paul Gilbert
2017-05-30
TITANIC: CSurfaceArea fillRect is actually drawLine
Paul Gilbert
2017-05-30
TITANIC: Fix deselecting stars in the photo view
Paul Gilbert
2017-03-31
TITANIC: Fix drawing bounds in CSurfaceArea fillRect
Paul Gilbert
2017-03-30
TITANIC: Fix rect calculation in CSurfaceArea fillRect
Paul Gilbert
2017-03-26
TITANIC: Minor cleanups, TODO removals
Paul Gilbert
2017-03-26
TITANIC: Implemented CBaseStar draw1 method
Paul Gilbert
2017-03-25
TITANIC: Finished CSurfaceArea class
Paul Gilbert
The fillRect method is implemented using an experimental, more ScummVM style, rather than all the different blocks and loops for different bit depths that the original did
2017-03-13
TITANIC: Fix some starfield startup crashes and initialization
Paul Gilbert
2017-02-27
TITANIC: Implemented CStarControl doAction
Paul Gilbert
2017-02-26
TITANIC: More implementation of CSurfaceAream, added FRect class
Paul Gilbert
2017-02-25
TITANIC: Implementing CSurfaceArea methods
Paul Gilbert
2016-07-15
TITANIC: Finish and better name fader classes
Paul Gilbert