aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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