aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-26Mantis#1610. Thank you, Melanie for a patch that:Charles Krinke2-2/+7
2008-06-26Mantis#1603. Thank you, Matth for a patch to llGiveInventoryCharles Krinke1-0/+21
2008-06-26Update svn properties. Minor formatting cleanup.Jeff Ames1-2/+1
2008-06-26Mantis#1597. Thank you, Melanie for a patch that:Charles Krinke1-0/+25
2008-06-26Mantis#1594. Thank you, Melanie for a patch that:Charles Krinke1-50/+92
2008-06-25added the flag param to IClientAPI.SendMapBlockMW1-1/+1
2008-06-25forgotten methods in SceneManager for the terrain serialising.MW1-0/+11
2008-06-25Added support for terrain map to be serialised to xml(as base64 binary). usef...MW1-0/+5
2008-06-25the prefix "fix" turned out to be bollocks. sorry about that. hope this one Dr Scofield1-1/+0
2008-06-25Minor formatting cleanup.Jeff Ames2-62/+62
2008-06-25taking another look at mantis #1502: adding necessary locks, checking for emp...Dr Scofield1-3/+11
2008-06-25Mantis#1590. Thank you, Melanie for a preserve type patch.Charles Krinke1-0/+1
2008-06-24Mantis#1587. Thank you kindly, Melanie for a patch that:Charles Krinke2-15/+38
2008-06-24Mantis#5189. Thank you kindly, Matth for your patchCharles Krinke1-13/+101
2008-06-23* Remove all use of asset.InvType, as outlined in mailing list discussionJustin Clarke Casey2-36/+53
2008-06-21* archive each object as a separate xml file rather than put them all in one ...Justin Clarke Casey1-9/+1
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 Casey2-22/+9
2008-06-21* Remove a bug I created in r5171 where taking an object would terminate the ...Justin Clarke Casey4-14/+24
2008-06-21* minor: override the name of the sog such that it gets/sets the root part nameJustin Clarke Casey2-1/+10
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 Casey4-19/+15
2008-06-17* refactor: Remove largely duplicate code from SceneXmlLoader.CreatePrimFromX...Justin Clarke Casey3-4/+17
2008-06-16* minor: Get rid of rogue "Current node RootPart" message in the SceneObjectG...Justin Clarke Casey1-2/+0
2008-06-16* Allow archiver to save and load objects within other objects to arbitrary l...Justin Clarke Casey1-1/+1
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 Ames3-54/+25
2008-06-12* Split the World Map code into a module.Teravus Ovares2-3/+4
2008-06-12* minor: Remove and tidy duplicate 'storing object to scene' messages in logJustin Clarke Casey1-1/+3
2008-06-12* refactor: For new objects, move attach to backup to occur when adding to a ...Justin Clarke Casey5-52/+41
2008-06-12* refactor: rename CreatePrimFromXml to CreatePrimFromXml2Justin Clarke Casey1-2/+2
2008-06-12* Insulate maptile volume draw routine against TextureEntry oddities.Teravus Ovares1-14/+28
2008-06-12* Added Prim drawing to the mainmap tile generation.. you can see blocks re...Teravus Ovares1-1/+143
2008-06-11For people receiving: Exception: System.ArgumentException: Value of -21474836...Teravus Ovares1-8/+41
2008-06-11* Fix the string substitutions in the last commitJustin Clarke Casey1-1/+1
2008-06-11* From inspecting OSGrid WP logs, it appears one particular client is failing...Justin Clarke Casey1-3/+14
2008-06-10Update svn properties. Formatting cleanup.Jeff Ames1-33/+11
2008-06-10* This completes ObjectDuplicateOnRay.Teravus Ovares3-50/+76
2008-06-09Update svn properties. Formatting cleanup.Jeff Ames1-1/+2
2008-06-08* Fixed it so you can do a lot more llDetected* methods in many additional si...Teravus Ovares1-106/+193
2008-06-08Added a "if(entity != null)" before the call to Charles Krinke1-1/+3
2008-06-07Potential Fix #1 for 0001392: Shift+Drag now causes an unhandled 'Object refe...mingchen1-1/+0
2008-06-07*Fixing another object counting bugmingchen2-4/+4
2008-06-06*Made Object Counting correct with linked objects and turned the previously p...mingchen2-14/+18