| Commit message (Expand) | Author | Files | Lines |
2019-09-24 | missing file | UbitUmarov | 1 | -2/+6 |
2019-09-21 | make Console Promt(..) compatible with rest of code, again | UbitUmarov | 2 | -1/+18 |
2019-09-21 | make Console Output(..) compatible with rest of code, again | UbitUmarov | 3 | -4/+9 |
2019-09-17 | Changes fix some CORS problems when making XMLRPC calls from | Robert Adams | 1 | -0/+4 |
2019-09-17 | add a extra lenght check | UbitUmarov | 1 | -0/+3 |
2019-09-15 | fix saving appearence to notecard, so they can work on older regions | UbitUmarov | 1 | -39/+96 |
2019-09-11 | fix bad indexes math | UbitUmarov | 1 | -2/+2 |
2019-09-11 | fix a bad typo | UbitUmarov | 1 | -1/+1 |
2019-09-11 | extent supported number of avatar textures/bakes/wearables, tell viewers abou... | UbitUmarov | 6 | -109/+182 |
2019-09-05 | go back to protocol 0.7, until 0.8 changes are ready | UbitUmarov | 1 | -2/+2 |
2019-09-02 | missing file | UbitUmarov | 1 | -2/+13 |
2019-08-30 | increase region protocol version to 0.8 | UbitUmarov | 1 | -2/+2 |
2019-08-25 | Fix console outputting raw format strings | Melanie | 1 | -3/+5 |
2019-08-21 | Make ReadConfig a general features of consoles, rather than type dependent | Melanie | 4 | -1/+12 |
2019-08-21 | Call SetServer on consoles reflectively to avoid having type checks in places... | Melanie | 3 | -1/+3 |
2019-08-20 | Massive console refactor. Greatly simplify interface. | Melanie | 15 | -157/+93 |
2019-08-18 | i do not not store banTime as DateTime, fix the EstateBan decoder | UbitUmarov | 1 | -4/+4 |
2019-08-17 | EstateAccess do fill the fields(mySQL only); fix the response | UbitUmarov | 2 | -16/+20 |
2019-08-07 | Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknown | Melanie Thielker | 1 | -0/+1 |
2019-08-02 | cosmetics | UbitUmarov | 2 | -12/+4 |
2019-07-30 | now i can login on win .net4.8, but just a little drop on a large (broken) OS... | UbitUmarov | 6 | -106/+131 |
2019-07-30 | Don't try to print XML if a corrupted asset is actually binary data | Melanie | 1 | -0/+9 |
2019-07-06 | mantis 8558: send sane values for Agents and objects capability (max hard limit) | UbitUmarov | 1 | -1/+3 |
2019-06-09 | reduce some useless array copies | UbitUmarov | 1 | -1/+2 |
2019-04-30 | primbasicshape: convert eventual MeshEP to SculpEP | UbitUmarov | 1 | -1/+9 |
2019-04-10 | missing file | UbitUmarov | 1 | -0/+1 |
2019-04-04 | change region cacheid on restart. This should not be needed in future if obje... | UbitUmarov | 1 | -0/+5 |
2019-04-04 | send agent view range to new child agents | UbitUmarov | 4 | -1/+12 |
2019-03-30 | a few more changes on initial objects send | UbitUmarov | 1 | -2/+2 |
2019-03-28 | changes on teleports v7 | UbitUmarov | 1 | -7/+9 |
2019-03-24 | some more changes on objects sending | UbitUmarov | 1 | -8/+0 |
2019-03-23 | add more test code to make usage od compressed updates etc. Should be disable... | UbitUmarov | 1 | -3/+14 |
2019-03-20 | RegionHandshake IS critical llupd protocol not to be done by odd modules | UbitUmarov | 2 | -5/+5 |
2019-03-19 | take the deafult on the parameter overlay | UbitUmarov | 1 | -1/+1 |
2019-03-19 | do not send parceloverlay on crossings (may be bad, or not) | UbitUmarov | 1 | -1/+1 |
2019-03-17 | remove redundant code | UbitUmarov | 1 | -2/+0 |
2019-03-12 | try to work around robust shutdown/quit blocking on mono | UbitUmarov | 1 | -1/+2 |
2019-03-02 | direct encode lludp terse object update, let contain texture entry | UbitUmarov | 1 | -1/+0 |
2019-02-27 | Add Thread.ResetAbort() to various thread loops to clean up errors on | Robert Adams | 1 | -13/+19 |
2019-02-20 | missing file on the kick commit | UbitUmarov | 1 | -1/+1 |
2019-02-15 | (almost) useless change | UbitUmarov | 1 | -23/+42 |
2019-02-15 | minor cleanup | UbitUmarov | 2 | -29/+0 |
2019-01-29 | cosmetics | UbitUmarov | 1 | -9/+27 |
2019-01-28 | change encoding of a another event cap message | UbitUmarov | 1 | -13/+27 |
2019-01-26 | change encoding of a few event caps messages | UbitUmarov | 1 | -42/+42 |
2019-01-25 | mess around with prioritizer | UbitUmarov | 1 | -20/+7 |
2019-01-25 | a few changes on priority queues and their heap | UbitUmarov | 2 | -52/+45 |
2019-01-21 | give up on Lazy<T> | UbitUmarov | 1 | -1/+0 |
2019-01-21 | remove terraindata abstraction layer, since we only have heightmap type | UbitUmarov | 2 | -120/+61 |
2019-01-20 | cosmetics on terrain patchs | UbitUmarov | 3 | -17/+30 |