Delta-v/Content.Server/Cargo/Components
BarryNorfolk 18592148f7
Add history tab to bounty console (#33932)
* Add struct for holding historical data on cargo bounties

* Add localisation strings for bounty history

* Add new XAML entry for display bounty history

* Expand cargo bounty menu to include tabs

* Ensure station databases hold historical bounty data

* Add to the bounty history when removing one from active

* Feed bounty history into cargo's bounty system

* Move tab title setting to constructor

* Remove redundant access specifications

* Remove un-needed override

* Fixup BountyHistoryEntry backing code

* Fix formatting in CargoBountyMenu

* Reformat BountyHistoryData

* Rework TryRemoveBounty to use new Entity type

* Add Enum for showing bounty results

* Rework look and feel of History tab

* Add visible text when no bounties have been completed yet

* Remove control

* Swap default to null

* Reverse ordering of bounties so last entry comes first

* Remove redundant Visible

* Move enum docs into the enum
2025-01-30 09:27:36 -08:00
..
CargoBountyLabelComponent.cs Allow cargo bounties to be sold off-station (#26469) 2024-03-28 15:06:00 +11:00
CargoPalletComponent.cs Trading Outpost now has half buy-only and half sell-only pallets (#25955) 2024-03-14 10:26:25 +11:00
CargoPalletConsoleComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
CargoSellBlacklistComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
CargoShuttleConsoleComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
MobPriceComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
StackPriceComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
StaticPriceComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
StationBankAccountComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
StationCargoBountyDatabaseComponent.cs Add history tab to bounty console (#33932) 2025-01-30 09:27:36 -08:00
StationCargoOrderDatabaseComponent.cs fix cargo teleporter (#27255) 2024-04-23 22:07:12 +10:00
TradeStationComponent.cs Add trade stations (#23863) 2024-01-19 13:02:28 +11:00