aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague1-9/+9
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-15/+15
2008-07-23thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson1-1/+2
2008-07-22Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker1-1/+0
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-21added experimental packet tracker (LLPacketTracker.cs), which can be told to ...MW1-0/+9
2008-07-20Make the max sizes of physical and nonphysical prims configurable in OpenSim.iniMelanie Thielker1-1/+15
2008-07-19Quick fix to make the estate ban list effective again, when the regionMelanie Thielker1-0/+2
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-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 Thielker1-19/+6
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 Casey1-3/+15
2008-07-12* On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey1-4/+4
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 Casey1-6/+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-09for testing purposes only:MW1-1/+17
2008-07-01Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method to...MW1-0/+21
2008-07-01Mantis#1641. Thank you, Lulurun for a patch that addresses:Charles Krinke1-2/+2
2008-07-01Mantis#1639. Thank you, Melanie for a patch that:Charles Krinke1-4/+4
2008-06-30Mantis#1637. Thank you kindly, Melanie for a patch that:Charles Krinke1-0/+8
2008-06-28Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke1-2/+4
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-1/+1
2008-06-27move along, nothing to see here. just a couple of lazy variables.Dr Scofield1-1/+2
2008-06-27* refactor: fission InnerScene.AddSceneObject()Justin Clarke Casey1-4/+4
2008-06-27* Add extra backup parameter to InnerScene.AddRestoredSceneObject()Justin Clarke Casey1-3/+3
2008-06-25Added support for terrain map to be serialised to xml(as base64 binary). usef...MW1-0/+5
2008-06-24Mantis#1587. Thank you kindly, Melanie for a patch that:Charles Krinke1-2/+2
2008-06-21* refactor: Making some of the serialization names consistent, both within th...Justin Clarke Casey1-2/+2
2008-06-21* Refactor: Fold sog.DeleteParts() functionality into existing sog.DeleteGroup()Justin Clarke Casey1-2/+1
2008-06-21* Remove a bug I created in r5171 where taking an object would terminate the ...Justin Clarke Casey1-9/+1
2008-06-21* Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares1-0/+37
2008-06-19* Temporary workaround for mantis 1568. If the avatar apperance factory now ...Justin Clarke Casey1-3/+20
2008-06-18* By popular demand, skipping trees from the map tile generation routine. S...Teravus Ovares1-0/+6
2008-06-18Minor formatting cleanup.Jeff Ames1-42/+26
2008-06-17* Refactor: Move the responsibility for applying physics and sending the init...Justin Clarke Casey1-5/+6
2008-06-17* refactor: Remove largely duplicate code from SceneXmlLoader.CreatePrimFromX...Justin Clarke Casey1-0/+5
2008-06-16* Refactor: Break out AssetsRequest to a separate file in the Archiver moduleJustin Clarke Casey1-2/+2
2008-06-14* Vintage 2, a good year.Teravus Ovares1-4/+6
2008-06-14* Fixes: 0001554: r5106 update fails to load on some regions with NullRef err...Teravus Ovares1-0/+20
2008-06-14* Enables maptile display in grid mode for simulators that are not on the sam...Teravus Ovares1-4/+77
2008-06-13Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames1-34/+12
2008-06-12* Split the World Map code into a module.Teravus Ovares1-2/+3
2008-06-12* refactor: For new objects, move attach to backup to occur when adding to a ...Justin Clarke Casey1-3/+7