-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add the cwaypoint command * Remove unnecessary code * Implement saving to a file * Port to mojmap * Make waypoints storage future-proof + rely on level id for data persistence * Fix ordering of translation keys * Widen exception bound * Remove leading space from translation * Add null check * Render augmented waypoint name at the top of the screen * Move rendering code to WaypointCommand.java * Render box with name when waypoint is in loaded chunks * Adjust size slightly * Replace y offset with distance in top screen display * Use records instead of pairs * No idea how this happened * Replace map with list * Make comment clearer * Sort waypoint lines based on distance * Undo sorting because it did not work * Bracket labels and make them yellow * Add dimension check for waypoint boxes * Format coordinates nicely * Widen exception bound in throws clause * Replace priority queue with list * Return amount of waypoints in list subcommand * Replace AtomicInteger with singleton array * Introduce WaypointCommand.registerEvents method * Add unit test for loading waypoint file --------- Co-authored-by: joe <[email protected]>
- Loading branch information
1 parent
55b46c4
commit 918f592
Showing
11 changed files
with
530 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.