Update 2.2.11 authored by MascaraSnake's avatar MascaraSnake
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Improved the `TEXTMAP` parser. UDMF maps now load almost as fast as binary maps. * Improved the `TEXTMAP` parser. UDMF maps now load almost as fast as binary maps.
* Removed the `writethings` console command and disabled NiGHTS Objectplace because they are not compatible with UDMF. * Removed the `writethings` console command and disabled NiGHTS Objectplace because they are not compatible with UDMF.
* Added the `-writetextmap` command line parameter to convert binary maps to UDMF (a tutorial can be found [here](http://wiki.srb2.org/wiki/User:MascaraSnake/UDMF#Can_I_convert_existing_binary_maps_to_UDMF?)). * Added the `-writetextmap` command line parameter to convert binary maps to UDMF (a tutorial can be found [here](http://wiki.srb2.org/wiki/User:MascaraSnake/UDMF#Can_I_convert_existing_binary_maps_to_UDMF?)).
* Deprecated a few obsolete sector and linedef types (see [here](wiki.srb2.org/wiki/User:MascaraSnake/UDMF/Documentation)). * A few obsolete sector and linedef types have been deprecated in the binary map format as well (see [here](wiki.srb2.org/wiki/User:MascaraSnake/UDMF/Documentation)).
## Improvements ## Improvements
* Add carry type for fan objects & sectors (!1364, !1809) * Add carry type for fan objects & sectors (!1364, !1809)
... ...
......