aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into httptestsUbitUmarov2018-04-281-2/+9
|\
| * mantis 8321: avoid null reference potencial caused by outdated LMs for exampleUbitUmarov2018-04-281-2/+9
* | shut up some pesty warningsUbitUmarov2018-01-151-2/+2
* | Merge branch 'master' into httptestsUbitUmarov2017-08-242-4/+4
|\ \ | |/
| * change a few more parcel eject code pathsUbitUmarov2017-08-241-1/+1
| * (un)eject flag is only lowest bit, only protect active gods from freeze; do n...UbitUmarov2017-08-241-3/+3
* | Merge branch 'master' into httptestsUbitUmarov2017-08-162-3/+118
|\ \ | |/
| * display remaining pass time in hours, mins or seconds acording to valueUbitUmarov2017-07-261-1/+9
| * change buypass insuficent funds to make clear that its on that region money ...UbitUmarov2017-07-261-2/+3
| * add new funtion bool MoveMoney(UUID fromUser, UUID toUser, int amount, Money...UbitUmarov2017-07-261-5/+8
| * add comments to make that more clearUbitUmarov2017-07-262-0/+2
| * do not allow setting land passes on group owned land, because currently we ca...UbitUmarov2017-07-261-1/+1
| * only allow pass renovation on the last quarter of parcel pass time. go back t...UbitUmarov2017-07-261-5/+8
| * lets try using older EventManager.TriggerMoneyTransfer to pay parcel passesUbitUmarov2017-07-251-1/+5
| * allow pass recharge with no loss of current time up to 1/4 of parcel pass time.UbitUmarov2017-07-251-9/+9
| * Ooops.. pay to land owner, not grid. group owned parcel not suported for now....UbitUmarov2017-07-251-1/+7
| * add first code to process parcel buy pass. Still testing, and still no kick o...UbitUmarov2017-07-251-1/+89
| * only hide parcel info from banned avatarsUbitUmarov2017-07-241-1/+1
* | mergeUbitUmarov2017-07-201-0/+8
|\ \ | |/
| * osSetParcelDetails: add more land update codeUbitUmarov2017-07-121-0/+8
* | some changes on polleventUbitUmarov2017-06-061-9/+6
|/
* 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