index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Physics
/
Manager
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-08-18
Formatting cleanup.
Jeff Ames
2
-3
/
+0
2008-07-24
Implements llSetForce() and llGetForce(). These are experimental and the unit...
Dahlia Trimble
1
-1
/
+2
2008-07-12
Overloads CreateMesh method of interface IMesher to pass prim physical status...
Dahlia Trimble
2
-0
/
+6
2008-06-30
properly explaining each #pragma warning disable
Dr Scofield
1
-0
/
+1
2008-06-10
Update svn properties. Formatting cleanup.
Jeff Ames
1
-10
/
+10
2008-06-09
*Fixed bug that caused failure when System.Console.Readline returns null (no ...
mingchen
1
-4
/
+10
2008-05-25
* Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.
Teravus Ovares
2
-1
/
+13
2008-05-25
* Releases Pinned vertex/index list in ODE on next mesh request.
Teravus Ovares
1
-0
/
+2
2008-05-16
* This finishes the ODE options section of the OpenSim.ini.example. I've adde...
Teravus Ovares
2
-2
/
+2
2008-05-16
Formatting cleanup.
Jeff Ames
4
-18
/
+18
2008-05-14
* Refactored IConfigSource into Physics plug-ins and Scene. We can get rid of...
Teravus Ovares
2
-4
/
+6
2008-05-06
* If you llApplyImpulse on an attachment, it applies impulse on the avatar, n...
Teravus Ovares
1
-2
/
+2
2008-05-03
* Committing some collision stuffs that I'm working on.
Teravus Ovares
1
-5
/
+30
2008-04-24
* Tuned the llMove2Target PID controller to be more reasonable and not oversh...
Teravus Ovares
1
-0
/
+9
2008-04-23
* Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF)
Teravus Ovares
2
-1
/
+6
2008-04-21
* Optimised using statements and namespace references across entire project (...
Adam Frisby
4
-9
/
+5
2008-03-25
* Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.
Teravus Ovares
1
-0
/
+9
2008-03-18
Formatting cleanup. Minor refactoring.
Jeff Ames
1
-39
/
+6
2008-03-18
* Remove unused (and somewhat nonsensical) method in PhysicsActor
Justin Clarke Casey
1
-7
/
+0
2008-03-18
Formatting cleanup.
Jeff Ames
9
-252
/
+244
2008-03-14
* Preliminary work with the ODEPlugin to collect collision data.
Teravus Ovares
1
-8
/
+8
2008-03-10
ODEPlugin
Teravus Ovares
1
-0
/
+8
2008-03-10
* Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.
Teravus Ovares
2
-0
/
+12
2008-03-02
* This is a very icky implementation of physical linkset prim using fixed joi...
Teravus Ovares
1
-0
/
+14
2008-02-23
* Added Support within the ODEPlugin for Selected. Which means that;
Teravus Ovares
1
-0
/
+7
2008-02-21
* A few additional null checks in the Physics Scene and PhysicsActor so we do...
Teravus Ovares
1
-9
/
+2
2008-02-20
* Found the land bug, yay
Teravus Ovares
1
-4
/
+16
2008-02-20
Minor cleanup.
Jeff Ames
1
-1
/
+1
2008-02-20
* Fixed a long standing race condition in physics events. Could this be the...
Teravus Ovares
1
-3
/
+3
2008-02-18
More exception checks and crash hints
Tedd Hansen
1
-0
/
+8
2008-02-18
ODE: Tired of floating above the ground after crossing a border? Boy have I ...
Teravus Ovares
1
-2
/
+2
2008-02-17
* Located and destroyed the weird velocity and rotation transfers. It turned...
Teravus Ovares
2
-1
/
+8
2008-02-17
Added copyright notices.
Jeff Ames
1
-0
/
+28
2008-02-13
* Bigish ODE stability Update. Run Prebuild
Teravus Ovares
2
-0
/
+53
2008-02-13
* Made physical prim stable enough for the general population to turn on. (th...
Teravus Ovares
1
-0
/
+8
2008-02-13
Clean up more unnecessary String.Format calls
Jeff Ames
1
-1
/
+1
2008-02-12
* A bunch of updates to make things more smooth.
Teravus Ovares
1
-1
/
+56
2008-02-11
* Added PhysicsScene.Dispose()
Teravus Ovares
1
-0
/
+6
2008-02-10
Clean up logging calls using String.Format explicitly
Jeff Ames
2
-5
/
+5
2008-02-05
Converted logging to use log4net.
Jeff Ames
2
-17
/
+21
2008-02-01
* Committing random physics stuff to the SVN for use later
Teravus Ovares
1
-0
/
+86
2008-01-29
* Implemented grab and throw in ODE. It's a little strong still so toss gent...
Teravus Ovares
1
-0
/
+17
2007-12-27
* Optimized usings
lbsa71
7
-77
/
+82
2007-12-19
* Re-did the mass calculations in ODE for Prim
Teravus Ovares
1
-1
/
+24
2007-12-13
Enabled the sit_ground animation. The sit state is not properly set, but it ...
Jeff Ames
1
-7
/
+0
2007-12-12
* Added some simstats to fill the simulator pane of the Statistics monitor.
Teravus Ovares
1
-2
/
+3
2007-12-11
added copyright notices
Jeff Ames
1
-0
/
+28
2007-12-10
saved OpenSim source code from the giant rampaging unterminated copyright not...
Jeff Ames
5
-8
/
+8
2007-12-04
keeping opensim safe for children -- made some namespace references less expl...
Jeff Ames
1
-1
/
+1
2007-12-04
* Fixed a whole bunch of console messages.
Adam Frisby
1
-4
/
+4
[next]