aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-233-75/+75
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-231-9/+9
* Send Animation data for other avatars to new users joining the region (tested...MW2008-07-231-0/+13
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-235-50/+52
* get rid of some LLQuaternion == null checks. Because LLQuaternion isSean Dague2008-07-231-18/+4
* Changed it so the avatar's rotation is now sent as part of a full avatar upda...MW2008-07-231-4/+25
* thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson2008-07-231-1/+2
* renamed ScenePresence.SendFullUpdateToAllClients() to SendInitialFullUpdateTo...MW2008-07-221-2/+17
* Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker2008-07-222-2/+1
* * Give new uuids to all the objects loaded in from an archive.Justin Clarke Casey2008-07-211-1/+3
* * minor: stick filename being loaded/saved from in save/load xml/oar informat...Justin Clarke Casey2008-07-211-7/+8
* * minor: Make it clearer the region on which save and load xml/oar commands a...Justin Clarke Casey2008-07-211-0/+14
* * minor: add wiki link to archiving function invocationJustin Clarke Casey2008-07-211-1/+0
* added experimental packet tracker (LLPacketTracker.cs), which can be told to ...MW2008-07-212-1/+10
* Mantis#1798. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-07-212-13/+5
* * eliminated some warnings and added some const and readonlieslbsa712008-07-211-1/+1
* Make the max sizes of physical and nonphysical prims configurable in OpenSim.iniMelanie Thielker2008-07-202-37/+51
* Quick fix to make the estate ban list effective again, when the regionMelanie Thielker2008-07-191-0/+2
* Fix prim link numbers (Mantis #1781)Melanie Thielker2008-07-193-16/+123
* Patch to fix saving of estate managers list loaded during migration.Melanie Thielker2008-07-181-6/+0
* * refactor: break out sog loading code into two parts so that post-deserializ...Justin Clarke Casey2008-07-181-1/+2
* Patch #9151Melanie Thielker2008-07-181-17/+8
* make ParentUUID be a cached value, but allow setting it forSean Dague2008-07-161-2/+11
* made SOP have a blank setter for 2 convenience properties.Sean Dague2008-07-161-0/+2
* be a little more discriminating on firing ShapeChanged script eventsSean Dague2008-07-161-2/+12
* added new ParentUUID property to map out from SOP.Sean Dague2008-07-151-0/+5
* * Expose client statistics to the console via 'show stats'Justin Clarke Casey2008-07-151-1/+4
* removes a Console.WriteLine(...) remnant.Dr Scofield2008-07-151-1/+1
* added RegionID get propertySean Dague2008-07-141-0/+6
* * For now, when loading an archive all the existing scene objects get deleted...Justin Clarke Casey2008-07-141-0/+17
* Patch #9150Melanie Thielker2008-07-141-4/+4
* Patch #9147Melanie Thielker2008-07-144-24/+16
* Mantis#1638. Thank you kindly, Salahzar for a patch that:Charles Krinke2008-07-131-8/+21
* * minor: make scene closing log message info rather than warnJustin Clarke Casey2008-07-131-1/+2
* * Actually persist restored archives to the database - wasn't actually doing ...Justin Clarke Casey2008-07-135-9/+55
* * On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey2008-07-122-9/+13
* minor: method documentationJustin Clarke Casey2008-07-123-117/+90
* * minor: thought up a better name for the last allocated local idJustin Clarke Casey2008-07-121-2/+2
* * minor: just some null guards and name changes to make it clearer that prim ...Justin Clarke Casey2008-07-123-10/+12
* * Remove warning and tidy up logic in SceneObjectGroup.UpdatePrimFlags()Justin Clarke Casey2008-07-121-14/+6
* * Start compressing archivesJustin Clarke Casey2008-07-121-1/+1
* Mantis#1716. Thank you kindly, Nlin for a patch that:Charles Krinke2008-07-121-0/+9
* * Put an info entry in the log if permissions are being bypassedJustin Clarke Casey2008-07-111-1/+1
* * Comment out body of experimental ParcelMediaSetTime() since MW says it caus...Justin Clarke Casey2008-07-111-13/+14
* Mantis#1707. Thank you, Melanie for a patch that:Charles Krinke2008-07-101-2/+119
* *Patch as supplied in Mantis #0001705 by melanie. Fixes: Locked prims allow *...mingchen2008-07-092-18/+30
* for testing purposes only:MW2008-07-091-1/+17
* * Guard against a failure to find an inventory item in a move request by comp...Justin Clarke Casey2008-07-081-2/+9
* Mantis#1690. Thank you, Malanie for a patch that:Charles Krinke2008-07-081-0/+2
* change SitTarget calls from functions to propertiesSean Dague2008-07-072-45/+23