MapView2_230522.7z
MapView.exe 4.4.6.0
McdView.exe 4.1.2.1
PckView.exe 4.3.0.1
XCom.dll 4.2.0.0
DSShared.dll 4.2.1.1
YamlDotNet.dll 0.0.1.0 (c) Antoine Aubry and contributors
ConfigConverter.exe 2.2.2.1
RulesetConverter.exe 1.3.0.1
RouteView
-
hardcap Link destinations to MaxDestId=250. The value is stored as a byte in
the Routefile but the top 5 values are reserved for the compass points and the
NotUsed value. Note that Routenode IDs are not limited to Byte.MaxValue but
they can't be linked to if their ID is greater than 250. -
support more than 256 routenodes in a Routefile.
-
TftD NodeRanks: change "Leader/Commander" string to "Navigator/Commander".
-
SpawnInfo dialog: rework layout mechanics to account for the longer
"Navigator/Commander" string. -
add (textbox) Goto #id on the menubar.
-
rewrite the embedded MonotoneSpriteset (TopView's quadrant and TileView's
eraser sprites).
MapResize
- restrict cols/rows/levels to Max 255 (these values are stored in a Mapfile as
bytes). - bugfix: when removing levels from the bottom of a Map that has routenodes that
go out of bounds at the currently displayed level an exception was thrown by
RouteView's Paint routine. fixed ...