aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/viewport.h
AgeCommit message (Collapse)Author
2018-05-20JANITORIAL: Remove trailing whitespaceAdrian Frühwirth
2017-09-07TITANIC: Better naming for Viewport functionDavid Fioramonti
I differentiated getRelativePosCentering() and getRelativePosCentering2() since one was using the raw Pose and one was using the regular Pose.
2017-09-02TITANIC: Remove DVector and DAffine files from build and folderDavid Fioramonti
2017-08-30TITANIC: Formatting fixes for viewport refactoringPaul Gilbert
2017-08-27TITANIC: Refactoring of Viewport classDavid Fioramonti
1. Improved naming of functions. E.x., fn17 is now called getRelativePosNoCentering 2. Improved variable names E.x., _valArray[3] is now _pixel1OffSetX, naming makes sense for it use in CBaseStars::draw. 3. Lots of comments and TODO added for suspicious behavior Mentioned unused functions and values that don't get used. 4. Changes in other classes that viewport renaming affected Some of the star_camera functions were 1-1 mapping of functions in viewport so I just made the names be the same.
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-05-28TITANIC: Renamings of orientation related variables and methodsPaul Gilbert
2017-04-16TITANIC: Renamings for positions and orientationsPaul Gilbert
2017-04-16TITANIC: Renaming of camera setting position & orientationPaul Gilbert
2017-04-16TITANIC: Renaming for viewport position poses and access methodsPaul Gilbert
2017-04-16TITANIC: Rename CStarControlSub13 to CViewportPaul Gilbert