aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-19reduce debug logsUbitUmarov1-5/+5
2018-04-10 sound radius is a prim prop only set by llSetSoundRadius, fix it in case vie...UbitUmarov1-29/+29
2018-04-10mantis 8275: fix llStopSound for llPlaySound. Code was doing as SL wiki but n...UbitUmarov1-1/+4
2018-03-27fix previus commit with the right source file :(UbitUmarov1-1/+4
2018-03-27mantis8307: avoid a null refUbitUmarov1-1/+0
2018-03-10comment out some debug messages visible on SOP CompleteMovementUbitUmarov1-4/+6
2018-02-02do not timeout floatsam assets caching threadUbitUmarov1-2/+2
2018-01-26Let MrOpenSim have simple hardcoded profileUbitUmarov1-0/+27
2018-01-26try fix IAR load inventory links and objects ownerUbitUmarov4-61/+100
2018-01-22retire our BlockingQueue replaced by BlockingCollection and cross fingersUbitUmarov2-11/+14
2018-01-22give BlockingCollection more chancesUbitUmarov1-9/+2
2018-01-20 silent ignore mutes on HG visitors, let viewers do it on cache only, proper ...UbitUmarov1-4/+16
2018-01-18Ooops worng ';'UbitUmarov1-1/+1
2018-01-18abort uploading large region map tiles as soon one failsUbitUmarov1-13/+19
2018-01-17remove more xml things no longer needed on .net >4.5.2UbitUmarov2-2/+0
2018-01-17pesty warningsUbitUmarov1-3/+1
2018-01-17missed a fewUbitUmarov1-4/+0
2018-01-17remove those xml things no longer needed on .net >4.5.2UbitUmarov3-4/+0
2018-01-15shut up some pesty warningsUbitUmarov4-5/+5
2018-01-13clean some modules apiUbitUmarov1-6/+6
2018-01-12remove the temporary Xmutes module, replace MuteListModule byt the new one, p...UbitUmarov5-509/+125
2018-01-09give up on a property that old monos do compile, but then smore ok execUbitUmarov4-5/+3
2018-01-08fall back to a obsolete property since several monos in use (include our own)...UbitUmarov4-3/+7
2018-01-05 a few more xml thingsUbitUmarov3-0/+6
2018-01-04disable some XmlResolverUbitUmarov3-1/+4
2018-01-04add more files for robust mutes suport. (module is still named MuteListModule...UbitUmarov2-3/+154
2018-01-03fix estates URIUbitUmarov1-2/+2
2017-12-11 commit what i did so far for core mutes module, befere i lose itUbitUmarov3-69/+251
2017-11-17move some sharable items out of Xmute to Framework; add another test mutelist...UbitUmarov2-120/+229
2017-11-14Donating the Avination Mute ModuleMelanie Thielker1-0/+357
2017-11-13Changing map tile colors This change also allows setting the water color, as ...TomTheDragon2-23/+32
2017-11-12mantis 8253: don't let attachments delete remove controls from viewers on cro...UbitUmarov1-1/+3
2017-10-06remove a dead line of codeUbitUmarov1-1/+1
2017-10-06 mantis 8246: don't allow 'delete object name' to delete attachments, but all...UbitUmarov1-9/+12
2017-08-24frozen avatars should not do local teleports. Possible none should not be all...UbitUmarov1-3/+13
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-08-22mantis 8233: media changes flag object updated in region dbUbitUmarov1-0/+3
2017-08-14Refactor archive loading to optionally start script engine after loading.Robert Adams1-12/+20
2017-08-03add a few locksUbitUmarov1-8/+16
2017-07-28fix typoUbitUmarov1-3/+3
2017-07-28partial mantis 8219; on creating or updating items (animationsets, wearables)...UbitUmarov2-56/+79
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