index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, 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-21
BulletSim: Tweeks to vehicle motion.
Robert Adams
3
-15
/
+11
2013-01-22
Add co-op termination regression test for infinite recursive manual call on e...
Justin Clark-Casey (justincc)
1
-0
/
+22
2013-01-22
Set script delay factor to 0 in co-op termination tests
Justin Clark-Casey (justincc)
1
-0
/
+3
2013-01-22
Add regression test for co-op termination on infinite user function call regr...
Justin Clark-Casey (justincc)
1
-0
/
+30
2013-01-22
Add regression test for co-op stop of an infinite jump loop
Justin Clark-Casey (justincc)
1
-8
/
+41
2013-01-22
Add do-while co-op termination test
Justin Clark-Casey (justincc)
1
-2
/
+30
2013-01-22
Add single and comound while loop co-op termination test
Justin Clark-Casey (justincc)
1
-0
/
+44
2013-01-22
Fix bug in generating termination checks in compound statement for loop.
Justin Clark-Casey (justincc)
2
-3
/
+27
2013-01-22
factor out common code in existing co-op termination regression tests
Justin Clark-Casey (justincc)
1
-55
/
+24
2013-01-22
Increase WaitForEventCompletionOnScriptStop to 120 secs to show that the co-o...
Justin Clark-Casey (justincc)
1
-0
/
+4
2013-01-22
minor: comment out Console.WriteLine debugging message in XEngine
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-01-22
Add regression test TestStopOnLongForLoop()
Justin Clark-Casey (justincc)
1
-0
/
+59
2013-01-22
refactor: rename XEngineTest to more descriptive XEngineBasicTests
Justin Clark-Casey (justincc)
1
-0
/
+0
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
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
Implement non-wait co-operative termination of scripts for XEngine in additio...
Justin Clark-Casey (justincc)
7
-77
/
+271
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
[prev]
[next]