| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
automatically turns off any logging enabled between tests
|
|
|
|
|
|
| |
This was working in 0.7.2 but was accidentally removed from 0.7.3.
The --publish option for "save oar" will now save oars stripped of parcel owner information as well as scene object info.
Please use the --publish option if you want to publish oars that may be later loaded by others to the same grid from which they were saved.
|
| |
|
|
|
|
|
|
| |
care about extra elements or element order.
This brings it into line with other deserializations such as object and will improve future backward compatibility.
|
|
|
|
|
|
| |
accurately reflects the data sent by the viewer. Add times bans and the
expiration of timed bans.
Warning: Contains a Migration (and nuts)
|
|
|
|
|
| |
However, the calls to the land management module to record prims need to remain, since they were also being used to return owner object lists, etc.
This is probably why prim counts were being done there in the first place.
|
|
|
|
|
|
| |
serialization result since the reference serialization has LF only.
* Added a bool result and then an Assert.That(result) because resharper was having a hard time with the equality compare in Assert.That.
|
|
|
|
| |
- adding another LandDataSerializer testcase
|
| |
|
| |
|
|
|