aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/SimClient.Grid.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Number of small changesMW2007-05-191-42/+42
|
* add 1 to global Y posn when exceeding 255 local Y. Was adding 1 to global ↵morphw2007-05-181-2/+2
| | | | X. Good eyes makomk
* forgot a .ToString() on AgentIDMW2007-05-171-1/+1
|
* Attempt 2MW2007-05-171-16/+6
|
* Attempt to fix trunk which someone broke <looks innocent>MW2007-05-171-1/+1
|
* * more refactoring and error messagelbsa712007-05-171-8/+15
|
* * refactored a bit and added error msglbsa712007-05-171-31/+45
|
* started to refactor startup code and to move udp server code out to its own ↵MW2007-05-161-0/+146
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)