aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
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 Casey5-41/+54
2008-06-23changed kickuser console command to use caseless compared substrings for firs...Dahlia Trimble1-6/+2
2008-06-22Changed the kickuser command to use the new console RegisterCmd feature.Dahlia Trimble1-31/+33
2008-06-22Added an experimental "kickuser" console command to log off a user by name.Dahlia Trimble1-0/+31
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-21Mantis#1580. Thank you kindly, Dmiles for a patch that:Charles Krinke1-15/+32
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-21Changes selection criteria to allow meshing of more sphere prim configurations.Dahlia Trimble2-2/+18
2008-06-21* Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares9-5/+267
2008-06-20* Patch from nlin to enable DIF state file writing from the ODEPluginTeravus Ovares1-0/+28
2008-06-20Implemented plugin support for ClientStack, with LindenUDP as the default plu...Johan Berntsson6-6/+107
2008-06-20Mantis#1573. Thank you kindly, Mikem for a patch to ourCharles Krinke1-1/+1
2008-06-19Mantis#1543. Thank you kindly, Jonc for a patch that:Charles Krinke4-4/+95
2008-06-19* Patch from Dahlia - 0001576: Exception of type 'System.OutOfMemoryException...Teravus Ovares1-0/+4
2008-06-19* Temporary workaround for mantis 1568. If the avatar apperance factory now ...Justin Clarke Casey2-12/+27
2008-06-19* 0001571: (PATCH) patch to implement editable sphere meshes for meshmerizer/...Teravus Ovares1-17/+111
2008-06-18* Refactors call to OutPacket out of AssetCache and into LLClientViewTeravus Ovares3-0/+83
2008-06-18Mantis#1567. Thank you kindly, Dmiles for a patch that addresses:Charles Krinke1-1/+10
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 Ames4-71/+54
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 Casey6-52/+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-15* 0001558: [PATCH] Add support for full collision geometry feature set for li...Teravus Ovares2-88/+296
2008-06-14* minor: A few miscellaneous doc comments before I break and start on somethi...Justin Clarke Casey2-3/+3
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 Ovares4-6/+82
2008-06-13* minor: Remove LINK_SET debug Console WritelineJustin Clarke Casey1-2/+0
2008-06-13* Double timeout on region registration XMLRPC call to the grid serviceJustin Clarke Casey1-1/+4
2008-06-13A little minor cleanup and harmonizing between LSL_BuiltIn_Commands.csCharles Krinke2-19/+9
2008-06-13Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames6-72/+43
2008-06-12* Split the World Map code into a module.Teravus Ovares4-14/+279