PSF-LoginServer/common/src/test/scala/objects
Jakob Gillich 3345e56b38 Building persistence
Buildings will now persist their faction in the database. At least
that's what I want you to believe this change is.

What it actually is: A rework of InterstellarCluster and groundwork
for further reworks.

InterstellarClusterService: This is the old InterstellarCluster, but
as a service (it has always been one in secret). It was converted to
a typed actor and it now handles all spawn point requests.

ZoneActor: Basically ZoneControl, but as a typed actor. It's more of a
stub right now, the eventual goal is to have it own the `Zone` object
rather than the other way around.

BuildingActor: BuildingControl, but as a typed actor.

Also includes some minor improvements to ChatActor and sets
SupervisorStrategy.restart for all typed actors (which is the default
for classic actors, but not for typed actors - we may want to get more
sophisticated here in the future).
2020-08-22 16:19:13 +02:00
..
guidtask Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
number Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
terminal Building persistence 2020-08-22 16:19:13 +02:00
AvatarTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
BuildingTest.scala Building persistence 2020-08-22 16:19:13 +02:00
CertificationTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
ContainerTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
ConverterTest.scala Maelstrom (#520) 2020-07-28 00:02:43 -04:00
DamageableTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
DamageModelTests.scala Maelstrom (#520) 2020-07-28 00:02:43 -04:00
DefaultTest.scala Interim 2 (#477) 2020-05-30 12:28:10 -04:00
DeployableTest.scala Deployment and NTU (#510) 2020-07-14 14:13:18 -04:00
DeployableToolboxTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
DeploymentTest.scala Deployment and NTU (#510) 2020-07-14 14:13:18 -04:00
DoorTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
EntityTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
EquipmentSlotTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
EquipmentTest.scala Deployment and NTU (#510) 2020-07-14 14:13:18 -04:00
ExoSuitTest.scala Deployment and NTU (#510) 2020-07-14 14:13:18 -04:00
FacilityTurretTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
FactionAffinityTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
FireModeTest.scala Maelstrom (#520) 2020-07-28 00:02:43 -04:00
GeneratorTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
IFFLockTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
ImplantTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
InventoryTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
LoadoutTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
LockerTest.scala Interim 2 (#477) 2020-05-30 12:28:10 -04:00
MountableTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
PlayerControlTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
PlayerTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
ProjectileTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
RepairableTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
ResourceSiloTest.scala Building persistence 2020-08-22 16:19:13 +02:00
ServerObjectBuilderTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
SpawnTubeTest.scala Interim 2 (#477) 2020-05-30 12:28:10 -04:00
UtilityTest.scala Deployment and NTU (#510) 2020-07-14 14:13:18 -04:00
VehicleSpawnPadTest.scala Interim 2 (#477) 2020-05-30 12:28:10 -04:00
VehicleTest.scala Building persistence 2020-08-22 16:19:13 +02:00
VitalityTest.scala Persistence #1 featuring quill (#508) 2020-07-13 23:54:05 -04:00
ZoneTest.scala Building persistence 2020-08-22 16:19:13 +02:00