Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | add lost admin_reset_land method | UbitUmarov | 1 | -0/+47 | |
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 | |
2015-09-06 | Clean up viewer-based access control specifications. | Diva Canto | 3 | -7/+18 | |
2015-09-06 | Related to previous commits: fixed namespace. | Diva Canto | 1 | -1/+2 | |
2015-09-06 | fix the missing initialization of the folish ProcessUnackedSends option | UbitUmarov | 1 | -0/+2 | |
2015-09-06 | fix odd drawdistance control initialization | UbitUmarov | 1 | -12/+6 | |
2015-09-06 | add missing stub for llSetVelocity | UbitUmarov | 1 | -0/+1 | |
2015-09-05 | Amend to previous commit: delete the corresponding AssemblyInfo's | Diva Canto | 2 | -66/+0 | |
2015-09-05 | Moved the two region loaders into the RegionLoaderPlugin dll, therefore ↵ | Diva Canto | 4 | -4/+4 | |
eliminating 2 top-level dlls that didn't make much sense. | |||||
2015-09-06 | dont store/upload map asset for large regions, ( needs testing) | UbitUmarov | 1 | -2/+12 | |
2015-09-06 | still a missing stat ID | UbitUmarov | 2 | -10/+13 | |
2015-09-06 | let extra stats travel side by side with viewers ones... try to fix damm ↵ | UbitUmarov | 5 | -64/+123 | |
array indexes all over the place | |||||
2015-09-05 | Deleted unused file. | Diva Canto | 1 | -77/+0 | |
2015-09-05 | fix modifing m_threads on a foreach scanning it | UbitUmarov | 1 | -1/+3 | |
2015-09-05 | Changed a couple of comments to be more generic | Diva Canto | 2 | -3/+3 | |
2015-09-05 | let ode suport var size regions | UbitUmarov | 2 | -152/+143 | |
Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-09-04 | Fixes a problem with Bullet physics when it is configured to run on a ↵ | Diva Canto | 1 | -0/+2 | |
separate thread. | |||||
2015-09-04 | POSScene wasn't really a region module. Fixed now. | Diva Canto | 1 | -1/+1 | |
2015-09-04 | Moved UserStatistics feature to OptionalModules too. | Diva Canto | 12 | -36/+0 | |
2015-09-04 | Moved DataSnapshot feature to OptionalModules too. | Diva Canto | 10 | -36/+0 | |
2015-09-04 | Moved RegionCombinerModule to OptionalModules. Removed it as its own ↵ | Diva Canto | 9 | -36/+0 | |
top-level project/dll. | |||||
2015-09-04 | a few changes to stats. Array order coerent on users. give up on moses stats ↵ | UbitUmarov | 3 | -83/+95 | |
for now, since SimExtraStatsCollector cant reach SimStatsReport etc | |||||
2015-09-04 | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 75 | -140/+19 | |
OpenSim.Framework. | |||||
2015-09-04 | Deleted old unfinished code under Framework.Communications that wasn't being ↵ | Diva Canto | 13 | -1007/+154 | |
used anywhere. Also folded GenericAsyncResult into RestClient, since it is used only there. This is preparation to remove Framework.Communications entirely. | |||||
2015-09-04 | Deleted unused interface | Diva Canto | 1 | -157/+0 | |
2015-09-04 | comment a large debug message | UbitUmarov | 1 | -1/+1 | |
2015-09-04 | In SceneGraph, use the property PhysicsScene instead of the variable ↵ | Diva Canto | 1 | -3/+3 | |
_PhysScene, so that it gets properly initialized before being dereferenced. | |||||
2015-09-04 | Deleted commented code | Diva Canto | 1 | -51/+0 | |
2015-09-04 | actually reduce max number of ode spaces | UbitUmarov | 2 | -8/+8 | |
2015-09-04 | bug fix on ode spaces and allow more of them on large regions | UbitUmarov | 2 | -12/+12 | |
2015-09-04 | remove a forgotten 1000.9 factor on physics fps | UbitUmarov | 5 | -5/+5 | |
2015-09-04 | use GetTimeStampMS to increase heartbeat and stats timing resolution. some ↵ | UbitUmarov | 2 | -106/+122 | |
rearrange on stat code ( MOSES special ones still out ) | |||||
2015-09-04 | add a GetTimeStampMS method, this returns a time stamp in miliSeconds with ↵ | UbitUmarov | 1 | -0/+11 | |
the resolution avaiable for StopWatchs. Value in double since it can be large (as machine uptime in high resolution ticks) | |||||
2015-09-04 | normalise physics plugins to return fps as (simulated time / requested ↵ | UbitUmarov | 6 | -1906/+3319 | |
simulation time). improved a bit old ode simulations per call math | |||||
2015-09-03 | Transformed the LLUDP ad-hoc plugin into a region module. It works. | Diva Canto | 7 | -297/+119 | |
2015-09-03 | a bit better addAvatar() call chain | UbitUmarov | 1 | -5/+1 | |
2015-09-03 | make addavatar more friendly between plugins | UbitUmarov | 2 | -3330/+1891 | |
2015-09-03 | fix a old bug i added: MaxWearables can't be changed in runtime | UbitUmarov | 1 | -1/+0 | |
2015-09-03 | fix CM_api compile error | UbitUmarov | 1 | -3/+3 | |
2015-09-03 | minor clean | UbitUmarov | 1 | -48/+0 | |
2015-09-03 | missing file | UbitUmarov | 1 | -0/+530 | |