aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Objects (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | 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
|/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Show texture ids for full object/part info console commmdsJustin Clark-Casey (justincc)2013-10-241-1/+16
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | minor: Correct typo of "Descrition" to "Description" in "show object *" conso...Justin Clark-Casey (justincc)2013-07-031-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Add Location (relative), Rotation (Relative) and Rotation (World) to "show pa...Justin Clark-Casey (justincc)2013-03-291-0/+3
* | | | | | | | | | | | | | | | | | | | | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-261-0/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Correct mistake in parsing 'show object pos' and similar pos commands where t...Justin Clark-Casey (justincc)2013-02-201-5/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | minor: Fix full scene part console report to show proper Light* names rather ...Justin Clark-Casey (justincc)2013-01-261-5/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Show many more primitive properties on console command "show part name/id/pos"Justin Clark-Casey (justincc)2012-11-281-3/+57
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Make "show object part" command correctly display script status.Justin Clark-Casey (justincc)2012-10-311-1/+7
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Allow "show object", "show part", "dump object" and "delete object" to accept...Justin Clark-Casey (justincc)2012-10-241-42/+61
* | | | | | | | | | | | | | | | Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)2012-10-241-4/+1
* | | | | | | | | | | | | | | | Add "dump object uuid" console command. This allows any object in the scene ...Justin Clark-Casey (justincc)2012-10-241-0/+53
* | | | | | | | | | | | | | | | minor: Move co-ordinate related help to object commands to common ConsoleUtil...Justin Clark-Casey (justincc)2012-10-241-33/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Make "show part" console commands print out information about each item the p...Justin Clark-Casey (justincc)2012-10-191-20/+93
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | minor: Convert ad-hoc list building in ObjectCommandsModule to use ConsoleDis...Justin Clark-Casey (justincc)2012-10-181-21/+24
* | | | | | | | | | | | | | Add local and UUID to information output of "show object" and "show part" reg...Justin Clark-Casey (justincc)2012-10-181-0/+4
* | | | | | | | | | | | | | Add --full option to "show object name/uuid/pos" to show info on all parts of...Justin Clark-Casey (justincc)2012-10-181-20/+60
* | | | | | | | | | | | | | Add number of inventory items to information displayed via "show part" consol...Justin Clark-Casey (justincc)2012-10-181-0/+1
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Assign endVector before control leaves ObjectCommandsModule.TryParseVectorRan...Justin Clark-Casey (justincc)2012-10-111-0/+2
* | | | | | | | | | | | | Add "delete object pos <start-coord> to <end-coord>" console command.Justin Clark-Casey (justincc)2012-10-101-24/+85
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Fix bug in implementation of "show part pos" that would not filter probably.Justin Clark-Casey (justincc)2012-10-051-40/+25
* | | | | | | | | | | | Add "show part pos" console command to match "show object pos"Justin Clark-Casey (justincc)2012-10-051-0/+72
* | | | | | | | | | | | refactor: eliminate some now duplicate code in ObjectCommandsModuleJustin Clark-Casey (justincc)2012-10-051-34/+25
* | | | | | | | | | | | Add "show object pos <start-coord> to <end-coord>" command to simulator console.Justin Clark-Casey (justincc)2012-10-051-0/+67
* | | | | | | | | | | | Print number of objects found with "show object name" and "show part name" si...Justin Clark-Casey (justincc)2012-10-051-12/+4
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2012-07-251-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix output for help on some object region console commandsJustin Clark-Casey (justincc)2012-06-261-3/+6
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Allow use of regular expressions in "show object name", "show part name" and ...Justin Clark-Casey (justincc)2012-05-151-101/+208
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Put scene object related console commands into new "Objects" help category ra...Justin Clark-Casey (justincc)2012-04-281-9/+13
* | | | | | | | Add flags information (phantom, physics, etc.) to "show object" and "show par...Justin Clark-Casey (justincc)2012-04-271-0/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | On "show part" command, show link number.Justin Clark-Casey (justincc)2012-04-181-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-081-9/+9
| |_|_|_|/ |/| | | |
* | | | | Add "show part uuid" and "show part name" console commands.Justin Clark-Casey (justincc)2012-01-311-7/+97
* | | | | Implement "show object name <name>" console command to show details of an obj...Justin Clark-Casey (justincc)2012-01-311-8/+49
* | | | | Get rid of the "no objects found" feedback for now - this doesn't work well i...Justin Clark-Casey (justincc)2012-01-311-11/+13
* | | | | Implement "show object uuid <uuid>" console command.Justin Clark-Casey (justincc)2012-01-311-5/+56
* | | | | Add more user feedback if an object isn't found for which delete was requested.Justin Clark-Casey (justincc)2012-01-311-0/+15
* | | | | Add the name of a deleted object to the console outputJustin Clark-Casey (justincc)2012-01-311-1/+1
* | | | | If a particular region is selected in the console, only try to delete objects...Justin Clark-Casey (justincc)2012-01-311-16/+21
| |_|_|/ |/| | |
* | | | Move object delete commands into a commands region module, in preparation for...Justin Clark-Casey (justincc)2012-01-311-0/+206
| |_|/ |/| |
* | | 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