aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetServer/Main.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-1/+1
2007-10-30* Optimized usingslbsa711-16/+11
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-3/+3
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.
2007-10-26* Added prototypical AvatarFactory module interface to load avatar parameterslbsa711-7/+1
* Added dump_assets_to_file option to enable asset dumping for debug * normalized some namespaces * InventoryFolder renamed to InventoryFolderImpl to
2007-10-26Very early first implementation of grid based assets.Tleiades Hax1-62/+108
Run this on a major grid, and weep
2007-10-25apply http://bug.opensecondlife.org/view.php?id=512 from chillkenSean Dague1-1/+1
which cleans up the verbose logic
2007-10-19* Total refactoring of Asset Server for massive winlbsa711-2/+6
* There is now a AssetServerBase * lolcat in ur assets
2007-10-19Fix for assetserver crashing (Thank you Chi11ken)Tleiades Hax1-7/+4
2007-10-15* Applied Chillken patch #419: consolidate_ports-r2096-3.patch - ↵lbsa711-1/+4
consolidated port number defaults. Thankx Chillken!
2007-10-13Asset server implementation. Again one of these "plumbing" releases, where ↵Tleiades Hax1-171/+22
no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from.
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-08* Checked in new tweaked Prebuild.exelbsa711-40/+0
* Ignored binaries
2007-08-03Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee1-3/+9
configdir, datadir.
2007-07-29Commit 1/2Adam Frisby1-2/+2
* DB4o no longer crashes the sim on Startup * DB4o now crashes the sim on shutdown. * Variety of console verbosity fixes.
2007-07-20* Assortment of Console changes - console messages are now grouped into ↵Adam Frisby1-3/+3
modules (eg "client", "grid", "terrain", "storage", etc)
2007-07-19*Moved XmlConfiguration to its own projectmingchen1-28/+0
*Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
2007-07-16* In ur trunk adding ur assets.Adam Frisby1-0/+11
2007-07-16changed to native line ending encodingSean Dague1-406/+406
2007-07-13* Fixed bug reported by xyzo - region assets are now stored in ↵Adam Frisby1-2/+2
"regionassets.yap", asset server assets are now in "gridassets.yap"
2007-07-04* Removed AssetHttpServer, using BaseHttpServer insteadlbsa711-45/+124
* Removed legacy REST handling * Created two custom IStreamHandlers for asset up/download * Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage. * Introduced BaseStreamHandler with GetParam() and some other goodies
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-17/+7
* added some licensing info
2007-06-27*Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen1-2/+2
prebuild.xml though