aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/Export (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-1/+1
* Made a bunch more members static, removed some dead code, general cleaning.
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby1-2/+3
with namespaces.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-1/+2
(this took a while to run).
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-02-05Converted logging to use log4net.Jeff Ames1-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.
2008-01-15* Mother of all commits:Adam Frisby1-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.
2008-01-11* Exprimental prim inventory persistence can now be enabled by users.Justin Clarke Casey1-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
2008-01-04*Added ability to skip any use of the console when configuring and assume ↵mingchen1-1/+1
default value. This is useful when the server is running by itself and a new region request is added without sufficient information
2007-12-27* Optimized usingslbsa711-20/+16
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-15more dorking around with exporter. Still far Sean Dague1-19/+18
from doing anything useful.
2007-12-14update to OpenSimExport to test loading of a RegionSean Dague1-7/+22
2007-12-14pluging away, setting up storage managerSean Dague1-0/+10
2007-12-14start to pull in config for OpenSim exportSean Dague1-1/+54
2007-12-14stubbing in OpenSimExport program. This does nothingSean Dague1-0/+43
yet except compiles a shell