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
/
Region
/
Framework
/
Scenes
/
ScenePresence.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into careminster
Melanie
2012-07-11
1
-42
/
+32
|
\
|
*
If a part has a sit target and an avatar is already sitting, allow another av...
Justin Clark-Casey (justincc)
2012-07-10
1
-7
/
+4
|
*
refactor: move management of SOP.SitTargetAvatar into SOP.AddSittingAvatar() ...
Justin Clark-Casey (justincc)
2012-07-10
1
-5
/
+0
|
*
Revert "refactor: Add SOP.IsSitTargetOccupied to improve readability"
Justin Clark-Casey (justincc)
2012-07-10
1
-2
/
+2
|
*
refactor: Add SOP.IsSitTargetOccupied to improve readability
Justin Clark-Casey (justincc)
2012-07-10
1
-2
/
+2
|
*
refactor: use sit orientation argument passed in to SP.SendSitResponse() rath...
Justin Clark-Casey (justincc)
2012-07-10
1
-4
/
+2
|
*
Move common code to detect whether a part has a valid sit target into a SOP p...
Justin Clark-Casey (justincc)
2012-07-10
1
-30
/
+5
|
*
Remove log line accidentally left in SP.SendSitResponse()
Justin Clark-Casey (justincc)
2012-07-10
1
-1
/
+1
|
*
Don't allow a prim to be sat upon if its part of an attachment
Justin Clark-Casey (justincc)
2012-07-09
1
-0
/
+9
|
*
Do not allow a script to attach a prim if its being sat upon.
Justin Clark-Casey (justincc)
2012-07-09
1
-1
/
+17
*
|
Merge branch 'avination' into careminster
Melanie
2012-07-06
1
-10
/
+13
|
\
\
|
*
|
fix a seg fault in sp.cs
UbitUmarov
2012-06-25
1
-1
/
+2
|
*
|
*CHECK/REVIEW* comented out not used sp.ParentPosition. Comented out SOG.Abs...
UbitUmarov
2012-06-17
1
-9
/
+11
*
|
|
Merge branch 'master' into careminster
Melanie
2012-06-28
1
-37
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
refactor: Move ScenePresence <-> AgentData attachments copying code into Atta...
Justin Clark-Casey (justincc)
2012-06-27
1
-37
/
+4
*
|
|
Merge branch 'master' into careminster
Melanie
2012-06-26
1
-3
/
+0
|
\
\
\
|
|
/
/
|
*
|
When attachments are being saved and deleted for a closing root agent, delete...
Justin Clark-Casey (justincc)
2012-06-25
1
-3
/
+0
*
|
|
Merge branch 'avination' into careminster
Melanie
2012-06-15
1
-0
/
+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Changed t adding the avatar dependent sit offset and not subtracting, so not...
UbitUmarov
2012-06-13
1
-2
/
+4
|
*
|
*TEST this will affect inworld sittargets by +-0.1m, so may be very BAD *. Ch...
UbitUmarov
2012-06-13
1
-1
/
+2
|
*
|
Moved auxiliar funtions of last commit from sop to lsl api since they are on...
UbitUmarov
2012-06-12
1
-34
/
+0
|
*
|
*UNTESTED* extended llGet*PrimitiveParam() to support avatars. Some auxiliar ...
UbitUmarov
2012-06-12
1
-0
/
+34
*
|
|
Merge branch 'master' into careminster
Melanie
2012-06-11
1
-6
/
+6
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Comment out the scene presence sitting debug log messages for now
Justin Clark-Casey (justincc)
2012-06-11
1
-6
/
+6
*
|
|
Merge branch 'avination' into careminster
Melanie
2012-06-11
1
-2
/
+7
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix a corner case where checking for region corssing may cross an avatar back if
Melanie
2012-06-08
1
-2
/
+7
*
|
|
Merge branch 'master' into careminster
Melanie
2012-06-08
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTelepo...
Justin Clark-Casey (justincc)
2012-06-08
1
-1
/
+1
*
|
|
Merge branch 'avination' into careminster
Melanie
2012-06-02
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix LSL animation state reporting and animation state transitions on crossing
Melanie
2012-06-01
1
-1
/
+1
*
|
|
Merge branch 'avination' into careminster
Melanie
2012-05-31
1
-162
/
+162
|
\
\
\
|
|
/
/
|
*
|
Add advanced collision processing into ScenePresence
Melanie
2012-05-29
1
-162
/
+162
*
|
|
Re-add script collisions that were lost in a merge
Melanie
2012-05-29
1
-0
/
+2
*
|
|
Merge branch 'avination' into careminster
Melanie
2012-05-27
1
-51
/
+82
|
\
\
\
|
|
/
/
|
*
|
fix m_sitAvatarHeight to be half size.z, reduced default to a more resonable...
UbitUmarov
2012-05-19
1
-1
/
+1
|
*
|
reduce useless waste of cpu. Make character collision events be done similia...
UbitUmarov
2012-05-19
1
-1
/
+3
|
*
|
modulate collision sounds intensity with relative collision speed
UbitUmarov
2012-05-19
1
-49
/
+78
*
|
|
Merge branch 'master' into careminster
Melanie
2012-05-19
1
-3
/
+12
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Cleanup + change properties to set fields with private set : Thanks Justin fo...
BlueWall
2012-05-18
1
-1
/
+0
|
*
|
Provide Telehub setting to allow use of landmarks
BlueWall
2012-05-18
1
-1
/
+2
|
*
|
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Justin Clark-Casey (justincc)
2012-05-17
1
-29
/
+28
|
|
\
\
|
*
|
|
Check agent limit against root agent count rather than both root and child ag...
Justin Clark-Casey (justincc)
2012-05-17
1
-2
/
+11
*
|
|
|
Merge branch 'avination' into careminster
Melanie
2012-05-17
1
-1
/
+3
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
increase avatars collisions report to 10 per sec, Stopped sound on avatar to ...
UbitUmarov
2012-05-17
1
-1
/
+1
|
*
|
|
add avatar colision sounds. Changed test sound UUID
UbitUmarov
2012-05-17
1
-0
/
+2
*
|
|
|
Merge branch 'master' into careminster
Melanie
2012-05-17
1
-29
/
+28
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Force the default Telehub router if no matches are found in the config.
BlueWall
2012-05-17
1
-29
/
+28
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' into careminster
Melanie
2012-05-14
1
-19
/
+84
|
\
\
\
|
|
/
/
|
*
|
Add configurable SpawnPointRouting
BlueWall
2012-05-13
1
-19
/
+84
*
|
|
Merge branch 'avination' into careminster
Melanie
2012-05-13
1
-0
/
+8
|
\
\
\
|
|
|
/
|
|
/
|
[next]