Delta-v/Content.Server/Shuttles/Systems
Pieter-Jan Briers 3b791459c7
Refactor FTL time tracking code to fix a UI bug (#26538)
The FTL UI on the shuttle console would reset the FTL progress bar every time you open it. This is because the server only sends "time until completion", not a start/end time. The FTL code now uses a separate start/end time so the exact same progress bar can be preserved.

For convenience, I made a StartEndTime record struct that stores the actual tuple. This is now used by the code and has some helpers.
2024-03-30 12:40:55 +11:00
..
ArrivalsSystem.cs Reduced Warning Count By 130 For Full Rebuilds (#26518) 2024-03-29 16:28:16 +11:00
DockingSystem.Shuttle.cs Fix arrivals not docking on spinning stations (#26033) 2024-03-12 23:57:35 +11:00
DockingSystem.cs Fix drone console docking (#25822) 2024-03-04 16:46:45 +11:00
EmergencyShuttleSystem.Console.cs Fix rounds restarting in the next round (#25856) 2024-03-12 14:54:28 -04:00
EmergencyShuttleSystem.cs Use nav beacon locations for announcements (#26437) 2024-03-28 16:53:18 +11:00
RadarConsoleSystem.cs Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
ShuttleConsoleSystem.Drone.cs Fix drone console docking (#25822) 2024-03-04 16:46:45 +11:00
ShuttleConsoleSystem.FTL.cs Fix exped FTL (#25823) 2024-03-04 17:24:24 +11:00
ShuttleConsoleSystem.cs Refactor FTL time tracking code to fix a UI bug (#26538) 2024-03-30 12:40:55 +11:00
ShuttleSystem.FasterThanLight.cs Refactor FTL time tracking code to fix a UI bug (#26538) 2024-03-30 12:40:55 +11:00
ShuttleSystem.GridFill.cs Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
ShuttleSystem.IFF.cs Remove 700 usages of Component.Owner (#21100) 2023-10-19 12:34:31 -07:00
ShuttleSystem.Impact.cs Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00
ShuttleSystem.cs Refactor FTL time tracking code to fix a UI bug (#26538) 2024-03-30 12:40:55 +11:00
SpaceGarbageSystem.cs Salvage magnet revamp (#23119) 2024-01-04 14:25:32 +11:00
ThrusterSystem.cs Reduced Warning Count By 130 For Full Rebuilds (#26518) 2024-03-29 16:28:16 +11:00