Commit Graph
9 Commits
Author SHA1 Message Date
Paul Gilbert 88782928ff TITANIC: Minor syntactic fixes for Star Control classes 2017-08-31 20:04:28 -04:00
David Fioramonti 8f479522c4 TITANIC: CCameraMover and related classes Refactor
1. Removed updatePosition function defintions since
UnmarkedCameraMover and MarkedCameraMover, derived classes,
are overriddening it. I.e., CCameraMover::updatePosition doesn't
get used.

This also allowed some header files to removed.

2. Renaming of some functions.
2017-08-30 19:53:13 -07:00
David Fioramonti d01354ab0d TITANIC: Reduce header includes for star_control files
Minimized a lot of the unncessary files includes in the
implementation files as well.
2017-08-24 04:31:04 -07:00
David Fioramonti c4751fc611 TITANIC: Change Starview slowdown to reverse
This changes the starview manual camera movement using semicolon.
Before it slowed down the ship. To make it more like the original
game it now adds negative velocity so that it slows down then
speeds up in the backward direction.

The functions were renamed accordingly.
2017-08-06 18:05:18 -07:00
Paul Gilbert a42172485e TITANIC: Fix forward/backward manual camera movement in starmap 2017-07-31 22:03:17 -04:00
Paul Gilbert 4940bef43e TITANIC: Further renamings of CStarMover fields 2017-04-17 11:50:12 -04:00
Paul Gilbert 60faebe348 TITANIC: Renamings for CCameraMover fields and methods 2017-04-17 11:39:25 -04:00
Paul Gilbert 3877a0642b TITANIC: Renamings for mover position updates 2017-04-16 18:16:08 -04:00
Paul Gilbert b57fd696ba TITANIC: Renamed CStarControlSub20 to CCameraMover 2017-04-16 11:35:32 -04:00