aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Expand)AuthorAgeFilesLines
* sound radius is a prim prop only set by llSetSoundRadius, fix it in case vie...UbitUmarov2018-04-101-29/+29
* mantis 8275: fix llStopSound for llPlaySound. Code was doing as SL wiki but n...UbitUmarov2018-04-101-1/+4
* retire our BlockingQueue replaced by BlockingCollection and cross fingersUbitUmarov2018-01-222-11/+14
* give BlockingCollection more chancesUbitUmarov2018-01-221-9/+2
* remove more xml things no longer needed on .net >4.5.2UbitUmarov2018-01-171-1/+0
* missed a fewUbitUmarov2018-01-171-4/+0
* remove those xml things no longer needed on .net >4.5.2UbitUmarov2018-01-172-2/+0
* Merge branch 'master' into httptestsUbitUmarov2018-01-163-4/+6
|\
| * give up on a property that old monos do compile, but then smore ok execUbitUmarov2018-01-093-4/+2
| * fall back to a obsolete property since several monos in use (include our own)...UbitUmarov2018-01-083-2/+6
* | shut up some pesty warningsUbitUmarov2018-01-152-3/+2
* | Merge branch 'master' into httptestsUbitUmarov2018-01-053-1/+5
|\ \ | |/
| * a few more xml thingsUbitUmarov2018-01-052-0/+4
| * disable some XmlResolverUbitUmarov2018-01-041-1/+1
* | Merge branch 'master' into httptestsUbitUmarov2018-01-031-2/+2
|\ \ | |/
| * fix estates URIUbitUmarov2018-01-031-2/+2
* | Merge branch 'master' into httptestsUbitUmarov2017-12-122-23/+32
|\ \ | |/
| * Changing map tile colors This change also allows setting the water color, as ...TomTheDragon2017-11-132-23/+32
* | Merge branch 'master' into httptestsUbitUmarov2017-10-131-8/+11
|\ \ | |/
| * remove a dead line of codeUbitUmarov2017-10-061-1/+1
| * mantis 8246: don't allow 'delete object name' to delete attachments, but all...UbitUmarov2017-10-061-9/+12
* | 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-221-0/+3
|\ \ | |/
| * mantis 8233: media changes flag object updated in region dbUbitUmarov2017-08-221-0/+3
* | Merge branch 'master' into httptestsUbitUmarov2017-08-163-15/+138
|\ \ | |/
| * Refactor archive loading to optionally start script engine after loading.Robert Adams2017-08-141-12/+20
| * 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-204-190/+101
|\ \ | |/
| * osSetParcelDetails: add more land update codeUbitUmarov2017-07-121-0/+8
| * and add a missing bracket :)UbitUmarov2017-06-261-1/+1
| * fix bad englishUbitUmarov2017-06-261-1/+1
| * a few more changes to iar/oar assets save error/warning to show problems kno...UbitUmarov2017-06-241-9/+15
| * code actually has no ideia if a id is a asset or not and does try to handle ...UbitUmarov2017-06-232-9/+9
| * do the same on OAR savesUbitUmarov2017-06-231-1/+16
| * several changes to iar/oar assets error reportsUbitUmarov2017-06-233-16/+20
| * actually iar do it for iarUbitUmarov2017-06-221-1/+1
| * show the count of broken assets we now have from gather on iar/oar pre save ...UbitUmarov2017-06-221-0/+3
| * do not try to store on oars temporary or in transit objects ( they may be del...UbitUmarov2017-06-211-9/+8