Releases: missioncommand/mil-sym-js
mil-sym-js release v0.3.37
Direction of Movement branches off of HQ Staff when present
mil-sym-js release v0.3.36
mil-sym-js release v0.3.35
Added GeoPixelConversion3D.js to release. (issue #33)
mil-sym-js release v0.3.34
-Fixed a bug when using 2525B as an override value for multipoints
-Obstacle Effect Turn (G*MPOET---****X) (2525C) has been updated so that point 1 is the arrowhead as per 2525C. The 2525B version remains unchanged (point 2 is the arrowhead, point 1 is the tail).
-Cleaned up some symbology that only appears in one standard and not the other.
mil-sym-js release v0.3.33
Fixes for screen guard and cover. Now the segments that end in the middle will point to pt1 which represents the middle of the line segment. Before they were not ending / pointing to the middle when rotated. (Thanks Josh Tharp)
This fix is for the 3 point version of this symbol.
mil-sym-js release v0.3.32
- #29 Fix for: If 2525B is not loaded, getBasicSymbolID errors out when called with no symStd parameter
mil-sym-js release v0.3.31
-MilStdIconRenderer renders a too-large image for some hostile action points #27
-updated default fill colors for units to the "light" setting defined in Table XIII in Mil-Std 2525C (17 November 2008), section 5.7.2. If you liked the old colors or prefer different default, you can still define those via RendererSettings.
(i.e. RendererSettings.setFriendlyUnitFillColor(new armyc2.c2sd.renderer.utilities.Color (128, 224, 255)))
mil-sym-js release v0.3.30
- port fix for an issue where the delay graphic's curve would reverse when it was not supposed to
- #24 -Allow-the-setting-of-he-preferred-affiliation-colors
- Added single point version of WO-DIDID---L--- (WO-DIDID--P----), I believe it was intended to be a single point graphic
- updated modifier checks for units for SVG rendering to make sure units aren't rendered with modifiers they don't have.
- fixed echelon rendering for SOF. (SF)
mil-sym-js release v0.3.29
-fix for: getBasicSymbolID returns incorrect value
missioncommand/mil-sym-java#80
-Added get/SetTwoLabelOnly() to limit repeating modifiers on multipoint graphics issue #20
-more strict with not displaying modifiers that a unit type doesn't have issue #23
-display modifiers (like mobility) will match the line color of the unit rather than always being black.
mil-sym-js release v0.3.28
-fix for direction of movement arrow for stability operations and EMS
-fix for Air Corridor Width Not Labeled Correctly
missioncommand/mil-sym-java#77