aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_crosshairs.cpp
AgeCommit message (Collapse)Author
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-08-20TITANIC: Further camera and crosshair classes cleanupPaul Gilbert
2017-08-18TITANIC: Add logic to prevent removing locked/marked stars via skymapDavid 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-30TITANIC: Fix drawing crosshairs in the main starfieldPaul Gilbert
2017-05-30TITANIC: Cleanup & fixes for starfield viewpoint boxPaul Gilbert
2017-05-30TITANIC: Rename CPhotoCrosshairs to CStarCrosshairsPaul Gilbert
The crosshairs are used in the main starfield as well, so they shouldn't have a Photo specific name