aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-26Add a new global event : OnTerrainUpdateTom Grimshaw2-0/+26
2010-06-26Reverting the ITerrainModule changes. Turns out this was useless.Tom Grimshaw2-7/+1
2010-06-26add HasChanged to ITerrainModuleTom Grimshaw2-6/+4
2010-06-26Add a new accessor for the TerainModule : "HasChanged"Tom Grimshaw1-0/+8
2010-06-26Trigger the RegionLightShareData OnSave event properly when the profile is savedTom Grimshaw1-0/+1
2010-06-26Return everything at once, it's more efficient that wayTom Grimshaw1-1/+6
2010-06-26Fix another nullref issue in DeRezSceneObjectTom Grimshaw1-1/+1
2010-06-26Fix a bug with DeRezObjects (check for a null remoteClient)Tom Grimshaw1-7/+9
2010-06-26Return objects which are NoCopy instead of just leaving them when cleaning t...Tom Grimshaw1-0/+4
2010-06-26Add a DeleteAllSceneObjects(bool exceptNoCopy) method to allow NoCopy object...Tom Grimshaw1-2/+15
2010-06-26Fix loading of attachments on loginMelanie Thielker1-1/+8
2010-06-25Add new event: OnChangedBackupTom Grimshaw2-0/+15
2010-06-25Add two events: OnAttachToBackup and OnDetachFromBackup.Tom Grimshaw2-0/+30
2010-06-25don't report the null uuid as a missing asset on saving oars/iarsJustin Clark-Casey (justincc)1-3/+5
2010-06-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2-14/+14
2010-06-25stop KeyNotFoundException() being thrown in RemoveScenePresence if the agent ...Justin Clark-Casey (justincc)1-6/+7
2010-06-25minor: Move log information about SYSTEMIP to the place where it's resolvedJustin Clark-Casey (justincc)1-3/+1
2010-06-25This file wants to be committed. Line endings mess up.Diva Canto1-14/+14
2010-06-25Add DwellModule interfaceMelanie Thielker1-0/+37
2010-06-25Unhook the dwell request from the land module (and therefore local storage)Melanie Thielker1-1/+1
2010-06-24Also make prims send the proper position. I hate it when people commentMelanie Thielker1-4/+4
2010-06-24Add the object owner UUID into the binary bucket of object to user IMMelanie Thielker2-1/+3
2010-06-24Replace the imSessionID, which is useless out of context, with the scope idMelanie Thielker1-0/+7
2010-06-24New viewers don't set the "save offline IM" flag anymore. Set it serversideMelanie Thielker1-0/+6
2010-06-24bug fix. 0,0 is a vlid sim coordinateMelanie Thielker1-1/+1
2010-06-24Move loading of parcels to before script start. Scripts using parcel functionsMelanie1-3/+3
2010-06-24And anotherMelanie Thielker1-2/+0
2010-06-24And another conflictMelanie1-17/+0
2010-06-23Thank you, Snoopy, for a patch to reduce sim script startup CPU usageMelanie1-10/+12
2010-06-22Line ending fixJohn Hurliman1-14/+14
2010-06-22Guard prioritizer agains null values as those produced by a bullet dyingMelanie Thielker1-0/+3
2010-06-22Security fix: Allow only textures to be fetched using HTTP texture capMelanie Thielker1-0/+12
2010-06-22Security fix: Allow only textures to be fetched using HTTP texture capMelanie Thielker1-0/+12
2010-06-22Cause collisions with the avatar to be sent to attachments. CurrentlyMelanie Thielker1-0/+140
2010-06-22Guard prioritizer agains null values as those produced by a bullet dyingMelanie Thielker1-0/+3
2010-06-20Fix the StandUp position to calculate as if we're still using the child prim id.Tom Grimshaw1-1/+1
2010-06-20Fix the sit code to ensure that we use the root prim of a linkset as a refere...Tom Grimshaw1-3/+15
2010-06-20Update all clients sitting on a linkset if a child prim is moved. This preven...Tom Grimshaw1-0/+6
2010-06-20Modify avatar responsiveness policy to send roots before childrenMelanie Thielker1-4/+11
2010-06-20Insert a space after the comma on the ToString methos of lsl vectorsMelanie Thielker1-6/+6
2010-06-20Set the offline flag in inventory offersMelanie Thielker1-0/+2
2010-06-20Make dataserver() return a 0 when agent id offline, instead of a timeoutMelanie Thielker1-5/+4
2010-06-19fix faulty profile cut parameter checking in llSetPrimitiveParams() - see Man...dahlia1-6/+16
2010-06-19Bug fix: wrong name of requester in local friendship offer.Diva Canto1-1/+4
2010-06-19Allow moving an avatar as part of a linkset using llSetLinkPrimitiveParams. T...Tom Grimshaw3-4/+188
2010-06-19Hunting for the problem in #4777Diva Canto2-0/+5
2010-06-19Reverting my last two commits, putting back Melanie's exception handler. Does...Diva Canto1-1/+10
2010-06-19Reinstated the behavior of AddPrimShape *exactly* as it was as of December. T...Diva Canto1-10/+1
2010-06-19Reinstated the behavior of AddPrimShape as it was as of December. Trying to f...Diva Canto1-0/+1
2010-06-19Add "AvatarHeight/2" to the Home Position when set to avoid having the avatar...Tom Grimshaw1-0/+10