aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-28mantis 8321: avoid null reference potencial caused by outdated LMs for exampleUbitUmarov1-2/+9
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-26try fix IAR load inventory links and objects ownerUbitUmarov4-61/+100
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
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-16store kfm on inventory. this may still be a bit confusing on rezUbitUmarov1-5/+8
2017-07-12 osSetParcelDetails: add more land update codeUbitUmarov1-0/+8
2017-07-07bug fix: dynamic testures set to ALL_SIDES, preserve other face data already ...UbitUmarov1-1/+5
2017-06-29fix scripts xmlrpc threads namesUbitUmarov1-1/+1
2017-06-29ScriptsHttpReq does not need a permanent threadUbitUmarov1-2/+2
2017-06-26and add a missing bracket :)UbitUmarov1-1/+1
2017-06-26fix bad englishUbitUmarov1-1/+1
2017-06-25add vectorrender string command ''ScaleTransf x,y;''. this allows scaling of ...UbitUmarov1-0/+7
2017-06-24add dyn textures vectorrender comands ''ResetTransf;'', ''TransTransf x,y;'' ...UbitUmarov1-1/+29
2017-06-24revert the thread level change; remove unused dynamic texture timer from inte...UbitUmarov2-74/+55
2017-06-24simplify vectorrender background drawUbitUmarov1-17/+9
2017-06-24remove a DynamicTexture leak, make it actually return the new texture ID to o...UbitUmarov1-9/+16