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. | |||
2017-09-02 | TITANIC: Minor cleanup and warning fixes to star control | Paul Gilbert | |
2017-09-02 | TITANIC: Added/Removed comments for new functions in FVector and FPose | David Fioramonti | |
2017-09-02 | TITANIC: Remove DVector and DAffine files from build and folder | David Fioramonti | |
2017-09-02 | TITANIC: Swap DAffine for FPose in Orientation and Transforms | David Fioramonti | |
More swapping of functions in the Orientation and Transform classes. | |||
2017-09-02 | TITANIC: Swap DAffine usage for FPose in setViewportAngle | David Fioramonti | |
2017-09-02 | TITANIC: Replace DAffine with FPose in Transform and Orientation classes | David Fioramonti | |
2017-09-02 | TITANIC: Duplicate DAffine usage in lockMarker2 with FPose usage | David Fioramonti | |
2017-09-01 | TITANIC: Replace all external uses of DVector with FVector | David Fioramonti | |
Wherever DVector was used outside of DAffine and CMatrixTransform I replaced with FVectors. So Internally those functions are still using DVectors. This required adding some new functions to FVector that duplicated functionality in DVector. | |||
2017-08-27 | TITANIC: Move Rad2Deg from dvector to fvector | David Fioramonti | |
I wanted to use that variable in viewport.cpp and since fvector.h is included in more functions (already) then dvector it makes sense to move it there. | |||
2017-08-22 | TITANIC: Formatting fixes for star control classes | Paul Gilbert | |
2017-08-21 | TITANIC: Named some functions in fvector | David Fioramonti | |
2017-08-19 | TITANIC: Pull assert out of dvector/fvector normalization | David Fioramonti | |
Before the normalization function was asserting if it couldn't normalize now the caller can determine what to do with a failed normalization. | |||
2017-05-26 | TITANIC: Simplify FVector addAndNormalize | Paul Gilbert | |
2017-04-16 | TITANIC: Extra debugging info for starfield movement | Paul Gilbert | |
2017-04-05 | TITANIC: Renamed CStarControlSub6 to FPose | Paul Gilbert | |
2017-04-05 | TITANIC: Change many doubles to floats to match original's precision | Paul Gilbert | |
Many of the Star Control classes in the original explicitly used floats rather than doubles. I'm switching to using them where applicable for now, since the resulting figures will more closely match the original, and it will be easier to spot errors in the various formulas | |||
2017-04-01 | TITANIC: Fix vector equality operators | Paul Gilbert | |
2017-03-28 | TITANIC: Cleanup for FMatrix fn1 and called methods | Paul Gilbert | |
2017-03-22 | TITANIC: Finished CStarControlSub24 class | Paul Gilbert | |
2017-03-19 | TITANIC: Finished CStarControlSub12 setViewportPosition | Paul Gilbert | |
2017-03-18 | TITANIC: Implementing CStarControlSub12 class | Paul Gilbert | |
2017-03-12 | TITANIC: More matrix renamings | Paul Gilbert | |
2017-03-12 | TITANIC: More matrix renamings, thanks to Dark-Star | Paul Gilbert | |
2017-03-12 | TITANIC: Finished CStarControlSub23 class | Paul Gilbert | |
2017-03-08 | TITANIC: In progress code for CStarControlSub5 class | Paul Gilbert | |
2017-03-05 | TITANIC: Added remainder of CStarView class | Paul Gilbert | |
2017-03-05 | TITANIC: Added remaining CStarField methods | Paul Gilbert | |
2016-07-17 | TITANIC: Added remaining CStarControlSub12 virtual methods | Paul Gilbert | |
2016-07-17 | TITANIC: More FVector methods | Paul Gilbert | |
2016-07-17 | TITANIC: Added FMatrix methods | Paul Gilbert | |
2016-07-17 | TITANIC: Beginnings of matrix and vector classes | Paul Gilbert | |