| Commit message (Expand) | Author | Files | Lines |
2020-09-09 | Remove useless executable bit that Windows adds. | onefang | 1 | -0/+0 |
2019-10-22 | remove some more useless NULL arguments | UbitUmarov | 1 | -3/+3 |
2019-08-20 | Massive console refactor. Greatly simplify interface. | Melanie | 1 | -4/+4 |
2019-07-30 | cosmetics | UbitUmarov | 1 | -1/+1 |
2019-06-04 | Warnings-- | onefang | 1 | -2/+1 |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 7 | -918/+1831 |
2019-03-30 | a few more changes on initial objects send | UbitUmarov | 1 | -1/+1 |
2019-03-19 | take the deafult on the parameter overlay | UbitUmarov | 2 | -2/+2 |
2019-03-19 | do not send parceloverlay on crossings (may be bad, or not) | UbitUmarov | 2 | -4/+5 |
2019-03-19 | ooops | UbitUmarov | 1 | -2/+2 |
2019-03-19 | try save a few ns on parcel overlays | UbitUmarov | 1 | -85/+143 |
2019-01-29 | cosmetics | UbitUmarov | 2 | -13/+7 |
2018-11-25 | remove a dev only conditional on lludp handlers; change parcel lists updates ... | UbitUmarov | 2 | -59/+54 |
2018-11-14 | replace RemoteParcelRequest response encoding ( runprebuild needed) | UbitUmarov | 1 | -4/+5 |
2018-09-30 | missed new c# version only code | UbitUmarov | 1 | -1/+2 |
2018-09-30 | a few changes to last patch | UbitUmarov | 1 | -28/+28 |
2018-09-30 | Implementation-and-design-of-ClientOnParcelGodMark | Mandarinka Tasty | 1 | -5/+92 |
2018-08-07 | mantis 8349: fix landmasks | UbitUmarov | 1 | -1/+1 |
2018-07-21 | mantis8342: make max ban height above ground configurable per regions instanc... | UbitUmarov | 3 | -4/+34 |
2018-07-14 | recover lost null check in last commit | UbitUmarov | 1 | -2/+8 |
2018-07-14 | change bitmasks work | UbitUmarov | 2 | -11/+4 |
2018-04-28 | mantis 8321: avoid null reference potencial caused by outdated LMs for example | UbitUmarov | 1 | -2/+9 |
2018-01-15 | shut up some pesty warnings | UbitUmarov | 1 | -2/+2 |
2017-08-24 | change a few more parcel eject code paths | UbitUmarov | 1 | -1/+1 |
2017-08-24 | (un)eject flag is only lowest bit, only protect active gods from freeze; do n... | UbitUmarov | 1 | -3/+3 |
2017-07-26 | display remaining pass time in hours, mins or seconds acording to value | UbitUmarov | 1 | -1/+9 |
2017-07-26 | change buypass insuficent funds to make clear that its on that region money ... | UbitUmarov | 1 | -2/+3 |
2017-07-26 | add new funtion bool MoveMoney(UUID fromUser, UUID toUser, int amount, Money... | UbitUmarov | 1 | -5/+8 |
2017-07-26 | add comments to make that more clear | UbitUmarov | 2 | -0/+2 |
2017-07-26 | do not allow setting land passes on group owned land, because currently we ca... | UbitUmarov | 1 | -1/+1 |
2017-07-26 | only allow pass renovation on the last quarter of parcel pass time. go back t... | UbitUmarov | 1 | -5/+8 |
2017-07-25 | lets try using older EventManager.TriggerMoneyTransfer to pay parcel passes | UbitUmarov | 1 | -1/+5 |
2017-07-25 | allow pass recharge with no loss of current time up to 1/4 of parcel pass time. | UbitUmarov | 1 | -9/+9 |
2017-07-25 | Ooops.. pay to land owner, not grid. group owned parcel not suported for now.... | UbitUmarov | 1 | -1/+7 |
2017-07-25 | add first code to process parcel buy pass. Still testing, and still no kick o... | UbitUmarov | 1 | -1/+89 |
2017-07-24 | only hide parcel info from banned avatars | UbitUmarov | 1 | -1/+1 |
2017-07-12 | osSetParcelDetails: add more land update code | UbitUmarov | 1 | -0/+8 |
2017-06-06 | some changes on pollevent | UbitUmarov | 1 | -9/+6 |
2017-05-19 | fix a null ref on parcels join | UbitUmarov | 1 | -4/+11 |
2017-05-19 | fix land parcel group been lost on region upload | UbitUmarov | 1 | -2/+0 |
2017-05-14 | clear land object on delete | UbitUmarov | 2 | -1/+17 |
2017-05-14 | don't round to nearest int | UbitUmarov | 2 | -3/+3 |
2017-05-14 | don't do dwell if there is no module active | UbitUmarov | 1 | -1/+6 |
2017-05-14 | fix remote requests for dwell, so dwell module still called | UbitUmarov | 1 | -0/+3 |
2017-05-14 | fix some issue on parcels loading and make parcels dwell show something. Reso... | UbitUmarov | 3 | -21/+61 |
2017-05-13 | find parcels by GlobalID.. well most time | UbitUmarov | 3 | -12/+58 |
2017-03-30 | add CanSellObject() permitions check functions | UbitUmarov | 1 | -2/+1 |
2017-01-27 | fix SimwideArea again | UbitUmarov | 1 | -0/+1 |
2017-01-27 | several changes relative to objects return and parcel prim counts: avoid nul... | UbitUmarov | 3 | -35/+23 |
2017-01-22 | replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP... | UbitUmarov | 1 | -1/+1 |