aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionInfo.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-04*Added ability to skip any use of the console when configuring and assume def...mingchen1-4/+4
2008-01-03* Made covenant changes made in the estate tools persist across sim restarts.Teravus Ovares1-0/+5
2007-12-27* Optimized usingslbsa711-103/+102
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-4/+4
2007-12-18* Added Incomplete Handling of the RegionInfoRequest packet Teravus Ovares1-1/+7
2007-12-12* Killed hard coded heart after stats updateTeravus Ovares1-1/+1
2007-12-10* More refactoring to prepare for draw distance based agent sim notification.Teravus Ovares1-0/+20
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-1/+1
2007-12-10* Hooked up the GridComm event ChildDataUpdate to the scene.Teravus Ovares1-0/+1
2007-12-07* All remoting calls are now using Serializable valuesTeravus Ovares1-0/+1
2007-12-07added one more command to the console help.Jeff Ames1-8/+1
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-4/+3
2007-11-28* Restaring the sim works fine in grid mode now. Sims announce themselves to...Teravus Ovares1-3/+11
2007-11-27Fixed an event in the events chain in inter-region communications.Teravus Ovares1-1/+2
2007-11-24* Removed references to "new LLUUID()", replaced with LLUUID.Zero.Adam Frisby1-2/+2
2007-11-18cleaned up some mono compiler warningsJeff Ames1-1/+1
2007-11-15*** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim...lbsa711-2/+2
2007-11-03*Master Avatar can be specified by a previous UUID in either grid mode or sta...mingchen1-3/+16
2007-11-03*Moved region loading into its own interface IRegionLoadermingchen1-85/+110
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-31set svn:eol-styleJeff Ames1-327/+327
2007-10-30* Optimized usingslbsa711-103/+84
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-350/+347
2007-10-23* Added "create-region" console command. Syntax: create-region <name> <region...Adam Frisby1-0/+21
2007-10-22* Made EstateSetting static since there's only one instance, and we only need...lbsa711-3/+16
2007-10-19couple of tiny changes to what is outputted to the console during the start u...MW1-2/+4
2007-10-19changed the RegionID config name (that loaded from the region.xml files back ...MW1-1/+1
2007-10-18Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax1-38/+64
2007-10-15* Applied Chillken patch #419: consolidate_ports-r2096-3.patch - consolidated...lbsa711-3/+2
2007-09-17Forgot to check in prebuild.xml on sat, see someone already did :)Tedd Hansen1-2/+10
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-27Deleted a few old files that are no longer used.MW1-1/+1
2007-08-22Fix for un-encrypted master avatar password in user databaseBrian McBee1-1/+2
2007-08-10Some cleaning up and removed a few old files no longer in use.MW1-1/+48
2007-08-07a couple of changes in the new Sceneobject classes, just committing so things...MW1-0/+1
2007-08-03*Estate settings are now saved in their own configuration file called estate_...mingchen1-8/+0
2007-07-30* Added GetLocalHost() to UtilAdam Frisby1-1/+8
2007-07-19*Handler Functions can now refuse an object as invalid by returning false, th...mingchen1-14/+16
2007-07-18*New Configuration System, much easier and less buggy compared to the origina...mingchen1-178/+66
2007-07-18* Added "GetHostFromDNS" to Util to replace the various DNS resolution method...Adam Frisby1-1/+1
2007-07-17* Applying babblefrog's DNS patches from issue #188Adam Frisby1-2/+3
2007-07-16changed to native line ending encodingSean Dague1-342/+342
2007-07-10preliminary inter region communications (between regions in different instanc...MW1-0/+1
2007-07-10Fixed the crashing when trying to look at the map in grid mode. Although the ...MW1-0/+14
2007-07-06*Fixed 2 small references to localhost which has some conflicts when resolving.mingchen1-1/+1
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-21/+20
2007-07-02* Applied Weathros/tedd's IP v6 patchlbsa711-1/+19
2007-07-02* worked some more on the RegionInfo attr fugglinesslbsa711-61/+15
2007-07-01* replaced some more of those butt-fuggly attr constructs with nice Get<> cal...lbsa711-80/+4
2007-07-01* now saves ExternalHostName in configlbsa711-2/+13