aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
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-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 Canto1-3/+7
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-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 ↵UbitUmarov3-52/+93
array indexes all over the place
2015-09-05Changed a couple of comments to be more genericDiva Canto2-3/+3
2015-09-05let ode suport var size regionsUbitUmarov2-152/+143
Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-09-04Fixes a problem with Bullet physics when it is configured to run on a ↵Diva Canto1-0/+2
separate thread.
2015-09-04POSScene wasn't really a region module. Fixed now.Diva Canto1-1/+1
2015-09-04Moved UserStatistics feature to OptionalModules too.Diva Canto12-36/+0
2015-09-04Moved DataSnapshot feature to OptionalModules too.Diva Canto10-36/+0
2015-09-04Moved RegionCombinerModule to OptionalModules. Removed it as its own ↵Diva Canto9-36/+0
top-level project/dll.
2015-09-04a few changes to stats. Array order coerent on users. give up on moses stats ↵UbitUmarov3-83/+95
for now, since SimExtraStatsCollector cant reach SimStatsReport etc
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto54-54/+1
OpenSim.Framework.
2015-09-04In SceneGraph, use the property PhysicsScene instead of the variable ↵Diva Canto1-3/+3
_PhysScene, so that it gets properly initialized before being dereferenced.
2015-09-04Deleted commented codeDiva Canto1-51/+0
2015-09-04actually reduce max number of ode spacesUbitUmarov2-8/+8
2015-09-04bug fix on ode spaces and allow more of them on large regionsUbitUmarov2-12/+12
2015-09-04remove a forgotten 1000.9 factor on physics fpsUbitUmarov5-5/+5
2015-09-04use GetTimeStampMS to increase heartbeat and stats timing resolution. some ↵UbitUmarov2-106/+122
rearrange on stat code ( MOSES special ones still out )
2015-09-04normalise physics plugins to return fps as (simulated time / requested ↵UbitUmarov6-1906/+3319
simulation time). improved a bit old ode simulations per call math
2015-09-03Transformed the LLUDP ad-hoc plugin into a region module. It works.Diva Canto7-297/+119
2015-09-03a bit better addAvatar() call chainUbitUmarov1-5/+1
2015-09-03make addavatar more friendly between pluginsUbitUmarov2-3330/+1891
2015-09-03fix a old bug i added: MaxWearables can't be changed in runtimeUbitUmarov1-1/+0
2015-09-03fix CM_api compile errorUbitUmarov1-3/+3
2015-09-03 minor cleanUbitUmarov1-48/+0
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov10-85/+29
scenepresence)
2015-09-02seems to compile ( tests comented out)UbitUmarov103-8410/+1005
2015-09-01Moved ExtendedPhysics from OptionalModules to Bullet project, because it's ↵Diva Canto5-627/+622
very much an optional Bullet feature. This way, Bullet doesn't need to depend on the OptionalModules dll. No changes in configs or behavior.
2015-08-31Deleted physics plugin classes.Diva Canto8-534/+4
More unit tests fixed.
2015-08-31Physics refactoring: all unit tests pass.Diva Canto6-19/+51