Delta-v/Content.Server/Cargo/Systems
nikthechampiongr e7b7e2270d
Fix bounties(and potentially other things) running out of ids (#32700)
* Make NameIdentifier Ids get refreshed after round restarts

Before this commit the existing values would just get shuffled.
This means that eventually the server would run out of ids to give to
new entities for different groups. As a result everything would get id 0

* Comply with what seemingly is the convention for sawmills

* Make it impossible to insert a bounty with a duplicate id

* Reduce duplication

* Remove unused sawmill

* Fix rustbrain and skill issue

* Aaaa

* Apply suggestions from code review

---------

Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
2024-10-10 16:35:35 +02:00
..
CargoSystem.Bounty.cs Fix bounties(and potentially other things) running out of ids (#32700) 2024-10-10 16:35:35 +02:00
CargoSystem.Orders.cs feat: now when research is unlocked in console, approver of reasearch is radio-ed too (#31170) 2024-09-03 23:01:38 +10:00
CargoSystem.Shuttle.cs Remove always false checks (#31708) 2024-09-01 12:45:01 +02:00
CargoSystem.Telepad.cs Power stuff (#31314) 2024-08-25 22:18:42 +10:00
CargoSystem.cs feat: now when research is unlocked in console, approver of reasearch is radio-ed too (#31170) 2024-09-03 23:01:38 +10:00
PriceGunSystem.cs Predict appraisal tool verb! (#32496) 2024-09-28 14:40:24 +10:00
PricingSystem.cs Replace instances of SolutionContainerSystem with SharedSolutionContainerSystem (#30084) 2024-09-02 13:26:04 +02:00