aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-31* Implements UserServer logoff in a few situationsTeravus Ovares1-0/+13
2008-05-29Mantis#1411. Thank you kindly for Dataserver.cs and a patchCharles Krinke1-0/+5
2008-05-16Formatting cleanup.Jeff Ames1-30/+30
2008-05-14From: Dr Schofield <hud@zurich.ibm.com>Justin Clarke Casey1-2/+2
2008-05-14Formatting cleanup.Jeff Ames1-2/+3
2008-05-13* Implemented ChildAgentDataUpdate throttle multiplier based on an inaccurate...Teravus Ovares1-0/+7
2008-05-12* If a region running in grid mode fails to login to the grid service, startu...Justin Clarke Casey1-0/+5
2008-05-01* Rolled back a few changes.Adam Frisby1-265/+269
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-269/+265
2008-05-01* Assorted spring cleanings.Adam Frisby1-1/+2
2008-04-26* Ooops, attachments now teleport/cross region borders along with your avatar...Teravus Ovares1-0/+2
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-3/+4
2008-03-30This update has good news and bad news, first the bad.Teravus Ovares1-5/+11
2008-03-25* Massaging CAPS setup/teardown log messagesJustin Clarke Casey1-1/+1
2008-03-25* Print out the exception stacks of resolution failures, temporarilyJustin Clarke Casey1-2/+3
2008-03-25* Temporary hack to swallow neighbour contact problems on startup (in respons...Justin Clarke Casey1-1/+4
2008-03-25* Tear down CAPS and http handlers when an agent leaves a region (via crossin...Justin Clarke Casey1-1/+10
2008-03-23* Start passing around a region server's http port in RegionInfo.Justin Clarke Casey1-1/+2
2008-03-22* Miscellaneous comment before I found out that mantis 807 probably isn't an ...Justin Clarke Casey1-2/+6
2008-03-22* Catch the occasional resolution exception that comes out of SceneCommunicat...Justin Clarke Casey1-3/+20
2008-03-20* First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey1-2/+6
2008-03-20Another poxy patch which consists mainly of logging changes (some already com...Justin Clarke Casey1-2/+1
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
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