aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Objects (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)1-1/+1
2012-06-26Fix output for help on some object region console commandsJustin Clark-Casey (justincc)1-3/+6
2012-05-15Allow use of regular expressions in "show object name", "show part name" and ...Justin Clark-Casey (justincc)1-101/+208
2012-04-28Put scene object related console commands into new "Objects" help category ra...Justin Clark-Casey (justincc)1-9/+13
2012-04-27Add flags information (phantom, physics, etc.) to "show object" and "show par...Justin Clark-Casey (justincc)1-0/+2
2012-04-18On "show part" command, show link number.Justin Clark-Casey (justincc)1-1/+1
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-9/+9
2012-01-31Add "show part uuid" and "show part name" console commands.Justin Clark-Casey (justincc)1-7/+97
2012-01-31Implement "show object name <name>" console command to show details of an obj...Justin Clark-Casey (justincc)1-8/+49
2012-01-31Get rid of the "no objects found" feedback for now - this doesn't work well i...Justin Clark-Casey (justincc)1-11/+13
2012-01-31Implement "show object uuid <uuid>" console command.Justin Clark-Casey (justincc)1-5/+56
2012-01-31Add more user feedback if an object isn't found for which delete was requested.Justin Clark-Casey (justincc)1-0/+15
2012-01-31Add the name of a deleted object to the console outputJustin Clark-Casey (justincc)1-1/+1
2012-01-31If a particular region is selected in the console, only try to delete objects...Justin Clark-Casey (justincc)1-16/+21
2012-01-31Move object delete commands into a commands region module, in preparation for...Justin Clark-Casey (justincc)1-0/+206
2011-09-15refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle...Justin Clark-Casey (justincc)1-2/+2
2011-09-01Remove pointless cluttering SOP.ParentGroup != null checks.Justin Clark-Casey (justincc)1-4/+1
2011-01-12Fix direct item give permissionsMelanie1-1/+1
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-0/+1
2010-10-02Reapplying the parts of the prior revert that were not derived from theMelanie1-1/+1
2010-10-02Revert "Forward-port 0.6 fix"Melanie1-13/+1
2010-09-30Forward-port 0.6 fixMelanie1-1/+13
2010-09-25Fix a minor economy issueMelanie1-1/+4
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-6/+1
2010-09-12Formatting cleanup.Jeff Ames1-7/+7
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)1-1/+1
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)1-1/+4
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2010-08-13refactor: move Scene.PerformObjectBuy into BuySellModuleJustin Clark-Casey (justincc)1-2/+167
2010-08-13Establish new Objects/BuySellModuleJustin Clark-Casey (justincc)1-0/+98