Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
of thread jobs, where one is good enought | |||||
2015-09-15 | fix missing check for viaHGLogin | UbitUmarov | 1 | -2/+2 | |
2015-09-15 | mute watchdog timeouts on world map work threads. They do wait for events ↵ | UbitUmarov | 1 | -2/+2 | |
for a long time | |||||
2015-09-14 | try to improve vehicles crossing with Xengine. Lag seems main issue now, ↵ | UbitUmarov | 5 | -13/+28 | |
but needs testing, specially the fail cases, that most likelly need more work | |||||
2015-09-13 | Remove the last proprietary copyright headers, insert BSD ones. | Melanie Thielker | 2 | -12/+52 | |
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 | 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 ↵ | UbitUmarov | 1 | -14/+0 | |
will not work anyway | |||||
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 | 1 | -2/+2 | |
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. ↵ | UbitUmarov | 1 | -1/+3 | |
Protocol seems to have also a callbackID on this, apparently ignored by viewers ( as possible the transactionID ) | |||||
2015-09-11 | put back diva's cache with her recent fix but also avoid duplicated ↵ | UbitUmarov | 1 | -10/+25 | |
InventoryService.UpdateItem call in case of m_uploadState is complete. In that case CompleteItemUpload will do it | |||||
2015-09-11 | inventory mess return to the state before divas cache issue | UbitUmarov | 2 | -43/+122 | |
2015-09-11 | inventory mess | UbitUmarov | 1 | -22/+22 | |
2015-09-11 | change to avn fecthinventory and webfecth.. code | UbitUmarov | 2 | -122/+43 | |
2015-09-11 | remove diva's inventory cache since it seems to cause mantis 7720, broken ↵ | UbitUmarov | 1 | -22/+22 | |
items UUID. Guess it doesn't cover all paths | |||||
2015-09-10 | add a few terminating / in LSLhttp uris as core | UbitUmarov | 1 | -4/+4 | |
2015-09-10 | fix lost sending of initial terrain to child agents | UbitUmarov | 1 | -0/+2 | |
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 ↵ | UbitUmarov | 2 | -24/+37 | |
obvius | |||||
2015-09-09 | split Module from its scene, so if not enabled there is no scene memory ↵ | UbitUmarov | 2 | -97/+113 | |
allocation. All physics modules need this ( if not others) | |||||
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 | |
2015-09-08 | add missing llSetVelocity stub | UbitUmarov | 1 | -0/+6 | |
2015-09-08 | and now.. seems to work.. but does it really work? | UbitUmarov | 2 | -53/+65 | |
2015-09-08 | properties folders | UbitUmarov | 3 | -3/+45 | |
2015-09-08 | a mess with Modules and Module | UbitUmarov | 41 | -87/+47 | |
2015-09-08 | more on compile.. | UbitUmarov | 2 | -11/+8 | |
2015-09-08 | more on compile.. | UbitUmarov | 8 | -39/+42 | |
2015-09-08 | opps my files? | UbitUmarov | 1 | -0/+340 | |
2015-09-08 | opps my files? | UbitUmarov | 9 | -0/+13829 | |
2015-09-08 | rename Ubitode | UbitUmarov | 10 | -14169/+0 | |
2015-09-08 | fix some compile | UbitUmarov | 25 | -24/+25 | |
2015-09-08 | fix some compile | UbitUmarov | 1 | -1/+1 | |
2015-09-08 | fix some compile | UbitUmarov | 3 | -26/+53 | |
2015-09-08 | More 'everything is a module' merging. | Robert Adams | 27 | -10665/+95 | |
Have most of UbitOde converted. There are compile errors in OpenSimBase as the new modules stuff is not all there. Removed ChOdePlugin as it's connection to OdePlugin was tangled. | |||||
2015-09-08 | add script events per sec stat, using the time report code, but ignoring ↵ | UbitUmarov | 2 | -2/+10 | |
the time for nowwq | |||||
2015-09-08 | fix missing proprieties get, etc | UbitUmarov | 1 | -8/+10 | |
2015-09-07 | improve old ODE prim region borders | UbitUmarov | 1 | -37/+84 | |
2015-09-07 | recover opensim m_sendTerrainUpdatesByViewDistance. if false do as opensim ↵ | UbitUmarov | 2 | -56/+189 | |
(slower since it depended on sending terrain as TASK). if true send by view range and also all terrain at arrival | |||||
2015-09-07 | allocate llRAW LookupHeightTable on demand and release it, saving a few ↵ | UbitUmarov | 1 | -0/+8 | |
512KB of memory | |||||
2015-09-07 | restore terrain modifiers, left out earlier bc of merge errors, (untested) | UbitUmarov | 2 | -12/+12 | |
2015-09-06 | remove a forgotten cast to int | UbitUmarov | 1 | -1/+1 | |
2015-09-06 | minor change, add a lock we had at avn | UbitUmarov | 1 | -2/+4 | |