OpenSimMirror/OpenSim/Region/UserStatistics
Justin Clark-Casey (justincc) 97d084c9f5 Stop warning about no session from ViewerStats if user teleports to another region in the same simulator that was not next to the source region.
This was because teleporting to the new region invoked the new session setup code before the agent was removed from the old region, which then invoked the session teardown code.
Now, we only invoke the teardown code if the region ID occupied by the agent being removed is the same as the one registered for the current session.
2012-07-19 01:00:33 +01:00
..
ActiveConnectionsAJAX.cs 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>). 2010-03-19 15:16:35 -07:00
Clients_report.cs This changeset is the step 1 of 2 in refactoring 2009-02-06 16:55:34 +00:00
Default_Report.cs * Updated C# WebServer to the latest available source download (r19869) and applied a few mods from the old version (now up on opensim-libs (VS 3.5 project). 2009-07-21 06:47:29 +00:00
HTMLUtil.cs Formatting cleanup. 2009-06-10 04:28:56 +00:00
IStatsReport.cs * Added a client version report. 2009-01-07 03:40:13 +00:00
LogLinesAJAX.cs Formatting cleanup. 2009-06-10 04:28:56 +00:00
Prototype_distributor.cs * Added a client version report. 2009-01-07 03:40:13 +00:00
Sessions_Report.cs minor: remove mono compiler warning 2009-01-09 21:15:34 +00:00
SimStatsAJAX.cs This changeset is the step 1 of 2 in refactoring 2009-02-06 16:55:34 +00:00
Updater_distributor.cs * Added a client version report. 2009-01-07 03:40:13 +00:00
WebStatsModule.cs Stop warning about no session from ViewerStats if user teleports to another region in the same simulator that was not next to the source region. 2012-07-19 01:00:33 +01:00