aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-03 missing currentParcelUUID updateUbitUmarov1-0/+1
2014-08-03 mess update ( hide avatars )UbitUmarov1-8/+12
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-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-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-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 Hurvitz2-12/+11
2014-01-10Refactored: use a single function to apply an object's folded permissions to ...Oren Hurvitz1-7/+1
2013-12-14Make WindParamSet success a console message rather than a log message.Justin Clark-Casey (justincc)1-2/+1
2013-12-14minor: Make wind console commands print out to console rather than logJustin Clark-Casey (justincc)1-14/+21
2013-12-11Committing the Avination Scene Presence and related texture codeMelanie1-0/+13
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-2/+2
2013-11-15If a local land ID is given to the "land show" command, then output to consol...Justin Clark-Casey (justincc)1-54/+126
2013-10-24Show texture ids for full object/part info console commmdsJustin Clark-Casey (justincc)1-1/+16
2013-10-15Made terrain uploads thread-safeOren Hurvitz2-22/+31
2013-10-07* Refactorteravus1-2/+2
2013-10-07* Added a Basic DOS protection container/base object for the most common HTTP...teravus1-1/+20
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)1-3/+3
2013-09-26minor: Comment out windlight log message about sending scene data for now.Justin Clark-Casey (justincc)1-1/+2
2013-09-08Harmonize the class name, ID and Name of the default perms moduleMelanie Thielker1-3/+3
2013-08-25Fix exception thrown after a region has been restarted through scheduling.Justin Clark-Casey (justincc)1-10/+22
2013-08-08Fix an issue where under teleport v2 protocol, teleporting from regions in an...Justin Clark-Casey (justincc)1-3/+3
2013-08-07* Added set water height <height> [<x>] [<y>] console command following the s...teravus1-1/+30
2013-07-16Removed the MapItems thread. Redirected the map items requests to the service...Diva Canto1-6/+43
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)1-1/+1
2013-07-04Revert "Same freeze issue, now checking if it's in estate"Diva Canto1-1/+0
2013-07-04Same freeze issue, now checking if it's in estateDiva Canto1-0/+1
2013-07-03minor: Correct typo of "Descrition" to "Description" in "show object *" conso...Justin Clark-Casey (justincc)1-1/+1
2013-06-27Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)1-8/+36
2013-06-19Mantis 6608: Math error in parcel dimensions/borders seen with land show commandTalun1-10/+10
2013-05-24Reset "Show in search" on parcels cut off other parcels that are in searchMelanie1-0/+2
2013-05-22Implement llSetSoundQueueing().Justin Clark-Casey (justincc)1-0/+9
2013-05-11Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs ...Diva Canto2-35/+19
2013-05-11Handle SetHome properlyDiva Canto1-0/+59