Historique des commits

Auteur SHA1 Message Date
  Justin Clark-Casey (justincc) 3ffd90496a Prevent duplicate invocations or race dontision in SP.CompleteMovement() il y a 10 ans
  Justin Clark-Casey (justincc) 2cd95fac73 refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in the code that this is symmetric with CloseAgent() il y a 11 ans
  Justin Clark-Casey (justincc) b16bc7b01c refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make it clear that all non-clientstack callers should be using this rather than RemoveClient() in order to step through the ScenePresence state machine properly. il y a 11 ans
  Justin Clark-Casey (justincc) 840be97e40 Fix failure in TestCreateDuplicateRootScenePresence(). il y a 11 ans
  Justin Clark-Casey (justincc) 8960418e7d Add regression test for presence crossing between regions on the same simulator. il y a 11 ans
  Justin Clark-Casey (justincc) bcbd450fe4 Add --force flag to "kick user" console command to allow bypassing of recent race condition checks. il y a 12 ans
  Justin Clark-Casey (justincc) e9a121e1b2 Add TestCreateDuplicateRootScenePresence() regression test. il y a 12 ans
  Justin Clark-Casey (justincc) c0ab406e2e Add basic TestCreateRootScenePresence() regression test il y a 12 ans
  Justin Clark-Casey (justincc) 30f4a33f01 Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTeleport() if an agent needs closing. il y a 12 ans
  Justin Clark-Casey (justincc) 9d2e1c67a8 Add regression test for teleporting between neighbouring regions on the same simulator il y a 12 ans
  Justin Clark-Casey (justincc) 07e62df558 Add regression test for teleporting an agent between separated regions on the same simulator. il y a 12 ans
  Justin Clark-Casey (justincc) 9b762a5a84 Only look for an uploaded transactional asset in Scene.UpdateTaskInventory if we have been passed a non-zero transaction ID. il y a 12 ans
  Justin Clark-Casey (justincc) a82aea53f8 Split up test SceneHelpers to provide an AddChildScenePresence() call il y a 13 ans
  Justin Clark-Casey (justincc) a4d82895be Remove T012_TestAddNeighbourRegion() and T013_TestRemoveNeighbourRegion() since they don't do anything useful. il y a 13 ans
  Justin Clark-Casey (justincc) 3852f05e6e Extend TestCreateChildScenePresence to make assertions both at CreateAgent stage and then at Scene.AddClient() il y a 13 ans
  Justin Clark-Casey (justincc) 4919c60560 Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence() il y a 13 ans
  Justin Clark-Casey (justincc) c934901a05 Use GetAgentCircuits() to receive a copy of the AgentCircuitsByUUID dictionary rather than AgentCircuitManager.AgentCircuits directly in "show circuits" to avoid enumeration exceptions il y a 13 ans
  Justin Clark-Casey (justincc) aac3f2d04e Add agent circuit number checks to TestCloseAgent() il y a 13 ans
  Dan Lake 4b46b7a5ad Fixed line endings from previous commit il y a 13 ans
  Dan Lake 4748c19bdb Refactored "known child region" in ScenePresence. There were 4 different il y a 13 ans
  Justin Clark-Casey (justincc) 899d109e82 get rid of appearance null checks - this is never null il y a 13 ans
  Justin Clark-Casey (justincc) c1a34cd8da Don't try to save changed attachment states when an NPC with attachments is removed from the scene. il y a 13 ans
  Justin Clark-Casey (justincc) eec54adac5 remove some obsolete tests that are now done elsewhere il y a 13 ans
  Justin Clark-Casey (justincc) e37f8cf902 Add a test to check that ScenePresence and circuit go away when a root agent is closed down il y a 13 ans
  Justin Clark-Casey (justincc) 85e07c78fb refactor: Change SceneHelpers.AddClient() to AddScenePresence(). il y a 13 ans
  Justin Clark-Casey (justincc) 83ba35a26b rip out sog generation methods in ScenePresenceAgentTests and use SceneHelpers instead il y a 13 ans