Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-20 | TITANIC: Further camera and crosshair classes cleanup | Paul Gilbert | |
2017-08-18 | TITANIC: Add logic to prevent removing locked/marked stars via skymap | David Fioramonti | |
If you want to remove locked stars you can do so using the D key, but previously, you could also deselect a currently locked star via the skymap and it would crash. It previously crashed if: 1. You had 2 stars locked on and you tried to remove the 1st 2. Had 1 locked and 1 unlocked and you tried to unlock the 1st 3. Had 2 locked and 1 unlocked and you tried to unlock any of the other two locked stars. Refactoring would allow quicker comprehension of the logic of this section of code. Fixes #10126. | |||
2017-05-30 | TITANIC: Fix drawing crosshairs in the main starfield | Paul Gilbert | |
2017-05-30 | TITANIC: Cleanup & fixes for starfield viewpoint box | Paul Gilbert | |
2017-05-30 | TITANIC: Rename CPhotoCrosshairs to CStarCrosshairs | Paul Gilbert | |
The crosshairs are used in the main starfield as well, so they shouldn't have a Photo specific name |