aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver/AssetsArchiver.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mantis #2133Melanie Thielker2008-09-061-1/+1
| | | | | | | Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-6/+6
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* * Oops, add landmarks to region archive loading/savingJustin Clarke Casey2008-08-301-1/+7
| | | | | | * Hopefully this will resolve mantis 2049
* Formatting cleanup.Jeff Ames2008-08-181-21/+21
|
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-1/+1
|
* * minor: change misleading 'all assets found' message to instead tell how ↵Justin Clarke Casey2008-07-211-15/+8
| | | | many were actually located
* * Elminate most of the debugging log output from the archive commandsJustin Clarke Casey2008-07-121-1/+1
|
* * Experiment with not bothering with a seperate assets metadata file - ↵Justin Clarke Casey2008-06-271-1/+1
| | | | | | | | extract necessary minimum metadata from asset filenames * Make all file extensions single - double extensions look ugly and probably aren't good for Windows
* * Put extensions on all assets in an archiveJustin Clarke Casey2008-06-261-5/+5
| | | | | | | * Choice of extensions is a scratch set, may not yet be correct * This facility is not useable yet - not least because I've just come across a significant save bug I need to investigate
* * Remove all use of asset.InvType, as outlined in mailing list discussionJustin Clarke Casey2008-06-231-1/+0
| | | | | | * This is stage 1, the field will be removed from AssetType and the assets table if this change doesn't prove problematic
* Update svn properties. Formatting cleanup.Jeff Ames2008-06-101-7/+6
|
* * exprimental: Export and reimport all items within a prim except ObjectsJustin Clarke Casey2008-06-051-6/+23
| | | | | | * Not yet ready for public use
* * Change archiver 'textures' dir back to 'assets'Justin Clarke Casey2008-06-051-4/+4
|
* Update svn properties.Jeff Ames2008-06-041-129/+129
|
* * Start writing out assets metadata file for archiverJustin Clarke Casey2008-06-041-0/+129
* Ignoring it on reload as of yet