aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/DataSnapshot/SnapshotStore.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-6/+6
2010-08-26More on mantis #4985Diva Canto1-6/+14
2010-08-26Addresses mantis #4985 -- exceptions in DataSnapshotDiva Canto1-7/+23
2010-07-07Switched order of conditionals.Diva Canto1-3/+3
2010-07-07Fixes problem where "Adult" regions were reported as being of type "Unknown".Kevin Cozens1-12/+7
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-02-12* optimized usings.lbsa711-4/+5
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1/+1
OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
2008-12-03Make a couple log4net instances static readonly.Jeff Ames1-1/+1
2008-09-17Add various XML elements to the data snapshot. Changes by Fly-Man andMelanie Thielker1-0/+4
myself. Fix a crash in DataSnapshot when no master avatar and no estate owner is set (e.g. "Mainland").
2008-09-13Fix a typo in the DataSnapshot moduleMelanie Thielker1-1/+1
2008-09-06Mantis #2133Melanie Thielker1-1/+1
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-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.
2008-08-19Update svn properties, minor formatting cleanup.Jeff Ames1-1/+0
Remove old comment in SnapshotStore pointed out by ChrisDown (bug #2000)
2008-08-18Fix another compiler warning, based on a patch submitted by Leaf. (bug #1978)Jeff Ames1-2/+1
2008-07-14Patch #9147Melanie Thielker1-2/+2
Patch #4 of the region settings series. Partial functionality of the new storage system. More patches to follow.
2008-05-18Formatting cleanup, minor refactoring. Fixed some comparisons of value ↵Jeff Ames1-1/+0
types and null.
2008-05-18Update svn properties.Jeff Ames1-316/+316
2008-05-17Thank you very much KMeisthax for DataSnapshot 1.1Charles Krinke1-0/+316
to enhance search capability on OpenSim sims using external search engines such as Metaversink.com and others.