Justin Clark-Casey (justincc)
|
b785f204ce
remove some mono compiler warnings
|
13 years ago |
Justin Clark-Casey (justincc)
|
af90b52731
Comment out uncalled OdeScene.UnCombine()
|
13 years ago |
Justin Clark-Casey (justincc)
|
03202ada29
Store scene identifier passed in to OdeScene for later debug messages
|
13 years ago |
Justin Clark-Casey (justincc)
|
f2132329a3
refactor: make methods that do not need to be public in ODE private or internal to aid code reading/analysis. Remove some unused method arguments
|
13 years ago |
Justin Clark-Casey (justincc)
|
77c65951e0
Extract NullPhysicsScene from PhysicsScene to improve code readability
|
13 years ago |
Justin Clark-Casey (justincc)
|
227db07f2f
refactor: move 3x copy/pasted ode structure removal code in ODECharacter into a DestroyOdeStructures() method
|
13 years ago |
Justin Clark-Casey (justincc)
|
6618948ff9
refactor: centralize prim geom removal code from four places to one
|
13 years ago |
Dan Lake
|
3270bd560e
Removed unused AddPrimShape methods in PhysicsScene caused by merge conflicts
|
13 years ago |
root
|
e9dbe54ab1
Fix some local id issues in physics glue
|
13 years ago |
Justin Clark-Casey (justincc)
|
3e456163dd
Port implementation of llCastRay() from Aurora.
|
13 years ago |
Justin Clark-Casey (justincc)
|
1dcad4ac66
minor: commented out log lines for future use and very small code tidy
|
13 years ago |
Mic Bowman
|
ad84728aba
Add localID to physical object creation functions.
|
13 years ago |
Teravus Ovares (Dan Olivares)
|
8d196dbd14
* Adds Normal to the fields returned by the Physics Raycaster
|
15 years ago |
John Hurliman
|
0c466b28bb
Move the calculation of time dilation from the scene to the physics engine. The scene is still the one reporting dilation so this does not break the API or remove flexibility, but it gets the calculation happening in the right place for the normal OpenSim usage. The actual calculation of physics time dilation probably needs tweaking
|
15 years ago |
John Hurliman
|
d199767e69
Experimental change of PhysicsVector to Vector3. Untested
|
15 years ago |
Jeff Ames
|
606e831ff5
Formatting cleanup.
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
9505297fb1
* One last attempt to get the bordercrossing/primcrossing/attachmentcrossing right in the new border framework.
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
c54cb59a71
* Some Physics Scene Changes to prepare for larger regions
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
8000812700
* part one of adding physics combining
|
15 years ago |
Jeff Ames
|
a133e83f3a
Formatting cleanup.
|
15 years ago |
Teravus Ovares
|
08819bcbea
* Created a way that the OpenSimulator scene can ask the physics scene to do a raycast test safely.
|
15 years ago |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
diva
|
3d5a9e6748
This started as way to correct Mantis #3158, which I believe should be fixed now. The flying status was temporarily being ignored, which caused the avie to drop sometimes -- there was a race condition. In the process it also fixes that annoying bug in basic physics where the avie would drop half-way to the ground upon region crossings (SetAppearance was missing). Additionally, a lot of child-agent-related code has been cleaned up; namely child agents are now consistently not added to physical scenes, and they also don't have appearances. All of that happens in MakeRoot, consistently.
|
16 years ago |
Teravus Ovares
|
26ca3e26bf
Reverts patch from tuco/mikkopa/sempuki mantis #3072
|
16 years ago |
Mike Mazur
|
949ae6136e
Change access levels from private to protected to facilitate
|
16 years ago |
Teravus Ovares
|
ec2dc354b4
* Applying Nlin's NINJA Joint patch. v2. Mantis# 2874
|
16 years ago |
Justin Clarke Casey
|
cec112c87a
* refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGraph to make it more descriptive of its intended function
|
16 years ago |
Teravus Ovares
|
7d89e12293
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
|
16 years ago |
Teravus Ovares
|
042c9ed4d8
* Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.
|
16 years ago |
Teravus Ovares
|
2a988f187e
* Refactored IConfigSource into Physics plug-ins and Scene. We can get rid of some of the parameters we pass to it's constructor now like, 'm_allowPhysicalPrim', 'seeIntoOtherRegions', etc.. so on
|
16 years ago |