Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | Improve liveness by operating on list copies of SOG.Children where appropriate | Justin Clark-Casey (justincc) | 2010-08-28 | 1 | -28/+29 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Improve consistency of locking for SOG.m_parts in order to avoid race conditi... | Justin Clark-Casey (justincc) | 2010-08-26 | 1 | -26/+29 | |
* | | | | | | | | | | | | | | Revert "don't report the null uuid as a missing asset on saving oars/iars" | Justin Clark-Casey (justincc) | 2010-06-29 | 1 | -5/+3 | |
* | | | | | | | | | | | | | | don't report the null uuid as a missing asset on saving oars/iars | Justin Clark-Casey (justincc) | 2010-06-25 | 1 | -3/+5 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | remove pointless mock user account service since the real one can now be easi... | Justin Clark-Casey (justincc) | 2010-06-04 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | refactor: move GetStream and URI methods from ArchiveReadRequest -> ArchiveHe... | Justin Clark-Casey (justincc) | 2010-05-28 | 2 | -63/+65 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Fix a problem where SceneGraph.AddSceneObject() would return false on success... | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -1/+0 | |
* | | | | | | | | | | | make oar object filename/pathname creation a helper method | Justin Clark-Casey (justincc) | 2010-05-21 | 4 | -38/+75 | |
* | | | | | | | | | | | add prim item and test asset save in save oar unit test | Justin Clark-Casey (justincc) | 2010-05-21 | 2 | -3/+31 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | All scripts are now created suspended and are only unsuspended when the object | Melanie | 2010-04-19 | 1 | -0/+1 | |
* | | | | | | | | | | minor: use the static ascii and utf8 encodings instead of instantiating our own | Justin Clark-Casey (justincc) | 2010-04-16 | 1 | -6/+3 | |
* | | | | | | | | | | Add --skip-assets option to load oar. | Justin Clark-Casey (justincc) | 2010-04-16 | 3 | -24/+37 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | * UuidGatherer now tracks asset types for assets it discovers. The asset type... | John Hurliman | 2010-03-15 | 2 | -12/+25 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into presence-refactor | Melanie | 2010-03-01 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix bug where region settings loaded via an oar (water height, terrain textur... | Justin Clark-Casey (justincc) | 2010-02-26 | 1 | -0/+2 | |
* | | | | | | | | | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 2 | -2/+2 | |
* | | | | | | | | | Merge branch 'presence-refactor' of ssh://opensimulator.org/var/git/opensim i... | John Hurliman | 2010-02-22 | 3 | -15/+39 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into presence-refactor | Melanie | 2010-02-22 | 3 | -14/+38 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| | * | | | | | | | | forestall bug reports about the Command error: System.EntryPointNotFoundExcep... | Justin Clark-Casey (justincc) | 2010-02-19 | 2 | -2/+26 | |
| | * | | | | | | | | Formatting cleanup. | Jeff Ames | 2010-02-15 | 1 | -12/+12 | |
| | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| * | | | | | | | | One more test running. | Diva Canto | 2010-02-21 | 1 | -1/+1 | |
* | | | | | | | | | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 2010-02-22 | 2 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-08 | 3 | -114/+219 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | use common sop2 setup for TestMergeOarV0_2() | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -16/+12 | |
| * | | | | | | | make TestSaveOarV0_2() use a common part2 construction | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -18/+14 | |
| * | | | | | | | use common part1 createio nin TestMergeOarV0_2() | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -16/+5 | |
| * | | | | | | | minor: swap which part uses the automatically set up scene in TestMergeOarV0_2() | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -25/+13 | |
| * | | | | | | | use common part1 creation in ArchiverTests.TestLoadOarV0_2() | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -30/+28 | |
| * | | | | | | | refactor out scene object 1 creation n ArchiverTetss | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -44/+22 | |
| * | | | | | | | factor out scene setup in ArchiverTests | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -40/+53 | |
| * | | | | | | | Add method to get all items with the same name from a particular prim | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -5/+4 | |
| * | | | | | | | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 1 | -1/+0 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-01-23 | 3 | -3/+151 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add first part of test for checking restore of task inventory items on oar load | Justin Clark-Casey (justincc) | 2010-01-22 | 2 | -1/+49 | |
| | * | | | | | | complete assertion checks of all other oar loaded region settings | Justin Clark-Casey (justincc) | 2010-01-22 | 1 | -0/+28 | |
| | * | | | | | | Allow oar loading to work even if an estate module is not present | Justin Clark-Casey (justincc) | 2010-01-22 | 2 | -2/+74 | |
| | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 1 | -0/+1 | |
| |/ / / / / | ||||||
* | | | | | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 2 | -2/+2 | |
* | | | | | | Remove all references to master avatar, replacing with estate owner where | Melanie | 2010-01-10 | 1 | -10/+6 | |
* | | | | | | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 2010-01-10 | 1 | -2/+3 | |
|/ / / / / | ||||||
* | | | | | Formatting cleanup. Add copyright headers. | Jeff Ames | 2010-01-04 | 3 | -4/+4 | |
| |_|_|/ |/| | | | ||||||
* | | | | remove stringent content type checking to make it easier to load oars directl... | Justin Clark-Casey (justincc) | 2009-11-27 | 1 | -2/+5 | |
| |_|/ |/| | | ||||||
* | | | minor: add doc to a few parcel methods | Justin Clark-Casey (justincc) | 2009-11-25 | 1 | -0/+10 | |
* | | | Implement oar merging | Justin Clark-Casey (justincc) | 2009-11-25 | 1 | -6/+10 | |
* | | | Add MIT/X11 licensed NDesk.Options (http://www.ndesk.org/Options) DLL to aid ... | Justin Clark-Casey (justincc) | 2009-11-25 | 1 | -1/+9 | |
| |/ |/| | ||||||
* | | make save and load oar slightly more robust by always closing the archive str... | Justin Clark-Casey (justincc) | 2009-11-24 | 3 | -13/+30 | |
* | | pass all command parameters to load/save oar, not just the filename | Justin Clark-Casey (justincc) | 2009-11-24 | 1 | -0/+37 | |
|/ | ||||||
* | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 2009-11-05 | 2 | -4/+5 | |
* | * Log progress messages when loading OAR files with a lot of assets | John Hurliman | 2009-10-29 | 1 | -0/+3 | |
* | Implemented a Watchdog class. Do not manually create Thread objects anymore, ... | John Hurliman | 2009-10-22 | 1 | -5/+3 |