Commit Graph

649 Commits (master)

Author SHA1 Message Date
Jonathan Lamothe 93048d6053 version 0.17.0.1 2023-06-04 18:04:41 -04:00
Jonathan Lamothe d55f7b1f50 force capitalization in ucStrPrompt 2023-06-04 17:53:48 -04:00
Jonathan Lamothe a5679cb1fc version 0.17.0 2023-06-02 15:30:44 -04:00
Jonathan Lamothe bdbf7daf4e Merge pull request 'switch from ncurses to brick' (#1) from brick into dev
Reviewed-on: #1
2023-06-02 15:28:41 -04:00
Jonathan Lamothe e0efe2657f ynHandler should ignore keypresses with modifier keys 2023-06-02 15:26:22 -04:00
Jonathan Lamothe 886cf0b243 even more stylistic changes
I hope to God I'm done with these now.
2023-06-01 19:51:04 -04:00
Jonathan Lamothe 251dc90cea more stylistic changes 2023-06-01 19:06:46 -04:00
Jonathan Lamothe 17b3f9a03e minor stylistic edits 2023-06-01 18:39:46 -04:00
Jonathan Lamothe 01457dbe6f removed signature line 2023-06-01 17:18:09 -04:00
Jonathan Lamothe 134787e1be removed Travis CI configuration file 2023-06-01 17:15:29 -04:00
Jonathan Lamothe 284a8c6725 various layout fixes 2023-05-31 22:19:18 -04:00
Jonathan Lamothe d92722be9c use Editor istead of String 2023-05-31 20:08:49 -04:00
Jonathan Lamothe 820aab5e96 fix layout of selection prompt 2023-05-31 13:21:49 -04:00
Jonathan Lamothe 2d5c4e6471 fixed spacing on title screen 2023-05-30 19:01:30 -04:00
Jonathan Lamothe 097d51f34b properly centre menu headings 2023-05-30 18:56:44 -04:00
Jonathan Lamothe 166483dc50 fixed missing blank line between menu header and options 2023-05-30 18:45:03 -04:00
Jonathan Lamothe 08e0f96a81 cursor position fix
cursor X and Y coordinates were transposed for the simple string prompts
2023-05-30 18:30:49 -04:00
Jonathan Lamothe afae5ea14a updated ChangeLog 2023-05-30 18:21:56 -04:00
Jonathan Lamothe ea9a9c6a85 bugfix: backspace
backspace functionality was mistakenly mapped to the escape key for some reason
2023-05-30 18:11:54 -04:00
Jonathan Lamothe d40b56da37 bail on CTRL-C 2023-05-30 18:06:32 -04:00
Jonathan Lamothe 5ea2d77921 bugfix: make the whole background blue 2023-05-30 17:58:45 -04:00
Jonathan Lamothe 227401461b wip: switching from ncurses to brick 2023-05-30 17:49:35 -04:00
Jonathan Lamothe 458554bef2 updated copyright notice on title screen 2023-05-23 17:37:38 -04:00
Jonathan Lamothe 855854cd42 updated copyright notice 2023-05-23 17:22:14 -04:00
Jonathan Lamothe da6d01b258 removed Vagrant stuff 2023-05-23 15:31:04 -04:00
Jonathan Lamothe f869209ec6 version 0.16.1
also updated copyright notice
2021-05-08 12:19:34 -04:00
Jonathan Lamothe c6393830e2
Merge pull request #86 from mtlstats/no-game-new-season
Don't automatically start a new game on new season
2021-05-08 12:01:17 -04:00
Jonathan Lamothe b054ba66f2 Don't automatically start a new game on new season 2021-05-08 11:44:38 -04:00
Jonathan Lamothe 1e0b72fc40 version 0.16.0 2020-04-15 22:26:33 -04:00
Jonathan Lamothe 2c5b4a0791
Merge pull request #85 from mtlstats/month-numbers
enter months by number
2020-04-15 22:24:14 -04:00
Jonathan Lamothe bce31d059b enter months by number 2020-04-15 22:07:56 -04:00
Jonathan Lamothe 99baebe144 version 0.15.2 2020-04-07 21:34:05 -04:00
Jonathan Lamothe eb3714c40a
Merge pull request #84 from mtlstats/allow-ties
allow ties
2020-04-07 21:32:49 -04:00
Jonathan Lamothe 1bd3ae9564 allow ties 2020-04-07 21:30:47 -04:00
Jonathan Lamothe 2adfe9b016 version 0.15.1 2020-04-06 15:34:10 -04:00
Jonathan Lamothe 85a8e3baf1
Merge pull request #83 from mtlstats/active-player-search
only search for active players/goalies on game input
2020-04-06 15:32:29 -04:00
Jonathan Lamothe 393a2c6dc4 updated change log 2020-04-06 15:16:27 -04:00
Jonathan Lamothe ed240c6a38 only search through active players/goalies on game input 2020-04-06 15:14:48 -04:00
Jonathan Lamothe 4f147cd5a4 implemented searchActiveGoaliePrompt 2020-04-06 15:01:26 -04:00
Jonathan Lamothe 9b6dfc4be9 implemented selectActivePlayerPrompt 2020-04-06 14:46:30 -04:00
Jonathan Lamothe c20fb30f5b version 0.15.0 2020-03-13 00:00:52 -04:00
Jonathan Lamothe 3c0e690ed3
Merge pull request #82 from mtlstats/del-player
delete player/goalie
2020-03-12 23:59:16 -04:00
Jonathan Lamothe f37e231623 updated change log 2020-03-12 23:53:27 -04:00
Jonathan Lamothe fbaf2a1e60 exit properly from delete menus 2020-03-12 23:52:40 -04:00
Jonathan Lamothe 65979329bd added player/goalie delete to menus 2020-03-12 23:42:40 -04:00
Jonathan Lamothe ded019faac implemented deleting of goalies 2020-03-12 23:37:42 -04:00
Jonathan Lamothe 1322004d38 implemented player deletion 2020-03-12 23:19:17 -04:00
Jonathan Lamothe 2cb279e7e7 implemented dropNth 2020-03-12 22:41:28 -04:00
Jonathan Lamothe 7ca66ad801
Merge pull request #81 from mtlstats/page-break
add page break to report
2020-03-12 22:14:40 -04:00
Jonathan Lamothe 82544046ce add page break to report 2020-03-12 22:09:05 -04:00