aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/EstateSettings.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-18Formatting cleanup.Jeff Ames1-38/+32
2008-02-05Converted logging to use log4net.Jeff Ames1-2/+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-46/+46
* 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-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
2008-01-02* Added the ability for Region Owners to add and remove estate managers ↵Teravus Ovares1-3/+58
using the estate tools. * Estate managers get abilities like the region owner for now. * Estate managers, you'll need to request server admin status to be able to activate the estate tools dialog (haven't figured out why this is the case yet) * Switching from grid mode to standalone or switching grids will make the stored Estate Manager UUIDs not match up with a valid account so you'll see (waiting) listed there instead of a user until you reset them or go back to the grid you added them from.
2008-01-02* Did a bit of estate work. Added some fields to EstateSettings.xml for ↵Teravus Ovares1-0/+252
estate managers. * You can put UUIDs in those fields to give other users some ability to help manage a sim you own. * Also started decoding the EstateOwnerMessage packet convolutions.
2008-01-02* Fixed an issue where the RegionFlags and SimAccess settings were being ↵Teravus Ovares1-2/+2
saved incorrectly. If your region is already having an issue on boot with parsing [region_flags] or [sim_access], then this won't solve your issue. Default value for region_flags is 0 and default value for sim_access is 21 in the EstateSettings.XML file
2007-12-27* Optimized usingslbsa711-2/+2
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-11-19there is no real reason to write this value back to estate settings,Sean Dague1-1/+5
and it is the most often tickled part of this race condition.
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-31set svn:eol-styleJeff Ames1-706/+706
2007-10-30* Optimized usingslbsa711-229/+199
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-738/+737
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-10-22* Return of R2162. /Take that SVN!/Adam Frisby1-2/+6
2007-10-22revert r2162 as it completely clobbered all the work onSean Dague1-6/+2
the ChatModule by MW and myself. Couldn't find Adam online after that rev went in.
2007-10-22* Major ass commit.Adam Frisby1-2/+6
* Sqlite Storage Engine now supports terrain -- however be aware that every terrain revision stored will at 512KB to your database file. At the moment it is storing every revision from the first. * Fixed an issue where by noverbose mode would display lots of useless junk. Noverbose mode is now quite usable. * Fixed a whole bunch of console message issues such as naming and categorisation
2007-09-25* Fixed Culture-variant parsing of config optionslbsa711-1/+3
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-03Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee1-2/+4
configdir, datadir.
2007-08-03More work on the AllNewSceneObject* classes.MW1-2/+0
2007-08-03*Estate settings are now saved in their own configuration file called ↵mingchen1-37/+676
estate_settings.xml using the configuration system.
2007-07-16changed to native line ending encodingSean Dague1-93/+93
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-6/+2
* added some licensing info