aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove useless executable bit that Windows adds.onefang2020-09-091-0/+0
* remove some more useless NULL argumentsUbitUmarov2019-10-221-3/+3
* Massive console refactor. Greatly simplify interface.Melanie2019-08-201-4/+4
* take the deafult on the parameter overlayUbitUmarov2019-03-191-1/+1
* do not send parceloverlay on crossings (may be bad, or not)UbitUmarov2019-03-191-2/+3
* ooopsUbitUmarov2019-03-191-2/+2
* try save a few ns on parcel overlaysUbitUmarov2019-03-191-85/+143
* cosmeticsUbitUmarov2019-01-291-1/+1
* remove a dev only conditional on lludp handlers; change parcel lists updates ...UbitUmarov2018-11-251-14/+13
* replace RemoteParcelRequest response encoding ( runprebuild needed)UbitUmarov2018-11-141-4/+5
* missed new c# version only codeUbitUmarov2018-09-301-1/+2
* a few changes to last patchUbitUmarov2018-09-301-28/+28
* Implementation-and-design-of-ClientOnParcelGodMarkMandarinka Tasty2018-09-301-5/+92
* mantis8342: make max ban height above ground configurable per regions instanc...UbitUmarov2018-07-211-1/+15
* recover lost null check in last commitUbitUmarov2018-07-141-2/+8
* change bitmasks workUbitUmarov2018-07-141-9/+2
* 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
* | Merge branch 'master' into httptestsUbitUmarov2017-08-241-3/+3
|\ \ | |/
| * (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-161-2/+116
|\ \ | |/
| * 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
* | some changes on polleventUbitUmarov2017-06-061-9/+6
|/
* 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