Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-20 | JANITORIAL: Remove trailing whitespace | Adrian Frühwirth | |
2017-09-07 | TITANIC: Better naming for Viewport function | David Fioramonti | |
I differentiated getRelativePosCentering() and getRelativePosCentering2() since one was using the raw Pose and one was using the regular Pose. | |||
2017-09-02 | TITANIC: Remove DVector and DAffine files from build and folder | David Fioramonti | |
2017-08-30 | TITANIC: Formatting fixes for viewport refactoring | Paul Gilbert | |
2017-08-27 | TITANIC: Refactoring of Viewport class | David 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-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-05-28 | TITANIC: Renamings of orientation related variables and methods | Paul Gilbert | |
2017-04-16 | TITANIC: Renamings for positions and orientations | Paul Gilbert | |
2017-04-16 | TITANIC: Renaming of camera setting position & orientation | Paul Gilbert | |
2017-04-16 | TITANIC: Renaming for viewport position poses and access methods | Paul Gilbert | |
2017-04-16 | TITANIC: Rename CStarControlSub13 to CViewport | Paul Gilbert | |