aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/Export (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-1/+1
| | | | | * Made a bunch more members static, removed some dead code, general cleaning.
* * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby2008-05-011-2/+3
| | | | with namespaces.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-1/+2
| | | | (this took a while to run).
* Formatting cleanup.Jeff Ames2008-03-181-26/+26
|
* 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