aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-29* Put in stub code for inventory backup.Justin Clarke Casey1-0/+1
2008-07-28* Added a check for Infinite or NaN values before updating a heightfield. Thi...Adam Frisby1-0/+4
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 Casey3-3/+11
2008-07-25From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2-0/+2
2008-07-25renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield6-20/+24
2008-07-25Patch #9155 (Mantis #1793)Melanie Thielker1-0/+3
2008-07-25Add GetGroupPowers() and a dictionary to hold them to ClientView andMelanie Thielker1-0/+5
2008-07-25*Added CommandIntentions that is used to describe a console commands hazard. ...mingchen7-18/+36
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 Dague8-126/+126
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 Ames10-228/+230
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...MW2-5/+26
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 Thielker3-5/+12
2008-07-21* Give new uuids to all the objects loaded in from an archive.Justin Clarke Casey2-7/+9
2008-07-21Mantis#1544. Thank you kindly, Jonc, for a patch that:Charles Krinke1-2/+8
2008-07-21* minor: stick filename being loaded/saved from in save/load xml/oar informat...Justin Clarke Casey2-10/+9
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-21* minor: change misleading 'all assets found' message to instead tell how man...Justin Clarke Casey4-23/+35
2008-07-21added experimental packet tracker (LLPacketTracker.cs), which can be told to ...MW3-3/+17
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 Thielker4-20/+127
2008-07-18Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker2-5/+4
2008-07-18Patch to fix saving of estate managers list loaded during migration.Melanie Thielker2-7/+2
2008-07-18Patch adds bool IsManager(LLUUID) to IEstateModule.Melanie Thielker2-0/+13
2008-07-18* refactor: break out sog loading code into two parts so that post-deserializ...Justin Clarke Casey5-24/+22
2008-07-18Commented out a readline that was preventing the sim from shutting down in so...Dahlia Trimble1-1/+1
2008-07-18Patch #9151Melanie Thielker8-100/+247
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
2008-07-15* Expose client statistics to the console via 'show stats'Justin Clarke Casey1-1/+4