The Terasology Foundation
Implement waypoint system for DestinationSol
Implement a system for creating, displaying and storing waypoints in DestinationSol. Your PR must contain at least programatically callable way to add a waypoint at specific position. Such waypoint must then be displayed at the overview game map, as well as through border markers when the player gets close enough to it (alternatively, always). Created waypoints must further be saved with their position in the game's save file, and must be deletable, again at least programatically.
Acceptance criteria
- A PR to the game's main repository is created containing the changes described above.
- At least the endpoints for creating/deleting/listing waypoints should be properly documented by Javadoc.
Where to start
BorderDrawer
or similar name is the class responsible for drawing the pointers to nearby ships and stations
Task tags
Students who completed this task
Mpcs