Skip to content

Commit

Permalink
Update orienteering from upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
dacmot committed Aug 22, 2024
1 parent e3bac60 commit 008d160
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion builder/mods_src/tools/orienteering
Submodule orienteering updated from adf19d to d51074
3 changes: 2 additions & 1 deletion mods/tools/orienteering/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ function orienteering.toggle_time_mode(itemstack, user, pointed_thing)
else
user:get_meta():set_string("orienteering:twelve", "true")
end
orienteering.update_hud_displays(user)
local active_tools = orienteering.active_tools(user)
orienteering.update_hud_displays(user, active_tools)
end

local use = S("Put this tool in your hotbar to see the data it provides.")
Expand Down
1 change: 0 additions & 1 deletion mods/tools/orienteering/locale/orienteering.de.tr
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Speedometer=Tacho
Map=Karte
Radar Mapper=Radarkartierer
GPS device=GPS-Gerät
Binoculars=Fernglas

Yaw: @1°, pitch: @2°=Gier: @1°, Nick: @2°
Yaw: @1°=Gier: @1°
Expand Down
5 changes: 2 additions & 3 deletions mods/tools/orienteering/locale/orienteering.fr.tr
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Speedometer=Compteur de vitesse
Map=Carte
Radar Mapper=Radar cartographique
GPS device=Module GPS
Binoculars=Jumelles

# Coordinates
Coordinates: X@=@1, Y@=@2, Z@=@3=Coordonnées: X@=@1, Y@=@2, Z@=@3
Expand All @@ -31,8 +30,8 @@ Pitch: @1°=Tangage: @1°
Time: noon=Heure: midi
Time: midnight=Heure: minuit
# 12h format
Time: @1:@2 a.m=Heure: @1:@2 a.m
Time: @1:@2 p.m=Heure: @1:@2 p.m
Time: @1:@2 a.m.=Heure: @1:@2 a.m.
Time: @1:@2 p.m.=Heure: @1:@2 p.m.
# 24h Format: hours:minutes
Time: @1:@2=Heure: @1:@2

Expand Down
5 changes: 2 additions & 3 deletions mods/tools/orienteering/locale/template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Speedometer=
Map=
Radar Mapper=
GPS device=
Binoculars=

# Coordinates
Coordinates: X@=@1, Y@=@2, Z@=@3=
Expand All @@ -31,8 +30,8 @@ Pitch: @1°=
Time: noon=
Time: midnight=
# 12h format
Time: @1:@2 a.m=
Time: @1:@2 p.m=
Time: @1:@2 a.m.=
Time: @1:@2 p.m.=
# 24h Format: hours:minutes
Time: @1:@2=

Expand Down

0 comments on commit 008d160

Please sign in to comment.