aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Objects/BuySell (unfollow)
Commit message (Expand)AuthorFilesLines
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