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