aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionInfo.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-24/+24
* Fix compiler warning due to incomplete refactoring in r5901.Jeff Ames2008-08-181-4/+0
* Formatting cleanup.Jeff Ames2008-08-181-11/+10
* * Drop cached inventory from the local region when a user crosses out into a ...Justin Clarke Casey2008-08-011-20/+22
* Patch #9151Melanie Thielker2008-07-181-39/+2
* RegionInfo.configMember can be null for dynamically created regionsDr Scofield2008-07-081-0/+3
* Copyright notices and formatting cleanup.Jeff Ames2008-07-061-1/+1
* Mantis#1637. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-301-1/+17
* * Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares2008-06-211-0/+24
* * Enables maptile display in grid mode for simulators that are not on the sam...Teravus Ovares2008-06-141-0/+28
* * Assigns a random UUID to a region if the Sim UUID is null.Adam Frisby2008-05-261-1/+1
* Formatting cleanup.Jeff Ames2008-05-161-4/+4
* From: Dr Schofield <hud@zurich.ibm.com>Justin Clarke Casey2008-05-141-1/+1
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
* * Spring cleaning.Adam Frisby2008-04-291-81/+67
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-1/+0
* * Fix a bug in the friends module that causes a friend not to appear online w...Teravus Ovares2008-04-131-0/+1
* * From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-111-2/+59
* * Minor cleanupTeravus Ovares2008-03-301-4/+1
* This update has good news and bad news, first the bad.Teravus Ovares2008-03-301-0/+17
* * Start passing around a region server's http port in RegionInfo.Justin Clarke Casey2008-03-231-3/+14
* * Catch the occasional resolution exception that comes out of SceneCommunicat...Justin Clarke Casey2008-03-221-2/+9
* Fixed some comparisons of LLUUIDs to null.Jeff Ames2008-03-191-1/+1
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
* * One line fix to get everything working again. Essentially set the originR...Teravus Ovares2008-03-041-0/+1
* Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson2008-03-041-1/+22
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-1/+1
* Converted logging to use log4net.Jeff Ames2008-02-051-2/+3
* In an attempt to solve multihomed UDP problem I seem to have bound UDP socket...Tedd Hansen2008-02-021-1/+1
* Added commands to change config file from console:Tedd Hansen2008-02-021-1/+1
* Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait).Tedd Hansen2008-02-021-1/+15
* * Mother of all commits:Adam Frisby2008-01-151-8/+8
* *Added ability to skip any use of the console when configuring and assume def...mingchen2008-01-041-4/+4
* * Made covenant changes made in the estate tools persist across sim restarts.Teravus Ovares2008-01-031-0/+5
* * Optimized usingslbsa712007-12-271-103/+102
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-201-4/+4
* * Added Incomplete Handling of the RegionInfoRequest packet Teravus Ovares2007-12-181-1/+7
* * Killed hard coded heart after stats updateTeravus Ovares2007-12-121-1/+1
* * More refactoring to prepare for draw distance based agent sim notification.Teravus Ovares2007-12-101-0/+20
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-1/+1
* * Hooked up the GridComm event ChildDataUpdate to the scene.Teravus Ovares2007-12-101-0/+1
* * All remoting calls are now using Serializable valuesTeravus Ovares2007-12-071-0/+1
* added one more command to the console help.Jeff Ames2007-12-071-8/+1
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-061-4/+3
* * Restaring the sim works fine in grid mode now. Sims announce themselves to...Teravus Ovares2007-11-281-3/+11
* Fixed an event in the events chain in inter-region communications.Teravus Ovares2007-11-271-1/+2
* * Removed references to "new LLUUID()", replaced with LLUUID.Zero.Adam Frisby2007-11-241-2/+2
* cleaned up some mono compiler warningsJeff Ames2007-11-181-1/+1
* *** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim...lbsa712007-11-151-2/+2
* *Master Avatar can be specified by a previous UUID in either grid mode or sta...mingchen2007-11-031-3/+16