| Commit message (Expand) | Author | Age | Files | Lines |
* | In ArchiverTests, use the local instantiated SceneManager rather than potenti... | Justin Clark-Casey (justincc) | 2012-11-24 | 1 | -20/+7 |
* | Fix bug where loading an OAR with a deeded parcel would always set the parcel... | Justin Clark-Casey (justincc) | 2012-11-24 | 3 | -140/+213 |
* | minor: Add some currently commented out debug log lines for investigating iss... | Justin Clark-Casey (justincc) | 2012-11-23 | 1 | -0/+5 |
* | Another 10 modules' directives moved from .addin.xml | Diva Canto | 2012-11-12 | 1 | -0/+2 |
* | Comment out checks not to overwrite existing IAR/OAR files for now on "save i... | Justin Clark-Casey (justincc) | 2012-11-01 | 1 | -2/+4 |
* | Fix "save iar" hanging permanently if the asset request phase times out. | Justin Clark-Casey (justincc) | 2012-10-26 | 1 | -0/+4 |
* | Fixed saving non-square multi-region OARs | Oren Hurvitz | 2012-10-26 | 1 | -1/+1 |
* | Get "save oar" and "save iar" to tell you in a more friendly manner if the fi... | Justin Clark-Casey (justincc) | 2012-10-24 | 1 | -7/+11 |
* | Fix a few minor issues in ArchiveReadRequest logging. | Justin Clark-Casey (justincc) | 2012-10-19 | 1 | -2/+2 |
* | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover... | Diva Canto | 2012-09-30 | 1 | -1/+0 |
* | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com... | Diva Canto | 2012-09-30 | 1 | -0/+1 |
* | Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec... | Justin Clark-Casey (justincc) | 2012-09-19 | 1 | -1/+4 |
* | Added unit tests for multi-region OARs | Oren Hurvitz | 2012-09-14 | 1 | -58/+326 |
* | Rename ArchiveWriteRequestPreparatio nto ArchiveWriteRequest since after the ... | Justin Clark-Casey (justincc) | 2012-09-14 | 3 | -9/+9 |
* | Support multi-region OAR files | Oren Hurvitz | 2012-09-14 | 8 | -395/+1057 |
* | If reusing dynamic textures, do not reuse small data length textures that fal... | Justin Clark-Casey (justincc) | 2012-09-06 | 1 | -1/+1 |
* | When loading an OAR, validate any group UUIDs and properly reconstruct parcel... | Justin Clark-Casey (justincc) | 2012-08-20 | 1 | -1/+62 |
* | Fix old regression that stopped saving parcel owner data in OARs. | Justin Clark-Casey (justincc) | 2012-08-03 | 1 | -1/+1 |
* | Fixed a rare bug that caused Save OAR to fail because it thought it had timed... | Oren Hurvitz | 2012-08-03 | 1 | -5/+11 |
* | Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c... | Justin Clark-Casey (justincc) | 2012-07-11 | 1 | -2/+0 |
* | Comment out accidentally left in log line that was printing out the control f... | Justin Clark-Casey (justincc) | 2012-05-24 | 1 | -3/+3 |
* | Add size of region to OAR control file. Megaregions (sw root OARs when saved... | Justin Clark-Casey (justincc) | 2012-05-19 | 1 | -14/+24 |
* | Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be ... | Justin Clark-Casey (justincc) | 2012-05-19 | 1 | -1/+1 |
* | Add is_megaregion flag into oar control file. Not currently read - for futur... | Justin Clark-Casey (justincc) | 2012-05-19 | 2 | -41/+74 |
* | Route OAR SOG loading through the common SceneObjectSerializer.FromXml2Format... | Justin Clark-Casey (justincc) | 2012-05-16 | 1 | -2/+1 |
* | Fix issue where loading OARs could sometimes result in link numbers being reo... | Justin Clark-Casey (justincc) | 2012-05-15 | 2 | -1/+56 |
* | Save the Telehub and its Spawn Points in the OAR | Oren Hurvitz | 2012-05-14 | 3 | -2/+29 |
* | Revert "Save the Telehub and its Spawn Points in the OAR" | Justin Clark-Casey (justincc) | 2012-05-12 | 3 | -29/+2 |
* | Save the Telehub and its Spawn Points in the OAR | Oren Hurvitz | 2012-05-10 | 3 | -2/+29 |
* | Revert "Better error handling if Load OAR or Save OAR fail" | Justin Clark-Casey (justincc) | 2012-05-07 | 3 | -32/+6 |
* | Better error handling if Load OAR or Save OAR fail | Oren Hurvitz | 2012-05-07 | 3 | -6/+32 |
* | Use DotNetZip to compress OARs and IARs. | Oren Hurvitz | 2012-04-27 | 1 | -1/+4 |
* | Add regression test for teleporting an agent between separated regions on the... | Justin Clark-Casey (justincc) | 2012-04-27 | 1 | -3/+3 |
* | When creating an OAR, objects where the user is the Creator are always includ... | Oren Hurvitz | 2012-04-26 | 1 | -2/+7 |
* | Fix bug where setting phantom on a prim would result in a server log message ... | Justin Clark-Casey (justincc) | 2012-04-22 | 1 | -2/+2 |
* | Fix TestSaveOarNoAssets() by not launch a no-assets request on a separate thr... | Justin Clark-Casey (justincc) | 2012-03-10 | 1 | -1/+1 |
* | minor: rearrange some save oar messages so they say what they're about to do ... | Justin Clark-Casey (justincc) | 2012-03-10 | 1 | -8/+7 |
* | On OAR saving, try fetch assets serially rather than firing all the requests ... | Justin Clark-Casey (justincc) | 2012-03-10 | 2 | -9/+18 |
* | Changed save oar and save iar parameter -p|--profile to -h|--home, including ... | Snoopy Pfeffer | 2012-02-03 | 1 | -2/+2 |
* | Add experimental --publish option to "save oar" so that OARs reloaded to the ... | Justin Clark-Casey (justincc) | 2012-01-28 | 4 | -14/+89 |
* | Add basic request and send image regression tests for LLImageManager | Justin Clark-Casey (justincc) | 2012-01-19 | 1 | -1/+1 |
* | RegionReady: | BlueWall | 2012-01-18 | 1 | -0/+2 |
* | Update RegionReadyModule | BlueWall | 2012-01-13 | 1 | -1/+9 |
* | HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio... | Diva Canto | 2012-01-12 | 1 | -2/+6 |
* | Add a check to see if an asset exists before recreating it while | Mic Bowman | 2012-01-10 | 1 | -0/+6 |
* | Change wording on asset requests. | Justin Clark-Casey (justincc) | 2011-10-19 | 1 | -2/+2 |
* | When creating an OAR, optionally exclude objects according to their permissions | Oren Hurvitz | 2011-09-12 | 2 | -3/+104 |
* | Comment out the part of the load oar code that zeroes out prim sit target ori... | Justin Clark-Casey (justincc) | 2011-09-09 | 2 | -2/+8 |
* | rename TestHelper => TestHelpers for consistency | Justin Clark-Casey (justincc) | 2011-08-06 | 1 | -5/+5 |
* | rename test SceneSetupHelpers -> SceneHelpers for consistency | Justin Clark-Casey (justincc) | 2011-08-06 | 1 | -4/+4 |