Historique des commits

Auteur SHA1 Message Date
  Diva Canto 847c01f406 Amend Justin's last commit regarding the new config var ServiceVersion. The section may not exist at all. il y a 11 ans
  Justin Clark-Casey (justincc) 54b1071556 Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be manually forced in a new [SimulationService] config setting. il y a 11 ans
  Justin Clark-Casey (justincc) ba9daf849e Fix regression from 056a6ee7 because the RemoteSimulationConnector uses a copy of the LocalSimulationConnector but never initializes it (hence ServiceVersion was never set) il y a 11 ans
  Justin Clark-Casey (justincc) 056a6ee765 Fix regression tests relating to agent transfer by making simulator use last week's SIMULATOR/0.1 protocol for now. il y a 11 ans
  Diva Canto 3891a8946b New Teleport protocol (V2), still compatible with V1 and older. (version of the destination is being checked) il y a 11 ans
  Diva Canto b4f1b9acf6 Guard against unauthorized agent deletes. il y a 11 ans
  Diva Canto 931eb892d9 Deleted GET agent all around. Not used. il y a 11 ans
  Justin Clark-Casey (justincc) 3bc8cf65a4 Where this is not already happening, trigger asychoronous calls to CloseChildAgent() above the LocalSimulationConnector level. il y a 11 ans
  Justin Clark-Casey (justincc) 5751ecde52 Add code for testing event queue messages recevied on region cross. il y a 11 ans
  Diva Canto 922425a205 Last 27 modules' directives (service connectors out). il y a 12 ans
  Melanie 0d15a6a01f Remove any mention of IRegionModule from region names and comments to aid il y a 12 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) a4551b027b Removing unused handling of incoming create object by userID and itemID only. il y a 12 ans
  Justin Clark-Casey (justincc) 38ce9d45a5 Make ISimulationScene.GetScene() used the more efficient region id for lookup rather than the region handle. il y a 12 ans
  Justin Clark-Casey (justincc) 459c7635af If an agent is still registered as 'in transit' by the source region, don't allow an immediate teleport back. il y a 12 ans
  Justin Clark-Casey (justincc) cb6791fb30 Tweak log messages on local region to region teleport path to help with problem resolution. il y a 12 ans
  Melanie 1dfc990264 Add a position parameter to region crossing of objects. This avoids the il y a 12 ans
  Justin Clark-Casey (justincc) 2206e2fc96 Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCreateChildAgent" message il y a 13 ans
  Diva Canto 9892e115cc Fatpack message on agent transfers: 1 message only (UpdateAgent) containing the agent and all attachments. Preserves backwards compatibility -- older sims get passed attachments one by one. Meaning that I finally introduced versioning in the simulation service. il y a 13 ans
  Melanie 918c12c965 Change the QUERYACCESS method to eliminate spurious access denied messages il y a 13 ans
  Mic Bowman cf24069227 Change UpdateAgent (for changes in agent position) to be sent il y a 13 ans
  Melanie 188d86998d Fix up QueryAccess to also check parcels il y a 13 ans
  Diva Canto 52f88f5739 Spawn a threadlet upon receiving requests to close agents. The operation may take too long, and we don't need to keep the caller waiting. il y a 13 ans
  Melanie 4df1d25d23 Plumb a code path for the entity transfer module to ask a destination scene il y a 13 ans
  Diva Canto 45ef3e9987 Get the local inner simulation service object to the handler so that there is no possibility of cascading requests when failures happen. il y a 14 ans
  John Hurliman 01218093a6 * Typo fixes il y a 14 ans
  Diva Canto 4ac3c0e81b Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects too. il y a 14 ans
  Diva Canto f1c30784ac * General cleanup of Teleports, Crossings and Child agents. They are now in the new AgentTransferModule, in line with what MW started implementing back in May -- ITeleportModule. This has been renamed IAgentTransferModule, to be more generic. il y a 14 ans
  Diva Canto e90a5895ad Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_SimulationService, because it may be null... il y a 14 ans
  Diva Canto 66920a9047 Fixed more appearance woes that showed up using remote connectors. Appearance is now being passed with AgentCircuitData, as it should be. il y a 14 ans