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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
make Stopped a property of the SceneObjectPart instead of in the
Sean Dague
2008-01-08
1
-0
/
+13
*
Persistent prim inventory phase 5. Restart scripts contained in persisted pr...
Justin Clarke Casey
2008-01-07
1
-16
/
+16
*
Factor out inventory related code in SceneObjectPart into separate class
Justin Clarke Casey
2008-01-06
1
-205
/
+1
*
Factor out TaskInventoryItem
Justin Clarke Casey
2008-01-06
1
-68
/
+0
*
Prim inventory phase 4. Properly recover the prim folder ID from storage. S...
Justin Clarke Casey
2008-01-06
1
-22
/
+76
*
Persistent prim inventory phase 3. Now retrieving prim item data from persis...
Justin Clarke Casey
2008-01-05
1
-3
/
+10
*
Fix mantis 280 - sim crashes when a prim is deleted.
Justin Clarke Casey
2008-01-03
1
-0
/
+1
*
Minor refactoring to expose PrimInventory from SceneObjectPart
Justin Clarke Casey
2008-01-02
1
-7
/
+15
*
* Patch from Alondria that re-fixes llSetColor
Teravus Ovares
2007-12-30
1
-20
/
+20
*
* Made a copy of parts before updating to avoid dictionary updated exceptions...
lbsa71
2007-12-28
1
-1
/
+1
*
* Added ability to create new prim on existing prim (rezzing prim from invent...
Teravus Ovares
2007-12-28
1
-2
/
+5
*
* Optimized usings
lbsa71
2007-12-27
1
-205
/
+209
*
* Fixed MonoSQLite Update Table routine
Teravus Ovares
2007-12-27
1
-2
/
+2
*
* AssetServerBase: _ProcessRequest is now called GetAsset
lbsa71
2007-12-27
1
-1
/
+1
*
* Fixed the matching logic error on the LLQuat to axiom quat :P
Teravus Ovares
2007-12-27
1
-1
/
+1
*
* fixed a logic error in the receiving end of the prim load for the sit target
Teravus Ovares
2007-12-27
1
-2
/
+5
*
* Added Sit Target persistence over sim restarts for mySQL and MonoSQLite.
Teravus Ovares
2007-12-27
1
-0
/
+27
*
* Added slightly better object sit handling
Teravus Ovares
2007-12-27
1
-0
/
+34
*
Prim inventory persistence phase 1: Creation of preliminary table in sqlite.
Justin Clarke Casey
2007-12-27
1
-15
/
+11
*
If a prim is persisted in the region, scripts dragged into its inventory afte...
Justin Clarke Casey
2007-12-26
1
-4
/
+6
*
* Patch by Melanie to fix CreateSelected
Teravus Ovares
2007-12-26
1
-1
/
+7
*
Again, great thanks to Alondria for:
Charles Krinke
2007-12-24
1
-1
/
+13
*
* Patch from Alondria - Added LLFunctions llGetMass(), llGetLandOwnerAt(), ll...
Teravus Ovares
2007-12-23
1
-0
/
+16
*
Thank you, Alondria for:
Charles Krinke
2007-12-22
1
-2
/
+2
*
Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...
Jeff Ames
2007-12-20
1
-11
/
+11
*
Again, thanks to Alondria for:
Charles Krinke
2007-12-17
1
-0
/
+7
*
* Added Active(physical) object count to the SimStatsReporter
Teravus Ovares
2007-12-14
1
-0
/
+5
*
* Debugging Shape
lbsa71
2007-12-13
1
-0
/
+3
*
* The 'Create' functions should be called to factor up a new, otherwise empty...
lbsa71
2007-12-11
1
-0
/
+12
*
Great Salutations to Alondria for providing implementations for:
Charles Krinke
2007-12-10
1
-0
/
+27
*
refactored ChatModule a bit.
Jeff Ames
2007-12-10
1
-2
/
+1
*
Updates to LibSL revision 1498. Thanks Johan!
Adam Johnson
2007-12-07
1
-1
/
+1
*
* Added hacked support for 'anyone can move' and 'anyone can copy'.
Teravus Ovares
2007-12-07
1
-3
/
+4
*
* Refactored Permissions into ScenePresence as requested by MW
Teravus Ovares
2007-12-05
1
-98
/
+172
*
fixed a few compiler warnings under mono (committed from a train, with adjohn...
Jeff Ames
2007-12-05
1
-8
/
+5
*
*disabled some confusing code regarding permissions
Teravus Ovares
2007-12-04
1
-2
/
+3
*
keeping opensim safe for children -- made some namespace references less expl...
Jeff Ames
2007-12-04
1
-4
/
+2
*
* Some more ApplyPhysics voodoo
lbsa71
2007-12-04
1
-2
/
+1
*
* ApplyPhysics now creates the PhysActor as well.
lbsa71
2007-12-04
1
-82
/
+103
*
* Removed 12 compiler warnings.
Adam Frisby
2007-12-04
1
-1
/
+0
*
*Refactored the initial raytracer so it doesn't use the Parent reference.
Teravus Ovares
2007-11-30
1
-17
/
+33
*
* Refactored away permissions and physics flag duplications
lbsa71
2007-11-30
1
-31
/
+5
*
* Removed permissions flag appliance from Xml deserialization
lbsa71
2007-11-30
1
-34
/
+47
*
* Extended our semi-stupid implementation of in world object permissions to s...
Teravus Ovares
2007-11-30
1
-7
/
+76
*
* Temporary fix for 'User already online' issue in standalone mode.
Teravus Ovares
2007-11-30
1
-0
/
+11
*
* Fixed neighbour range bug
lbsa71
2007-11-29
1
-8
/
+8
*
* added some functions for use in raytracing. They're kind of crappy now, so...
Teravus Ovares
2007-11-23
1
-0
/
+85
*
*Huge* structural changes in ODE/OdePrim to get all of the calls in threadloc...
Teravus Ovares
2007-11-20
1
-32
/
+46
*
cleaned up some mono compiler warnings
Jeff Ames
2007-11-18
1
-1
/
+1
*
* Found several cases where prim set physical were not subscribing to physics...
Teravus Ovares
2007-11-18
1
-0
/
+2
[next]