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
/
SceneObjectGroup.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-05-01
* Assorted spring cleanings.
Adam Frisby
1
-1
/
+0
2008-05-01
* You can now rez objects out of inventory at the correct offset from prim yo...
Teravus Ovares
1
-2
/
+29
2008-04-30
* Patch by Melanie. Implements proper objectflags on child objects. Thanks ...
Teravus Ovares
1
-92
/
+15
2008-04-29
Patch from Melanie: 0001087: Crash to bash de-linking objects. Thanks Melanie!
Teravus Ovares
1
-1
/
+2
2008-04-29
* Fixes child prim not editable as an attachment. You can right click on chi...
Teravus Ovares
1
-1
/
+15
2008-04-28
* Added basic 3-5 level undo on prim position/rotation/scale.
Teravus Ovares
1
-3
/
+22
2008-04-27
* Single Attachments now work from inventory. You can attach from inventory ...
Teravus Ovares
1
-2
/
+24
2008-04-27
* More attachment stuff, reworked some of the inventory routines to be what I...
Teravus Ovares
1
-0
/
+22
2008-04-26
* First draft implementation of copying prim inventory items back to agent in...
Justin Clarke Casey
1
-1
/
+1
2008-04-26
* Ooops, attachments now teleport/cross region borders along with your avatar...
Teravus Ovares
1
-15
/
+42
2008-04-25
* Fixes prim crossing. See bug 1050.
Teravus Ovares
1
-2
/
+21
2008-04-25
* Check in odds and ends which remain as an attempt to get the item propertie...
Justin Clarke Casey
1
-1
/
+7
2008-04-25
* Implements llTarget, llTargetRemove, at_target(), not_at_target()
Teravus Ovares
1
-3
/
+149
2008-04-24
* Adds much better support for attachments that you right click on in world.
Teravus Ovares
1
-1
/
+37
2008-04-23
* Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF)
Teravus Ovares
1
-3
/
+39
2008-04-21
* Added missing reference to OpenSim.Framework.Communications to RemoteAdminP...
Adam Frisby
1
-602
/
+602
2008-04-21
* Various compiler warning cleanups.
Adam Frisby
1
-1
/
+1
2008-04-21
* Optimised using statements and namespace references across entire project (...
Adam Frisby
1
-2
/
+0
2008-04-20
* Updates LSL2CS converter
Teravus Ovares
1
-0
/
+135
2008-04-19
Thank you kindly krtaylor for a patch to solve:
Charles Krinke
1
-1
/
+43
2008-04-18
* Added lock persistence
Teravus Ovares
1
-3
/
+4
2008-04-07
* Nasty hack to reduce the incidence of spurious exceptions where a user dele...
Justin Clarke Casey
1
-3
/
+4
2008-04-07
* Okay you can put down your pitchforks - this patch should fix rezzing of it...
Justin Clarke Casey
1
-26
/
+36
2008-04-07
* I XmlIgnored the TaskInventory Property as a temporary measure. Taking th...
Teravus Ovares
1
-1
/
+1
2008-04-04
* Removing debugging goo for mantis 854 since the fix is reported to work.
Justin Clarke Casey
1
-1
/
+1
2008-04-03
* Attempted resolution for mantis 854
Justin Clarke Casey
1
-0
/
+3
2008-04-02
* Add some temporary task inventory item inflation debug messages to investig...
Justin Clarke Casey
1
-1
/
+1
2008-04-01
* Fix for mantis #678
Justin Clarke Casey
1
-1
/
+4
2008-03-25
* Refactored out circular reference in Region.Environment <-> Framework.Data....
lbsa71
1
-9
/
+5
2008-03-25
* Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.
Teravus Ovares
1
-0
/
+21
2008-03-23
* Added a little more stability for getting the object list from the parcel b...
Teravus Ovares
1
-2
/
+14
2008-03-23
* Implements Oriented Bounding Box raytracing.
Teravus Ovares
1
-1
/
+3
2008-03-21
* Removed more encoding faults.
Adam Frisby
1
-3
/
+0
2008-03-21
* Converted a large number of ASCII encodings to UTF8.
Adam Frisby
1
-1
/
+2
2008-03-18
* Add a large amount of extra locking to m_parts in SceneObjectGroup
Justin Clarke Casey
1
-125
/
+235
2008-03-18
* Stop (which currently removes) all scripts in an object when that object is...
Justin Clarke Casey
1
-0
/
+11
2008-03-18
Formatting cleanup.
Jeff Ames
1
-26
/
+25
2008-03-14
* Remove stupid bug I just introduced where delinking would only delink one p...
Justin Clarke Casey
1
-12
/
+1
2008-03-14
* Minor - error message should be a warning. Spelling
Justin Clarke Casey
1
-1
/
+1
2008-03-14
* The rest of the fix necessary for mantis #766 - terse updates broken
Justin Clarke Casey
1
-3
/
+26
2008-03-14
* As yet incomplete fix for mantis #766 - terse updates broken
Justin Clarke Casey
1
-1
/
+7
2008-03-14
* Added null root part guard
lbsa71
1
-1
/
+9
2008-03-14
* Added proper handling of llSetStatus(STATUS_PHYSICS,BOOL)
Teravus Ovares
1
-0
/
+47
2008-03-14
* Preliminary work with the ODEPlugin to collect collision data.
Teravus Ovares
1
-0
/
+3
2008-03-13
* Very minor comment change to reflect the fact that eliminating spurious del...
Justin Clarke Casey
1
-2
/
+4
2008-03-13
* Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp...
Justin Clarke Casey
1
-3
/
+11
2008-03-12
* Fix mantis 757.
Justin Clarke Casey
1
-5
/
+7
2008-03-05
Change SceneObjectPart.LocalID to .LocalId to be case matching
Sean Dague
1
-13
/
+13
2008-03-04
this is probably just a band aid, but should at least
Sean Dague
1
-3
/
+9
2008-03-02
Change handler001 through handler009 to more
Charles Krinke
1
-4
/
+4
[next]