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-23
If ScriptStopStrategy hasn't been set to co-op in [XEngine] config, then cont...
Justin Clark-Casey (justincc)
5
-27
/
+87
2013-01-21
BulletSim: Tweeks to vehicle motion.
Robert Adams
3
-15
/
+11
2013-01-21
* A better way to handle the last fix (This is in case the viewer provides a ...
teravus
1
-10
/
+16
2013-01-21
* The fallthrough of FetchTexture was no longer resulting in a 404 response o...
teravus
1
-1
/
+10
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
* Fix notecard loading - If the notecard name is formatted like a UUID but is...
teravus
1
-11
/
+35
2013-01-21
BulletSim: remove unused MaxTaintsToProcessPerStep parameter
Robert Adams
3
-8
/
+5
2013-01-21
Add accessors to allow serializing rot and position targets
Melanie
1
-2
/
+12
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-21
Limit active at targets to 8
Melanie
1
-2
/
+6
2013-01-21
Prevent scene from holding references to SOGs with attargets beyond SOG deletion
Melanie
1
-6
/
+12
2013-01-21
Allow TeleportCancel packets to reset the transfer state machine
Melanie
1
-0
/
+6
2013-01-20
Implement HTTP Request froma thread pool to avoid packet congestion
Melanie
1
-14
/
+45
2013-01-20
Revert "Refactor scripted http request to use async calls rather than hard th...
Melanie
1
-87
/
+53
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-20
Refactor scripted http request to use async calls rather than hard threads
Melanie
1
-53
/
+87
2013-01-19
Remove an extra ScriptSleep (merge artefact) from llSetLinkPrimitiveParamsFast
Melanie
1
-2
/
+0
2013-01-19
Remove group IM test code also mentioning "OpenSimulator Testing"
Melanie
1
-26
/
+1
2013-01-19
Remove the core groups module
Melanie
1
-252
/
+0
2013-01-19
Kill the dumb Opensimulator Testing group again - for good.
Melanie
1
-8
/
+3
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
[prev]
[next]