aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-10fix lost sending of initial terrain to child agentsUbitUmarov1-0/+2
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 ob...UbitUmarov2-24/+37
2015-09-09 split Module from its scene, so if not enabled there is no scene memory allo...UbitUmarov2-97/+113
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-09Make sure the chat module doesn't deactivate just because the sectionMelanie Thielker1-12/+8
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..UbitUmarov2-11/+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
2015-09-08 add script events per sec stat, using the time report code, but ignoring the...UbitUmarov2-2/+10
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 (s...UbitUmarov2-56/+189
2015-09-07allocate llRAW LookupHeightTable on demand and release it, saving a few 512KB...UbitUmarov1-0/+8
2015-09-07restore terrain modifiers, left out earlier bc of merge errors, (untested)UbitUmarov2-12/+12
2015-09-06Typos in commentsDiva Canto2-2/+2
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 arra...UbitUmarov3-52/+93
2015-09-05Changed a couple of comments to be more genericDiva Canto2-3/+3
2015-09-05let ode suport var size regionsUbitUmarov2-152/+143
2015-09-04Fixes a problem with Bullet physics when it is configured to run on a separat...Diva Canto1-0/+2
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 top-leve...Diva Canto9-36/+0
2015-09-04a few changes to stats. Array order coerent on users. give up on moses stats ...UbitUmarov3-83/+95
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto54-54/+1
2015-09-04In SceneGraph, use the property PhysicsScene instead of the variable _PhysSce...Diva Canto1-3/+3
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