UltimateZoneBuilder/Source/Core/IO
2021-05-28 18:56:50 +02:00
..
ClipboardStreamReader.cs More conversion from float to double. Doesn't seem to crash anymore. 2020-05-22 21:39:18 +02:00
ClipboardStreamWriter.cs Fixed some more cases where UniValues were set to floats. Added throwing exceptions to the UniValue constructor (gasp!) 2020-05-23 10:01:52 +02:00
ClippedStream.cs
Configuration.cs Configuration file parser: floating point numbers without the "f" suffix are now parsed as double precision floating point numbers 2020-10-24 23:27:04 +02:00
DeserializerStream.cs More conversion from float to double. Doesn't seem to crash anymore. 2020-05-22 21:39:18 +02:00
DirectoryFileEntry.cs
DirectoryFilesList.cs Fixed problem when #include'ing files from a directory structure and using different directory path separators than the current OS's ones. Fixes #470. 2020-09-19 20:34:32 +02:00
DoomColormapReader.cs
DoomFlatReader.cs
DoomMapSetIO.cs Added some sanity checks for maximum number of entries in the VERTEXES/SIDEDEFS/LINEDEFS/THINGS lumps for the binary map formats 2021-04-15 22:06:49 +02:00
DoomPictureReader.cs
FileImageReader.cs
HexenMapSetIO.cs Added some sanity checks for maximum number of entries in the VERTEXES/SIDEDEFS/LINEDEFS/THINGS lumps for the binary map formats 2021-04-15 22:06:49 +02:00
IImageReader.cs
IMapSetIO.cs
IReadWriteStream.cs
Lump.cs Textures with whitespace at the beginning or end are now handled correctly. Fixes #522 2021-01-30 23:44:42 +01:00
MapSetIO.cs
SerializerStream.cs
UniversalCollection.cs
UniversalEntry.cs
UniversalMapSetIO.cs
UniversalParser.cs Fixed a problem where the last line of UDMF maps were not parsed correctly 2021-01-31 18:11:10 +01:00
UniversalStreamReader.cs When loading UDMF maps and fields that have NaN (not a number) as a value are encountered those fields will now be dropped permanently. A warning that this happens will be displayed in the Errors and Warnings dialog. 2020-10-11 00:31:55 +02:00
UniversalStreamWriter.cs UDMF: ceiling plane equation fields are not rounded anymore 2021-05-28 18:56:50 +02:00
WAD.cs