aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)1-1/+1
2013-07-08For stat purposes, add names to capability request handlers where these were ...Justin Clark-Casey (justincc)1-3/+3
2013-05-30minor: fix warnings in GodsModule that were due to duplicate using statementsJustin Clark-Casey (justincc)1-11/+7
2013-04-24Make the kicked user's avie truly disappear when it's god-kicked.Diva Canto1-2/+1
2013-04-25Make the kicked user's avie truly disappear when it's god-kicked.Diva Canto1-2/+1
2013-04-25Commit Avination's God Kick feature.Melanie1-62/+137
2013-04-25Gods module cleanupMelanie1-10/+0
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-1/+1
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-10One more module converted: GodsModule.Diva Canto1-19/+49
2012-11-06To keep things consistent allowing an UnregisterModuleInterface... Force the...teravus1-5/+13
2012-10-07Fix merge issuesMelanie1-1/+1
2012-09-16Make the agent being kicked a child agent first so there won't be a ghostMelanie1-1/+2
2011-12-05Adapt GodsModule to core changesMelanie1-2/+2
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-6/+4
2011-10-27Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake1-2/+2
2011-01-14Implement nonlocal god kicks and freezesMelanie1-4/+35
2011-01-13Implement kicking, freezing and unfreezing users in the same sim viaMelanie1-58/+117
2010-09-12Formatting cleanup.Jeff Ames1-3/+3
2010-07-30remove gods event subscription to gods module from sceneJustin Clark-Casey (justincc)1-0/+13
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-24/+4
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-24/+4
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-4/+24
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-1/+1
2009-11-27Implement god mode user freezing and unfreezingJustin Clark-Casey (justincc)1-27/+44
2009-10-26* Switched all operations on the list of clients that could be either sync or...John Hurliman1-1/+1
2009-10-13* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman1-7/+11
2009-10-01Formatting cleanup.Jeff Ames1-3/+3
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-14* Commit a variety of fixes to bugs discovered while trying to fix the NaN si...Teravus Ovares1-1/+2
2009-03-30* Fix test breakage by always inserting a gods module when testingJustin Clarke Casey1-1/+1
2009-03-30* refactor: Move god related methods in Scene out to a moduleJustin Clarke Casey1-0/+150