| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a null ref on parcels join | UbitUmarov | 2017-05-19 | 1 | -4/+11 |
* | fix land parcel group been lost on region upload | UbitUmarov | 2017-05-19 | 1 | -2/+0 |
* | clear land object on delete | UbitUmarov | 2017-05-14 | 2 | -1/+17 |
* | don't round to nearest int | UbitUmarov | 2017-05-14 | 2 | -3/+3 |
* | don't do dwell if there is no module active | UbitUmarov | 2017-05-14 | 1 | -1/+6 |
* | fix remote requests for dwell, so dwell module still called | UbitUmarov | 2017-05-14 | 1 | -0/+3 |
* | fix some issue on parcels loading and make parcels dwell show something. Reso... | UbitUmarov | 2017-05-14 | 3 | -21/+61 |
* | find parcels by GlobalID.. well most time | UbitUmarov | 2017-05-13 | 3 | -12/+58 |
* | add CanSellObject() permitions check functions | UbitUmarov | 2017-03-30 | 1 | -2/+1 |
* | fix SimwideArea again | UbitUmarov | 2017-01-27 | 1 | -0/+1 |
* | several changes relative to objects return and parcel prim counts: avoid nul... | UbitUmarov | 2017-01-27 | 3 | -35/+23 |
* | replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP... | UbitUmarov | 2017-01-22 | 1 | -1/+1 |
* | change the initialization point of SimwideArea | UbitUmarov | 2017-01-21 | 2 | -4/+6 |
* | initialize SimwideArea | UbitUmarov | 2017-01-21 | 1 | -1/+3 |
* | fix the meaning of objectDuplicate[OnRay]() flags parameter but still not usi... | UbitUmarov | 2017-01-19 | 1 | -1/+1 |
* | Change improperly named isNPC to be IsNPC as a property should be uppercase | Melanie Thielker | 2017-01-07 | 2 | -2/+2 |
* | try to work around some broken viewers math on handles | UbitUmarov | 2017-01-07 | 1 | -4/+9 |
* | Restructure god level and permissions | Melanie Thielker | 2017-01-06 | 1 | -2/+2 |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 6 | -269/+269 |
* | dont try to use a parcelID as encoded position when it is not | UbitUmarov | 2016-12-23 | 1 | -2/+3 |
* | fix: check for region_handle before region_id, viewers are so funny.. | UbitUmarov | 2016-12-14 | 1 | -21/+21 |
* | work around viewers not suporting large regions on landmark creation. They s... | UbitUmarov | 2016-11-24 | 1 | -16/+37 |
* | change math on GetParcelMaxPrimCount and GetSimulatorMaxPrimCount to reduce ... | UbitUmarov | 2016-10-11 | 1 | -7/+18 |
* | remove attachment to event OnPreAgentUpdate that is doing nothing | UbitUmarov | 2016-10-05 | 1 | -5/+0 |
* | Fix some wrong handling of booleans for SeeAVs, AnyAVSounds and GroupAVSounds... | tglion | 2016-09-05 | 1 | -0/+3 |
* | fix region Allow damage and parcel safe flags handling | UbitUmarov | 2016-08-17 | 1 | -6/+6 |
* | cleanup some code | UbitUmarov | 2016-07-25 | 1 | -23/+22 |
* | add a missing update to avatar damage Invulnerable | UbitUmarov | 2016-07-24 | 1 | -0/+4 |
* | if a NPC is owned, allow access if ownerID matchs parcel owner or it is in t... | UbitUmarov | 2016-06-28 | 1 | -1/+24 |
* | Still related to mantis #7917, parcel prims info. Now sending the correct num... | Diva Canto | 2016-06-19 | 2 | -7/+10 |
* | Mantis #7917: regression on prim limits module. | Diva Canto | 2016-06-18 | 1 | -18/+2 |
* | Mantis #7874: parcel properties not being updated upon avatar entering new pa... | Diva Canto | 2016-06-11 | 1 | -1/+0 |
* | Replace the "land show" method with the better one from 0.8. | Melanie Thielker | 2016-04-28 | 1 | -16/+25 |
* | stop avatar move to target on parcel ban enforce | UbitUmarov | 2016-01-01 | 1 | -0/+2 |
* | several changes to parcels access control and scenepresence updates rates | UbitUmarov | 2015-12-16 | 1 | -115/+106 |
* | make parcel bans do something on vehicles. Just a first code, far from good | UbitUmarov | 2015-12-15 | 1 | -1/+2 |
* | fix typo | UbitUmarov | 2015-12-15 | 3 | -12/+10 |
* | replace GetNearestPoint... funtions | UbitUmarov | 2015-12-15 | 1 | -3/+144 |
* | some changes parcels AABB math etc | UbitUmarov | 2015-12-15 | 1 | -54/+45 |
* | dont round to nearest int when checking position in parcel since next high in... | UbitUmarov | 2015-12-15 | 1 | -1/+1 |
* | removed unneeded funtions | UbitUmarov | 2015-12-14 | 1 | -15/+4 |
* | on join parcels, keep the information of the larger parcel, since thats how i... | UbitUmarov | 2015-12-14 | 1 | -19/+24 |
* | calculate land startpoint, endpoint and center estimate when it is updated, i... | UbitUmarov | 2015-12-14 | 1 | -29/+53 |
* | taint prim count when join or subdivide parcels | UbitUmarov | 2015-12-13 | 1 | -1/+4 |
* | change default landpoint type to anywhere (direct) | UbitUmarov | 2015-12-13 | 1 | -20/+31 |
* | invalidate LandPoint on land subdivide | UbitUmarov | 2015-12-12 | 1 | -3/+9 |
* | make sure land access/ban lists are active when changed by new viewers | UbitUmarov | 2015-12-12 | 1 | -0/+11 |
* | fix land access/ban list sending for new viewers | UbitUmarov | 2015-12-12 | 1 | -2/+2 |
* | Changes to LandObject/ILandObject to support importing OARs with different Re... | Jak Daniels | 2015-11-22 | 1 | -16/+274 |
* | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 2 | -2/+2 |
|\ |
|