aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Types/AssetBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-56/+0
| | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
* Very early first implementation of grid based assets.Tleiades Hax2007-10-261-0/+2
| | | | | Run this on a major grid, and weep
* * Total refactoring of Asset Server for massive winlbsa712007-10-191-0/+6
| | | | | | * There is now a AssetServerBase * lolcat in ur assets
* added some debugging for tracing where asset code isn't working with sqliteSean Dague2007-09-101-6/+5
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* hooked up sdague new sqlite asset database provider to the old asset system. ↵MW2007-09-101-1/+2
| | | | | | | | So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote. Needs more testing, so if it causes problems will have to swap back to db4o.
* Added "Local" and "Temporary" Fields to the AssetBase class.MW2007-09-051-0/+2
|
* changed to native line ending encodingSean Dague2007-07-161-46/+46
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-3/+0
| | | | | * added some licensing info
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+49
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.