aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Several fixes for SvnBackupModuleAdam Frisby2008-04-191-21/+53
| | | | | | * SVNBackup module now works correctly when you have more than one region. * Various textual and feature improvements, including new 'ImportOnStartup' option for OpenSim.ini (place in [SVN] section)
* * Added "svn load" command to correspond "svn save". Will grab the latest ↵Adam Frisby2008-04-171-0/+12
| | | | | | | revision. * TODO: Specific revision support.
* * Added a directory for the SVN module. More about to come.* SVNBackupModuleAdam Frisby2008-04-171-39/+39
| | | | | | | | | | * See OpenSim.ini.example settings for how to use * Only compatible with svn:// and http:// authentication for the moment (and only using simple authentication). SSL/SSH key support is supported by the library used (SvnDotNet), but is not yet supported in OpenSim. * Use the command "svn save" to make a copy of your regions to SVN. Presently this is not an automatic process, but such a feature is on the todo list. * It will in your repository create a subdirectory for each region with the regions UUID, inside there it will create a 'terrain load' compatible 'heightmap.r32', and a load-xml2 compatible 'objects.xml' plus information files. * Untested on Linux, some compatibility work may be needed by Linux peoples. The dependencies will be the same as for SvnDotNet which is supposedly mono-compatible.
* Update svn properties. Add copyright info to some source files.Jeff Ames2008-04-173-175/+256
|
* * Committing first version of SVN Backup ModuleAdam Frisby2008-04-172-0/+173
| | | | | | This is a module which allows you to periodically export a serialised version of your region to a SVN repository and store it there. It is still a work in progress and is currently disabled and incomplete, but some of the functionality is demonstratable. * Enjoy.
* Refactor InventoryItemBase to do the following:Sean Dague2008-04-071-1/+1
| | | | | | | | * wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach
* changing more references to OpenSim.DataSean Dague2008-04-022-3/+3
|
* a few small changesMW2008-04-011-2/+2
|
* Fixed typo in AvatarFactoryModule.csJeff Ames2008-03-311-1/+1
|
* * Added competely untested MSSQLMapperlbsa712008-03-301-2/+10
| | | | | | | * Added the new mapper to the mapper factory * Made choice of mapper configurable * This means, in hteory, that we can persist avatar appearance on MSSQL as well
* Committed patch from Lulurun to fix Mantis 817. Thanks LulurunJohan Berntsson2008-03-261-2/+2
|
* Moved Avatar appearance Factory to its own project so that the reference to ↵MW2008-03-253-0/+615
MySQLDatabaseMapper could be removed from Region.Environment. Added a using OpenSim.Framework.Data statement to MySQLDatabaseMapper , to try to fix the build problem that has been reported on the mailing list.