커밋 기록

작성자 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 년 전