Commit Graph

624 Commits

Author SHA1 Message Date
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
Jonathan Lamothe 95c97d722e removed unnecessary dbFname config value 2020-03-12 12:47:38 -04:00
Jonathan Lamothe 0eb46cacce
Merge pull request #80 from mtlstats/season-select
Select season database on startup
2020-03-12 03:27:04 -04:00
Jonathan Lamothe 25f887a5e8 don't call modify if database isn't changing 2020-03-12 03:19:27 -04:00
Jonathan Lamothe 7ba670948b updated change log 2020-03-12 02:46:44 -04:00
Jonathan Lamothe ca06b0570e load and save databases properly 2020-03-12 02:44:41 -04:00
Jonathan Lamothe 1e8473538a prompt for database name 2020-03-11 03:56:58 -04:00
Jonathan Lamothe 87336dcd1d control flow branch for reading database 2020-03-11 03:20:38 -04:00
Jonathan Lamothe ffa241c1f7 added dbName field to ProgState 2020-03-11 03:09:47 -04:00
Jonathan Lamothe f9085832f4 version 0.14.0 2020-03-05 16:56:48 -05:00
Jonathan Lamothe e15623bde3
Merge pull request #79 from mtlstats/report-file
output report to a text file (report.txt)
2020-03-05 16:54:55 -05:00
Jonathan Lamothe db62fbb542 output report to a text file (report.txt) 2020-03-05 16:45:40 -05:00
Jonathan Lamothe 4a8515b862
Merge pull request #78 from mtlstats/fix-shutouts
Fix shutouts
2020-03-05 05:35:17 -05:00
Jonathan Lamothe e4c668d1e4 updated change log 2020-03-05 05:28:56 -05:00
Jonathan Lamothe 9ee33cbd03 hlint suggestions 2020-03-05 05:26:25 -05:00
Jonathan Lamothe 53c49492cb fixed shutout bug
shutouts weren't being recorded
2020-03-05 05:26:25 -05:00
Jonathan Lamothe 4d1eaa1523 Merge branch 'master' into dev 2020-03-05 05:24:57 -05:00
Jonathan Lamothe 29fae81513 version 0.13.0 2020-03-05 05:21:34 -05:00
Jonathan Lamothe 8a8a550854
Merge pull request #77 from mtlstats/vagrant
vagrant setup
2020-03-03 14:33:58 -05:00
Jonathan Lamothe 6227df8e01 vagrant setup 2020-03-03 14:23:13 -05:00
Jonathan Lamothe 0676bf4067
Merge pull request #76 from mtlstats/single-goalie
don't ask which goalie to assign the game to when there's only one
2020-02-14 23:02:47 -05:00
Jonathan Lamothe 119032ca80 don't ask which goalie to assign the game to when there's only one 2020-02-14 22:56:35 -05:00
Jonathan Lamothe 2607fc5ce8
Merge pull request #75 from mtlstats/active-check
ask whether player/goalie is active on creation
2020-02-14 00:15:17 -05:00
Jonathan Lamothe d18cb7dd59 updated change log 2020-02-14 00:09:34 -05:00
Jonathan Lamothe dff11a8316 assume goalie is active on creation of rookie 2020-02-14 00:08:19 -05:00
Jonathan Lamothe 747bdf8f32 assume player is active on creation of rookie 2020-02-14 00:08:19 -05:00