aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/ubOde/ODEModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-12pesty warningUbitUmarov1-0/+1
2018-11-12ubOde: remove support for old native ODE lib; make inplace terrain changes, ↵UbitUmarov1-7/+5
if possible
2018-01-14make ubOde PInvoke follow ms coding rulesUbitUmarov1-3/+2
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-6/+6
2016-07-04add OSSL osGetPhysicsEngineName(). this returns a string with name and ↵UbitUmarov1-1/+6
version. does no permition checks or it whould be less usefull ( only ubOde returns value)
2016-06-29change ubOde module, hopefully for better handling of multiple scenes on ↵UbitUmarov1-25/+35
same instance. ( may be broken now )
2015-10-22 rename terrain for opensim and respective configuration flag that a future ↵UbitUmarov1-4/+4
costumized ODE library may have
2015-09-12rename Ubit physics modulesUbitUmarov1-10/+10
2015-09-09 found core hack to fix modules interdependencies RegionLoaded is not that ↵UbitUmarov1-0/+9
obvius
2015-09-09 split Module from its scene, so if not enabled there is no scene memory ↵UbitUmarov1-0/+88
allocation. All physics modules need this ( if not others)