OpenSimMirror/OpenSim/Region/CoreModules/World/Terrain/FileLoaders
Justin Clark-Casey (justincc) 916e3bf886 Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies.
The encodings are thread-safe and already used in such a manner in other places.
This isn't done where Byte Order Mark output is suppressed, since Encoding.UTF8 is constructed to output the BOM.
2012-07-11 22:54:22 +01:00
..
BMP.cs terrain save-tile extensions Signed-off-by: Garmin Kawaguichi <garmin.kawaguichi@magalaxie.com> 2012-04-03 20:06:03 +01:00
GIF.cs terrain save-tile extensions Signed-off-by: Garmin Kawaguichi <garmin.kawaguichi@magalaxie.com> 2012-04-03 20:06:03 +01:00
GenericSystemDrawing.cs Improve bitmap disposal to do null checks and not to potentially try disposal of uninitialized variables. 2012-04-20 23:35:11 +01:00
JPEG.cs Explicitly dispose of bitmaps opened from files in GenericSystemDrawing and JPEG.cs 2012-04-20 03:46:33 +01:00
LLRAW.cs terrain save-tile extensions Signed-off-by: Garmin Kawaguichi <garmin.kawaguichi@magalaxie.com> 2012-04-03 20:06:03 +01:00
PNG.cs terrain save-tile extensions Signed-off-by: Garmin Kawaguichi <garmin.kawaguichi@magalaxie.com> 2012-04-03 20:06:03 +01:00
RAW32.cs terrain save-tile extensions Signed-off-by: Garmin Kawaguichi <garmin.kawaguichi@magalaxie.com> 2012-04-03 20:06:03 +01:00
TIFF.cs Resolve some mono compiler warnings. 2012-05-25 04:03:16 +01:00
Terragen.cs Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies. 2012-07-11 22:54:22 +01:00