| Commit message (Expand) | Author | Files | Lines |
2015-09-17 | dont block a region just bc it doesnt have the requested map item | UbitUmarov | 1 | -10/+0 |
2015-09-17 | dont create terrain map asset for V1 viewers on large regions again, but do c... | UbitUmarov | 1 | -165/+186 |
2015-09-17 | recover bulletS fps math change lost in merge | UbitUmarov | 1 | -2/+3 |
2015-09-17 | remove messages on agents cross fails that got merged | UbitUmarov | 1 | -64/+40 |
2015-09-17 | generate maptile assets again, v2 do use at least the parcels overlay | UbitUmarov | 1 | -2/+2 |
2015-09-17 | merge issues and a few more changes | UbitUmarov | 1 | -152/+116 |
2015-09-17 | remove bad merge code.. | UbitUmarov | 1 | -14/+16 |
2015-09-16 | remove bad merge from master | UbitUmarov | 1 | -12/+0 |
2015-09-16 | change point of evocation of AgentHasMovedAway for HG | UbitUmarov | 1 | -19/+9 |
2015-09-15 | Added migration for UserAccounts table. | Kevin Cozens | 1 | -0/+7 |
2015-09-16 | restore some avn code, fixing for var regions | UbitUmarov | 1 | -23/+8 |
2015-09-15 | avoid a null ref (that should not happen after last commit), also reduce use ... | UbitUmarov | 1 | -20/+28 |
2015-09-15 | fix missing check for viaHGLogin | UbitUmarov | 1 | -2/+2 |
2015-09-15 | fix bad side efects of missing avination optional configuration | UbitUmarov | 1 | -11/+16 |
2015-09-15 | temporary reduce maxwearables, so teleport testing can be performed before ot... | UbitUmarov | 1 | -3/+3 |
2015-09-15 | remove redundant using(){} | UbitUmarov | 1 | -47/+40 |
2015-09-15 | mute watchdog timeouts on world map work threads. They do wait for events fo... | UbitUmarov | 1 | -2/+2 |
2015-09-14 | try to improve vehicles crossing with Xengine. Lag seems main issue now, but... | UbitUmarov | 5 | -13/+28 |
2015-09-14 | try to add a mysql migration to avn | UbitUmarov | 1 | -0/+15 |
2015-09-14 | update ProtocolVersions | UbitUmarov | 1 | -4/+4 |
2015-09-14 | Change the actual versions allowed to connect, which is different from | Melanie Thielker | 1 | -4/+4 |
2015-09-14 | change interface version to 8, as core | UbitUmarov | 1 | -1/+1 |
2015-09-14 | Bump Interface Version to 8 | Melanie Thielker | 1 | -1/+1 |
2015-09-13 | Remove the last proprietary copyright headers, insert BSD ones. | Melanie Thielker | 5 | -20/+81 |
2015-09-13 | change the names also on the assembyInfo files | UbitUmarov | 2 | -7/+7 |
2015-09-12 | missing file... | UbitUmarov | 1 | -29/+34 |
2015-09-12 | rename Ubit physics modules | UbitUmarov | 17 | -70/+71 |
2015-09-12 | remove a silly and not necessary List i added | UbitUmarov | 1 | -6/+6 |
2015-09-12 | let regionCache really find a varregion by a position | UbitUmarov | 1 | -13/+26 |
2015-09-12 | try to be more friendly to HG | UbitUmarov | 2 | -21/+30 |
2015-09-12 | revert validating Library textures. Those need to be on a grid assets or wil... | UbitUmarov | 1 | -14/+0 |
2015-09-12 | try to validate textures from library folder | UbitUmarov | 1 | -0/+14 |
2015-09-12 | try to better merge avn and os fetchinventory and fetchinvdescendents | UbitUmarov | 4 | -447/+94 |
2015-09-12 | fix the typos that seem to matter so much to some :p | UbitUmarov | 2 | -2/+2 |
2015-09-12 | send a reply on UpdateInventoryItem with the transactionID viewer sent. Prot... | UbitUmarov | 1 | -1/+3 |
2015-09-11 | put back diva's cache with her recent fix but also avoid duplicated Inventor... | UbitUmarov | 2 | -11/+33 |
2015-09-11 | inventory mess return to the state before divas cache issue | UbitUmarov | 8 | -130/+1465 |
2015-09-11 | inventory mess | UbitUmarov | 2 | -88/+241 |
2015-09-11 | change to avn fecthinventory and webfecth.. code | UbitUmarov | 8 | -1465/+130 |
2015-09-11 | remove diva's inventory cache since it seems to cause mantis 7720, broken it... | UbitUmarov | 2 | -241/+88 |
2015-09-10 | add a few terminating / in LSLhttp uris as core | UbitUmarov | 1 | -4/+4 |
2015-09-10 | remove a avn thing before it gets into core | UbitUmarov | 1 | -11/+0 |
2015-09-10 | fix lost sending of initial terrain to child agents | UbitUmarov | 1 | -0/+2 |
2015-09-09 | revert SynchronousRestObjectRequester timeout to miliseconds, and fix where i... | UbitUmarov | 2 | -3/+3 |
2015-09-09 | minor clean, letting small classes be own module class | UbitUmarov | 1 | -2/+4 |
2015-09-09 | let old ode also have a Module class | UbitUmarov | 3 | -80/+113 |
2015-09-09 | found core hack to fix modules interdependencies RegionLoaded is not that ob... | UbitUmarov | 2 | -24/+37 |
2015-09-09 | split Module from its scene, so if not enabled there is no scene memory allo... | UbitUmarov | 2 | -97/+113 |
2015-09-09 | demote ConvexDecompositionDotNet to a simple dll, i had made it a region module | UbitUmarov | 24 | -27/+23 |
2015-09-09 | retouch ubitode module | UbitUmarov | 1 | -119/+52 |