Rich

Results 48 issues of Rich

The E0 120km map is used by the WWI proto app. It currently looks messy.

enhancement
help wanted
good first issue

Use amour counter instead of cavalry in WW2 scenario.

enhancement
help wanted
high priority

Consider removing Isthmus in HSetter.

code elimination

Create Drawing and Filling type class instances for Shape, LSeg, Polygon, Triangle etc.

enhancement

The asInt method is throwing on empty Strings. This may apply to other types. There is a guard on alphaNatPartion method that needs to be removed once fixed.

bug

Union Jack and England flag have the wrong width to height ratio. [EuropeFlags.scala](https://github.com/Rich2/openstrat/blob/master/Apps/srcStrat/pFlags/EuropeFlags.scala)

bug
help wanted
good first issue

Replace implicits with given / using.

help wanted
good first issue
code elimination

Some Compound Graphics will no longer extend the Affine contract. For example a Circle degrades to an ordinary Ellipse under some affine. This will not work for function child graphics,...

enhancement
feature
advanced