| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Twiddle with archive asset extensions yet again | Justin Clarke Casey | 2008-07-02 | 2 | -45/+45 |
* | Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method to... | MW | 2008-07-01 | 3 | -4/+21 |
* | properly explaining each #pragma warning disable | Dr Scofield | 2008-06-30 | 2 | -6/+11 |
* | * Reload terrain from archive if there is one | Justin Clarke Casey | 2008-06-29 | 1 | -5/+31 |
* | * Save terrain information in archive | Justin Clarke Casey | 2008-06-29 | 3 | -3/+32 |
* | * Allow terrains to be loaded and saved from streams as well as directly to a... | Justin Clarke Casey | 2008-06-29 | 12 | -44/+264 |
* | Mantis#1616. Applied Melanie's patch. This may or may | Charles Krinke | 2008-06-28 | 2 | -1/+8 |
* | * Various documentation to some black magic parts of LLClientView | Teravus Ovares | 2008-06-28 | 1 | -0/+4 |
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 4 | -21/+25 |
* | * Experiment with not bothering with a seperate assets metadata file - extrac... | Justin Clarke Casey | 2008-06-27 | 3 | -32/+69 |
* | move along, nothing to see here. just a couple of lazy variables. | Dr Scofield | 2008-06-27 | 3 | -8/+11 |
* | * fix a bug where I was assuming all entities would be SceneObjectGroups - of... | Justin Clarke Casey | 2008-06-27 | 2 | -11/+18 |
* | * refactor: fission InnerScene.AddSceneObject() | Justin Clarke Casey | 2008-06-27 | 1 | -1/+1 |
* | * Add extra backup parameter to InnerScene.AddRestoredSceneObject() | Justin Clarke Casey | 2008-06-27 | 1 | -1/+1 |
* | * Put extensions on all assets in an archive | Justin Clarke Casey | 2008-06-26 | 3 | -14/+66 |
* | Mantis#1597. Thank you, Melanie for a patch that: | Charles Krinke | 2008-06-26 | 3 | -1/+27 |
* | added the flag param to IClientAPI.SendMapBlock | MW | 2008-06-25 | 2 | -4/+4 |
* | first part of Requestmapblocks fixes: Adds uint flags param to the OnRequestM... | MW | 2008-06-25 | 1 | -1/+2 |
* | Added support for terrain map to be serialised to xml(as base64 binary). usef... | MW | 2008-06-25 | 3 | -4/+77 |
* | Minor formatting cleanup. | Jeff Ames | 2008-06-25 | 1 | -4/+1 |
* | Mantis#1569. Thank you kindly, Nebadon for a patch that | Charles Krinke | 2008-06-23 | 1 | -2/+2 |
* | * Remove all use of asset.InvType, as outlined in mailing list discussion | Justin Clarke Casey | 2008-06-23 | 2 | -4/+0 |
* | * archive each object as a separate xml file rather than put them all in one ... | Justin Clarke Casey | 2008-06-21 | 4 | -65/+41 |
* | * refactor: Making some of the serialization names consistent, both within th... | Justin Clarke Casey | 2008-06-21 | 4 | -21/+52 |
* | * Remove redundant <scene> tag from individual object xml representation | Justin Clarke Casey | 2008-06-21 | 1 | -7/+19 |
* | * Remove a bug I created in r5171 where taking an object would terminate the ... | Justin Clarke Casey | 2008-06-21 | 2 | -0/+16 |
* | * minor: start saving current prims xml to an objects/ directory in the archive | Justin Clarke Casey | 2008-06-21 | 1 | -1/+1 |
* | * Adds Region ban capability to Regions. You access this by going to World->... | Teravus Ovares | 2008-06-21 | 2 | -1/+90 |
* | Mantis#1543. Thank you kindly, Jonc for a patch that: | Charles Krinke | 2008-06-19 | 2 | -4/+81 |
* | * Refactors call to OutPacket out of AssetCache and into LLClientView | Teravus Ovares | 2008-06-18 | 1 | -0/+4 |
* | Minor formatting cleanup. | Jeff Ames | 2008-06-18 | 2 | -27/+27 |
* | * Refactor: Move the responsibility for applying physics and sending the init... | Justin Clarke Casey | 2008-06-17 | 1 | -32/+1 |
* | * refactor: Remove largely duplicate code from SceneXmlLoader.CreatePrimFromX... | Justin Clarke Casey | 2008-06-17 | 1 | -25/+1 |
* | 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 |
* | * Allow archiver to save and load objects within other objects to arbitrary l... | Justin Clarke Casey | 2008-06-16 | 1 | -31/+99 |
* | * 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 | 2 | -68/+111 |
* | * Enables maptile display in grid mode for simulators that are not on the sam... | Teravus Ovares | 2008-06-14 | 1 | -1/+3 |
* | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 2008-06-13 | 2 | -5/+5 |
* | * Split the World Map code into a module. | Teravus Ovares | 2008-06-12 | 1 | -0/+239 |
* | * refactor: For new objects, move attach to backup to occur when adding to a ... | Justin Clarke Casey | 2008-06-12 | 1 | -3/+2 |
* | * refactor: rename CreatePrimFromXml to CreatePrimFromXml2 | Justin Clarke Casey | 2008-06-12 | 1 | -3/+10 |
* | *Parcel Prim Count Maximums moved to their own functions so modules can overr... | mingchen | 2008-06-11 | 4 | -4/+69 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-06-10 | 2 | -13/+12 |
* | Potential Fix #1 for 0001392: Shift+Drag now causes an unhandled 'Object refe... | mingchen | 2008-06-07 | 1 | -3/+9 |
* | * This wraps the autopilot request to the client's sit response. An interes... | Teravus Ovares | 2008-06-06 | 1 | -0/+1 |
* | Update svn properties. | Jeff Ames | 2008-06-05 | 1 | -25/+25 |