aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/SimClient.Grid.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-18add 1 to global Y posn when exceeding 255 local Y. Was adding 1 to global ↵morphw1-2/+2
X. Good eyes makomk
2007-05-17forgot a .ToString() on AgentIDMW1-1/+1
2007-05-17Attempt 2MW1-16/+6
2007-05-17Attempt to fix trunk which someone broke <looks innocent>MW1-1/+1
2007-05-17* more refactoring and error messagelbsa711-8/+15
2007-05-17* refactored a bit and added error msglbsa711-31/+45
2007-05-16started to refactor startup code and to move udp server code out to its own ↵MW1-0/+0
class (currently not being used though) so that a single instance can handle multiple regions (each will need to be listening on a separate udp port)
2007-05-15Turned SimClient into a partial class (and added SimClient(Grid), so that ↵MW1-0/+146
grid mode specific code can be kept separate) Fixed the ServiceManager project (added reference to System.Xml to its project in prebuil.xml)