aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-28mantis 8321: avoid null reference potencial caused by outdated LMs for exampleUbitUmarov1-2/+9
2018-01-09give up on a property that old monos do compile, but then smore ok execUbitUmarov3-4/+2
2018-01-08fall back to a obsolete property since several monos in use (include our ↵UbitUmarov3-2/+6
own) do not suporte the proper .net4.0 one
2018-01-05 a few more xml thingsUbitUmarov2-0/+4
2018-01-04disable some XmlResolverUbitUmarov1-1/+1
2018-01-03fix estates URIUbitUmarov1-2/+2
2017-11-13Changing map tile colors This change also allows setting the water color, as ↵TomTheDragon2-23/+32
well as the 4 colors for textured map tiles. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
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 ↵UbitUmarov1-9/+12
allow delete object id, with confirmation
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 ↵UbitUmarov1-3/+3
not check landing point (telehubs) on eject.
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-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
system (buypass now uses the new MoveMoney)
2017-07-26 add new funtion bool MoveMoney(UUID fromUser, UUID toUser, int amount, ↵UbitUmarov1-5/+8
MoneyTransactionType type, string text). this should be called async allowing time for money module to process it. If returns true, the transation did sucess, so if its use was to pay something, the payed item/service must be provided without fail, otherwise another method is needed so a refund is possible
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 ↵UbitUmarov1-1/+1
cant give money to the group
2017-07-26only allow pass renovation on the last quarter of parcel pass time. go back ↵UbitUmarov1-5/+8
to MoneyMove charging method
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 ↵UbitUmarov1-1/+7
now. (the pass already expired with kick action)
2017-07-25add first code to process parcel buy pass. Still testing, and still no kick ↵UbitUmarov1-1/+89
on expire ( does expire on entry )
2017-07-24only hide parcel info from banned avatarsUbitUmarov1-1/+1
2017-07-12 osSetParcelDetails: add more land update codeUbitUmarov1-0/+8
2017-06-26and add a missing bracket :)UbitUmarov1-1/+1
2017-06-26fix bad englishUbitUmarov1-1/+1
2017-06-24 a few more changes to iar/oar assets save error/warning to show problems ↵UbitUmarov1-9/+15
known to be asset errors
2017-06-23 code actually has no ideia if a id is a asset or not and does try to handle ↵UbitUmarov2-9/+9
all as assets, it really can't report errors. Change messages to make more clear they are only warnings and may mean nothing at all
2017-06-23 do the same on OAR savesUbitUmarov1-1/+16
2017-06-23several changes to iar/oar assets error reportsUbitUmarov3-16/+20
2017-06-22 actually iar do it for iarUbitUmarov1-1/+1
2017-06-22 show the count of broken assets we now have from gather on iar/oar pre save ↵UbitUmarov1-0/+3
information
2017-06-21do not try to store on oars temporary or in transit objects ( they may be ↵UbitUmarov1-9/+8
deleted during the save)
2017-06-21make oar/iar assets writer be done by caller thread like the rest of theUbitUmarov2-172/+48
oar/iar save. This may look more painfull but should reduce errors and threads fights. Fill lucky i just don't stop the entire simulation during this
2017-05-26make BlockingQueue.Dequeue timeouts more coerent (just less than watchdog ↵UbitUmarov1-4/+4
timeout)
2017-05-23 please DIE! PLEASE??UbitUmarov1-1/+8
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-19change some confusing comands helpUbitUmarov1-6/+6
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. ↵UbitUmarov3-21/+61
Resolution is 2.5min aprox.
2017-05-13find parcels by GlobalID.. well most timeUbitUmarov3-12/+58
2017-05-07let StreamReader be in using statementsUbitUmarov1-3/+4
2017-05-04 do the same in the cases we are just moving parts around and not changing ↵UbitUmarov2-2/+2
their caches (ie their taskInventory)
2017-05-03fix right to change permissions of group owned objectsUbitUmarov1-1/+32
2017-05-03 change taskInventory copy/move to agents inventory rulesUbitUmarov1-11/+18