aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Objects (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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