aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Objects (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang2-81/+131
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-22/+31
2013-01-26minor: Fix full scene part console report to show proper Light* names rather ...0.7.5-rc2Justin 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-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
2012-10-05Add "show object pos <start-coord> to <end-coord>" command to simulator console.Justin Clark-Casey (justincc)1-0/+67
2012-10-05Print number of objects found with "show object name" and "show part name" si...Justin Clark-Casey (justincc)1-12/+4
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