aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/Export/OpenSimExport.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Killed off OpenSimExport. One project less to maintain.lbsa712008-12-081-112/+0
|
* moved the initial loading/setting of the config settings to its own class, ↵MW2008-11-051-1/+1
| | | | ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin.
* Mantis #2133Melanie Thielker2008-09-061-1/+1
| | | | | | | Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-2/+2
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker2008-07-181-1/+1
| | | | | | ven for the region datastore. Removes the flag to store prim inventories, which are now always stored.
* * Refactor: Split opensim background server into a separate classJustin Clarke Casey2008-06-011-1/+1
|
* * 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