aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-04local chat gods bug fixUbitUmarov1-2/+2
2014-08-03 missing currentParcelUUID updateUbitUmarov1-0/+1
2014-08-03 mess update ( hide avatars )UbitUmarov1-8/+12
2014-08-03 remove debug msgs at attachments deRezUbitUmarov1-7/+1
2014-08-03buggUbitUmarov1-11/+15
2014-08-03 dont get script states for NPCs on deRezUbitUmarov1-8/+11
2014-08-03replace debug msgs by othersUbitUmarov1-1/+12
2014-08-02god also read local chatUbitUmarov1-1/+6
2014-08-02 add some filters for NPCsUbitUmarov2-0/+7
2014-08-01handle change of hide avatars flag. Parcel limits edition still need workUbitUmarov1-10/+17
2014-08-01remove unnecessary sendparceloverlayUbitUmarov1-1/+1
2014-08-01 filter local chat from avatars or attachment acording to parcel hide (UbitUmarov1-3/+34
2014-07-31MESS: changes in MakeRootAgent and CompleteMovement reordering things.UbitUmarov2-5/+29
2014-07-30 restrict other avatar sounds to parcel flags ( untested )UbitUmarov1-17/+34
2014-07-30 changes to parcels code (still more to to)UbitUmarov2-77/+134
2014-07-29Correct nomenclature for LLSD messages. LL sure suckMelanie Thielker1-4/+4
2014-07-29Try to plumb the other halfMelanie Thielker2-0/+16
2014-07-29Change some ORs to assignments as they should beMelanie Thielker1-5/+5
2014-07-29fix the mess about exclusive fields and flags on land overlayUbitUmarov2-31/+34
2014-07-29change parcel overlay bytes adding LocalSound.. changed others also NEEDSUbitUmarov3-30/+66
2014-07-27 dont mess with sound gain on stopUbitUmarov1-1/+1
2014-07-27change how sounds work. May be bad.. needs testingUbitUmarov1-94/+55
2014-07-24 revert my change of not adding physcis to a failed avatar transfer. ThisUbitUmarov1-3/+0
2014-07-24on transfer fail of sited avatars, only doUbitUmarov1-2/+2
2014-07-24fix line endingUbitUmarov1-4/+4
2014-07-22if sited avatar cross fails, dont add it to physics and dont mess scriptsUbitUmarov1-1/+4
2014-07-20Remove extremely spammy error message that isn't an actual error - userMelanie Thielker1-5/+5
2014-07-20replace old Attachoffset by AttachedPos. Comented out possible mergeUbitUmarov1-1/+1
2014-07-20Fix duplicate attach message being sent to objects picked up from the groundMelanie Thielker1-1/+4
2014-07-19Fix taking objectsMelanie Thielker1-1/+1
2014-07-19 refix originalPositions[]UbitUmarov1-1/+1
2014-04-26Differentiate between requests only the owner should be able to do and thoseMelanie Thielker3-18/+18
2014-04-23minor: Remove unused System.Linq reference and use ParcelFlags.None instead o...Justin Clark-Casey (justincc)1-2/+1
2014-04-23Prevent sending Land Properties for unprivileged usersDev Random1-5/+8
2014-04-06Change OfflineMessageModule to support more differentiated return values and ...Melanie Thielker1-8/+47
2014-03-25Reinstate the timed region change signalMelanie Thielker1-0/+4
2014-01-24Properly dispose of drawing objects to reduce/stop memory leakage on generati...Justin Clark-Casey (justincc)4-319/+343
2014-01-23Add "generate map" console command to allow manual regeneration and storage o...Justin Clark-Casey (justincc)2-1/+19
2014-01-20Stop exceptions being generated on agent connection if a telehub object has b...Justin Clark-Casey (justincc)2-4/+6
2014-01-20Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz6-22/+21
2014-01-18Remove redundant methods in FlotsamAssetCacheJustin Clark-Casey (justincc)1-10/+0
2014-01-18implement CoreAssetCache.Check()Justin Clark-Casey (justincc)1-1/+2
2014-01-18implement GlynnTuckerAssetCache.Check()Justin Clark-Casey (justincc)1-1/+1
2014-01-18Properly implement CenomeAssetCache.Check()Justin Clark-Casey (justincc)1-2/+4
2014-01-18Simplify FlotsamAssetCache.CheckFromMemoryCache()Justin Clark-Casey (justincc)1-6/+1
2014-01-18Elminate some copy/paste in FlotsamAssetCache.CheckFromFileCache() and use us...Justin Clark-Casey (justincc)1-33/+10
2014-01-18elminate unnecessary asset != null check in FlotsamAssetCache.UpdateFileCache()Justin Clark-Casey (justincc)1-50/+47
2014-01-17minor: since structs are values, assigning them to another variable copies it...Justin Clark-Casey (justincc)1-1/+1
2014-01-16Remove old IInterRegionComms and references. This hasn't been used since 200...Justin Clark-Casey (justincc)2-4/+4
2014-01-10When creating a coalesced object, set its permissions to the lowest-common-de...Oren Hurvitz1-7/+16