Skip to content

Tags: TheCoderMerlin/Igis

Tags

1.4.1

Toggle 1.4.1's commit message
Merge branch 'master' of github.com:TheCoderMerlin/Igis

1.4.0

Toggle 1.4.0's commit message
Updated for latest version of Swift NIO

1.3.8

Toggle 1.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #12 from Riley229/master

Made several improvements to Igis client-side interface.

1.3.7

Toggle 1.3.7's commit message
Suppressed printing in merlinMissionManagerMode

1.3.6

Toggle 1.3.6's commit message
Igis Snapshot 1.3.6

1.3.5

Toggle 1.3.5's commit message
Igis Snapshot 1.3.5

Merged changes to accomodate ScenesAnimation library.

1.3.4

Toggle 1.3.4's commit message
Fixed errors with TextMetric on some browsers

fix(TextMetric): Allow some metrics to be undefined
Some browsers do not currently report all metrics or required
that they be manually enabled by the user.  This fix allows
those specific metrics to be nil.

fix(TextMetric): Allow left metrics to be negative
Some browsers report the actualBoundBoxLeft as a negative number

1.3.3

Toggle 1.3.3's commit message
Implemented feature to enable layout of rectangles

    * feat(Layout): New class implemented to layout rects

      Properties of a group of rects may be easily determined, e.g.
            - maxWidth
	          - maxHeight
		        Changes to a group of rects may be easily
      applied, e.g.
            - alignBottoms
	          - distributeHorizontally

    * fix(ClipPath): Clip has been renamed and now includes embedded
      Path

      BREAKING CHANGE:
            The Clip class has been renamed to ClipPath
	          The ClipPath class now requires a Path in the
            initializer
	          This addresses an issue where the Path would
            otherwise be rendered
	          in addition to being used for clipping

    * refactor(Path): Minor changes to separate path creation commands

      Separated the commands for generating a path from the commands
      for
            rendering the path
	          Added copy constructor

    * refactor(HttpHandler): Improved warning messages

    * feat(Rect): Added computed variables for width and height

    * feat(Rect): Added function to calculate union of two Rects

    * feat(Rect): Added functions to inflate a Rect

    * docs(all): Updated

1.3.2

Toggle 1.3.2's commit message
Igis Release 1.3.2

* Added red, green, and blue variables to Color as well as lerp()
* Internal update of WebSocket
* Documentation updated

1.3.1

Toggle 1.3.1's commit message
Igis Release 1.3.1