aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
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 Canto75-140/+19
2015-09-04Deleted old unfinished code under Framework.Communications that wasn't being ...Diva Canto13-1007/+154
2015-09-04Deleted unused interfaceDiva Canto1-157/+0
2015-09-04comment a large debug messageUbitUmarov1-1/+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
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 re...UbitUmarov2-106/+122
2015-09-04add a GetTimeStampMS method, this returns a time stamp in miliSeconds with th...UbitUmarov1-0/+11
2015-09-04normalise physics plugins to return fps as (simulated time / requested simula...UbitUmarov6-1906/+3319
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 missing fileUbitUmarov1-0/+530
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov25-252/+117
2015-09-02seems to compile ( tests comented out)UbitUmarov157-9790/+1313
2015-09-01Moved ExtendedPhysics from OptionalModules to Bullet project, because it's ve...Diva Canto5-627/+622
2015-08-31Deleted physics plugin classes.Diva Canto9-538/+26
2015-08-31Physics refactoring: all unit tests pass.Diva Canto6-19/+51
2015-08-31First commit where physics work as region module.Diva Canto15-69/+55
2015-08-31All physics plugins are now region modules. Compiles but doesn't run.Diva Canto23-1142/+1349
2015-08-31Fixed a namespace dependency. Also started preparing prebuild.xml for making ...Diva Canto2-2/+2
2015-08-31Refactored Meshing modules:Diva Canto10-60/+142
2015-08-31dont change camera on crossingsUbitUmarov1-4/+4
2015-08-31start sending terrain patchs in completmovement where we know itsUbitUmarov2-2/+8
2015-08-31 fix slow moving physical objects moving without sending updatesUbitUmarov1-9/+9
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto77-84/+84
2015-08-31minor changesUbitUmarov1-15/+21
2015-08-30Renamed the namespaces tooDiva Canto113-171/+171
2015-08-30Major renaming of Physics dlls / folders. No functional changes, just renames.Diva Canto107-0/+0
2015-08-30Moved instantiation of SceneCommunicationService object to inside the scene c...Diva Canto4-10/+5
2015-08-30more on tps and crossingsUbitUmarov4-164/+209
2015-08-30Mantis #7713: fixed bug introduced by 1st MOSES patch.Diva Canto1-7/+9
2015-08-30 cache in memory water textureUbitUmarov1-33/+105
2015-08-29 improve object crossingsUbitUmarov1-37/+15
2015-08-29 fix some effects rangesUbitUmarov5-7/+7
2015-08-29 fix NeighborRegions codeUbitUmarov2-55/+21
2015-08-29 change default scopeID to UUID.ZeroUbitUmarov3-3/+6
2015-08-28review ServiceBase for varUbitUmarov1-2/+5