aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2008-08-151-7/+7
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-0/+15
* Refactor: Make the tree creation function take a UUID for the ownerMelanie Thielker2008-08-141-2/+1
* Mantis #1946Melanie Thielker2008-08-141-4/+38
* mantis#1927. Thank you kindly, Leaf for a patch that:Charles Krinke2008-08-131-2/+8
* Revert "Thanks, lulurun, for a patch that clears and refreshes and outdated u...Mike Mazur2008-08-131-6/+1
* Thanks, lulurun, for a patch that clears and refreshes and outdated userMike Mazur2008-08-131-1/+6
* * Stop warnings about non existent scene presences/entities being removed on ...Justin Clarke Casey2008-08-121-0/+3
* Thanks, lulurun, for a patch that addresses inventory problems that occurMike Mazur2008-08-121-1/+4
* Patch #9163 - Refactor initial packet sending out of InnerScene intoMelanie Thielker2008-08-111-9/+0
* * minor: log message twiddlingJustin Clarke Casey2008-08-011-6/+8
* * Drop cached inventory from the local region when a user crosses out into a ...Justin Clarke Casey2008-08-011-4/+3
* * minor: just realized I managed to get the save xml/xml2 messages the wrong ...Justin Clarke Casey2008-07-251-4/+2
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-231-9/+9
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-15/+15
* thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson2008-07-231-1/+2
* Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker2008-07-221-1/+0
* * 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
* added experimental packet tracker (LLPacketTracker.cs), which can be told to ...MW2008-07-211-0/+9
* Make the max sizes of physical and nonphysical prims configurable in OpenSim.iniMelanie Thielker2008-07-201-1/+15
* Quick fix to make the estate ban list effective again, when the regionMelanie Thielker2008-07-191-0/+2
* 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
* * 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-141-19/+6
* * 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-131-3/+15
* * On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey2008-07-121-4/+4
* * 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-121-6/+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
* for testing purposes only:MW2008-07-091-1/+17
* Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method to...MW2008-07-011-0/+21
* Mantis#1641. Thank you, Lulurun for a patch that addresses:Charles Krinke2008-07-011-2/+2
* Mantis#1639. Thank you, Melanie for a patch that:Charles Krinke2008-07-011-4/+4
* Mantis#1637. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-301-0/+8
* Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke2008-06-281-2/+4
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-1/+1
* move along, nothing to see here. just a couple of lazy variables.Dr Scofield2008-06-271-1/+2
* * refactor: fission InnerScene.AddSceneObject()Justin Clarke Casey2008-06-271-4/+4
* * Add extra backup parameter to InnerScene.AddRestoredSceneObject()Justin Clarke Casey2008-06-271-3/+3
* Added support for terrain map to be serialised to xml(as base64 binary). usef...MW2008-06-251-0/+5
* Mantis#1587. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-241-2/+2
* * refactor: Making some of the serialization names consistent, both within th...Justin Clarke Casey2008-06-211-2/+2
* * Refactor: Fold sog.DeleteParts() functionality into existing sog.DeleteGroup()Justin Clarke Casey2008-06-211-2/+1
* * Remove a bug I created in r5171 where taking an object would terminate the ...Justin Clarke Casey2008-06-211-9/+1