aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-06-24osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov1-0/+11
2017-06-24 a few more changes to iar/oar assets save error/warning to show problems kno...UbitUmarov2-16/+26
2017-06-23 code actually has no ideia if a id is a asset or not and does try to handle ...UbitUmarov3-13/+13
2017-06-23 do the same on OAR savesUbitUmarov1-1/+16
2017-06-23 coment out missing or damage assets messages in uuidgather that are not very...UbitUmarov1-2/+27
2017-06-23several changes to iar/oar assets error reportsUbitUmarov4-20/+26
2017-06-22 actually iar do it for iarUbitUmarov2-1/+4
2017-06-22 show the count of broken assets we now have from gather on iar/oar pre save ...UbitUmarov1-0/+3
2017-06-21 avoid some broken object assets present in osgrid inventories due to past pr...UbitUmarov2-2/+6
2017-06-21do not try to store on oars temporary or in transit objects ( they may be del...UbitUmarov1-9/+8
2017-06-21make oar/iar assets writer be done by caller thread like the rest of theUbitUmarov3-176/+50
2017-06-15 update inventory item permissions on deattachUbitUmarov1-0/+25
2017-06-14 some cleanup.. remove some stats that only some do look at once on a lifetimeUbitUmarov2-4/+5
2017-06-13guess HGEntityTransferModule jobengine does not need a permanet threadUbitUmarov1-1/+1
2017-06-09add a adicional in transit flag to signal HG tps, and use it to ignore userna...UbitUmarov2-0/+4
2017-06-09 make SendCoarseLocations async, since it is http. Make some actions use thre...UbitUmarov1-1/+1
2017-06-01avoi null refs on tests simple clientsUbitUmarov1-6/+16
2017-05-31change child agents close control; disablesimulator is not a caps event messageUbitUmarov1-120/+94
2017-05-31we don't need to keep refs to baked textures assetsUbitUmarov1-1/+1