aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver/AssetsArchiver.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-06Mantis #2133Melanie Thielker1-1/+1
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-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.
2008-08-30* Oops, add landmarks to region archive loading/savingJustin Clarke Casey1-1/+7
* Hopefully this will resolve mantis 2049
2008-08-18Formatting cleanup.Jeff Ames1-21/+21
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-1/+1
2008-07-21* minor: change misleading 'all assets found' message to instead tell how ↵Justin Clarke Casey1-15/+8
many were actually located
2008-07-12* Elminate most of the debugging log output from the archive commandsJustin Clarke Casey1-1/+1
2008-06-27* Experiment with not bothering with a seperate assets metadata file - ↵Justin Clarke Casey1-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
2008-06-26* Put extensions on all assets in an archiveJustin Clarke Casey1-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
2008-06-23* Remove all use of asset.InvType, as outlined in mailing list discussionJustin Clarke Casey1-1/+0
* This is stage 1, the field will be removed from AssetType and the assets table if this change doesn't prove problematic
2008-06-10Update svn properties. Formatting cleanup.Jeff Ames1-7/+6
2008-06-05* exprimental: Export and reimport all items within a prim except ObjectsJustin Clarke Casey1-6/+23
* Not yet ready for public use
2008-06-05* Change archiver 'textures' dir back to 'assets'Justin Clarke Casey1-4/+4
2008-06-04Update svn properties.Jeff Ames1-129/+129
2008-06-04* Start writing out assets metadata file for archiverJustin Clarke Casey1-0/+129
* Ignoring it on reload as of yet