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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF)
Teravus Ovares
2008-04-23
1
-3
/
+39
*
* Added missing reference to OpenSim.Framework.Communications to RemoteAdminP...
Adam Frisby
2008-04-21
1
-602
/
+602
*
* Various compiler warning cleanups.
Adam Frisby
2008-04-21
1
-1
/
+1
*
* Optimised using statements and namespace references across entire project (...
Adam Frisby
2008-04-21
1
-2
/
+0
*
* Updates LSL2CS converter
Teravus Ovares
2008-04-20
1
-0
/
+135
*
Thank you kindly krtaylor for a patch to solve:
Charles Krinke
2008-04-19
1
-1
/
+43
*
* Added lock persistence
Teravus Ovares
2008-04-18
1
-3
/
+4
*
* Nasty hack to reduce the incidence of spurious exceptions where a user dele...
Justin Clarke Casey
2008-04-07
1
-3
/
+4
*
* Okay you can put down your pitchforks - this patch should fix rezzing of it...
Justin Clarke Casey
2008-04-07
1
-26
/
+36
*
* I XmlIgnored the TaskInventory Property as a temporary measure. Taking th...
Teravus Ovares
2008-04-07
1
-1
/
+1
*
* Removing debugging goo for mantis 854 since the fix is reported to work.
Justin Clarke Casey
2008-04-04
1
-1
/
+1
*
* Attempted resolution for mantis 854
Justin Clarke Casey
2008-04-03
1
-0
/
+3
*
* Add some temporary task inventory item inflation debug messages to investig...
Justin Clarke Casey
2008-04-02
1
-1
/
+1
*
* Fix for mantis #678
Justin Clarke Casey
2008-04-01
1
-1
/
+4
*
* Refactored out circular reference in Region.Environment <-> Framework.Data....
lbsa71
2008-03-25
1
-9
/
+5
*
* Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.
Teravus Ovares
2008-03-25
1
-0
/
+21
*
* Added a little more stability for getting the object list from the parcel b...
Teravus Ovares
2008-03-23
1
-2
/
+14
*
* Implements Oriented Bounding Box raytracing.
Teravus Ovares
2008-03-23
1
-1
/
+3
*
* Removed more encoding faults.
Adam Frisby
2008-03-21
1
-3
/
+0
*
* Converted a large number of ASCII encodings to UTF8.
Adam Frisby
2008-03-21
1
-1
/
+2
*
* Add a large amount of extra locking to m_parts in SceneObjectGroup
Justin Clarke Casey
2008-03-18
1
-125
/
+235
*
* Stop (which currently removes) all scripts in an object when that object is...
Justin Clarke Casey
2008-03-18
1
-0
/
+11
*
Formatting cleanup.
Jeff Ames
2008-03-18
1
-26
/
+25
*
* Remove stupid bug I just introduced where delinking would only delink one p...
Justin Clarke Casey
2008-03-14
1
-12
/
+1
*
* Minor - error message should be a warning. Spelling
Justin Clarke Casey
2008-03-14
1
-1
/
+1
*
* The rest of the fix necessary for mantis #766 - terse updates broken
Justin Clarke Casey
2008-03-14
1
-3
/
+26
*
* As yet incomplete fix for mantis #766 - terse updates broken
Justin Clarke Casey
2008-03-14
1
-1
/
+7
*
* Added null root part guard
lbsa71
2008-03-14
1
-1
/
+9
*
* Added proper handling of llSetStatus(STATUS_PHYSICS,BOOL)
Teravus Ovares
2008-03-14
1
-0
/
+47
*
* Preliminary work with the ODEPlugin to collect collision data.
Teravus Ovares
2008-03-14
1
-0
/
+3
*
* Very minor comment change to reflect the fact that eliminating spurious del...
Justin Clarke Casey
2008-03-13
1
-2
/
+4
*
* Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp...
Justin Clarke Casey
2008-03-13
1
-3
/
+11
*
* Fix mantis 757.
Justin Clarke Casey
2008-03-12
1
-5
/
+7
*
Change SceneObjectPart.LocalID to .LocalId to be case matching
Sean Dague
2008-03-05
1
-13
/
+13
*
this is probably just a band aid, but should at least
Sean Dague
2008-03-04
1
-3
/
+9
*
Change handler001 through handler009 to more
Charles Krinke
2008-03-02
1
-4
/
+4
*
* This is a very icky implementation of physical linkset prim using fixed joi...
Teravus Ovares
2008-03-02
1
-2
/
+5
*
* Added Support within the ODEPlugin for Selected. Which means that;
Teravus Ovares
2008-02-23
1
-0
/
+8
*
* Moved all events except gridcomms and regioncomms over to Event Delegate in...
Teravus Ovares
2008-02-22
1
-2
/
+4
*
Minor cleanup.
Jeff Ames
2008-02-20
1
-1
/
+1
*
* Fixed xml loading bug (the xml was scheduled for update before added to a s...
lbsa71
2008-02-20
1
-2
/
+0
*
* Made a quickupdate method to run through only entities that have scheduled ...
Teravus Ovares
2008-02-20
1
-0
/
+5
*
* ODE Stability update 4 :D
Teravus Ovares
2008-02-15
1
-22
/
+19
*
* Made new Framework.Constants class, added RegionSize member.
Adam Frisby
2008-02-14
1
-1
/
+1
*
* Make code fix to address prim rotation unlink issues (mantis 383, 454. 369)
Justin Clarke Casey
2008-02-13
1
-5
/
+16
*
* Physical prim cross borders and continue from where the left off on the oth...
Teravus Ovares
2008-02-12
1
-1
/
+1
*
* A bunch of updates to make things more smooth.
Teravus Ovares
2008-02-12
1
-1
/
+4
*
* This resolves the null exceptions when a script is manipulating a physical ...
Teravus Ovares
2008-02-12
1
-3
/
+9
*
* Added some connection debugging
lbsa71
2008-02-11
1
-1
/
+1
*
* some refactoring on permissions
lbsa71
2008-02-11
1
-1
/
+1
[next]