glimmer-dsl-libui 0.2.15 → 0.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f23b1189d1941feb73e4bb46e1dde90c491815f3f0900aea06f43a05ceae56ff
4
- data.tar.gz: 0243b5a6b58772596b0ca0ea6211376ee864654933ceedcd726543f88a49d364
3
+ metadata.gz: 0ff67ac5c365f692b3bd884c0b0cfaacfe0fcecc9eb26b18ade0cd8f52c78c06
4
+ data.tar.gz: 705fda986670a9e196c0f520d9322058f0cbdbb83b7317e3ca55eb34937aff0c
5
5
  SHA512:
6
- metadata.gz: ac7d1713123d01d73c40a7b8bef6e952cb6347247d53769a6f1c2592891c9889b38840d86bfe42d256116d8d70df3bd704a25114491c0b54ec9b155543b358ea
7
- data.tar.gz: 887830207088df1a8380e558c42a5fd2b2c448c963da5018f81938767392954a73f37a2984fa831e43a4db22d5d6402980bac9dc0bfff96788cd6967aa643305
6
+ metadata.gz: c4ed363d60a4998baba5e3d6fdba60fde484e6d77d997051c3a7c9fdd5ab852ee5f9ee96de35d74f631b09a7bbb375adda967c915aee4f896facfc40375ef6da
7
+ data.tar.gz: 9c8d0080d025effa2e074cc140f532d6a9f5e3a1726dc1230a8dc7519316d1fbc6d947edee39ab3cbc8889cef10a221089b89b6f70fbbb8c76872a34332565ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.2.19
4
+
5
+ - Improve examples/tetris.rb with a score board (indicating next Tetromino, score, level, and lines)
6
+ - Add instant down action to examples/tetris.rb upon hitting the space button
7
+
8
+ ## 0.2.18
9
+
10
+ - Support `polygon` (closed figure of lines), `polyline` (open figure of lines), and `polybezier` (open figure of beziers) shape keywords to use under `path`
11
+ - Improve examples/tetris.rb with bevel block 3D look and restarting upon game over
12
+ - Update examples/area_gallery.rb to add uses of `polygon`, `polyline`, and `polybezier`
13
+ - Refactor examples/histogram.rb to utilize new `polygon` and `polyline` keywords
14
+ - Support `area` `request_auto_redraw`, `pause_auto_redraw`, and `resume_auto_redraw`, operations, and `auto_redraw_enabled` property.
15
+
16
+ ## 0.2.17
17
+
18
+ - Tetris example - basic version with simple color squares
19
+
20
+ ## 0.2.16
21
+
22
+ - Document all examples with Windows screenshots
23
+ - Fix examples/basic_transform.rb issue on Windows where it shows an uncentered different graphic than what is shown on Mac and Linux
24
+
3
25
  ## 0.2.15
4
26
 
5
27
  - Make examples/meta_example.rb output catch up more quickly with event puts statements