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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-23
BulletSim: fix build break introduced by previous commit
Robert Adams
1
-5
/
+0
2013-01-23
BulletSim: remove the unused RestoreBodyDependencies used by linksets
Robert Adams
3
-33
/
+2
2013-01-23
Add the Avination physics raycast glue so Core Physics can implement raycast
Melanie
3
-13
/
+129
2013-01-23
Remove the return value from llGiveMoney and add llTransferLindenDollars. Also
Melanie
3
-33
/
+114
2013-01-23
Add additional return status
BlueWall
2
-4
/
+23
2013-01-21
BulletSim: Tweeks to vehicle motion.
Robert Adams
3
-15
/
+11
2013-01-21
BulletSim: allow changing position and rotation of a child of a linkset
Robert Adams
8
-46
/
+112
2013-01-21
Have SOP and LSL_Api call the proper GetCenterOfMass and GetGeometricCenter
Robert Adams
2
-1
/
+11
2013-01-21
BulletSim: remove unused MaxTaintsToProcessPerStep parameter
Robert Adams
3
-8
/
+5
2013-01-20
BulletSim: More aggressive as setting character velocity to zero
Robert Adams
5
-91
/
+153
2013-01-20
BulletSim: fix problem of avatar sliding very slowly occasionally after stopp...
Robert Adams
1
-34
/
+41
2013-01-20
BulletSim: small fix making sure terrain height is calculated
Robert Adams
1
-1
/
+3
2013-01-20
BulletSim: modify motors to return correction rather than current value
Robert Adams
5
-38
/
+36
2013-01-20
This updates prebuild to remove BulletSimN, implements the BulletSim API in B...
teravus
1
-262
/
+623
2013-01-20
* Dumping BulletSimNPlugin in favor of combining the API
teravus
23
-11752
/
+0
2013-01-20
* Tweak the BulletSimN API a bit.
teravus
2
-17
/
+18
2013-01-19
IRCBridgeModule: optional agent-alertbox for IRC enabled Regions look in Open...
PixelTomsen
4
-273
/
+305
2013-01-19
Check the existing ScenePresence.ParentPart to make sure we're not trying to ...
Justin Clark-Casey (justincc)
1
-2
/
+1
2013-01-19
Assign the SmartThreadPool name in the constructor
Oren Hurvitz
2
-4
/
+9
2013-01-19
Explicitly stop PollServiceRequestManager() rather than relying on its destru...
Justin Clark-Casey (justincc)
2
-5
/
+15
2013-01-19
New constants for llGetObjectDetails
Talun
2
-0
/
+92
2013-01-19
Mantis 6507 keys returned by llGetAgentList incorrect for llList2Key
Talun
1
-2
/
+2
2013-01-19
Fix use of scene debug commands when region is set to root or a specific regi...
Justin Clark-Casey (justincc)
1
-15
/
+12
2013-01-18
Add "debug set set animations true|false" region console command.
Justin Clark-Casey (justincc)
4
-24
/
+48
2013-01-18
Restore previous client AO behaviour by not allowing them to remove the defau...
Justin Clark-Casey (justincc)
5
-8
/
+27
2013-01-18
BulletSim: reduce jitter in avatar velocity when walking or flying.
Robert Adams
2
-2
/
+9
2013-01-18
BulletSim: add logic to turn off pre-step actions when object goes
Robert Adams
1
-0
/
+21
2013-01-17
BulletSim: Add one function that all actors who act on the physical
Robert Adams
5
-24
/
+31
2013-01-17
Add utility function to clamp a vector to a maximum magnitude.
Robert Adams
1
-0
/
+12
2013-01-16
Complete removal of the now unused state queue
Melanie
3
-19
/
+4
2013-01-16
Changed a couple of debug messages at the request of osgrid.
Diva Canto
1
-2
/
+2
2013-01-15
BulletSim: add the editting children in linkset going phantom bug to TODO list.
Robert Adams
1
-0
/
+2
2013-01-15
BulletSim: don't modify angular parameters when doing LIMIT_MOTOR_UP.
Robert Adams
5
-28
/
+30
2013-01-15
BulletSim: add debugging messages to know when assets for physical
Robert Adams
4
-17
/
+51
2013-01-15
BulletSim: reduce maximum force a script can apply (like in llApplyImpulse)
Robert Adams
1
-3
/
+3
2013-01-16
Implement co-operative script termination if termination comes during a scrip...
Justin Clark-Casey (justincc)
18
-54
/
+327
2013-01-16
Revert "Implement co-operative script termination if termination comes during...
Justin Clark-Casey (justincc)
7
-289
/
+13
2013-01-16
Implement co-operative script termination if termination comes during a scrip...
Justin Clark-Casey (justincc)
7
-13
/
+289
2013-01-15
Instead of passing separate engine, part and item components to script APIs, ...
Justin Clark-Casey (justincc)
15
-79
/
+109
2013-01-15
Add Json-Rpc 2.0 To Registered Handlers
BlueWall
5
-0
/
+298
2013-01-15
BulletSim: tweeks to improve hover.
Robert Adams
1
-5
/
+21
2013-01-15
BulletSim: temporarily disable banking and direction deflection
Robert Adams
2
-10
/
+29
2013-01-15
BulletSim: fix logic for enabling unmanaged code debug messages.
Robert Adams
1
-1
/
+14
2013-01-15
BulletSim: by default, turn on continuious collision detection (CCD)
Robert Adams
1
-3
/
+3
2013-01-14
move resit fix to ScenePresence.cs and allow for requesting sit on objects ot...
dahlia
2
-12
/
+7
2013-01-15
Print full stacktrace from plugin loading failure to help determine what went...
Justin Clark-Casey (justincc)
1
-2
/
+5
2013-01-14
BulletSim: fix not moving physical objects below terrain to over terrain.
Robert Adams
5
-18
/
+36
2013-01-14
refactor: Simplify ScriptInstance by retaining reference to SceneObjectPart i...
Justin Clark-Casey (justincc)
1
-72
/
+55
2013-01-14
BulletSim: disable center-of-mass computation for linksets until debugged. Mo...
Robert Adams
2
-25
/
+36
2013-01-11
BulletSim: move center of gravity of linkset to its geometric center.
Robert Adams
10
-32
/
+106
[next]