mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-23 21:05:21 +00:00
Deployment and NTU (#510)
* moved deployment state management and ntu management into vehicle control agency; resource silos need coordinates * compartmentalization of ntu behavior; end-of-life vehicle behavior; initial state of ntu behavior vehicle during zone loading * warp gates now have specific ntu granting powers; resource silos have specific ntu acceptance powers; users are forced to process set current avatar at least once during the interim period * compartmentalized the process of transferring ntu; the ant sends messages to the warp gate and the warp gate responds; the ant sends messages to the resource silo, the silo responds, and then the ant returns a second response; the matter of ntu transferrence was refactored for future accessibility for the bfr siphon * refactor to single basic transfer behavior out from ant ntu transfer behavior; adding behavior to warp gates and silos * rebase onto master merge * correcting tests; eliminating redundancies in end of life of deployed vehicles by patching a match case * ntu low moved to a function * fixing test (order of messages) * rebase merge resolutions
This commit is contained in:
parent
e0defe8240
commit
4cc8278f2f
41 changed files with 1295 additions and 994 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (c) 2017 PSForever
|
||||
package objects
|
||||
|
||||
import akka.actor.{Actor, ActorRef, Props}
|
||||
import akka.actor.{Actor, Props}
|
||||
import base.ActorTest
|
||||
import net.psforever.objects._
|
||||
import net.psforever.objects.serverobject.terminals.Terminal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue