fish-station/Content.Server/GameObjects/Components
Acruid 8b593d28c6 AI Wander & Barker (#286)
* Retrofit the AI system with new IoC features.
Fixed bug with turret rotation.

* Added new AI WanderProcessor, and it works.

* RNG walking directions are a bit more random now.

* Wander now actually uses the MoverSystem to move.
Wander now talks when he reaches his destination.

* Adds a new Static Barker AI for vending machines, so that they periodically advertise their brand.

* Barker now says some generic slogans.
Misc bug cleanup.

* Removed useless UsedImplicitly attribute from AI dependencies, suppressed unused variable warnings instead.
2019-08-10 14:19:52 +02:00
..
Chemistry Use automatic component registration. 2019-07-31 15:07:54 +02:00
Construction Use automatic component registration. 2019-07-31 15:07:54 +02:00
Damage Use automatic component registration. 2019-07-31 15:07:54 +02:00
Doors Use automatic component registration. 2019-07-31 15:07:54 +02:00
Explosion Use automatic component registration. 2019-07-31 15:07:54 +02:00
GUI Fixed HandsGui and added an icon to access worn inventories (#279) 2019-08-01 01:38:24 +02:00
Healing Use automatic component registration. 2019-07-31 15:07:54 +02:00
Interactable Use automatic component registration. 2019-07-31 15:07:54 +02:00
Items Fixed HandsGui and added an icon to access worn inventories (#279) 2019-08-01 01:38:24 +02:00
Markers Use automatic component registration. 2019-07-31 15:07:54 +02:00
Mobs Use automatic component registration. 2019-07-31 15:07:54 +02:00
Movement AI Wander & Barker (#286) 2019-08-10 14:19:52 +02:00
Power Use automatic component registration. 2019-07-31 15:07:54 +02:00
Projectiles Use automatic component registration. 2019-07-31 15:07:54 +02:00
Research Use automatic component registration. 2019-07-31 15:07:54 +02:00
Sound Use automatic component registration. 2019-07-31 15:07:54 +02:00
Stack Use automatic component registration. 2019-07-31 15:07:54 +02:00
Temperature Use automatic component registration. 2019-07-31 15:07:54 +02:00
Trigger/TimerTrigger Use automatic component registration. 2019-07-31 15:07:54 +02:00
Weapon Use automatic component registration. 2019-07-31 15:07:54 +02:00
CatwalkComponent.cs Use automatic component registration. 2019-07-31 15:07:54 +02:00
PlaceableSurfaceComponent.cs Use automatic component registration. 2019-07-31 15:07:54 +02:00