diff options
author | teravus | 2013-08-01 16:30:29 -0500 |
---|---|---|
committer | teravus | 2013-08-01 16:32:36 -0500 |
commit | 7b9a50721da3ac51ee3aa60ea946278d38a18426 (patch) | |
tree | 91bbf87ce09e2c17a7d8f9a34d2a96c9991f1d33 /OpenSim/Framework/EventData.cs | |
parent | Add experimental "debug attachments throttle <ms>" setting (command line) and... (diff) | |
download | opensim-SC_OLD-7b9a50721da3ac51ee3aa60ea946278d38a18426.zip opensim-SC_OLD-7b9a50721da3ac51ee3aa60ea946278d38a18426.tar.gz opensim-SC_OLD-7b9a50721da3ac51ee3aa60ea946278d38a18426.tar.bz2 opensim-SC_OLD-7b9a50721da3ac51ee3aa60ea946278d38a18426.tar.xz |
* Thanks Plugh for pointing out that the constructor that takes a ulong regionhandle and saves it to to X,Y vars in the OpenSim.Framework.Location object was inverting the X and Y resulting in X and Y confusion. The test also used 256x256 in the uint,uint constructor so it was unable to determine if the X and Y components swapped. I don't expect much upheaval from this commit, not a lot of features were using the ulong Location object constructor. The database never stores the ulong regionhandle... the prims are loaded by region Guid. LLUDPServer used it to determine regions that it handled in a service definition where there was simply a X == X test which has the same logical result un-switched as it did switched. Again, thanks LibOMV for the regionhandle code.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions