aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionInfo.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* *Moved region loading into its own interface IRegionLoadermingchen2007-11-031-85/+110
* * Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa712007-10-311-0/+328