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-15 11:25:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7cab41f4223b7febd3fdd42fa7cfefef25e4a9c9
opensim
/
OpenSim
/
Framework
/
Serialization
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
..
External
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
2013-11-15 21:45:08 +00:00
Properties
Bump OPenSimulator version and assembly versions up to 0.8.0 Dev
2013-10-04 23:33:47 +01:00
Tests
Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests
2012-11-24 03:15:24 +00:00
ArchiveConstants.cs
Fix bug where loading an OAR with a deeded parcel would always set the parcel owner ID to the estate owner even if the group UUID was present.
2012-11-24 02:43:31 +00:00
TarArchiveReader.cs
Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies.
2012-07-11 22:54:22 +01:00
TarArchiveWriter.cs
Rather than instantiating a UTF8 encoding everywhere when we want to supress the BOM, use a single Util.UTF8NoBomEncoding.
2012-07-13 01:03:28 +01:00