Shuttle console shows scan of area around navpoint (#17829)

* map program, holomap init order

* huh

* programz

* program defines

* hmm.......

* a

* map 😩

* sane code, zoom

* holo_minimaps -> minimaps

* o

* remove station holomap stuff

* changelog, shitcode, mapping

* c

* o

* minus

* generate_all_minimaps()

* holomap init order

* tests rerun please

* tests rerun please

* aurora station_map removal

* shuttle control minimap

* feTurbulence baseFrequency random

* filters, idk

* 1

* c

* cc

* x y

* remove regeneration of minimaps

---------

Co-authored-by: DreamySkrell <>
This commit is contained in:
DreamySkrell
2024-01-06 12:36:10 +00:00
committed by GitHub
co-authored by DreamySkrell <>
parent 185b4eda58
commit 7e1c4075f9
5 changed files with 195 additions and 3 deletions
@@ -38,6 +38,9 @@
. += list(
"destination_name" = shuttle.get_destination_name(),
"destination_map_image" = shuttle.next_location ? SSholomap.minimaps_scan_base64[shuttle.next_location.z] : null,
"destination_x" = shuttle.next_location?.x,
"destination_y" = shuttle.next_location?.y,
"can_pick" = shuttle.moving_status == SHUTTLE_IDLE,
"fuel_usage" = shuttle.fuel_consumption * 100,
"remaining_fuel" = round(total_gas, 0.01) * 100,