aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-15make parcel bans do something on vehicles. Just a first code, far from goodUbitUmarov1-1/+2
2015-12-15fix typoUbitUmarov3-12/+10
2015-12-15replace GetNearestPoint... funtionsUbitUmarov1-3/+144
2015-12-15some changes parcels AABB math etcUbitUmarov1-54/+45
2015-12-15dont round to nearest int when checking position in parcel since next high in...UbitUmarov1-1/+1
2015-12-14removed unneeded funtionsUbitUmarov1-15/+4
2015-12-14on join parcels, keep the information of the larger parcel, since thats how i...UbitUmarov1-19/+24
2015-12-14calculate land startpoint, endpoint and center estimate when it is updated, i...UbitUmarov1-29/+53
2015-12-13taint prim count when join or subdivide parcelsUbitUmarov1-1/+4
2015-12-13change default landpoint type to anywhere (direct)UbitUmarov1-20/+31
2015-12-12invalidate LandPoint on land subdivideUbitUmarov1-3/+9
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)UbitUmarov2-485/+19
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto2-2/+2
2015-08-31minor changesUbitUmarov1-15/+21
2015-08-30Renamed the namespaces tooDiva Canto2-2/+2
2015-08-28stop sending parcel overlays on parcels crossings since SL seems to haveUbitUmarov1-1/+2
2015-08-24try to implement core load oar optionsUbitUmarov1-73/+125
2015-05-03Only send parcel layer data around the point of interest. Can be disabledRobert Adams1-5/+79
2015-03-29varregion: update LandManagementModule and LandObject for variable sized regi...Robert Adams2-106/+133
2015-03-05solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech1-1/+16
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2-2/+0
2014-10-26 fix parcel proprieties update sendingUbitUmarov1-4/+7
2014-09-30 persist script changes to mediaURL and musicURL ( heavy thing )UbitUmarov1-0/+2
2014-09-30 fix musicURL change being sent back with wrong snap_selection, and notUbitUmarov1-22/+20
2014-08-26Remove race conditions from where SP.AbsolutePosition could change between th...Justin Clark-Casey (justincc)1-7/+4
2014-08-03 missing currentParcelUUID updateUbitUmarov1-0/+1
2014-08-03 mess update ( hide avatars )UbitUmarov1-8/+12
2014-08-02 add some filters for NPCsUbitUmarov2-0/+7
2014-08-01handle change of hide avatars flag. Parcel limits edition still need workUbitUmarov1-10/+17
2014-08-01remove unnecessary sendparceloverlayUbitUmarov1-1/+1
2014-07-31MESS: changes in MakeRootAgent and CompleteMovement reordering things.UbitUmarov2-5/+29
2014-07-30 changes to parcels code (still more to to)UbitUmarov2-77/+134
2014-07-29Correct nomenclature for LLSD messages. LL sure suckMelanie Thielker1-4/+4
2014-07-29Try to plumb the other halfMelanie Thielker2-0/+16
2014-07-29Change some ORs to assignments as they should beMelanie Thielker1-5/+5
2014-07-29fix the mess about exclusive fields and flags on land overlayUbitUmarov2-31/+34
2014-07-29change parcel overlay bytes adding LocalSound.. changed others also NEEDSUbitUmarov3-30/+66
2014-07-17fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni1-1/+1
2014-06-15Behavior change: only local users can set home in any parcel of a grid. Setti...Diva Canto1-9/+11
2014-04-26Differentiate between requests only the owner should be able to do and thoseMelanie Thielker2-17/+17
2014-04-23Show Group name when land is group-ownedDev Random1-7/+28
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 Hurvitz2-3/+1
2014-04-20Fixed: the parcel flag "Allow Scripts from Group" should only check if the pa...Oren Hurvitz2-7/+8