aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-02Change handler001 through handler009 to moreCharles Krinke1-32/+32
2008-02-22* Converted the last of the events to the private delegate instance method to...Teravus Ovares1-18/+32
2008-02-20* Cleanup of some memory consuming items on ScenePresence.Close().Teravus Ovares1-8/+18
2008-02-16Some changes to remove some of the direct calls to CommsManager from Scene, s...MW1-0/+40
2008-02-11* um, Prim crossings? Experimental.Teravus Ovares1-5/+14
2008-02-05Converted logging to use log4net.Jeff Ames1-17/+19
2008-01-26* Added a try/catch handler around childdataupdates because the enumeration i...Teravus Ovares1-10/+17
2008-01-22* Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares1-16/+17
2008-01-21* Shutting down child agents properly in neighbor regions.Teravus Ovares1-12/+52
2008-01-20Graceful failure of teleport to unavailable regions might actually work now.Brian McBee1-2/+14
2008-01-20Check if remote simulator is up before attempting teleport. Teleport to a rem...Brian McBee1-4/+10
2008-01-19checking return code may make failed teleports fail more gracefully.Brian McBee1-17/+19
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
2007-12-27* Optimized usingslbsa711-36/+36
2007-12-20* Added a configuration parameter on the Grid Server to disallow forceful ban...Teravus Ovares1-0/+9
2007-12-12* Temporarily sisabled neighbour cache for regions in the SceneCommunicationS...Teravus Ovares1-0/+5
2007-12-11added copyright noticesJeff Ames1-1/+29
2007-12-10* Added comments to many methods in the listed files.Teravus Ovares1-4/+19
2007-12-10* More refactoring to prepare for draw distance based agent sim notification.Teravus Ovares1-5/+15
2007-12-10* Hooked up the GridComm event ChildDataUpdate to the scene.Teravus Ovares1-0/+43
2007-12-04keeping opensim safe for children -- made some namespace references less expl...Jeff Ames1-12/+0
2007-11-29* Added a 50 second restart notify timer that gets reset when new regions com...Teravus Ovares1-1/+5
2007-11-29* Locking on local scope variable does not make sense - every thread will hav...lbsa711-28/+22
2007-11-29Changed to doing only 1 request to the grid server from main map. Hopefully w...Brian McBee1-9/+1
2007-11-29* Fixed about 7 issues with restarting sims and resolved interRegion comms is...Teravus Ovares1-5/+51
2007-11-28* Restaring the sim works fine in grid mode now. Sims announce themselves to...Teravus Ovares1-1/+13
2007-11-27Fixed bug, where the clients in a region weren't told to kill a user's avatar...MW1-0/+9
2007-11-27Fixed an event in the events chain in inter-region communications.Teravus Ovares1-2/+29
2007-11-26MainMap workaround. Map still does not fill in automatically, but one click o...Brian McBee1-1/+9
2007-11-26* Restarting regions with the estate tools works in sandbox mode. I'm still ...Teravus Ovares1-6/+27
2007-11-25* Added the ability to restart your individual sims from within them using th...Teravus Ovares1-0/+14
2007-11-21* Did some initial work for prim crossing. Just glue so far.Teravus Ovares1-0/+18
2007-11-16More cleaning up when deleting regions from a instance. NOTE: IGridServices.D...MW1-1/+1
2007-11-05Started to cleanup/close down childagent connections when a user teleports. ...MW1-7/+30
2007-11-05removed duplicated BOMsJeff Ames1-1/+1
2007-11-04Some more refactoringMW1-3/+4
2007-11-04normalized line endingsJeff Ames1-212/+212
2007-11-03First part of Scene refactoring:MW1-0/+212