aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Objects/BuySell (follow)
Commit message (Expand)AuthorAgeFilesLines
* do the same in the cases we are just moving parts around and not changing th...UbitUmarov2017-05-041-1/+1
* buysell: make sure we dont buy child parts, dont mess with absolute position ...UbitUmarov2017-05-011-12/+7
* rename sog.GetEffectivePermissions() since its use is now limited to more spe...UbitUmarov2017-05-011-5/+5
* nore permissions masks hierachyUbitUmarov2017-04-291-4/+2
* buysell: fix permissions masks hierachyUbitUmarov2017-04-291-8/+10
* update folded permitions if taking from world, or after unfoldUbitUmarov2017-04-291-2/+2
* recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ea...UbitUmarov2017-04-291-12/+6
* BuySell: bug fix, use all object permitions for sold item, and not the operat...UbitUmarov2017-04-281-9/+14
* add CanSellObject() permitions check functionsUbitUmarov2017-03-301-13/+8
* Permissions modules where made NONShared modules. Make them so, removing inc...UbitUmarov2017-01-271-1/+1
* replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP...UbitUmarov2017-01-221-2/+2
* start adding calls to effective permissions aggregation on changes; rearrange...UbitUmarov2017-01-171-0/+1
* replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s...UbitUmarov2017-01-161-2/+1
* Fix errors introduced by incomplete understanding of what folded perms areMelanie Thielker2017-01-061-1/+7
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-9/+9
* Related to mantis #7929: "For sale" was not being accepted, because of permis...Diva Canto2016-06-201-3/+13
* bad merge?UbitUmarov2015-09-011-0/+7
|\
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-8/+3
| * Merge branch 'master' into careminsterMelanie2014-01-281-7/+1
| |\
| * | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-241-0/+1
| * | Merge commit 'de19dc3024e5359f594d0a32c593d905163c24ea' into bigmergeMelanie2011-10-111-2/+2
| |\ \
| * \ \ Resolve merge commits, stage 1Tom2011-09-041-4/+1
| |\ \ \
| * | | | Plug a hole that allows selling a copy of no copy objects when using hacked g...Melanie2011-05-141-0/+7
| * | | | Fix direct item give permissionsMelanie2011-01-121-1/+1
* | | | | When a prim is bought through BuySellModule, the click action is not changed ...AliciaRaven2014-09-271-0/+1
* | | | | Merge branch 'master' into varregionRobert Adams2014-01-111-7/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Refactored: use a single function to apply an object's folded permissions to ...Oren Hurvitz2014-01-101-7/+1
* | | | | varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-261-8/+3
|/ / / /
* | | | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-261-0/+1
| |_|/ |/| |
* | | refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle...Justin Clark-Casey (justincc)2011-09-151-2/+2
| |/ |/|
* | Remove pointless cluttering SOP.ParentGroup != null checks.Justin Clark-Casey (justincc)2011-09-011-4/+1
* | Fix direct item give permissionsMelanie2011-01-121-1/+1
|/
* Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-211-0/+1
* Reapplying the parts of the prior revert that were not derived from theMelanie2010-10-021-1/+1
* Revert "Forward-port 0.6 fix"Melanie2010-10-021-13/+1
* Forward-port 0.6 fixMelanie2010-09-301-1/+13
* Fix a minor economy issueMelanie2010-09-251-1/+4
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-6/+1
* Formatting cleanup.Jeff Ames2010-09-121-7/+7
* Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)2010-09-041-1/+1
* Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-1/+4
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-131-1/+1
* refactor: move Scene.PerformObjectBuy into BuySellModuleJustin Clark-Casey (justincc)2010-08-131-2/+167
* Establish new Objects/BuySellModuleJustin Clark-Casey (justincc)2010-08-131-0/+98