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
/
CoreModules
/
World
/
Objects
/
BuySell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
BuySell: a few changes on sell copy
UbitUmarov
2018-11-12
1
-24
/
+26
*
do the same in the cases we are just moving parts around and not changing th...
UbitUmarov
2017-05-04
1
-1
/
+1
*
buysell: make sure we dont buy child parts, dont mess with absolute position ...
UbitUmarov
2017-05-01
1
-12
/
+7
*
rename sog.GetEffectivePermissions() since its use is now limited to more spe...
UbitUmarov
2017-05-01
1
-5
/
+5
*
nore permissions masks hierachy
UbitUmarov
2017-04-29
1
-4
/
+2
*
buysell: fix permissions masks hierachy
UbitUmarov
2017-04-29
1
-8
/
+10
*
update folded permitions if taking from world, or after unfold
UbitUmarov
2017-04-29
1
-2
/
+2
*
recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ea...
UbitUmarov
2017-04-29
1
-12
/
+6
*
BuySell: bug fix, use all object permitions for sold item, and not the operat...
UbitUmarov
2017-04-28
1
-9
/
+14
*
add CanSellObject() permitions check functions
UbitUmarov
2017-03-30
1
-13
/
+8
*
Permissions modules where made NONShared modules. Make them so, removing inc...
UbitUmarov
2017-01-27
1
-1
/
+1
*
replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP...
UbitUmarov
2017-01-22
1
-2
/
+2
*
start adding calls to effective permissions aggregation on changes; rearrange...
UbitUmarov
2017-01-17
1
-0
/
+1
*
replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s...
UbitUmarov
2017-01-16
1
-2
/
+1
*
Fix errors introduced by incomplete understanding of what folded perms are
Melanie Thielker
2017-01-06
1
-1
/
+7
*
Massive tab and trailing space cleanup
Melanie Thielker
2017-01-05
1
-9
/
+9
*
Related to mantis #7929: "For sale" was not being accepted, because of permis...
Diva Canto
2016-06-20
1
-3
/
+13
*
bad merge?
UbitUmarov
2015-09-01
1
-0
/
+7
|
\
|
*
varregion: any conversions of use of Constants.RegionSize converted into
Robert Adams
2015-03-29
1
-8
/
+3
|
*
Merge branch 'master' into careminster
Melanie
2014-01-28
1
-7
/
+1
|
|
\
|
*
|
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
Melanie
2013-03-24
1
-0
/
+1
|
*
|
Merge commit 'de19dc3024e5359f594d0a32c593d905163c24ea' into bigmerge
Melanie
2011-10-11
1
-2
/
+2
|
|
\
\
|
*
\
\
Resolve merge commits, stage 1
Tom
2011-09-04
1
-4
/
+1
|
|
\
\
\
|
*
|
|
|
Plug a hole that allows selling a copy of no copy objects when using hacked g...
Melanie
2011-05-14
1
-0
/
+7
|
*
|
|
|
Fix direct item give permissions
Melanie
2011-01-12
1
-1
/
+1
*
|
|
|
|
When a prim is bought through BuySellModule, the click action is not changed ...
AliciaRaven
2014-09-27
1
-0
/
+1
*
|
|
|
|
Merge branch 'master' into varregion
Robert Adams
2014-01-11
1
-7
/
+1
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Refactored: use a single function to apply an object's folded permissions to ...
Oren Hurvitz
2014-01-10
1
-7
/
+1
*
|
|
|
|
varregion: many more updates removing the constant RegionSize and replacing
Robert Adams
2013-12-26
1
-8
/
+3
|
/
/
/
/
*
|
|
|
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
Melanie
2013-03-26
1
-0
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle...
Justin Clark-Casey (justincc)
2011-09-15
1
-2
/
+2
|
|
/
|
/
|
*
|
Remove pointless cluttering SOP.ParentGroup != null checks.
Justin Clark-Casey (justincc)
2011-09-01
1
-4
/
+1
*
|
Fix direct item give permissions
Melanie
2011-01-12
1
-1
/
+1
|
/
*
Added creator info across the board -- TaskInventoryItems and InventoryItems ...
Diva Canto
2010-11-21
1
-0
/
+1
*
Reapplying the parts of the prior revert that were not derived from the
Melanie
2010-10-02
1
-1
/
+1
*
Revert "Forward-port 0.6 fix"
Melanie
2010-10-02
1
-13
/
+1
*
Forward-port 0.6 fix
Melanie
2010-09-30
1
-1
/
+13
*
Fix a minor economy issue
Melanie
2010-09-25
1
-1
/
+4
*
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...
John Hurliman
2010-09-16
1
-6
/
+1
*
Formatting cleanup.
Jeff Ames
2010-09-12
1
-7
/
+7
*
Move code that allows llGiveInvetory() to move item into appropriate system f...
Justin Clark-Casey (justincc)
2010-09-04
1
-1
/
+1
*
Improve consistency of locking for SOG.m_parts in order to avoid race conditi...
Justin Clark-Casey (justincc)
2010-08-26
1
-1
/
+4
*
minor: remove mono compiler warnings
Justin Clark-Casey (justincc)
2010-08-13
1
-1
/
+1
*
refactor: move Scene.PerformObjectBuy into BuySellModule
Justin Clark-Casey (justincc)
2010-08-13
1
-2
/
+167
*
Establish new Objects/BuySellModule
Justin Clark-Casey (justincc)
2010-08-13
1
-0
/
+98