Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -4/+4 | |
2015-05-10 | Deleted OpenSim.Tests.Client.GridClient and PresenceClient, as they have ↵ | Diva Canto | 2 | -216/+0 | |
been subsumed by the new testing framework. | |||||
2015-03-29 | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 1 | -4/+4 | |
Util.cs routines to convert region coords to and from world coords or handles. | |||||
2013-12-26 | varregion: many more updates removing the constant RegionSize and replacing | Robert Adams | 1 | -4/+4 | |
with a passed region size. This time in the map code and grid services code. | |||||
2010-01-13 | Change the error messages on region region registration. This changes URM | Melanie | 1 | -8/+9 | |
and region. The non-error case should be compatible, so no version bump. Untested. | |||||
2009-12-15 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -3/+3 | |
2009-10-07 | Revert "Merging in diva's locking fixes" | Melanie | 1 | -1/+1 | |
This reverts commit 832cc685138b2244529f10b54b373c34adb4a633. | |||||
2009-10-06 | * Change some more default ports to the robust default of 8003 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
* Make these use existing constants rather than hardcoding * These will probably go away soon anyway once all services are under ROBUST | |||||
2009-09-29 | Add copyright header. Formatting cleanup. | Jeff Ames | 1 | -1/+28 | |
2009-09-26 | Corrected the port number to 8001 in the test client and grid ini. | Diva Canto | 1 | -1/+1 | |
2009-09-25 | Added GridForm.html in Tests/Clients/Grid that shows how to interact with a ↵ | Diva Canto | 1 | -0/+11 | |
grid server via regular Web forms. May be good for developing administrative tools. | |||||
2009-09-25 | Better guards on RegisterRegion in GridService. | Diva Canto | 1 | -1/+4 | |
Added serverPort to the fields that get stored (I think this is the UDP port). | |||||
2009-09-24 | Make the grid client deregister the test regions at the end, so that they ↵ | Diva Canto | 1 | -0/+20 | |
don't stay in the DB. | |||||
2009-09-24 | GridServerPostHandler finished. GridClient tests all work. More guards on ↵ | Diva Canto | 1 | -6/+58 | |
getting parameters and replies over the wire. | |||||
2009-09-24 | Added test GridClient, which allowed me to remove a few bugs out of the new ↵ | Diva Canto | 1 | -0/+102 | |
code. |