Commit History

作者 SHA1 備註 提交日期
  Diva Canto aae29c0ee2 Further tweaks on TPs: not sending the callback URL and instead waiting 15sec before closing the agent. This seems to be working fairly well. The viewer seems to have an 8 sec delay between UseCircuitCode and CompleteMovement. 11 年之前
  Justin Clark-Casey (justincc) 1b1f0a2d77 OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather than scanning all scene for the presence with the right id 12 年之前
  Justin Clark-Casey (justincc) 8c7149063b In PresenceDetector.OnConnectionClose(), use the IsChildAgent check already available on IClientAPI.SceneAgent rather than retrieving it again by scanning all scenes. 12 年之前
  Justin Clark-Casey (justincc) 59157d9d63 Add simple login test with online friends. Add IFriendsModule.GrantRights() for granting rights via a module call. 12 年之前
  Justin Clark-Casey (justincc) 014cd4f8bb remove mono compiler warnings 13 年之前
  Justin Clark-Casey (justincc) cace6eaa8a comment out some of the currently less useful debug log messages 13 年之前
  Justin Clark-Casey (justincc) bcd784b316 for now, comment out some older or redundant log debug lines to make diagnostics easier 14 年之前
  Diva Canto a58859a0d4 GridUserService in place. Replaces the contrived concept of storing user's home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. 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 年之前
  Diva Canto f4c165afe7 Bug fix: store correct position information upon logout. Fixes mantis #4608 14 年之前
  Diva Canto 4dd523b45d * Changed IPresenceService Logout, so that it takes a position and a lookat 14 年之前
  Diva Canto 43691e8270 Added some more log messages. This is beginning to work. 14 年之前
  Diva Canto ad8ee18090 First pass at the local connector for presence. No cache yet. Just the connector to the local service and a presence detector object. 14 年之前