aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionInfo.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-25* Attaches debug info to some DNS resolution code.Adam Frisby1-8/+16
2009-05-13* Bug fix: Variable m_regionSettings can be null, using RegionSettings instea...Arthur Valadares1-1/+1
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke1-0/+6
2009-05-02Thank you kindly, BlueWall, for a patch that:Charles Krinke1-0/+2
2009-04-17* Moved the DefaultConfig settings into already-existing ConfigSettingslbsa711-2/+2
2009-04-17* Some more work on refactoring configs;lbsa711-4/+4
2009-03-12* Another stab at refactoring up the CustomiseResponse function. Two fixes:lbsa711-1/+2
2009-03-10* Refactored out Create() methods to ensure proper transformation between Reg...lbsa711-0/+13
2009-03-02Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we...MW1-0/+1
2009-02-14Moved RegionUp to REST/LocalComms. The original functionality has been entire...diva1-0/+69
2009-01-13* minor: remove some mono compiler warningsJustin Clarke Casey1-3/+3
2009-01-02Allow some values that are set in OpenSim.ini to be set from region configMelanie Thielker1-2/+65
2008-12-30* Implement saving of region settings in OAR filesJustin Clarke Casey1-2/+0
2008-12-18* Apply http://opensimulator.org/mantis/view.php?id=2810Justin Clarke Casey1-2/+1
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby1-2/+1
2008-09-30Allow create-region to load files from arbitrary locationsMelanie Thielker1-0/+5
2008-09-18adds support to delete a region completely and offers thatDr Scofield1-0/+3
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-24/+24
2008-08-18Fix compiler warning due to incomplete refactoring in r5901.Jeff Ames1-4/+0
2008-08-18Formatting cleanup.Jeff Ames1-11/+10
2008-08-01* Drop cached inventory from the local region when a user crosses out into a ...Justin Clarke Casey1-20/+22
2008-07-18Patch #9151Melanie Thielker1-39/+2
2008-07-08RegionInfo.configMember can be null for dynamically created regionsDr Scofield1-0/+3
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-1/+1
2008-06-30Mantis#1637. Thank you kindly, Melanie for a patch that:Charles Krinke1-1/+17
2008-06-21* Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares1-0/+24
2008-06-14* Enables maptile display in grid mode for simulators that are not on the sam...Teravus Ovares1-0/+28
2008-05-26* Assigns a random UUID to a region if the Sim UUID is null.Adam Frisby1-1/+1
2008-05-16Formatting cleanup.Jeff Ames1-4/+4
2008-05-14From: Dr Schofield <hud@zurich.ibm.com>Justin Clarke Casey1-1/+1
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-04-29* Spring cleaning.Adam Frisby1-81/+67
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-1/+0
2008-04-13* Fix a bug in the friends module that causes a friend not to appear online w...Teravus Ovares1-0/+1
2008-04-11* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey1-2/+59
2008-03-30* Minor cleanupTeravus Ovares1-4/+1
2008-03-30This update has good news and bad news, first the bad.Teravus Ovares1-0/+17
2008-03-23* Start passing around a region server's http port in RegionInfo.Justin Clarke Casey1-3/+14
2008-03-22* Catch the occasional resolution exception that comes out of SceneCommunicat...Justin Clarke Casey1-2/+9
2008-03-19Fixed some comparisons of LLUUIDs to null.Jeff Ames1-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-27/+27
2008-03-04* One line fix to get everything working again. Essentially set the originR...Teravus Ovares1-0/+1
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-1/+22
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-2/+3
2008-02-02In an attempt to solve multihomed UDP problem I seem to have bound UDP socket...Tedd Hansen1-1/+1
2008-02-02Added commands to change config file from console:Tedd Hansen1-1/+1
2008-02-02Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait).Tedd Hansen1-1/+15
2008-01-15* Mother of all commits:Adam Frisby1-8/+8
2008-01-04*Added ability to skip any use of the console when configuring and assume def...mingchen1-4/+4