aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* mantis 8321: avoid null reference potencial caused by outdated LMs for exampleUbitUmarov2018-04-281-2/+9
* (un)eject flag is only lowest bit, only protect active gods from freeze; do n...UbitUmarov2017-08-241-3/+3
* 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-261-0/+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
* fix a null ref on parcels joinUbitUmarov2017-05-191-4/+11
* clear land object on deleteUbitUmarov2017-05-141-1/+5
* 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-141-14/+2
* find parcels by GlobalID.. well most timeUbitUmarov2017-05-131-12/+46
* fix SimwideArea againUbitUmarov2017-01-271-0/+1
* several changes relative to objects return and parcel prim counts: avoid nul...UbitUmarov2017-01-271-6/+9
* change the initialization point of SimwideAreaUbitUmarov2017-01-211-2/+4
* Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker2017-01-071-1/+1
* 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-051-37/+37
* 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
* 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
* cleanup some codeUbitUmarov2016-07-251-23/+22
* Still related to mantis #7917, parcel prims info. Now sending the correct num...Diva Canto2016-06-191-6/+8
* 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-151-10/+7
* 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
* 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
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+1
|\
| * More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-301-1/+1
| * Renamed the namespaces tooDiva Canto2015-08-301-1/+1
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-403/+17
* | bad merge?UbitUmarov2015-09-011-125/+562
|\ \ | |/ |/|
| * minor changesUbitUmarov2015-08-311-15/+21
| * stop sending parcel overlays on parcels crossings since SL seems to haveUbitUmarov2015-08-281-1/+2