aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-09Remove useless executable bit that Windows adds.onefang1-0/+0
2019-10-22remove some more useless NULL argumentsUbitUmarov1-3/+3
2019-08-20Massive console refactor. Greatly simplify interface.Melanie1-4/+4
2019-07-30cosmeticsUbitUmarov1-1/+1
2019-06-04Warnings--onefang1-2/+1
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang7-918/+1831
2019-03-30a few more changes on initial objects sendUbitUmarov1-1/+1
2019-03-19take the deafult on the parameter overlayUbitUmarov2-2/+2
2019-03-19do not send parceloverlay on crossings (may be bad, or not)UbitUmarov2-4/+5
2019-03-19ooopsUbitUmarov1-2/+2
2019-03-19try save a few ns on parcel overlaysUbitUmarov1-85/+143
2019-01-29cosmeticsUbitUmarov2-13/+7
2018-11-25remove a dev only conditional on lludp handlers; change parcel lists updates ...UbitUmarov2-59/+54
2018-11-14replace RemoteParcelRequest response encoding ( runprebuild needed)UbitUmarov1-4/+5
2018-09-30missed new c# version only codeUbitUmarov1-1/+2
2018-09-30 a few changes to last patchUbitUmarov1-28/+28
2018-09-30Implementation-and-design-of-ClientOnParcelGodMarkMandarinka Tasty1-5/+92
2018-08-07mantis 8349: fix landmasksUbitUmarov1-1/+1
2018-07-21mantis8342: make max ban height above ground configurable per regions instanc...UbitUmarov3-4/+34
2018-07-14recover lost null check in last commitUbitUmarov1-2/+8
2018-07-14change bitmasks workUbitUmarov2-11/+4
2018-04-28mantis 8321: avoid null reference potencial caused by outdated LMs for exampleUbitUmarov1-2/+9
2018-01-15shut up some pesty warningsUbitUmarov1-2/+2
2017-08-24change a few more parcel eject code pathsUbitUmarov1-1/+1
2017-08-24(un)eject flag is only lowest bit, only protect active gods from freeze; do n...UbitUmarov1-3/+3
2017-07-26 display remaining pass time in hours, mins or seconds acording to valueUbitUmarov1-1/+9
2017-07-26 change buypass insuficent funds to make clear that its on that region money ...UbitUmarov1-2/+3
2017-07-26 add new funtion bool MoveMoney(UUID fromUser, UUID toUser, int amount, Money...UbitUmarov1-5/+8
2017-07-26add comments to make that more clearUbitUmarov2-0/+2
2017-07-26do not allow setting land passes on group owned land, because currently we ca...UbitUmarov1-1/+1
2017-07-26only allow pass renovation on the last quarter of parcel pass time. go back t...UbitUmarov1-5/+8
2017-07-25lets try using older EventManager.TriggerMoneyTransfer to pay parcel passesUbitUmarov1-1/+5
2017-07-25allow pass recharge with no loss of current time up to 1/4 of parcel pass time.UbitUmarov1-9/+9
2017-07-25Ooops.. pay to land owner, not grid. group owned parcel not suported for now....UbitUmarov1-1/+7
2017-07-25add first code to process parcel buy pass. Still testing, and still no kick o...UbitUmarov1-1/+89
2017-07-24only hide parcel info from banned avatarsUbitUmarov1-1/+1
2017-07-12 osSetParcelDetails: add more land update codeUbitUmarov1-0/+8
2017-06-06some changes on polleventUbitUmarov1-9/+6
2017-05-19fix a null ref on parcels joinUbitUmarov1-4/+11
2017-05-19fix land parcel group been lost on region uploadUbitUmarov1-2/+0
2017-05-14clear land object on deleteUbitUmarov2-1/+17
2017-05-14 don't round to nearest intUbitUmarov2-3/+3
2017-05-14 don't do dwell if there is no module activeUbitUmarov1-1/+6
2017-05-14 fix remote requests for dwell, so dwell module still calledUbitUmarov1-0/+3
2017-05-14fix some issue on parcels loading and make parcels dwell show something. Reso...UbitUmarov3-21/+61
2017-05-13find parcels by GlobalID.. well most timeUbitUmarov3-12/+58
2017-03-30add CanSellObject() permitions check functionsUbitUmarov1-2/+1
2017-01-27 fix SimwideArea againUbitUmarov1-0/+1
2017-01-27 several changes relative to objects return and parcel prim counts: avoid nul...UbitUmarov3-35/+23
2017-01-22replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP...UbitUmarov1-1/+1