aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-03-201-10/+16
|\ | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLXAssetData.cs
| * Fix crash where two scene loop threads could changes m_MeshToTriMeshMap at ↵Justin Clark-Casey (justincc)2012-03-201-10/+16
| | | | | | | | | | | | the same time. Have to lock m_MeshToTriMeshMap as property is static and with more than one region two scene loops could try to manipulate at the same time.
* | added a new UbitMeshing module so i can mess it...UbitUmarov2012-03-176-0/+4726
| |
* | ubitode prim select was not doing phantom caseUbitUmarov2012-03-121-6/+17
| |
* | missing file in ubitODEUbitUmarov2012-03-121-0/+1
| |
* | ubitOde also knows a bit more about physical phantomUbitUmarov2012-03-111-29/+142
| |
* | more phantom physics ( chODE and a fix in manager physicsactorUbitUmarov2012-03-112-62/+121
| |
* | initial steps to support physical phantomsUbitUmarov2012-03-116-13/+73
| |
* | ubitOde bugUbitUmarov2012-03-091-2/+4
| |
* | let chode and ubitode find ode.dll on windowsUbitUmarov2012-03-092-0/+7
| |
* | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ↵Melanie2012-03-077-787/+792
|\ \ | | | | | | | | | careminster
| * | update ubitOdeUbitUmarov2012-03-054-78/+297
| | |
| * | update UbitOdeUbitUmarov2012-03-045-65/+69
| | |
| * | update UbitODEUbitUmarov2012-03-043-36/+55
| | |
| * | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitworkUbitUmarov2012-03-031-5/+3
| |\ \
| * | | update ubitODEUbitUmarov2012-03-021-15/+45
| | | |
| * | | ubitODE bug fixUbitUmarov2012-02-291-1/+1
| | | |
| * | | update ubitODE to current working stateUbitUmarov2012-02-292-113/+199
| | | |
| * | | fixUbitUmarov2012-02-291-1/+3
| | | |
| * | | chODE: bad meshs get a a basic box or sphere geom with setted prim size. ↵UbitUmarov2012-02-292-503/+148
| | | | | | | | | | | | | | | | They will not colide if non-physical and Will collide with land if physical. assume UNTESTED
* | | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ↵Melanie2012-03-046-641/+496
|\ \ \ \ | | |/ / | |/| | | | | | careminster
| * | | This still causes terrain artefactsMelanie2012-03-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Revert " fix my bug on ChODE terrain heightmap build" This reverts commit aa77d1d486f11da7dc841190f1ca85e085d0d648.
| * | | This still causes terrain artefactsMelanie2012-03-021-3/+1
| |/ / | | | | | | | | | | | | | | | Revert " fix the last fix. Regions are square but... Also remove the 0.5 offset in map position. It was apparently needed to fix we having nsamples = size and not size + 1." This reverts commit 15bc539bd49e7a09c1ec6e539871cde5eee6032e.
| * | made box a little largerUbitUmarov2012-02-281-6/+6
| | |
| * | A few blind changes to go try to go around bad mesh little box replacement failUbitUmarov2012-02-281-67/+50
| | |
| * | Really dirty hack to make sims start. Causes errors but the ting runs. RemoveMelanie2012-02-281-1/+5
| | | | | | | | | | | | when fixed right.
| * | Let inworld meshs colide as such and not as basic prim all the time. ↵UbitUmarov2012-02-272-5/+10
| | | | | | | | | | | | Removed also LOD, and outerskin on colision meshs.
| * | update ubitODE to my current working stateUbitUmarov2012-02-274-568/+378
| | |
| * | added in chODE GeomTriMeshDataDestroy to explicity release internal trimesh ↵UbitUmarov2012-02-262-3/+41
| | | | | | | | | | | | data.
| * | replace bad meshs by a small cube and log it.UbitUmarov2012-02-241-5/+21
| | |
| * | stop using useless geom tricallback.UbitUmarov2012-02-241-1/+2
| | |
* | | Merge branch 'master' into careminsterMelanie2012-02-241-0/+2
|\ \ \ | |/ / |/| / | |/
| * Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)2012-02-241-0/+2
| | | | | | | | | | | | | | | | On the first frame, all startup scene objects are added to the physics scene. This can cause a considerable delay, so we don't start raising the alarm on scene loop timeouts until the second frame. This commit also slightly changes the behaviour of timeout reporting. Previously, a report was made for the very first timed out thread, ignoring all others until the next watchdog check. Instead, we now report every timed out thread, though we still only do this once no matter how long the timeout.
* | fix the last fix. Regions are square but... Also remove the 0.5 offset in ↵UbitUmarov2012-02-231-1/+3
| | | | | | | | map position. It was apparently needed to fix we having nsamples = size and not size + 1.
* | fix my bug on ChODE terrain heightmap buildUbitUmarov2012-02-231-3/+3
| |
* | Reverse the changed to ODE heightmap. It results in SERIOUS issues like anMelanie2012-02-211-4/+4
| | | | | | | | irreversible y-flip and holes in the map.
* | Merge branch 'master' into careminsterMelanie2012-02-216-939/+4
|\ \ | |/ | | | | Conflicts:
| * Load 32-bit or 64-bit BulletSim Windows library automatically as appropriate.Justin Clark-Casey (justincc)2012-02-211-0/+3
| | | | | | | | | | This uses the same approach as ODE. radams, if this doesn't work for you please feel free to revert.
| * Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.Justin Clark-Casey (justincc)2012-02-211-14/+1
| |
| * Remove PhysXPlugin and wrappers.Justin Clark-Casey (justincc)2012-02-215-1001/+0
| | | | | | | | | | In over 4 years this never progressed beyond an unimplemented stub. This doesn't mean that it can't come back if someone is interested in implementing PhysX support.
* | Merge branch 'ubitwork'Melanie2012-02-1918-1071/+12694
|\ \ | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs
| * | minor fix to chODE terrain heighmap scaleUbitUmarov2012-02-191-4/+4
| | |
| * | changed how vehicle data is stored and passed to physics. use unsafe in ↵UbitUmarov2012-02-184-59/+347
| | | | | | | | | | | | serializer, tried to control m_dupeInProgress
| * | Added simple binary serializer/deserializer to chODE. 100% untested and most ↵UbitUmarov2012-02-175-1035/+1540
| | | | | | | | | | | | like still broken
| * | Now if chode prim.cs detects out of bounds it requests a update and blocks ↵UbitUmarov2012-02-152-20/+45
| | | | | | | | | | | | movement and colisions. Base code must do a PhysActor.CrossingFailure() to make it move again inside sim or delete it.
| * | don't freeze with a sitted avatar in a border without other sim. Still messy :(UbitUmarov2012-02-151-2/+2
| | |
| * | try to make crossings work better. chode no longer prevents crossings i hopeUbitUmarov2012-02-151-6/+50
| | |
| * | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitworkUbitUmarov2012-02-152-1/+53
| |\ \
| * | | remove drawstuff from ubitodeUbitUmarov2012-02-114-256/+1
| | | |
| * | | removed outdated coments.UbitUmarov2012-02-111-630/+0
| | | |