aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Types/RegionInfo.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a couple of changes in the new Sceneobject classes, just committing so ↵MW2007-08-071-0/+1
| | | | things are kept in sync.
* *Estate settings are now saved in their own configuration file called ↵mingchen2007-08-031-8/+0
| | | | estate_settings.xml using the configuration system.
* * Added GetLocalHost() to UtilAdam Frisby2007-07-301-1/+8
| | | | | * ExternalHostName supports "SYSTEMIP" again.
* *Handler Functions can now refuse an object as invalid by returning false, ↵mingchen2007-07-191-14/+16
| | | | | | | | thus forcing the user to re-enter the data *Added TYPE_STRING_NOT_EMPTY that requires some sort of text to be entered *Added another parameter to addConfigurationOption called use_default_no_prompt that will not ask via the console a configuration option; it will use whatever is in the config file. If nothing is in the config file for that option, it will force itself to use default
* *New Configuration System, much easier and less buggy compared to the ↵mingchen2007-07-181-178/+66
| | | | | | | | original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)
* * Added "GetHostFromDNS" to Util to replace the various DNS resolution ↵Adam Frisby2007-07-181-1/+1
| | | | methods we use. Favours IPv4 addresses before IPv6 addresses to work around the Vista preference issue.
* * Applying babblefrog's DNS patches from issue #188Adam Frisby2007-07-171-2/+3
|
* changed to native line ending encodingSean Dague2007-07-161-342/+342
|
* preliminary inter region communications (between regions in different ↵MW2007-07-101-0/+1
| | | | | | | | instances) now works, so child agents and border crossings (and teleporting) now work. The .net remoting is still very basic: we need security sinks added. And we really need the OGS 2 protocol as soon as possible.
* Fixed the crashing when trying to look at the map in grid mode. Although the ↵MW2007-07-101-0/+14
| | | | textures for the regions don't seem to show up, about to look into that.
* *Fixed 2 small references to localhost which has some conflicts when resolving.mingchen2007-07-061-1/+1
| | | | | *Grid mode now gets past region handshake, BUT the client (both nicholas and the normal one) crash as soon as the next step is displayed on the screen
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-21/+20
| | | | | * added some licensing info
* * Applied Weathros/tedd's IP v6 patchlbsa712007-07-021-1/+19
|
* * worked some more on the RegionInfo attr fugglinesslbsa712007-07-021-61/+15
|
* * replaced some more of those butt-fuggly attr constructs with nice Get<> ↵lbsa712007-07-011-80/+4
| | | | calls; somebody should finish the job.
* * now saves ExternalHostName in configlbsa712007-07-011-2/+13
|
* MAJOR IP RESTRUCTURINGlbsa712007-07-011-107/+163
| | | | | | * moving towards IPEndPoints all over the place * trying to make the internal/external division
* Fixed SimpleApp - aka thankgoditssundaycommitlbsa712007-07-011-33/+94
| | | | | | | | | | | | | | * Updated SimpleApp with various introduced dependencies * Extracted ScenePrescence creation in Scene * removed try-catchall from UserManagerBase (that actually hid a bug) * Refactored RegionInfo * handle is calculated * it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized * Removed superfluous 'ref' keywords * Removed a shitload of 'catch Exception e' that causes build warnings * Lots of small refactorings, renames et c * Ignored some bins
* *Hopefully fixed the empty dialog box error on client when logging in on ↵mingchen2007-06-291-2/+2
| | | | sandbox mode
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+304
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.