Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-03 | TITANIC: Use degree conversion common math funcs | David Fioramonti | |
I tested the star puzzle and it is still good. | |||
2018-05-20 | JANITORIAL: Remove trailing whitespace | Adrian Frühwirth | |
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-30 | TITANIC: Renamings & cleanup for markers drawing | Paul Gilbert | |
2017-05-30 | TITANIC: Cleanup & fixes for starfield viewpoint box | Paul Gilbert | |
2017-05-30 | TITANIC: CSurfaceArea fillRect is actually drawLine | Paul Gilbert | |
2017-04-17 | TITANIC: Renamings for CCameraMover fields and methods | Paul Gilbert | |
2017-04-16 | TITANIC: Fix GCC Unused Variable Warning. | D G Turner | |
2017-04-15 | TITANIC: Fixes for setting up star closeup sphere data | Paul Gilbert | |
2017-04-10 | TITANIC: Further cleanup of CStarCloseup draw | Paul Gilbert | |
2017-04-10 | TITANIC: Cleaning up CStarCloseup draw | Paul Gilbert | |
2017-04-10 | TITANIC: If statement fix in CStarCloseUp draw | Paul Gilbert | |
2017-04-09 | TITANIC: Fix incorrect indexing in CStarCloseup setup2 | Paul Gilbert | |
2017-04-09 | TITANIC: Renaming of CStarCamera methods | Paul Gilbert | |
2017-04-09 | TITANIC: Rename CStarControlSub12 to CStarCamera | Paul Gilbert | |
2017-04-09 | TITANIC: Rename CStarControlSub5 to CStarCloseup | Paul Gilbert | |