aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-12 fix the typos that seem to matter so much to some :pUbitUmarov2-2/+2
2015-09-12 send a reply on UpdateInventoryItem with the transactionID viewer sent. ↵UbitUmarov1-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 ↵UbitUmarov2-11/+33
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 issueUbitUmarov8-130/+1465
2015-09-11 inventory messUbitUmarov2-88/+241
2015-09-11 change to avn fecthinventory and webfecth.. codeUbitUmarov8-1465/+130
2015-09-11 remove diva's inventory cache since it seems to cause mantis 7720, broken ↵UbitUmarov2-241/+88
items UUID. Guess it doesn't cover all paths
2015-09-10add a few terminating / in LSLhttp uris as coreUbitUmarov1-4/+4
2015-09-10remove a avn thing before it gets into coreUbitUmarov1-11/+0
2015-09-10fix lost sending of initial terrain to child agentsUbitUmarov1-0/+2
2015-09-09revert SynchronousRestObjectRequester timeout to miliseconds, and fix where ↵UbitUmarov2-3/+3
it was wrong set in seconds
2015-09-09minor clean, letting small classes be own module classUbitUmarov1-2/+4
2015-09-09 let old ode also have a Module classUbitUmarov3-80/+113
2015-09-09 found core hack to fix modules interdependencies RegionLoaded is not that ↵UbitUmarov2-24/+37
obvius
2015-09-09 split Module from its scene, so if not enabled there is no scene memory ↵UbitUmarov2-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 moduleUbitUmarov24-27/+23
2015-09-09 retouch ubitode moduleUbitUmarov1-119/+52
2015-09-08add missing llSetVelocity stubUbitUmarov1-0/+6
2015-09-08and now.. seems to work.. but does it really work?UbitUmarov2-53/+65
2015-09-08properties foldersUbitUmarov3-3/+45
2015-09-08a mess with Modules and ModuleUbitUmarov41-87/+47
2015-09-08more on compile..UbitUmarov3-20/+8
2015-09-08more on compile..UbitUmarov8-39/+42
2015-09-08opps my files?UbitUmarov1-0/+340
2015-09-08opps my files?UbitUmarov9-0/+13829
2015-09-08 rename UbitodeUbitUmarov10-14169/+0
2015-09-08 fix some compileUbitUmarov25-24/+25
2015-09-08 fix some compileUbitUmarov1-1/+1
2015-09-08 fix some compileUbitUmarov3-26/+53
2015-09-08More 'everything is a module' merging.Robert Adams27-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 ↵UbitUmarov2-2/+10
the time for nowwq
2015-09-08 fix missing proprieties get, etcUbitUmarov1-8/+10
2015-09-07improve old ODE prim region bordersUbitUmarov1-37/+84
2015-09-07recover opensim m_sendTerrainUpdatesByViewDistance. if false do as opensim ↵UbitUmarov2-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-07allocate llRAW LookupHeightTable on demand and release it, saving a few ↵UbitUmarov1-0/+8
512KB of memory
2015-09-07restore terrain modifiers, left out earlier bc of merge errors, (untested)UbitUmarov2-12/+12
2015-09-06add lost admin_reset_land methodUbitUmarov1-0/+47
2015-09-06remove a forgotten cast to intUbitUmarov1-1/+1
2015-09-06minor change, add a lock we had at avnUbitUmarov1-2/+4
2015-09-06Clean up viewer-based access control specifications.Diva Canto3-7/+18
2015-09-06Related to previous commits: fixed namespace.Diva Canto1-1/+2
2015-09-06fix the missing initialization of the folish ProcessUnackedSends optionUbitUmarov1-0/+2
2015-09-06fix odd drawdistance control initializationUbitUmarov1-12/+6
2015-09-06add missing stub for llSetVelocityUbitUmarov1-0/+1
2015-09-05Amend to previous commit: delete the corresponding AssemblyInfo'sDiva Canto2-66/+0
2015-09-05Moved the two region loaders into the RegionLoaderPlugin dll, therefore ↵Diva Canto4-4/+4
eliminating 2 top-level dlls that didn't make much sense.
2015-09-06dont store/upload map asset for large regions, ( needs testing)UbitUmarov1-2/+12
2015-09-06still a missing stat IDUbitUmarov2-10/+13
2015-09-06let extra stats travel side by side with viewers ones... try to fix damm ↵UbitUmarov5-64/+123
array indexes all over the place
2015-09-05Deleted unused file.Diva Canto1-77/+0