aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix a null ref on parcels joinUbitUmarov2017-05-191-4/+11
* fix land parcel group been lost on region uploadUbitUmarov2017-05-191-2/+0
* clear land object on deleteUbitUmarov2017-05-142-1/+17
* don't round to nearest intUbitUmarov2017-05-142-3/+3
* don't do dwell if there is no module activeUbitUmarov2017-05-141-1/+6
* fix remote requests for dwell, so dwell module still calledUbitUmarov2017-05-141-0/+3
* fix some issue on parcels loading and make parcels dwell show something. Reso...UbitUmarov2017-05-143-21/+61
* find parcels by GlobalID.. well most timeUbitUmarov2017-05-133-12/+58
* add CanSellObject() permitions check functionsUbitUmarov2017-03-301-2/+1
* fix SimwideArea againUbitUmarov2017-01-271-0/+1
* several changes relative to objects return and parcel prim counts: avoid nul...UbitUmarov2017-01-273-35/+23
* replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP...UbitUmarov2017-01-221-1/+1
* change the initialization point of SimwideAreaUbitUmarov2017-01-212-4/+6
* initialize SimwideAreaUbitUmarov2017-01-211-1/+3
* fix the meaning of objectDuplicate[OnRay]() flags parameter but still not usi...UbitUmarov2017-01-191-1/+1
* Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker2017-01-072-2/+2
* try to work around some broken viewers math on handlesUbitUmarov2017-01-071-4/+9
* Restructure god level and permissionsMelanie Thielker2017-01-061-2/+2
* Massive tab and trailing space cleanupMelanie Thielker2017-01-056-269/+269
* dont try to use a parcelID as encoded position when it is notUbitUmarov2016-12-231-2/+3
* fix: check for region_handle before region_id, viewers are so funny..UbitUmarov2016-12-141-21/+21
* work around viewers not suporting large regions on landmark creation. They s...UbitUmarov2016-11-241-16/+37
* change math on GetParcelMaxPrimCount and GetSimulatorMaxPrimCount to reduce ...UbitUmarov2016-10-111-7/+18
* remove attachment to event OnPreAgentUpdate that is doing nothingUbitUmarov2016-10-051-5/+0
* Fix some wrong handling of booleans for SeeAVs, AnyAVSounds and GroupAVSounds...tglion2016-09-051-0/+3
* fix region Allow damage and parcel safe flags handlingUbitUmarov2016-08-171-6/+6
* cleanup some codeUbitUmarov2016-07-251-23/+22
* add a missing update to avatar damage InvulnerableUbitUmarov2016-07-241-0/+4
* if a NPC is owned, allow access if ownerID matchs parcel owner or it is in t...UbitUmarov2016-06-281-1/+24
* Still related to mantis #7917, parcel prims info. Now sending the correct num...Diva Canto2016-06-192-7/+10
* Mantis #7917: regression on prim limits module.Diva Canto2016-06-181-18/+2
* Mantis #7874: parcel properties not being updated upon avatar entering new pa...Diva Canto2016-06-111-1/+0
* Replace the "land show" method with the better one from 0.8.Melanie Thielker2016-04-281-16/+25
* stop avatar move to target on parcel ban enforceUbitUmarov2016-01-011-0/+2
* several changes to parcels access control and scenepresence updates ratesUbitUmarov2015-12-161-115/+106
* make parcel bans do something on vehicles. Just a first code, far from goodUbitUmarov2015-12-151-1/+2
* fix typoUbitUmarov2015-12-153-12/+10
* replace GetNearestPoint... funtionsUbitUmarov2015-12-151-3/+144
* some changes parcels AABB math etcUbitUmarov2015-12-151-54/+45
* dont round to nearest int when checking position in parcel since next high in...UbitUmarov2015-12-151-1/+1
* removed unneeded funtionsUbitUmarov2015-12-141-15/+4
* on join parcels, keep the information of the larger parcel, since thats how i...UbitUmarov2015-12-141-19/+24
* calculate land startpoint, endpoint and center estimate when it is updated, i...UbitUmarov2015-12-141-29/+53
* taint prim count when join or subdivide parcelsUbitUmarov2015-12-131-1/+4
* change default landpoint type to anywhere (direct)UbitUmarov2015-12-131-20/+31
* invalidate LandPoint on land subdivideUbitUmarov2015-12-121-3/+9
* make sure land access/ban lists are active when changed by new viewersUbitUmarov2015-12-121-0/+11
* fix land access/ban list sending for new viewersUbitUmarov2015-12-121-2/+2
* Changes to LandObject/ILandObject to support importing OARs with different Re...Jak Daniels2015-11-221-16/+274
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-082-2/+2
|\