aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-07-23thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson1-1/+2
2008-07-22renamed ScenePresence.SendFullUpdateToAllClients() to SendInitialFullUpdateTo...MW1-2/+17
2008-07-22Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker2-2/+1
2008-07-21* Give new uuids to all the objects loaded in from an archive.Justin Clarke Casey1-1/+3
2008-07-21* minor: stick filename being loaded/saved from in save/load xml/oar informat...Justin Clarke Casey1-7/+8
2008-07-21* minor: Make it clearer the region on which save and load xml/oar commands a...Justin Clarke Casey1-0/+14
2008-07-21* minor: add wiki link to archiving function invocationJustin Clarke Casey1-1/+0
2008-07-21added experimental packet tracker (LLPacketTracker.cs), which can be told to ...MW2-1/+10
2008-07-21Mantis#1798. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2-13/+5
2008-07-21* eliminated some warnings and added some const and readonlieslbsa711-1/+1
2008-07-20Make the max sizes of physical and nonphysical prims configurable in OpenSim.iniMelanie Thielker2-37/+51
2008-07-19Quick fix to make the estate ban list effective again, when the regionMelanie Thielker1-0/+2
2008-07-19Fix prim link numbers (Mantis #1781)Melanie Thielker3-16/+123
2008-07-18Patch to fix saving of estate managers list loaded during migration.Melanie Thielker1-6/+0
2008-07-18* refactor: break out sog loading code into two parts so that post-deserializ...Justin Clarke Casey1-1/+2
2008-07-18Patch #9151Melanie Thielker1-17/+8
2008-07-16make ParentUUID be a cached value, but allow setting it forSean Dague1-2/+11
2008-07-16made SOP have a blank setter for 2 convenience properties.Sean Dague1-0/+2
2008-07-16be a little more discriminating on firing ShapeChanged script eventsSean Dague1-2/+12
2008-07-15added new ParentUUID property to map out from SOP.Sean Dague1-0/+5