index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
OptionalModules
/
Avatar
/
Attachments
/
TempAttachmentsModule.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-19
Dump OpenSim 0.9.0.1 into it's own branch.
onefang
1
-14
/
+15
2018-10-20
remove TempAttachments module
UbitUmarov
1
-191
/
+0
2017-05-04
do the same in the cases we are just moving parts around and not changing th...
UbitUmarov
1
-1
/
+1
2017-01-22
replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP...
UbitUmarov
1
-1
/
+1
2017-01-17
start adding calls to effective permissions aggregation on changes; rearrange...
UbitUmarov
1
-11
/
+13
2017-01-16
replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s...
UbitUmarov
1
-2
/
+1
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
1
-2
/
+2
2016-11-03
Initial update to OpenSim 0.8.2.1 source code.
David Walter Seikel
1
-2
/
+3
2015-11-17
remove unused parameter
UbitUmarov
1
-1
/
+1
2015-10-04
in llAttachToAvatarTemp() (TempAttachmentsModule) dont add to inventory, lik...
UbitUmarov
1
-1
/
+1
2013-03-28
Stop attempts to update/add existing attachments in user inventory when telep...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-03-26
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
Melanie
1
-0
/
+1
2013-03-24
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
Melanie
1
-0
/
+1
2013-03-18
Multiattach, part 1
Melanie
1
-1
/
+1
2013-03-05
Multiattach, part 1
Melanie
1
-1
/
+1
2013-03-02
Fixed typos in TempAttachmentsModule. No changes.
Diva Canto
1
-1
/
+1
2012-11-15
Revert "Merge master into teravuswork", it should have been avination, not ma...
teravus
1
-9
/
+9
2012-09-17
script invocations cannot have void return type
SignpostMarv
1
-9
/
+9
2012-08-18
Fix a typo
Melanie
1
-1
/
+1
2012-08-15
Let the temp attachment module add a command to allow attaching without permi...
Melanie
1
-3
/
+38
2012-08-15
Let the temp attachment module add a command to allow attaching without permi...
Melanie
1
-3
/
+38
2012-08-14
Perform ownership transfer and permission propagation as well as needed
Melanie
1
-0
/
+28
2012-08-14
Move inititalization to RegionLoaded to avoid a module loading order issue
Melanie
1
-8
/
+8
2012-08-14
Implement the temp attachments. UNTESTED
Melanie
1
-0
/
+44
2012-08-14
Add the skeleton for the temp attachments module
Melanie
1
-31
/
+22
2011-08-04
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-05-02
Works!
Diva Canto
1
-0
/
+4
2011-05-01
Broke down Caps.cs into a generic Caps object that simply registers/unregiste...
Diva Canto
1
-24
/
+35
2010-02-22
Separate PhysX classes into separate files.
Jeff Ames
1
-770
/
+1
2010-02-14
Revolution is on the roll again! :)
Revolution
1
-0
/
+4
2010-01-21
Add glue for llSetVehicleFlags(), llRemoveVehicleFlags(). ChODE: Add associat...
Kitto Flora
1
-0
/
+20
2009-12-22
Glue code for a couple of new LSL function implementations
Melanie
1
-0
/
+44
2009-10-26
Experimental change of PhysicsVector to Vector3. Untested
John Hurliman
1
-62
/
+60
2009-10-26
Add llRotLookat pt1.
KittoFlora
1
-0
/
+44
2009-07-19
* Created a way that the OpenSimulator scene can ask the physics scene to do ...
Teravus Ovares
1
-0
/
+1
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
1
-1
/
+1
2009-03-06
Fixes Mantis #3260. Thank you kindly, MCortez for a patch that:
Charles Krinke
1
-0
/
+13
2009-02-25
* minor: Remove most mono compiler warnings
Justin Clarke Casey
1
-1
/
+1
2009-02-22
Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:
Charles Krinke
1
-3
/
+7
2009-02-15
This started as way to correct Mantis #3158, which I believe should be fixed ...
diva
1
-1
/
+2
2008-12-17
* remove mono compiler warnings
Justin Clarke Casey
1
-2
/
+2
2008-12-15
* Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaks
Justin Clarke Casey
1
-3
/
+6
2008-12-14
* Implements the torque/Rotational Impulse methods in the PhysicsAPI and the ...
Teravus Ovares
1
-0
/
+18
2008-12-09
* Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.
Teravus Ovares
1
-0
/
+11
2008-09-28
Implement the plumbing for llSetVehicleType from the LSL
Charles Krinke
1
-0
/
+12
2008-09-28
Added the plumbing for llSetVehicleRotationParam
Charles Krinke
1
-0
/
+10
2008-09-28
Plumb the connection though from llSetVehicleVectorParam
Charles Krinke
1
-6
/
+14
2008-09-28
Plumb the connection through from llSetVehicleFloatParam
Charles Krinke
1
-0
/
+12
2008-09-06
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
1
-6
/
+6
2008-07-24
Implements llSetForce() and llGetForce(). These are experimental and the unit...
Dahlia Trimble
1
-0
/
+2
[next]