Commit Graph

477 Commits

Author SHA1 Message Date
jlamothe 17b3f9a03e minor stylistic edits 2023-06-01 18:39:46 -04:00
jlamothe 284a8c6725 various layout fixes 2023-05-31 22:19:18 -04:00
jlamothe d92722be9c use Editor istead of String 2023-05-31 20:08:49 -04:00
jlamothe 820aab5e96 fix layout of selection prompt 2023-05-31 13:21:49 -04:00
jlamothe 2d5c4e6471 fixed spacing on title screen 2023-05-30 19:01:30 -04:00
jlamothe 097d51f34b properly centre menu headings 2023-05-30 18:56:44 -04:00
jlamothe 166483dc50 fixed missing blank line between menu header and options 2023-05-30 18:45:03 -04:00
jlamothe 08e0f96a81 cursor position fix
cursor X and Y coordinates were transposed for the simple string prompts
2023-05-30 18:30:49 -04:00
jlamothe ea9a9c6a85 bugfix: backspace
backspace functionality was mistakenly mapped to the escape key for some reason
2023-05-30 18:11:54 -04:00
jlamothe 227401461b wip: switching from ncurses to brick 2023-05-30 17:49:35 -04:00
jlamothe 458554bef2 updated copyright notice on title screen 2023-05-23 17:37:38 -04:00
jlamothe 855854cd42 updated copyright notice 2023-05-23 17:22:14 -04:00
jlamothe f869209ec6 version 0.16.1
also updated copyright notice
2021-05-08 12:19:34 -04:00
jlamothe b054ba66f2 Don't automatically start a new game on new season 2021-05-08 11:44:38 -04:00
Jonathan Lamothe bce31d059b enter months by number 2020-04-15 22:07:56 -04:00
Jonathan Lamothe 1bd3ae9564 allow ties 2020-04-07 21:30:47 -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 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 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 25f887a5e8 don't call modify if database isn't changing 2020-03-12 03:19:27 -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 db62fbb542 output report to a text file (report.txt) 2020-03-05 16:45:40 -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 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 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
Jonathan Lamothe 9b07c6d249 record active flag on goalie creation 2020-02-13 23:55:00 -05:00
Jonathan Lamothe e28ef1ff0e record active flag on player creation 2020-02-13 23:40:43 -05:00
Jonathan Lamothe 960fbb3443 display active flags in new player/goalie creation summaries 2020-02-13 23:30:31 -05:00
Jonathan Lamothe 439aab99d3 prompt whether or not a new player/goalie is active 2020-02-13 23:28:10 -05:00
Jonathan Lamothe 8d7a7997b1 created active flag controller branches 2020-02-13 23:23:18 -05:00
Jonathan Lamothe 7e409fdbd4 added cpsActiveFlag and cgsActiveFlag 2020-02-13 23:18:53 -05:00
Jonathan Lamothe 214710661a code cleanup 2020-02-13 20:08:10 -05:00
Jonathan Lamothe 6bb4601e6b only ask for goalie lifetime stats when not rookie 2020-02-13 20:03:27 -05:00
Jonathan Lamothe e51953650c set rookie flag appropriately on goalie creation 2020-02-13 19:45:36 -05:00
Jonathan Lamothe 14386f9c7d display whether or not goalie is a rookie on creation confirmation 2020-02-13 15:23:40 -05:00
Jonathan Lamothe ec10aa7998 ask if a new goalie is a rookie 2020-02-13 14:57:29 -05:00
Jonathan Lamothe fe28e96145 use promptController in Mtlstats.Control.CreateGoalie 2020-02-13 14:45:43 -05:00
Jonathan Lamothe 2941998058 only edit player lifetime stats if rookie
...on new player creation
2020-02-13 11:08:32 -05:00