Delta-v/Content.Server/AI/Utility/Considerations
DrSmugleaf 02bca4c0d8
Damage rework (#2525)
* Make damage work through messages and events, make destructible not inherit ruinable or reference damageable

* Copy sound logic to destructible component for now

* Fix typo

* Fix prototype error

* Remove breakable component damageable reference

* Remove breakable construction reference

* Remove ruinable component

* Move thresholds to individual components and away from damageable

* Add threshold property to damageable component code

* Add thresholds to destructible component, add states to damageable, remove damage container, fix up mob states

* Being alive isn't normal

* Fix not reading the id

* Merge fixes

* YAML fixes

* Grammar moment

* Remove unnecessary dependency

* Update thresholds doc

* Change naming of thresholds to states in MobStateComponent

* Being alive is once again normal

* Make DamageState a byte

* Bring out classes structs and enums from DestructibleComponent

* Add test for destructible thresholds

* Merge fixes

* More merge fixes and fix rejuvenate test

* Remove IMobState.IsConscious

* More merge fixes someone please god review this shit already

* Fix rejuvenate test

* Update outdated destructible in YAML

* Fix repeatedly entering the current state

* Fix repeatedly entering the current state, add Threshold.TriggersOnce and expand test

* Update saltern
2020-12-07 14:52:55 +01:00
..
ActionBlocker Moved interaction interfaces from Server to Shared. 2020-07-18 22:51:56 -07:00
Clothing Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Combat Damage rework (#2525) 2020-12-07 14:52:55 +01:00
Containers Updated ContainerHelpers to use new extensions (#2530) 2020-11-13 18:25:04 +11:00
Hands Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Inventory Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Movement Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Nutrition Fix AI con crashes (#2119) 2020-09-22 14:28:37 +02:00
State Fix AI shutting storage crash (#1344) 2020-07-10 17:27:36 +02:00
Consideration.cs More FloatMath -> MathHelper from merge. 2020-08-20 20:34:32 +02:00
ConsiderationsManager.cs Use 'new' expression in places where the type is evident for content (#2590) 2020-11-27 21:00:49 +11:00
DummyCon.cs Refactor AI considerations (#1278) 2020-07-08 01:37:35 +02:00