| Commit message (Expand) | Author | Files | Lines |
2008-06-23 | Mantis#1569. Thank you kindly, Nebadon for a patch that | Charles Krinke | 1 | -2/+2 |
2008-06-23 | * Remove all use of asset.InvType, as outlined in mailing list discussion | Justin Clarke Casey | 5 | -41/+54 |
2008-06-23 | changed kickuser console command to use caseless compared substrings for firs... | Dahlia Trimble | 1 | -6/+2 |
2008-06-22 | Changed the kickuser command to use the new console RegisterCmd feature. | Dahlia Trimble | 1 | -31/+33 |
2008-06-22 | Added an experimental "kickuser" console command to log off a user by name. | Dahlia Trimble | 1 | -0/+31 |
2008-06-21 | * archive each object as a separate xml file rather than put them all in one ... | Justin Clarke Casey | 5 | -74/+42 |
2008-06-21 | Mantis#1580. Thank you kindly, Dmiles for a patch that: | Charles Krinke | 1 | -15/+32 |
2008-06-21 | * refactor: Making some of the serialization names consistent, both within th... | Justin Clarke Casey | 5 | -23/+54 |
2008-06-21 | * Remove redundant <scene> tag from individual object xml representation | Justin Clarke Casey | 1 | -7/+19 |
2008-06-21 | * Refactor: Fold sog.DeleteParts() functionality into existing sog.DeleteGroup() | Justin Clarke Casey | 2 | -22/+9 |
2008-06-21 | * Remove a bug I created in r5171 where taking an object would terminate the ... | Justin Clarke Casey | 6 | -14/+40 |
2008-06-21 | * minor: start saving current prims xml to an objects/ directory in the archive | Justin Clarke Casey | 1 | -1/+1 |
2008-06-21 | * minor: override the name of the sog such that it gets/sets the root part name | Justin Clarke Casey | 2 | -1/+10 |
2008-06-21 | Changes selection criteria to allow meshing of more sphere prim configurations. | Dahlia Trimble | 2 | -2/+18 |
2008-06-21 | * Adds Region ban capability to Regions. You access this by going to World->... | Teravus Ovares | 9 | -5/+267 |
2008-06-20 | * Patch from nlin to enable DIF state file writing from the ODEPlugin | Teravus Ovares | 1 | -0/+28 |
2008-06-20 | Implemented plugin support for ClientStack, with LindenUDP as the default plu... | Johan Berntsson | 6 | -6/+107 |
2008-06-20 | Mantis#1573. Thank you kindly, Mikem for a patch to our | Charles Krinke | 1 | -1/+1 |
2008-06-19 | Mantis#1543. Thank you kindly, Jonc for a patch that: | Charles Krinke | 4 | -4/+95 |
2008-06-19 | * Patch from Dahlia - 0001576: Exception of type 'System.OutOfMemoryException... | Teravus Ovares | 1 | -0/+4 |
2008-06-19 | * Temporary workaround for mantis 1568. If the avatar apperance factory now ... | Justin Clarke Casey | 2 | -12/+27 |
2008-06-19 | * 0001571: (PATCH) patch to implement editable sphere meshes for meshmerizer/... | Teravus Ovares | 1 | -17/+111 |
2008-06-18 | * Refactors call to OutPacket out of AssetCache and into LLClientView | Teravus Ovares | 3 | -0/+83 |
2008-06-18 | Mantis#1567. Thank you kindly, Dmiles for a patch that addresses: | Charles Krinke | 1 | -1/+10 |
2008-06-18 | * By popular demand, skipping trees from the map tile generation routine. S... | Teravus Ovares | 1 | -0/+6 |
2008-06-18 | revert 5134. Changing these bitmaps to 24bit just breaks things, and they ne... | Sean Dague | 2 | -2/+2 |
2008-06-18 | Minor formatting cleanup. | Jeff Ames | 4 | -71/+54 |
2008-06-18 | make neb happy. I found where we initialized the dynamic textures to | Sean Dague | 2 | -2/+2 |
2008-06-18 | change the default drawing font from Times -> Arial, as | Sean Dague | 1 | -4/+12 |
2008-06-17 | tweak dynamic texture stuff after the meeting today. This should | Sean Dague | 1 | -1/+7 |
2008-06-17 | * Refactor: Move the responsibility for applying physics and sending the init... | Justin Clarke Casey | 6 | -52/+16 |
2008-06-17 | * refactor: Remove largely duplicate code from SceneXmlLoader.CreatePrimFromX... | Justin Clarke Casey | 4 | -29/+18 |
2008-06-17 | Update svn properties. | Jeff Ames | 2 | -187/+187 |
2008-06-17 | * Increase WEBMAP tile jpeg quality. | Teravus Ovares | 1 | -1/+29 |
2008-06-16 | * Fix a bug in the archiver where I didn't realize a shape still needs its de... | Justin Clarke Casey | 1 | -3/+8 |
2008-06-16 | * Enables binary data in BaseHttpServer with 'image' in content type. | Teravus Ovares | 1 | -1/+80 |
2008-06-16 | * minor: Get rid of rogue "Current node RootPart" message in the SceneObjectG... | Justin Clarke Casey | 1 | -2/+0 |
2008-06-16 | * Allow archiver to save and load objects within other objects to arbitrary l... | Justin Clarke Casey | 2 | -32/+100 |
2008-06-16 | * refactor: Fission ArchiveWriteRequest into prepare and execute classes | Justin Clarke Casey | 4 | -40/+96 |
2008-06-16 | * Refactor: Break out AssetsRequest to a separate file in the Archiver module | Justin Clarke Casey | 3 | -70/+113 |
2008-06-15 | * 0001558: [PATCH] Add support for full collision geometry feature set for li... | Teravus Ovares | 2 | -88/+296 |
2008-06-14 | * minor: A few miscellaneous doc comments before I break and start on somethi... | Justin Clarke Casey | 2 | -3/+3 |
2008-06-14 | * Vintage 2, a good year. | Teravus Ovares | 1 | -4/+6 |
2008-06-14 | * Fixes: 0001554: r5106 update fails to load on some regions with NullRef err... | Teravus Ovares | 1 | -0/+20 |
2008-06-14 | * Enables maptile display in grid mode for simulators that are not on the sam... | Teravus Ovares | 4 | -6/+82 |
2008-06-13 | * minor: Remove LINK_SET debug Console Writeline | Justin Clarke Casey | 1 | -2/+0 |
2008-06-13 | * Double timeout on region registration XMLRPC call to the grid service | Justin Clarke Casey | 1 | -1/+4 |
2008-06-13 | A little minor cleanup and harmonizing between LSL_BuiltIn_Commands.cs | Charles Krinke | 2 | -19/+9 |
2008-06-13 | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 6 | -72/+43 |
2008-06-12 | * Split the World Map code into a module. | Teravus Ovares | 4 | -14/+279 |