Delta-v/Content.Client/Shuttles/UI
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
..
BaseShuttleControl.xaml Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
BaseShuttleControl.xaml.cs Reduced Warning Count By 130 For Full Rebuilds (#26518) 2024-03-29 16:28:16 +11:00
DockObject.xaml Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
DockObject.xaml.cs Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
DockingScreen.xaml Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
DockingScreen.xaml.cs Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
EmergencyConsoleWindow.xaml Minor UI refactor (#11212) 2022-09-11 20:42:12 -07:00
EmergencyConsoleWindow.xaml.cs Move/Rename stuff (#11209) 2022-09-11 18:56:21 -07:00
IFFConsoleWindow.xaml Move/Rename stuff (#11209) 2022-09-11 18:56:21 -07:00
IFFConsoleWindow.xaml.cs Move/Rename stuff (#11209) 2022-09-11 18:56:21 -07:00
MapScreen.xaml Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
MapScreen.xaml.cs Refactor FTL time tracking code to fix a UI bug (#26538) 2024-03-30 12:40:55 +11:00
NavScreen.xaml Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
NavScreen.xaml.cs Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
RadarConsoleWindow.xaml Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
RadarConsoleWindow.xaml.cs Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
ShuttleConsoleWindow.xaml Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
ShuttleConsoleWindow.xaml.cs Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
ShuttleDockControl.xaml Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
ShuttleDockControl.xaml.cs Fix shuttle console UI scaling (#25807) 2024-03-03 22:35:57 +11:00
ShuttleMapControl.xaml Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
ShuttleMapControl.xaml.cs FTL UIScale fixes (#26305) 2024-03-22 12:57:49 +11:00
ShuttleNavControl.xaml Shuttle console + FTL rework (#24430) 2024-03-03 18:39:19 +11:00
ShuttleNavControl.xaml.cs Fix shuttle IFF drawing (#25821) 2024-03-04 16:15:47 +11:00