aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land (follow)
Commit message (Collapse)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
|
* cosmeticsUbitUmarov2019-07-301-1/+1
|
* a few more changes on initial objects sendUbitUmarov2019-03-301-1/+1
|
* take the deafult on the parameter overlayUbitUmarov2019-03-192-2/+2
|
* do not send parceloverlay on crossings (may be bad, or not)UbitUmarov2019-03-192-4/+5
|
* ooopsUbitUmarov2019-03-191-2/+2
|
* try save a few ns on parcel overlaysUbitUmarov2019-03-191-85/+143
|
* cosmeticsUbitUmarov2019-01-292-13/+7
|
* remove a dev only conditional on lludp handlers; change parcel lists updates ↵UbitUmarov2018-11-252-59/+54
| | | | a bit;
* 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
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* mantis 8349: fix landmasksUbitUmarov2018-08-071-1/+1
|
* mantis8342: make max ban height above ground configurable per regions ↵UbitUmarov2018-07-213-4/+34
| | | | instance with ini file option BanLineSafeHeight
* recover lost null check in last commitUbitUmarov2018-07-141-2/+8
|
* change bitmasks workUbitUmarov2018-07-142-11/+4
|
* 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 ↵UbitUmarov2017-08-241-3/+3
| | | | | | | | not check landing point (telehubs) on eject.
* | 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
| | | | | | | | system (buypass now uses the new MoveMoney)
| * add new funtion bool MoveMoney(UUID fromUser, UUID toUser, int amount, ↵UbitUmarov2017-07-261-5/+8
| | | | | | | | MoneyTransactionType type, string text). this should be called async allowing time for money module to process it. If returns true, the transation did sucess, so if its use was to pay something, the payed item/service must be provided without fail, otherwise another method is needed so a refund is possible
| * add comments to make that more clearUbitUmarov2017-07-262-0/+2
| |
| * do not allow setting land passes on group owned land, because currently we ↵UbitUmarov2017-07-261-1/+1
| | | | | | | | cant give money to the group
| * only allow pass renovation on the last quarter of parcel pass time. go back ↵UbitUmarov2017-07-261-5/+8
| | | | | | | | to MoneyMove charging method
| * 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 ↵UbitUmarov2017-07-251-1/+7
| | | | | | | | now. (the pass already expired with kick action)
| * add first code to process parcel buy pass. Still testing, and still no kick ↵UbitUmarov2017-07-251-1/+89
| | | | | | | | on expire ( does expire on entry )
| * 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. ↵UbitUmarov2017-05-143-21/+61
| | | | Resolution is 2.5min aprox.
* 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
|