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
/
Environment
/
Scenes
/
SceneObjectPart.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-02-06
This changeset is the step 1 of 2 in refactoring
Dr Scofield
1
-3826
/
+0
2009-02-03
* minor: remove some pointless assignments in SOG.Copy() that had already bee...
Justin Clarke Casey
1
-1
/
+1
2009-01-18
Subscribe to collision events if needed when turning an object to non-phantom...
idb
1
-0
/
+10
2009-01-15
Added a taint to the sculpt texture callback in an attempt to mitigate Mantis...
Dahlia Trimble
1
-0
/
+2
2009-01-14
Improve parsing of joint parameters for NINJA physics (Mantis #2966).
nlin
1
-1
/
+1
2009-01-13
* minor; Very minor non-functional tidy ups
Justin Clarke Casey
1
-1
/
+0
2009-01-02
Use only one (static) (de-)serializer for (de-)serializing SOPs.
Homer Horwitz
1
-3
/
+5
2009-01-02
* Adding some recognizable and search-able test to some WriteLine(e.ToString(...
Teravus Ovares
1
-2
/
+2
2008-12-30
Update svn properties, minor formatting cleanup.
Jeff Ames
1
-1
/
+1
2008-12-26
* Applying Nlin's NINJA Joint patch. v2. Mantis# 2874
Teravus Ovares
1
-52
/
+230
2008-12-23
* minor: small documentation comment
Justin Clarke Casey
1
-0
/
+7
2008-12-23
* Remove IGesturesModules since it won't be very helpful without a client mes...
Justin Clarke Casey
1
-2
/
+0
2008-12-23
* refactor: Replace part of SceneObjectPart with the identical sound playing ...
Justin Clarke Casey
1
-15
/
+5
2008-12-22
Thanks Gerhard for a patch that implements part 3 of VolumeDetection / persis...
Dahlia Trimble
1
-1
/
+6
2008-12-20
Mantis#2796. Thank you kindly, Gerhard for a patch that addresses:
Charles Krinke
1
-15
/
+81
2008-12-20
Fix Mantis#2878 for now by not resetting physical values on rez (only on swit...
Homer Horwitz
1
-1
/
+1
2008-12-19
- Set acceleration and rotational velocity to 0, too
Homer Horwitz
1
-7
/
+10
2008-12-19
Stop prims that get non-physical. Fixes Mantis#2859.
Homer Horwitz
1
-0
/
+7
2008-12-19
Remove forgotten debug message from my last commit.
Homer Horwitz
1
-1
/
+0
2008-12-19
Reset Expire date for tempOnRez objects on rez. Fixes Mantis#2848
Homer Horwitz
1
-4
/
+13
2008-12-18
Make llSetAlpha and llSetTexture properly queue full updates, so changes
Melanie Thielker
1
-1
/
+1
2008-12-17
* Implement 'Save Object Back to My Inventory'. On the Linden client this is...
Justin Clarke Casey
1
-6
/
+43
2008-12-15
* minor: method documentation and miscellaneous tidy
Justin Clarke Casey
1
-7
/
+8
2008-12-14
* Implements the torque/Rotational Impulse methods in the PhysicsAPI and the ...
Teravus Ovares
1
-0
/
+62
2008-12-09
* Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.
Teravus Ovares
1
-0
/
+8
2008-12-07
* Tweaks physics so that linked prim are a single body. This will make linke...
Teravus Ovares
1
-0
/
+6
2008-11-29
Stop attachments from twisting away. Thismakes attachments phantom, which
Melanie Thielker
1
-4
/
+4
2008-11-27
Fix build break
Melanie Thielker
1
-1
/
+1
2008-11-27
And take away a now unnecessare swap elsewhere. We should not be swapping
Melanie Thielker
1
-6
/
+1
2008-11-26
Committing the LCO database layer. Native MySQL, no ADO. New reconnect
Melanie Thielker
1
-1
/
+9
2008-11-25
* Make a step on removing direct access to TaskInventoryDictionary from other...
Justin Clarke Casey
1
-3
/
+3
2008-11-25
* Remove direct access to Inventory.Serial
Justin Clarke Casey
1
-7
/
+11
2008-11-25
* refactor: Establish an IEntityInventory interface for SceneObjectPartInvent...
Justin Clarke Casey
1
-1
/
+1
2008-11-21
Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all
Melanie Thielker
1
-1
/
+1
2008-11-21
* Comment out unused access time method in MSSQL
Justin Clarke Casey
1
-1
/
+0
2008-11-21
* refactor: Rip out SOP inventory from the partial into a separate class
Justin Clarke Casey
1
-19
/
+48
2008-11-21
Update svn properties, minor formatting cleanup.
Jeff Ames
1
-2
/
+2
2008-11-21
* minor: Remove comparison of UUID struct against null picked up as a warning
Justin Clarke Casey
1
-1
/
+1
2008-11-20
From: Christopher Yeoh <cyeoh@au1.ibm.com>
Sean Dague
1
-1
/
+3
2008-11-19
Mantis#2656. Thank you kindly, Nlin for a patch that:
Charles Krinke
1
-1
/
+36
2008-11-19
Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new
Melanie Thielker
1
-3
/
+3
2008-11-19
Reverting the texture sending patch and the new libOMV. This makes this
Melanie Thielker
1
-3
/
+3
2008-11-17
Set group on newly rezzed objects to the rezzer's (or rezzing object's)
Melanie Thielker
1
-1
/
+2
2008-11-17
* Update libOMV to r2359. This is necessary for the progressive texture patch
Justin Clarke Casey
1
-3
/
+3
2008-11-17
* Make sure that deleted objects do not send further object updates to the cl...
Justin Clarke Casey
1
-15
/
+4
2008-11-17
* Stop nulling SOG.m_rootPart and parts on object deletion
Justin Clarke Casey
1
-8
/
+8
2008-11-17
Make object chat come from the root prim's center, rather than trying to make
Melanie Thielker
1
-9
/
+6
2008-11-17
Back out the attachment location patch to debug a crash
Melanie Thielker
1
-4
/
+5
2008-11-17
Try to fix login crash
Melanie Thielker
1
-5
/
+8
2008-11-17
Add some null checks
Melanie Thielker
1
-2
/
+2
[next]