aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionSettings.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-30* Implement saving of region settings in OAR filesJustin Clarke Casey1-8/+16
* This means that you can now save terrain textures, water height, etc. * Estate settings are not supported * Older OAR files without these settings can still be loaded
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby1-2/+0
* Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.*
2008-10-13* Apply a modified version of the part of ↵Justin Clarke Casey1-1/+1
http://opensimulator.org/mantis/view.php?id=2361 that allows region registration to be enabled/disabled on the grid server * Region registration is enabled by default in the configuration unless the user chooses otherwise * On the console * show status - shows grid status * enable-reg - enables region registration to the grid * disable-reg - disables region registration * Enabling or disabling region registration will not affect any other grid functions or regions already on the grid
2008-10-11Make a missing or read-only estate_settings.xml non-fatalMelanie Thielker1-2/+8
2008-09-26* Patch from JHurlimanTeravus Ovares1-12/+12
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
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-34/+34
* 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-19Add the default region texture UUIDS back in that were lost inMelanie Thielker1-8/+32
the shuffle. Translate LLUUID.Zero to the default textures on set. This should fix the default button in the viewer.
2008-08-18Formatting cleanup.Jeff Ames1-34/+34
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-1/+1
2008-07-18Patch #9151Melanie Thielker1-1/+12
Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans.
2008-07-14Patch #9150Melanie Thielker1-0/+16
Patch 7 of the region patches. Finish off the region parts of the estate dialog. Full user functionality. Terrain textures, heights, water, avatar counts, prim bonus, debug settings and region toggles can now be set from the dialog on a per-region basis. Estate stuff defaults to sane values where there are no defaults, to estate_settings.xml otherwise. Sun still b0rked :(
2008-07-14Patch #9148Melanie Thielker1-11/+11
Patch 5 in the region settings series. Adds a migration to ensure corrupted data is purged and re-read from defaults. Some changes. Still no full functionality
2008-07-14Patch #9147Melanie Thielker1-1/+1
Patch #4 of the region settings series. Partial functionality of the new storage system. More patches to follow.
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-200/+200
2008-07-05Changed default terrain lower limit to -100 instead of 100Dahlia Trimble1-1/+1
2008-07-01Mantis#1639. Thank you, Melanie for a patch that:Charles Krinke1-0/+201
Reads estate_settings.xml and populates the database from it. If there is no record, just passes the defaults to the application.
2008-06-30Mantis#1637. Thank you kindly, Melanie for a patch that:Charles Krinke1-33/+33
Make each region load it's settings from the database on startup. No user functionality yet.
2008-06-29patch and files from mantis #1630, Thanks MelanieMW1-0/+300