コミット履歴

作者 SHA1 メッセージ 日付
  Robert Adams 4c362a83f9 Merge branch 'master' into varregion 10 年 前
  Justin Clark-Casey (justincc) 2cf7478b9a Merge branch 'justincc-master' 10 年 前
  Justin Clark-Casey (justincc) 8e72b53edc Stop exceptions being generated on agent connection if a telehub object has been deleted or has no spawn points. 10 年 前
  Robert Adams f127e4b4ee Merge branch 'master' into varregion 10 年 前
  Justin Clark-Casey (justincc) 1a8b56fa87 Merge branch 'justincc-master' 10 年 前
  Justin Clark-Casey (justincc) e99a7d879e Remove old IInterRegionComms and references. This hasn't been used since 2009 and was superseded by ISimulationService 10 年 前
  Robert Adams 7e32313a49 varregion: Add region size to teleport event messages (EnableSimulator, 11 年 前
  Robert Adams 9984ecf862 varregion: Add region size to teleport event messages (EnableSimulator, 11 年 前
  Robert Adams 2d2bea4aa7 varregion: many more updates removing the constant RegionSize and replacing 11 年 前
  Robert Adams b40b57776b varregion: remove unused Scene.HaveNeighbor routine. Its computation 11 年 前
  Robert Adams 13a9a4b653 varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. 11 年 前
  Robert Adams 6cd0d7a62b varregion: Add MaxRegionSize constant and enforce in RegionInfo. 11 年 前
  Robert Adams beeec1c467 varregion: elimination of Constants.RegionSize from all over OpenSimulator. 11 年 前
  Robert Adams cd1a23fc14 varregion: remove uses of region size constant. In particular, update scene 11 年 前
  Robert Adams ff5885ab23 varregion: push TerrainData implementation up and down the database storage stack. 11 年 前
  Robert Adams 7416809077 varregion: plug in TerrainData class and modify TerrainModule and LLClientView to use same. This passes a terrain info class around rather than passing a one dimensional array thus allowing variable regions. Update the database storage for variable region sizes. This should be downward compatible (same format for 256x256 regions). 11 年 前
  Robert Adams 8c1d80fdfd varregion: serious rework of TerrainChannel: 11 年 前
  Robert Adams 317c04fe17 VarRegion: change RegionInfo storage of region coordinates from region 11 年 前
  Justin Clark-Casey (justincc) 2cd95fac73 refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in the code that this is symmetric with CloseAgent() 11 年 前
  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. 11 年 前
  Justin Clark-Casey (justincc) 32ddfc2740 Reinsert client.SceneAgent checks into LLUDPServer.HandleCompleteMovementIntoRegion() to fix race condition regression in commit 7dbc93c (Wed Sep 18 21:41:51 2013 +0100) 11 年 前
  Justin Clark-Casey (justincc) c6dea6ee78 Change some message log levels in Scene.IncomingUpdateChildAgent() for debugging purposes 11 年 前
  Justin Clark-Casey (justincc) 3a9a8d2113 Revert "Also check user authorization if looking to upgrade from a child to a root agent." 11 年 前
  Justin Clark-Casey (justincc) 83c113896e Create regression TestCrossOnSameSimulatorNoRootDestPerm() to check that avatars are not allowed to cross into a neighbour where they are not authorized, even if a child agent was allowed. 11 年 前
  Justin Clark-Casey (justincc) ddcbd4bb7d refactor: rename *ChildAgentDataUpdate() methods to *UpdateChildAgent() 11 年 前
  Justin Clark-Casey (justincc) 3ce46adb2a minor: Make log message when Scene.IncomingChildAgentDateUpdate() more explicit that there is a problem if it still finds the agent to be a child if the sender wanted to wait till it became root 11 年 前
  Diva Canto 04619a9b13 Restore group membership check for HG users in QueryAccess. 11 年 前
  Justin Clark-Casey (justincc) c7ded0618c Also check user authorization if looking to upgrade from a child to a root agent. 11 年 前
  Justin Clark-Casey (justincc) 5f0d54c209 For a Hypergrid user, delay estate access checks until NewUserConnection() so that they work. 11 年 前
  Justin Clark-Casey (justincc) 857f24a5e2 Fix bug where users teleporting to non-neighbour regions could continue to hear chat from their source region for some time after teleport completion. 11 年 前