aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Objects (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-06remove a dead line of codeUbitUmarov1-1/+1
2017-10-06 mantis 8246: don't allow 'delete object name' to delete attachments, but all...UbitUmarov1-9/+12
2017-05-19change some confusing comands helpUbitUmarov1-6/+6
2017-05-04 do the same in the cases we are just moving parts around and not changing th...UbitUmarov1-1/+1
2017-05-01buysell: make sure we dont buy child parts, dont mess with absolute position ...UbitUmarov1-12/+7
2017-05-01rename sog.GetEffectivePermissions() since its use is now limited to more spe...UbitUmarov1-5/+5
2017-04-29nore permissions masks hierachyUbitUmarov1-4/+2
2017-04-29buysell: fix permissions masks hierachyUbitUmarov1-8/+10
2017-04-29 update folded permitions if taking from world, or after unfoldUbitUmarov1-2/+2
2017-04-29 recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ea...UbitUmarov1-12/+6
2017-04-28BuySell: bug fix, use all object permitions for sold item, and not the operat...UbitUmarov1-9/+14
2017-03-30add CanSellObject() permitions check functionsUbitUmarov1-13/+8
2017-01-27 Permissions modules where made NONShared modules. Make them so, removing inc...UbitUmarov1-1/+1
2017-01-22replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP...UbitUmarov1-2/+2
2017-01-17start adding calls to effective permissions aggregation on changes; rearrange...UbitUmarov1-0/+1
2017-01-16replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s...UbitUmarov1-2/+1
2017-01-06Fix errors introduced by incomplete understanding of what folded perms areMelanie Thielker1-1/+7
2017-01-05Massive tab and trailing space cleanupMelanie Thielker2-36/+36
2017-01-04Show details of scene objects with given ownerId.Mandarinka Tasty1-0/+35
2016-11-14fix a vector range parsingUbitUmarov1-1/+1
2016-09-19avoid a null refUbitUmarov1-1/+1
2016-06-20Related to mantis #7929: "For sale" was not being accepted, because of permis...Diva Canto1-3/+13
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-8/+3
2014-09-27When a prim is bought through BuySellModule, the click action is not changed ...AliciaRaven1-0/+1
2014-01-10Refactored: use a single function to apply an object's folded permissions to ...Oren Hurvitz1-7/+1
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams1-8/+3
2013-10-24Show texture ids for full object/part info console commmdsJustin Clark-Casey (justincc)1-1/+16
2013-07-03minor: Correct typo of "Descrition" to "Description" in "show object *" conso...Justin Clark-Casey (justincc)1-1/+1
2013-03-29Add Location (relative), Rotation (Relative) and Rotation (World) to "show pa...Justin Clark-Casey (justincc)1-0/+3
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+1
2013-03-24Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+1
2013-02-20Correct mistake in parsing 'show object pos' and similar pos commands where t...Justin Clark-Casey (justincc)1-5/+5
2013-01-26minor: Fix full scene part console report to show proper Light* names rather ...Justin Clark-Casey (justincc)1-5/+5
2012-11-28Show many more primitive properties on console command "show part name/id/pos"Justin Clark-Casey (justincc)1-3/+57
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-429/+93
2012-10-31Make "show object part" command correctly display script status.Justin Clark-Casey (justincc)1-1/+7
2012-10-24Allow "show object", "show part", "dump object" and "delete object" to accept...Justin Clark-Casey (justincc)1-42/+61
2012-10-24Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)1-4/+1
2012-10-24Add "dump object uuid" console command. This allows any object in the scene ...Justin Clark-Casey (justincc)1-0/+53
2012-10-24minor: Move co-ordinate related help to object commands to common ConsoleUtil...Justin Clark-Casey (justincc)1-33/+3
2012-10-19Make "show part" console commands print out information about each item the p...Justin Clark-Casey (justincc)1-20/+93
2012-10-18minor: Convert ad-hoc list building in ObjectCommandsModule to use ConsoleDis...Justin Clark-Casey (justincc)1-21/+24
2012-10-18Add local and UUID to information output of "show object" and "show part" reg...Justin Clark-Casey (justincc)1-0/+4
2012-10-18Add --full option to "show object name/uuid/pos" to show info on all parts of...Justin Clark-Casey (justincc)1-20/+60
2012-10-18Add number of inventory items to information displayed via "show part" consol...Justin Clark-Casey (justincc)1-0/+1
2012-10-11Assign endVector before control leaves ObjectCommandsModule.TryParseVectorRan...Justin Clark-Casey (justincc)1-0/+2
2012-10-10Add "delete object pos <start-coord> to <end-coord>" console command.Justin Clark-Casey (justincc)1-24/+85
2012-10-05Fix bug in implementation of "show part pos" that would not filter probably.Justin Clark-Casey (justincc)1-40/+25
2012-10-05Add "show part pos" console command to match "show object pos"Justin Clark-Casey (justincc)1-0/+72
2012-10-05refactor: eliminate some now duplicate code in ObjectCommandsModuleJustin Clark-Casey (justincc)1-34/+25