aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-07-15* Expose client statistics to the console via 'show stats'Justin Clarke Casey1-1/+4
2008-07-15removes a Console.WriteLine(...) remnant.Dr Scofield1-1/+1
2008-07-14added RegionID get propertySean Dague1-0/+6
2008-07-14* For now, when loading an archive all the existing scene objects get deleted...Justin Clarke Casey1-0/+17
2008-07-14Patch #9150Melanie Thielker1-4/+4
2008-07-14Patch #9147Melanie Thielker4-24/+16
2008-07-13Mantis#1638. Thank you kindly, Salahzar for a patch that:Charles Krinke1-8/+21
2008-07-13* minor: make scene closing log message info rather than warnJustin Clarke Casey1-1/+2
2008-07-13* Actually persist restored archives to the database - wasn't actually doing ...Justin Clarke Casey5-9/+55
2008-07-12* On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey2-9/+13
2008-07-12minor: method documentationJustin Clarke Casey3-117/+90
2008-07-12* minor: thought up a better name for the last allocated local idJustin Clarke Casey1-2/+2
2008-07-12* minor: just some null guards and name changes to make it clearer that prim ...Justin Clarke Casey3-10/+12
2008-07-12* Remove warning and tidy up logic in SceneObjectGroup.UpdatePrimFlags()Justin Clarke Casey1-14/+6
2008-07-12* Start compressing archivesJustin Clarke Casey1-1/+1
2008-07-12Mantis#1716. Thank you kindly, Nlin for a patch that:Charles Krinke1-0/+9
2008-07-11* Put an info entry in the log if permissions are being bypassedJustin Clarke Casey1-1/+1
2008-07-11* Comment out body of experimental ParcelMediaSetTime() since MW says it caus...Justin Clarke Casey1-13/+14
2008-07-10Mantis#1707. Thank you, Melanie for a patch that:Charles Krinke1-2/+119
2008-07-09*Patch as supplied in Mantis #0001705 by melanie. Fixes: Locked prims allow *...mingchen2-18/+30
2008-07-09for testing purposes only:MW1-1/+17
2008-07-08* Guard against a failure to find an inventory item in a move request by comp...Justin Clarke Casey1-2/+9
2008-07-08Mantis#1690. Thank you, Malanie for a patch that:Charles Krinke1-0/+2
2008-07-07change SitTarget calls from functions to propertiesSean Dague2-45/+23