aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/UDPServer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-20* Assortment of Console changes - console messages are now grouped into ↵Adam Frisby1-1/+1
modules (eg "client", "grid", "terrain", "storage", etc)
2007-07-18*New Configuration System, much easier and less buggy compared to the ↵mingchen1-0/+1
original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)
2007-07-16* RegionApplicationBase restructuring now completelbsa711-3/+2
* Still has some weird bug in SimpleApp though.
2007-07-16changed to native line ending encodingSean Dague1-195/+195
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-15/+4
* added some licensing info
2007-07-01MAJOR IP RESTRUCTURINGlbsa711-1/+1
* moving towards IPEndPoints all over the place * trying to make the internal/external division
2007-06-29* Experimental patch: Replaced IPAddress.Any with IPAddress.Parse("0.0.0.0") ↵Adam Frisby1-3/+3
to force IPv4
2007-06-27*Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen1-1/+1
*Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen1-4/+3
to add/remove something