Commit History

Автор SHA1 Съобщение Дата
  Diva Canto 847c01f406 Amend Justin's last commit regarding the new config var ServiceVersion. The section may not exist at all. преди 11 години
  Justin Clark-Casey (justincc) 54b1071556 Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be manually forced in a new [SimulationService] config setting. преди 11 години
  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) преди 11 години
  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. преди 11 години
  Diva Canto 3891a8946b New Teleport protocol (V2), still compatible with V1 and older. (version of the destination is being checked) преди 11 години
  Diva Canto b4f1b9acf6 Guard against unauthorized agent deletes. преди 11 години
  Diva Canto 931eb892d9 Deleted GET agent all around. Not used. преди 11 години
  Justin Clark-Casey (justincc) 3bc8cf65a4 Where this is not already happening, trigger asychoronous calls to CloseChildAgent() above the LocalSimulationConnector level. преди 11 години
  Justin Clark-Casey (justincc) 5751ecde52 Add code for testing event queue messages recevied on region cross. преди 11 години
  Diva Canto 922425a205 Last 27 modules' directives (service connectors out). преди 12 години
  Melanie 0d15a6a01f Remove any mention of IRegionModule from region names and comments to aid преди 12 години
  Justin Clark-Casey (justincc) bcbd450fe4 Add --force flag to "kick user" console command to allow bypassing of recent race condition checks. преди 12 години
  Justin Clark-Casey (justincc) a4551b027b Removing unused handling of incoming create object by userID and itemID only. преди 12 години
  Justin Clark-Casey (justincc) 38ce9d45a5 Make ISimulationScene.GetScene() used the more efficient region id for lookup rather than the region handle. преди 12 години
  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. преди 12 години
  Justin Clark-Casey (justincc) cb6791fb30 Tweak log messages on local region to region teleport path to help with problem resolution. преди 12 години
  Melanie 1dfc990264 Add a position parameter to region crossing of objects. This avoids the преди 12 години
  Justin Clark-Casey (justincc) 2206e2fc96 Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCreateChildAgent" message преди 13 години
  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. преди 13 години
  Melanie 918c12c965 Change the QUERYACCESS method to eliminate spurious access denied messages преди 13 години
  Mic Bowman cf24069227 Change UpdateAgent (for changes in agent position) to be sent преди 13 години
  Melanie 188d86998d Fix up QueryAccess to also check parcels преди 13 години
  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. преди 13 години
  Melanie 4df1d25d23 Plumb a code path for the entity transfer module to ask a destination scene преди 13 години
  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. преди 14 години
  John Hurliman 01218093a6 * Typo fixes преди 14 години
  Diva Canto 4ac3c0e81b Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects too. преди 14 години
  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. преди 14 години
  Diva Canto e90a5895ad Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_SimulationService, because it may be null... преди 14 години
  Diva Canto 66920a9047 Fixed more appearance woes that showed up using remote connectors. Appearance is now being passed with AgentCircuitData, as it should be. преди 14 години