コミット履歴

作者 SHA1 メッセージ 日付
  Robert Adams 13a9a4b653 varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. 11 年 前
  Robert Adams 317c04fe17 VarRegion: change RegionInfo storage of region coordinates from region 11 年 前
  Justin Clark-Casey (justincc) 25889b2d7e change "debug packet" command to "debug lludp packet" to conform with other "debug lludp" options 11 年 前
  Justin Clark-Casey (justincc) 0e8ec5649e Get "show modules" console command to obey selected command line region/s 11 年 前
  Justin Clark-Casey (justincc) 8c8c8a00a4 Fix problem where restarting the currently selected region would stop various console commands (e.g. "show users") from working. 12 年 前
  Justin Clark-Casey (justincc) 61808d148e Fix regression where we stopped closing scenes on simulator exit. 12 年 前
  Melanie faca755995 Stop closing old style modules 12 年 前
  Melanie 8c130bcaf5 Remove the old style module loader and all references to it 12 年 前
  Oren Hurvitz 5dd2569bf7 Added unit tests for multi-region OARs 12 年 前
  Justin Clark-Casey (justincc) 31304c222d Make SceneManager.OnRegionsReadyStatusChange event available. 12 年 前
  Justin Clark-Casey (justincc) eda770e978 Remove unused SceneManager.TryGetAvatarsScene() 13 年 前
  Justin Clark-Casey (justincc) 415b7b7ec4 Implement XMLRPCAdmin command admin_teleport_agent. 13 年 前
  Justin Clark-Casey (justincc) a58f5b2f66 When setting packet level logging via "debug packet", apply to all clients, not just root ones. 13 年 前
  Dan Lake b8d50b10fb Rename ForEachAvatar back to ForEachScenePresence. The other changes 13 年 前
  Dan Lake 94dc7d07eb Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to 13 年 前
  Dan Lake b98613091c Added new ForEachRootScenePresence to Scene since almost every delegate passed to ForEachScenePresence checks for !IsChildAgent first. It consolidates child and root handling for coming refactors. 13 年 前
  Justin Clark-Casey (justincc) aeb4ff0274 Allow an avatar to be explicitly named to the "debug packet" command 13 年 前
  Justin Clark-Casey (justincc) 120114e96b refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter without a getter 13 年 前
  Mic Bowman 384cb79a1a Merge branch 'master' into bulletsim 13 年 前
  Robert Adams fef73a1a10 BulletSim: add runtime setting of physics parameters. Update default values. 13 年 前
  Justin Clark-Casey (justincc) 76f46b2545 Do proper locking of m_localScenes list in SceneManager 13 年 前
  Justin Clark-Casey (justincc) ab875b32c1 Make console backup command do a forced backup rather than non-forced 14 年 前
  Dan Lake 62e0b53ca4 Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files. 14 年 前
  Dan Lake 859bc717a4 Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>). 14 年 前
  Dan Lake 73e9b0be72 Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminating option to return the actual list. Callers can now either request a copy of the array as a new List or ask the SceneGraph to call a delegate function on every ScenePresence. Iteration and locking of the ScenePresences now takes place only within the SceneGraph class. 14 年 前
  Justin Clark-Casey (justincc) 1c68ad2bba remove references to OpenSim.Framework.Commuications.Tests.dll since all relevant test code has been obsoleted 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. 15 年 前
  Justin Clark-Casey (justincc) 88ead9ee63 pass all command parameters to load/save oar, not just the filename 15 年 前
  John Hurliman 588361e2a2 Experimental change to use an immutable array for iterating ScenePresences, avoiding locking and copying the list each time it is accessed 15 年 前
  Melanie 31d8cec0f8 Merge branch 'master' into diva-textures 15 年 前