diff options
author | yzrh <yzrh@noema.org> | 2020-10-10 17:16:14 +0000 |
---|---|---|
committer | yzrh <yzrh@noema.org> | 2020-10-10 17:37:53 +0000 |
commit | b9b74e88028f81e7b169a5e168102138e8c2c46c (patch) | |
tree | 2b8f9f8896db3a6871c56215acf71cb502fe7be4 /CHANGE.md | |
download | snake-sdl-b9b74e88028f81e7b169a5e168102138e8c2c46c.tar.gz snake-sdl-b9b74e88028f81e7b169a5e168102138e8c2c46c.tar.zst |
Initial commit.
Diffstat (limited to 'CHANGE.md')
-rw-r--r-- | CHANGE.md | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/CHANGE.md b/CHANGE.md new file mode 100644 index 0000000..9284077 --- /dev/null +++ b/CHANGE.md @@ -0,0 +1,83 @@ +0.6.2_3 (2020-10-10) +==================== + +* Update contrib/IBM-Plex-Sans to 5.1.3 + +0.6.2_2 (2019-10-31) +==================== + +* Make sound support optional + +0.6.2_1 (2019-10-30) +==================== + +* Make GPIO support optional + +0.6.2 (2019-03-27) +================== + +* Fix GPIO interrupt + +0.6.1 (2019-03-25) +================== + +* Fix GPIO mapping + +0.6.0 (2019-03-18) +================== + +* Change timer resolution to nanosecond +* Add colour selection to renderer +* Add GPIO support + +0.5.1 (2019-03-12) +================== + +* Add a pause at the start of flappy mode + +0.5.0 (2019-03-09) +================== + +* Change keyboard key map +* Change maximum speed in classic mode to a lower value +* Change snake initial position to be centred +* Add flappy bird like game mode + +0.4.1 (2019-03-06) +================== + +* Fix swipe threshold + +0.4.0 (2019-03-04) +================== + +* Change game loop to be threaded +* Change menu to be event driven +* Change font size +* Add font texture caching +* Add option to toggle music +* Add condition for clearing game +* Add touchscreen support + +0.3.1 (2019-02-22) +================== + +* Fix pause logic + +0.3.0 (2019-02-22) +================== + +* Change memory allocation method +* Change difficult scaling +* Add pause function + +0.2.0 (2019-02-21) +================== + +* Add multiplayer mode +* Add key press driven menu + +0.1.0 (2019-02-20) +================== + +* Initial release |