aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Lure (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct casing on isGod and isViewerUIGodMelanie Thielker2017-01-071-1/+1
* replace godlevel compares by the new faster bool isViewerUIGodUbitUmarov2017-01-071-1/+1
* Restructure god level and permissionsMelanie Thielker2017-01-061-1/+1
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-3/+3
* bad merge?UbitUmarov2015-09-011-8/+22
|\
| * Merge branch 'master' into careminsterMelanie2013-10-041-1/+1
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-03-282-2/+3
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-02-281-1/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-02-231-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-02-221-1/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-131-0/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-131-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Fix merge issuesMelanie2012-10-071-2/+2
| * | | | | | | | Merge branch 'master' into careminsterMelanie2012-10-071-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-05-021-4/+6
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-04-201-0/+6
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge commit '3ccb58c05c0a11fb4cff0f3adf90ca29d67b0c8b' into bigmergeMelanie2011-10-111-4/+12
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Resolve merge commits, stage 1Tom2011-09-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-06-092-3/+256
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Raise the position for lures by 2m to prevent the target avatar getting stuckMelanie2011-03-231-1/+1
| * | | | | | | | | | | | | | Change inworld restart to use blue boxes rather than notices to match SLMelanie2010-11-291-2/+2
| * | | | | | | | | | | | | | Implement god summonsMelanie2010-11-281-7/+21
* | | | | | | | | | | | | | | Refactored: use Scene.GetAgentHomeURI() to get the Home URI of a userOren Hurvitz2014-04-071-5/+1
* | | | | | | | | | | | | | | When preparing a Hypergrid teleport, tell the receiving grid which user is en...Oren Hurvitz2014-04-061-1/+7
* | | | | | | | | | | | | | | When teleporting using Hypergrid, show more informative error messages in cas...Oren Hurvitz2014-04-031-1/+12
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | minor: Add prefix to log message in LureModuleJustin Clark-Casey (justincc)2013-09-211-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Instead of going via GodLikeRequestTeleport, auto-teleport the agent directly...Justin Clark-Casey (justincc)2013-03-281-1/+1
* | | | | | | | | | | | | Make HGLureModule track god like lures as well as normal lures, to see if thi...Justin Clark-Casey (justincc)2013-03-281-1/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Switched to using the other Util function with a default value.Diva Canto2013-02-271-1/+2
* | | | | | | | | | | | Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto2013-02-271-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Added new Util function for reading config vars that's more generic than the ...Diva Canto2013-02-221-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto2013-02-211-1/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Another 21 modules' directives moved out of .addin.xmlDiva Canto2012-11-131-0/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)2012-10-062-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | refactor: Split most of EntityTransferModule.Teleport() into its same region ...Justin Clark-Casey (justincc)2012-05-011-4/+6
| |_|_|_|/ |/| | | |
* | | | | Stop teleports from dropping tall avatars through or embedding them in the fl...Justin Clark-Casey (justincc)2012-04-201-1/+7
| |_|_|/ |/| | |
* | | | Fix failure to teleport when an agent is lured on the same sim (and probably ...Justin Clark-Casey (justincc)2011-09-221-4/+12
| |_|/ |/| |
* | | minor: remove mono compiler warningsJustin Clark-Casey (justincc)2011-07-161-1/+1
| |/ |/|
* | HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto2011-05-272-3/+256
|/
* Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo...Melanie2009-12-281-16/+48
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-10/+10
* * optimized usings.lbsa712009-02-121-15/+10
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-0/+176