UltimateZoneBuilder/Source/Core
MaxED c7696b0464 Fixed, Draw Lines/Rectangle/Circle/Curve modes: line length labels displayed incorrect length.
Changed, Drag Linedefs/Vertices/Sectors/Things modes: line length labels are now displayed the same way as in Draw modes.
Changed, Drag Linedefs/Vertices/Sectors/Things modes: "lock movement to cardinal directions" mode (Alt-Shift-Drag) now locks movement in 4 directions instead of 8 and doesn't snap map elements to nearest grid intersections when they are not aligned to it. 
Added, Visual mode, GZDoom, DECORATE: FORCEXYBILLBOARD flag is now supported.
Added, Visual mode, GLOOME, DECORATE: FLOORSPRITE, CEILSPRITE, WALLSPRITE, ROLLSPRITE and STICKTOPLANE flags are now supported (implementation is somewhat broken ATM and probably doesn't work the same way as in GLOOME, because Windows build with most these features is nowhere to be found...).
Fixed, Visual mode: in some cases Thing brightness was calculated incorrectly.
Updated ZDoom_DECORATE.cfg.
2015-08-25 22:05:14 +00:00
..
Actions Texture Browser Form: swapped foreground and background colors of texture size labels. 2014-12-03 23:15:26 +00:00
Compilers More code sanity changes (constructors of abstract classes should not be public or internal). 2015-05-27 12:38:03 +00:00
Config Fixed, Draw Lines/Rectangle/Circle/Curve modes: line length labels displayed incorrect length. 2015-08-25 22:05:14 +00:00
Controls Changed, curved event lines, Visual mode: associated lines were not rendered as curved when the control object was not on screen [Xabis' patch #3]. 2015-08-16 23:42:57 +00:00
Data Changed: "Show Comments" option should also control whether comment tooltips are displayed. 2015-07-15 09:09:47 +00:00
Editing Classic modes: added "Dynamic grid size" option (available in the View menu and on the main toolbar). When enabled, grid size will be automatically adjusted based on current zoom level. 2015-08-20 14:09:28 +00:00
General Linedef Color Presets: completely redone Linedef Color Presets UI. Now it's done the same way as Things Filters UI. 2015-07-30 23:48:16 +00:00
Geometry Fixed, "Flip Linedefs" action: in some cases my sector based flipping logic was behaving incorrectly. 2015-05-26 20:10:09 +00:00
GZBuilder Fixed, MAPINFO parser: map/defaultmap/adddefaultmap sub-blocks were not skipped properly. 2015-08-23 23:32:12 +00:00
IO Fixed, UDMF: the implementation of "moreids" property was different from UDMF standard. This issue affected only linedefs and sectors with more than 2 tags. 2015-08-07 21:32:51 +00:00
Map Fixed, Draw Lines/Rectangle/Circle/Curve modes: line length labels displayed incorrect length. 2015-08-25 22:05:14 +00:00
Plugins Fixed(?), PK3: SharpCompress doesn't like it when several threads try to read PK3 archive entries at the same time. 2015-05-28 10:04:42 +00:00
Properties Classic modes: added "Dynamic grid size" option (available in the View menu and on the main toolbar). When enabled, grid size will be automatically adjusted based on current zoom level. 2015-08-20 14:09:28 +00:00
Rendering Fixed, Draw Lines/Rectangle/Circle/Curve modes: line length labels displayed incorrect length. 2015-08-25 22:05:14 +00:00
Resources Classic modes: added "Dynamic grid size" option (available in the View menu and on the main toolbar). When enabled, grid size will be automatically adjusted based on current zoom level. 2015-08-20 14:09:28 +00:00
Types UDMF: most of the code now supports multiple sector/linedef tags ('moreids' UDMF property). The only things left out are Tag Explorer and Tag Range plugins. 2015-07-28 15:04:21 +00:00
VisualModes Fixed, Draw Lines/Rectangle/Circle/Curve modes: line length labels displayed incorrect length. 2015-08-25 22:05:14 +00:00
Windows Fixed, MAPINFO parser: map/defaultmap/adddefaultmap sub-blocks were not skipped properly. 2015-08-23 23:32:12 +00:00
ZDoom Fixed, DECORATE parser: enums were not handled properly. 2015-07-26 23:18:13 +00:00
app.manifest Fixed: apparently, adding dpiAware as asmv1 element broke Windows XP compatibility... 2015-01-08 15:01:57 +00:00
Builder.csproj Classic modes: added "Dynamic grid size" option (available in the View menu and on the main toolbar). When enabled, grid size will be automatically adjusted based on current zoom level. 2015-08-20 14:09:28 +00:00
Builder.sln Removed UDMFControls plugin. 2013-08-10 11:28:51 +00:00