aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/Export/OpenSimExport.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Converted logging to use log4net.Jeff Ames2008-02-051-12/+5
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Mother of all commits:Adam Frisby2008-01-151-1/+1
| | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
* * Exprimental prim inventory persistence can now be enabled by users.Justin Clarke Casey2008-01-111-2/+3
| | | | | | | | | * This can be turned on by setting storage_prim_inventories_experimental = True in OpenSim.ini * Implemented for sqlite and MySQL, no MSSQL implementation yet * As an experimental feature, there is no guarantee that this won't take down your region or that the db representation won't need to change. * More (and continuing) details at http://opensimulator.org/wiki/OpenSim:Prim_Inventory_Persistence
* *Added ability to skip any use of the console when configuring and assume ↵mingchen2008-01-041-1/+1
| | | | default value. This is useful when the server is running by itself and a new region request is added without sufficient information
* * Optimized usingslbsa712007-12-271-20/+16
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* more dorking around with exporter. Still far Sean Dague2007-12-151-19/+18
| | | | | | from doing anything useful.
* update to OpenSimExport to test loading of a RegionSean Dague2007-12-141-7/+22
|
* pluging away, setting up storage managerSean Dague2007-12-141-0/+10
|
* start to pull in config for OpenSim exportSean Dague2007-12-141-1/+54
|
* stubbing in OpenSimExport program. This does nothingSean Dague2007-12-141-0/+43
yet except compiles a shell