This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-21 16:05:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c0ad5ee81da3d24153bfc9769759ac1981d604ea
opensim
/
OpenSim
/
Framework
/
Serialization
/
External
History
Justin Clark-Casey (justincc)
7cab41f422
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
...
Thanks to Kira for this patch from
http://opensimulator.org/mantis/view.php?id=6845
2013-11-15 21:45:08 +00:00
..
ExternalRepresentationUtils.cs
On object deserialization, go back to logging errors at DEBUG level rather than ERROR. Restore extra log message if shape processing fails.
2012-02-13 20:43:26 +00:00
LandDataSerializer.cs
Fix old regression that stopped saving parcel owner data in OARs.
2012-08-03 23:49:34 +01:00
OspResolver.cs
Fix regression introduced in
a0d178b2
(Sat Aug 25 02:00:17 2012) where folders with asset type of 'Folder' and 'Unknown' were accidentally treated as system folders.
2012-08-29 02:01:43 +01:00
RegionSettingsSerializer.cs
Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies.
2012-07-11 22:54:22 +01:00
UserInventoryItemSerializer.cs
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
2013-11-15 21:45:08 +00:00
UserProfileSerializer.cs
Change LandDataSerializer deserialization so that in the future it won't care about extra elements or element order.
2012-02-03 22:21:54 +00:00