aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Types/RegionInfo.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-10preliminary inter region communications (between regions in different ↵MW1-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.
2007-07-10Fixed the crashing when trying to look at the map in grid mode. Although the ↵MW1-0/+14
textures for the regions don't seem to show up, about to look into that.
2007-07-06*Fixed 2 small references to localhost which has some conflicts when resolving.mingchen1-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
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-21/+20
* added some licensing info
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<> ↵lbsa711-80/+4
calls; somebody should finish the job.
2007-07-01* now saves ExternalHostName in configlbsa711-2/+13
2007-07-01MAJOR IP RESTRUCTURINGlbsa711-107/+163
* moving towards IPEndPoints all over the place * trying to make the internal/external division
2007-07-01Fixed SimpleApp - aka thankgoditssundaycommitlbsa711-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
2007-06-29*Hopefully fixed the empty dialog box error on client when logging in on ↵mingchen1-2/+2
sandbox mode