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
2008-03-05
Change SceneObjectPart.LocalID to .LocalId to be case matching
Sean Dague
1
-15
/
+15
2008-03-04
Merged 3Di code that provides scene and avatar serialization, and plugin supp...
Johan Berntsson
1
-1
/
+118
2008-03-03
* Applied patch 708 from devalnor. Thanks devalnor!
Teravus Ovares
1
-1
/
+1
2008-03-02
* This is a very icky implementation of physical linkset prim using fixed joi...
Teravus Ovares
1
-0
/
+11
2008-02-20
Minor cleanup.
Jeff Ames
1
-1
/
+1
2008-02-20
* Fixed xml loading bug (the xml was scheduled for update before added to a s...
lbsa71
1
-1
/
+0
2008-02-20
* Made a quickupdate method to run through only entities that have scheduled ...
Teravus Ovares
1
-0
/
+3
2008-02-16
Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C...
MW
1
-2
/
+1
2008-02-15
* ODE Stability update 4 :D
Teravus Ovares
1
-0
/
+5
2008-02-12
* This fixes the object edit box's flipping checkboxes when you modify one of...
Teravus Ovares
1
-1
/
+17
2008-02-12
* various minuscule code convention conformance fixes
lbsa71
1
-1
/
+1
2008-02-12
* Physical prim cross borders and continue from where the left off on the oth...
Teravus Ovares
1
-1
/
+24
2008-02-12
* A bunch of updates to make things more smooth.
Teravus Ovares
1
-9
/
+10
2008-02-11
* some refactoring on permissions
lbsa71
1
-50
/
+28
2008-02-10
* This updates adds locking capability. Thanks, lbsa71 for pointing out my b...
Teravus Ovares
1
-4
/
+5
2008-02-10
* A lot of ugly permissions updates.
Teravus Ovares
1
-5
/
+55
2008-02-07
* Added the Scripted objectflag if there is a script running in a prim. Remov...
Teravus Ovares
1
-1
/
+6
2008-02-05
Converted logging to use log4net.
Jeff Ames
1
-8
/
+7
2008-02-05
* Refactored the sound calls to SceneObjectPart
Teravus Ovares
1
-0
/
+78
2008-02-04
First part of avatar persistence, currently only really works in standalone m...
MW
1
-0
/
+3
2008-02-02
* Fixed llSetTextureAnim to respect rate and Length and Start
Teravus Ovares
1
-3
/
+3
2008-02-02
* Added Full support for llSetTextureAnim. To ckrinke: Let the fountains o...
Teravus Ovares
1
-2
/
+41
2008-02-02
* Committing some untested stuff regarding texture animations. This won't br...
Teravus Ovares
1
-2
/
+10
2008-01-22
* I just love doing these substantial contributions.
lbsa71
1
-3
/
+3
2008-01-22
* changed nonsensical PermissionMask and ObjectFlags mixup; if this causes pe...
lbsa71
1
-97
/
+39
2008-01-18
On reflection, HasGroupChanged is more appropriate
Justin Clarke Casey
1
-2
/
+2
2008-01-18
Change SOP.HasChanged to HasPrimChanged in preparation for further changes
Justin Clarke Casey
1
-2
/
+2
2008-01-18
* Fixed bug where 'taskOwnerId' would always be null in PermissionManager, he...
lbsa71
1
-6
/
+1
2008-01-17
* Added llApplyImpulse in the global frame. The object must be physical befo...
Teravus Ovares
1
-0
/
+15
2008-01-17
* Added and implemented the LSL changed event.
Teravus Ovares
1
-5
/
+54
2008-01-16
* Fix mantis 345 - it is now possible to duplicate prims directly in the regi...
Justin Clarke Casey
1
-2
/
+6
2008-01-16
* Store task inventory when an object is taken into agent inventory
Justin Clarke Casey
1
-0
/
+13
2008-01-16
First part of changing prim's permission flags to use the correct enum (libsl...
MW
1
-40
/
+10
2008-01-16
* Refactored the SimStatsReporter to reuse the same packet and packet blocks ...
Teravus Ovares
1
-1
/
+1
2008-01-15
* Added some comments to the linkset positioning code
Teravus Ovares
1
-4
/
+20
2008-01-15
* Pass 2 of collidable (non physical) linksets
Teravus Ovares
1
-9
/
+13
2008-01-15
* Mother of all commits:
Adam Frisby
1
-4
/
+4
2008-01-14
* First pass at collidable linksets
Teravus Ovares
1
-11
/
+99
2008-01-08
make Stopped a property of the SceneObjectPart instead of in the
Sean Dague
1
-0
/
+13
2008-01-07
Persistent prim inventory phase 5. Restart scripts contained in persisted pr...
Justin Clarke Casey
1
-16
/
+16
2008-01-06
Factor out inventory related code in SceneObjectPart into separate class
Justin Clarke Casey
1
-205
/
+1
2008-01-06
Factor out TaskInventoryItem
Justin Clarke Casey
1
-68
/
+0
2008-01-06
Prim inventory phase 4. Properly recover the prim folder ID from storage. S...
Justin Clarke Casey
1
-22
/
+76
2008-01-05
Persistent prim inventory phase 3. Now retrieving prim item data from persis...
Justin Clarke Casey
1
-3
/
+10
2008-01-03
Fix mantis 280 - sim crashes when a prim is deleted.
Justin Clarke Casey
1
-0
/
+1
2008-01-02
Minor refactoring to expose PrimInventory from SceneObjectPart
Justin Clarke Casey
1
-7
/
+15
2007-12-30
* Patch from Alondria that re-fixes llSetColor
Teravus Ovares
1
-20
/
+20
2007-12-28
* Made a copy of parts before updating to avoid dictionary updated exceptions...
lbsa71
1
-1
/
+1
2007-12-28
* Added ability to create new prim on existing prim (rezzing prim from invent...
Teravus Ovares
1
-2
/
+5
2007-12-27
* Optimized usings
lbsa71
1
-205
/
+209
[next]