aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-26Mantis#1597. Thank you, Melanie for a patch that:Charles Krinke4-1/+52
2008-06-26Mantis#1594. Thank you, Melanie for a patch that:Charles Krinke1-50/+92
2008-06-25added the flag param to IClientAPI.SendMapBlockMW3-5/+5
2008-06-25first part of Requestmapblocks fixes: Adds uint flags param to the OnRequestM...MW1-1/+2
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...MW6-5/+85
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 Ames3-66/+63
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-23Mantis#1569. Thank you kindly, Nebadon for a patch thatCharles Krinke1-2/+2
2008-06-23* Remove all use of asset.InvType, as outlined in mailing list discussionJustin Clarke Casey4-40/+53
2008-06-21* archive each object as a separate xml file rather than put them all in one ...Justin Clarke Casey5-74/+42
2008-06-21* refactor: Making some of the serialization names consistent, both within th...Justin Clarke Casey5-23/+54
2008-06-21* Remove redundant <scene> tag from individual object xml representationJustin Clarke Casey1-7/+19
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 Casey6-14/+40
2008-06-21* minor: start saving current prims xml to an objects/ directory in the archiveJustin Clarke Casey1-1/+1
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 Ovares4-1/+133
2008-06-19Mantis#1543. Thank you kindly, Jonc for a patch that:Charles Krinke2-4/+81
2008-06-19* Temporary workaround for mantis 1568. If the avatar apperance factory now ...Justin Clarke Casey1-3/+20
2008-06-18* Refactors call to OutPacket out of AssetCache and into LLClientViewTeravus Ovares1-0/+4
2008-06-18* By popular demand, skipping trees from the map tile generation routine. S...Teravus Ovares1-0/+6
2008-06-18revert 5134. Changing these bitmaps to 24bit just breaks things, and they ne...Sean Dague2-2/+2
2008-06-18Minor formatting cleanup.Jeff Ames3-69/+53
2008-06-18make neb happy. I found where we initialized the dynamic textures toSean Dague2-2/+2
2008-06-18change the default drawing font from Times -> Arial, asSean Dague1-4/+12
2008-06-17tweak dynamic texture stuff after the meeting today. This shouldSean Dague1-1/+7
2008-06-17* Refactor: Move the responsibility for applying physics and sending the init...Justin Clarke Casey5-51/+16
2008-06-17* refactor: Remove largely duplicate code from SceneXmlLoader.CreatePrimFromX...Justin Clarke Casey4-29/+18
2008-06-17Update svn properties.Jeff Ames2-187/+187
2008-06-17* Increase WEBMAP tile jpeg quality.Teravus Ovares1-1/+29
2008-06-16* Fix a bug in the archiver where I didn't realize a shape still needs its de...Justin Clarke Casey1-3/+8
2008-06-16* Enables binary data in BaseHttpServer with 'image' in content type.Teravus Ovares1-1/+80
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 Casey2-32/+100
2008-06-16* refactor: Fission ArchiveWriteRequest into prepare and execute classesJustin Clarke Casey4-40/+96
2008-06-16* Refactor: Break out AssetsRequest to a separate file in the Archiver moduleJustin Clarke Casey3-70/+113
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 Ovares2-5/+80
2008-06-13Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames5-59/+30
2008-06-12* Split the World Map code into a module.Teravus Ovares3-3/+243
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 Casey6-55/+43
2008-06-12* refactor: rename CreatePrimFromXml to CreatePrimFromXml2Justin Clarke Casey2-5/+12
2008-06-12* Insulate maptile volume draw routine against TextureEntry oddities.Teravus Ovares1-14/+28