aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_view.h
AgeCommit message (Collapse)Author
2018-05-24JANITORIAL: Fix trailing whitespaceAdrian Frühwirth
2017-09-27TITANIC: Fix memory leak in CStarViewPaul Gilbert
2017-08-30TITANIC: Formatting fixes for viewport refactoringPaul Gilbert
2017-08-24TITANIC: Reduce header includes for star_control filesDavid Fioramonti
Minimized a lot of the unncessary files includes in the implementation files as well.
2017-08-18TITANIC: Simplified dependencies for classes related to star_cameraDavid Fioramonti
This involved removing header files and forward declaring when possible. I also reorded the header include files to be local to gloabal. E.x., in the class implementation the class header file would be the first included. This is a first pass of header reduction for star_control/ files
2017-08-06TITANIC: Bring movement rates in the starfield closer to the originalPaul Gilbert
The original updated the camera during the general scene drawing, which was done at a much higher rate than I wanted for the ScummVM implementation. So I've added this workaround to update the camera every 10ms when the player is in the star control scene. This gives it a comparible rate of movement to the original.
2017-08-06TITANIC: Minor renamings in CStarViewPaul Gilbert
2017-05-31TITANIC: Renamings for locking/unlocking markersPaul Gilbert
2017-05-30TITANIC: Cleanup & fixes for starfield viewpoint boxPaul Gilbert
2017-05-28TITANIC: Renamings for photo surfacePaul Gilbert
2017-05-28TITANIC: Renamings of orientation related variables and methodsPaul Gilbert
2017-04-17TITANIC: Renamings for CCameraMover fields and methodsPaul Gilbert
2017-04-16TITANIC: Rename CStarControlSub13 to CViewportPaul Gilbert
2017-04-09TITANIC: Rename CStarControlSub12 to CStarCameraPaul Gilbert
2017-03-31TITANIC: Renaming of crosshairs related codePaul Gilbert
2017-03-26TITANIC: Fix loading of CStarView classPaul Gilbert
2017-03-25TITANIC: Fixes to CStarView classPaul Gilbert
2017-03-05TITANIC: Added remaining CStarField methodsPaul Gilbert
2017-03-03TITANIC: Implementing starfield methodsPaul Gilbert
2017-03-02TITANIC: Implementing CStarView methodsPaul Gilbert
2017-03-02TITANIC: Code for starfield mode setup & photo codePaul Gilbert
2017-03-01TITANIC: Added starfield button down codePaul Gilbert
2017-03-01TITANIC: Implemented CStarView MouseMoveMsgPaul Gilbert
2017-02-27TITANIC: Implemented CStarControl doActionPaul Gilbert
2017-01-15TITANIC: Removal of un-used fields to reduce Buildbot warningsPaul Gilbert
Note there's a lot of preliminary code in the star_control/ folder for code that still needs to be fully disassembled & implemented. So for now I've made liberal use of #if 0 blocks to disable fields that will likely be needed again in the future
2016-07-17TITANIC: Renamed CStarControlSub12 to CStarFieldPaul Gilbert
2016-07-17TITANIC: Finished startfield initDocumentPaul Gilbert
2016-07-15TITANIC: Added CStarControl message handlersPaul Gilbert
2016-07-15TITANIC: Added bulk ofCStarView drawPaul Gilbert
2016-07-15TITANIC: Finish and better name fader classesPaul Gilbert
2016-07-15TITANIC: Implemented CStarControlSub15 classPaul Gilbert