aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-16Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker2-22/+4
2008-08-15Pantis #1957Melanie Thielker1-0/+9
2008-08-15Mantis #1951Melanie Thielker1-0/+2
2008-08-15Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker3-1/+28
2008-08-15Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2-16/+20
2008-08-15Fixes a case where, when inventory is not currently accessible dueMelanie Thielker1-1/+1
2008-08-15From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield1-0/+15
2008-08-14Refactor: Make the tree creation function take a UUID for the ownerMelanie Thielker1-2/+1
2008-08-14Make the estate owner work. Changes permissions checks to allow theMelanie Thielker1-3/+3
2008-08-14Mantis #1946Melanie Thielker2-10/+55
2008-08-13Mantis#1856. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-40/+20
2008-08-13mantis#1927. Thank you kindly, Leaf for a patch that:Charles Krinke1-2/+8
2008-08-13Revert "Thanks, lulurun, for a patch that clears and refreshes and outdated u...Mike Mazur1-6/+1
2008-08-13Thanks, lulurun, for a patch that clears and refreshes and outdated userMike Mazur1-1/+6
2008-08-12Thanks HomerHorwitz for a patch to enable the Stand Up button when sitting on...Jeff Ames1-3/+5
2008-08-12* Stop warnings about non existent scene presences/entities being removed on ...Justin Clarke Casey2-11/+14
2008-08-12Thanks, lulurun, for a patch that addresses inventory problems that occurMike Mazur3-1/+13
2008-08-12Minor formatting cleanup.Jeff Ames1-2/+2
2008-08-11Patch #9163 - Refactor initial packet sending out of InnerScene intoMelanie Thielker3-128/+73
2008-08-08Mantis#1521. Thank you kindly, Lmmz for a patch that:Charles Krinke1-0/+5
2008-08-08* All CheckRegion within an instance would use the same, global, bool for 'Av...lbsa711-2/+1
2008-08-07Mantis#1901. Thank you kindly, Nlin for a patch that:Charles Krinke2-2/+2
2008-08-05* Add / as a shortcut to select the root regionJustin Clarke Casey1-3/+3
2008-08-05* minor: slightly pointlessly increase the verbosity of the message given whe...Justin Clarke Casey1-3/+9
2008-08-04Fix one more instance of a bad bit value for the collision eventMelanie Thielker1-1/+1
2008-08-01* minor: log message twiddlingJustin Clarke Casey3-12/+10
2008-08-01* correct bug from last commit - for now don't drop cached user profile when ...Justin Clarke Casey1-21/+8
2008-08-01* Drop cached inventory from the local region when a user crosses out into a ...Justin Clarke Casey3-9/+39
2008-08-01Mantis#1859. Thank you kindly, Lmmz for a patch that:Charles Krinke2-1/+38
2008-07-31* refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak...Justin Clarke Casey1-1/+1
2008-07-29* Put in stub code for inventory backup.Justin Clarke Casey1-0/+1
2008-07-27Addresses Mantis #1688Melanie Thielker1-1/+1
2008-07-26* Changed a number of field names to ccc (public members shouldn't be called m_)lbsa715-67/+67
2008-07-26Modified ResetChildPrimPhysicsPositions() to allow archiving and physics to c...Dahlia Trimble1-2/+2
2008-07-26reinstated ResetChildPrimPhysicsPositions() as some prims had bad/missing pro...Dahlia Trimble1-6/+8
2008-07-25Attempt to update viewer for some physics status changes in SOPDahlia Trimble1-3/+6
2008-07-25* minor: just realized I managed to get the save xml/xml2 messages the wrong ...Justin Clarke Casey1-4/+2
2008-07-25* Stop the HasGroupChanged flag being reverted for newly restored prims which...Justin Clarke Casey3-26/+27
2008-07-25* Remove dumb bug I put in which meant that an archive save would never compl...Justin Clarke Casey1-1/+1
2008-07-25From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2-0/+2
2008-07-25renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield2-12/+16
2008-07-24From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-0/+16
2008-07-24Implements llSetForce() and llGetForce(). These are experimental and the unit...Dahlia Trimble1-0/+16
2008-07-23catch a null case in the convenience RegionID propertySean Dague1-1/+7
2008-07-23refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague3-75/+75
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague1-9/+9
2008-07-23Send Animation data for other avatars to new users joining the region (tested...MW1-0/+13
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames5-50/+52
2008-07-23get rid of some LLQuaternion == null checks. Because LLQuaternion isSean Dague1-18/+4
2008-07-23Changed it so the avatar's rotation is now sent as part of a full avatar upda...MW1-4/+25