| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed default timeout when starting scripts after Load OAR | Oren Hurvitz | 2014-03-28 | 1 | -2/+2 |
* | Run slow operations in a separate thread, instead of using FireAndForget (whi... | Oren Hurvitz | 2014-03-25 | 2 | -4/+4 |
* | In Load OAR, correctly restore group-owned objects | Oren Hurvitz | 2014-03-24 | 1 | -3/+3 |
* | In Load OAR: Zero isn't a valid Group ID | Oren Hurvitz | 2014-03-24 | 1 | -4/+2 |
* | During Load OAR, fix the User and Group ID's in objects that are embedded in ... | Oren Hurvitz | 2014-03-24 | 1 | -53/+77 |
* | Fix displacement and location operations on legacy trees and grass in | Robert Adams | 2014-02-15 | 1 | -1/+1 |
* | Add "--no-objects" parameter to 'load oar'. | Robert Adams | 2014-02-02 | 2 | -1/+7 |
* | Really add the old parameter names to load oar to keep downward compatibiliy | Robert Adams | 2014-02-02 | 1 | -0/+2 |
* | Change new 'load oar' parameters to be hyphenated to be consistant with | Robert Adams | 2014-02-02 | 2 | -10/+10 |
* | Implement terrain merging in TerrainChannel. | Robert Adams | 2014-02-02 | 2 | -22/+49 |
* | clear land tainting when tested. Then testing, pass scene to LandObject as no... | Robert Adams | 2014-01-28 | 1 | -1/+1 |
* | Merge branch 'master' into varregion | Robert Adams | 2014-01-21 | 2 | -12/+11 |
|\ |
|
| * | Materials module: a) Store materials as assets; b) Finalized it (removed the ... | Oren Hurvitz | 2014-01-20 | 2 | -12/+11 |
* | | varregion: remove --noterrain and --noparcel parameters in 'load oar'. | Robert Adams | 2014-01-19 | 2 | -17/+66 |
* | | varregion: add --noterrain and --noparcel to 'load oar'. | Robert Adams | 2014-01-19 | 3 | -24/+54 |
* | | varregion: add --displacement parameter to 'load oar'. | Robert Adams | 2014-01-19 | 3 | -12/+46 |
* | | varregion: many more updates removing the constant RegionSize and replacing | Robert Adams | 2013-12-26 | 1 | -1/+1 |
* | | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 2013-12-14 | 2 | -5/+5 |
* | | Merge branch 'master' into varregion | Robert Adams | 2013-11-15 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2013-11-15 | 1 | -2/+2 |
* | | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 2013-09-28 | 2 | -5/+5 |
|/ |
|
* | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 2013-03-26 | 1 | -0/+1 |
* | Add regression test TestSaveNonRootFolderToIar | Justin Clark-Casey (justincc) | 2013-02-16 | 1 | -0/+2 |
* | Changed locks to prevent deadlocks (especially during multi-region Load OAR) | Oren Hurvitz | 2013-01-02 | 1 | -15/+27 |
* | If Save OAR/IAR times-out while waiting for assets then notify the caller tha... | Oren Hurvitz | 2013-01-02 | 3 | -24/+29 |
* | 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 |