aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandObject.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-24change a few more parcel eject code pathsUbitUmarov1-1/+1
2017-07-26add comments to make that more clearUbitUmarov1-0/+1
2017-07-26do not allow setting land passes on group owned land, because currently we ca...UbitUmarov1-1/+1
2017-05-19fix land parcel group been lost on region uploadUbitUmarov1-2/+0
2017-05-14clear land object on deleteUbitUmarov1-0/+12
2017-05-14 don't round to nearest intUbitUmarov1-1/+1
2017-05-14 don't do dwell if there is no module activeUbitUmarov1-1/+6
2017-05-14fix some issue on parcels loading and make parcels dwell show something. Reso...UbitUmarov1-2/+38
2017-03-30add CanSellObject() permitions check functionsUbitUmarov1-2/+1
2017-01-27 several changes relative to objects return and parcel prim counts: avoid nul...UbitUmarov1-3/+5
2017-01-22replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP...UbitUmarov1-1/+1
2017-01-21change the initialization point of SimwideAreaUbitUmarov1-2/+2
2017-01-21initialize SimwideAreaUbitUmarov1-1/+3
2017-01-07Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker1-1/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-25/+25
2016-10-11 change math on GetParcelMaxPrimCount and GetSimulatorMaxPrimCount to reduce ...UbitUmarov1-7/+18
2016-08-17fix region Allow damage and parcel safe flags handlingUbitUmarov1-6/+6
2016-07-24 add a missing update to avatar damage InvulnerableUbitUmarov1-0/+4
2016-06-28 if a NPC is owned, allow access if ownerID matchs parcel owner or it is in t...UbitUmarov1-1/+24
2016-06-19Still related to mantis #7917, parcel prims info. Now sending the correct num...Diva Canto1-1/+2
2016-06-18Mantis #7917: regression on prim limits module.Diva Canto1-18/+2
2015-12-15fix typoUbitUmarov1-1/+1
2015-12-15replace GetNearestPoint... funtionsUbitUmarov1-3/+144
2015-12-15some changes parcels AABB math etcUbitUmarov1-54/+45
2015-12-14calculate land startpoint, endpoint and center estimate when it is updated, i...UbitUmarov1-29/+53
2015-12-12make sure land access/ban lists are active when changed by new viewersUbitUmarov1-0/+11
2015-12-12fix land access/ban list sending for new viewersUbitUmarov1-2/+2
2015-11-22Changes to LandObject/ILandObject to support importing OARs with different Re...Jak Daniels1-16/+274
2015-09-02seems to compile ( tests comented out)UbitUmarov1-82/+2
2015-03-29varregion: update LandManagementModule and LandObject for variable sized regi...Robert Adams1-77/+99
2014-09-30 persist script changes to mediaURL and musicURL ( heavy thing )UbitUmarov1-0/+2
2014-08-03 missing currentParcelUUID updateUbitUmarov1-0/+1
2014-08-02 add some filters for NPCsUbitUmarov1-0/+3
2014-07-30 changes to parcels code (still more to to)UbitUmarov1-22/+52
2014-07-29Try to plumb the other halfMelanie Thielker1-0/+3
2014-07-29change parcel overlay bytes adding LocalSound.. changed others also NEEDSUbitUmarov1-3/+20
2014-04-26Differentiate between requests only the owner should be able to do and thoseMelanie Thielker1-11/+11
2014-04-23minor: Remove unused System.Linq reference and use ParcelFlags.None instead o...Justin Clark-Casey (justincc)1-2/+1
2014-04-23Prevent sending Land Properties for unprivileged usersDev Random1-5/+8
2014-04-23minor: Remove unused System.Linq reference and use ParcelFlags.None instead o...Justin Clark-Casey (justincc)1-2/+1
2014-04-23Prevent sending Land Properties for unprivileged usersDev Random1-5/+8
2014-04-23Eliminated many warningsOren Hurvitz1-1/+1
2014-04-20Fixed: the parcel flag "Allow Scripts from Group" should only check if the pa...Oren Hurvitz1-5/+7
2014-04-10Allows to sell objects on a parcel of land together with that parcel of land....Snoopy Pfeffer1-0/+44
2014-03-06refactor: Simplify land object by using c# get/set auto-properties where appl...Justin Clark-Casey (justincc)1-23/+13
2014-03-06minor: slightly simplify code in LandObject.ContainsPoint()Justin Clark-Casey (justincc)1-1/+1
2014-01-28Fix terrain tests by properly initializing low detail terrain to zero height.Robert Adams1-1/+4
2013-12-11Committing the Avination Scene Presence and related texture codeMelanie1-0/+13
2013-11-10varregion: fix GetLandObject error return and initialization of squareRobert Adams1-2/+15
2013-11-08varregion: Massive work to LandManagementModule and LandObject toRobert Adams1-81/+93