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
|
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
|
227401461b
|
wip: switching from ncurses to brick
|
2023-05-30 17:49:35 -04:00 |
|
Jonathan Lamothe
|
855854cd42
|
updated copyright notice
|
2023-05-23 17:22:14 -04:00 |
|
Jonathan Lamothe
|
f869209ec6
|
version 0.16.1
also updated copyright notice
|
2021-05-08 12:19:34 -04:00 |
|
Jonathan Lamothe
|
bce31d059b
|
enter months by number
|
2020-04-15 22:07:56 -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
|
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
|
9ee33cbd03
|
hlint suggestions
|
2020-03-05 05:26:25 -05:00 |
|
Jonathan Lamothe
|
dfd226c7bd
|
implement position selection prompt on player creation/edit
|
2020-02-13 01:58:59 -05:00 |
|
Jonathan Lamothe
|
a80eaa2a40
|
implemented selectPositionPrompt
|
2020-02-11 23:00:13 -05:00 |
|
Jonathan Lamothe
|
accc831bc5
|
allow dashes in database backup files
|
2020-02-04 00:19:15 -05:00 |
|
Jonathan Lamothe
|
39646f3fa7
|
save a copy of the database on start of new season
|
2020-01-14 03:21:40 -05:00 |
|
Jonathan Lamothe
|
2bf8d15bd4
|
logic branch for database saving on new season
|
2020-01-14 02:42:30 -05:00 |
|
Jonathan Lamothe
|
1763f142f1
|
updated copyright
|
2020-01-11 00:29:45 -05:00 |
|
Jonathan Lamothe
|
63bd9a6de4
|
implemented numPromptWithFallback
|
2019-12-31 22:44:37 -05:00 |
|
Jonathan Lamothe
|
482f42dca7
|
force proper name capitalization on player/goalie creation
|
2019-12-14 01:15:00 -05:00 |
|
Jonathan Lamothe
|
996bad94f1
|
force capitalization of player/goalie names in player selection
|
2019-12-14 01:09:40 -05:00 |
|
Jonathan Lamothe
|
1ca2ffc378
|
bugfix: uppercase prompt hangs
|
2019-12-02 13:46:43 -05:00 |
|
Jonathan Lamothe
|
05af939963
|
force player position to upper case
|
2019-11-30 13:02:42 -05:00 |
|
Jonathan Lamothe
|
f7cfd5d835
|
allow lower case
- allow strPrompt to accept lower case letters
- implemented ucStrPrompt which forces characters to upper case
|
2019-11-30 11:52:06 -05:00 |
|
Jonathan Lamothe
|
c99a39b2b9
|
be pedantic
|
2019-11-12 17:01:08 -05:00 |
|
Jonathan Lamothe
|
04140df812
|
removed redundant code (mostly imports)
|
2019-11-07 23:37:46 -05:00 |
|
Jonathan Lamothe
|
ca2dd92bfe
|
broke Actions Prompt and Control modules off into NewGame submodules
|
2019-11-07 22:36:08 -05:00 |
|
Jonathan Lamothe
|
2f767209bb
|
broke goalie input functions for game off into separate modules
|
2019-11-04 02:38:48 -05:00 |
|
Jonathan Lamothe
|
43f3d9eb08
|
renamed GameState fields to prevent name collisions
|
2019-11-04 01:48:47 -05:00 |
|
Jonathan Lamothe
|
3f38160abd
|
don't mark goalies recorded unless at least one has been entered
|
2019-11-04 01:30:09 -05:00 |
|
Jonathan Lamothe
|
8e74764cab
|
implemented promptController and promptControllerWith
|
2019-11-04 00:51:50 -05:00 |
|
Jonathan Lamothe
|
20ee194035
|
implemented playerToEditPrompt
|
2019-11-01 06:50:08 -04:00 |
|
Jonathan Lamothe
|
e754d887c5
|
implemented Mtlstats.Control.EditPlayer.selectPlayerC
|
2019-11-01 06:50:08 -04:00 |
|
Jonathan Lamothe
|
ff541c2385
|
implemented goalsAllowedPrompt
|
2019-10-31 01:21:21 -04:00 |
|
Jonathan Lamothe
|
cb0b4f9d0b
|
implemented goalsAllowedC
|
2019-10-31 00:46:12 -04:00 |
|
Jonathan Lamothe
|
4fa707bc0f
|
implemented goalieMinsPlayedPrompt
|
2019-10-31 00:46:12 -04:00 |
|
Jonathan Lamothe
|
a6395ada9c
|
implemented minsPlayedC
|
2019-10-31 00:46:12 -04:00 |
|
Jonathan Lamothe
|
2926e28e34
|
implemented selectGoaliePrompt
|
2019-10-31 00:46:12 -04:00 |
|
Jonathan Lamothe
|
d215f27f4f
|
make selectPlayerPrompt call selectPrompt
|
2019-10-31 00:46:12 -04:00 |
|
Jonathan Lamothe
|
1e78ca6f40
|
implemented selectPrompt
|
2019-10-31 00:46:12 -04:00 |
|
Jonathan Lamothe
|
faa214bf6d
|
implemented selectGameGoaliePrompt
|
2019-10-31 00:46:12 -04:00 |
|
Jonathan Lamothe
|
6c634cd366
|
implemented Mtlstats.Control.GoalieInput.selectGoalieC
|
2019-10-31 00:46:12 -04:00 |
|
Jonathan Lamothe
|
ed31ce5b1d
|
added missing documentation comments
|
2019-10-30 01:29:16 -04:00 |
|
Jonathan Lamothe
|
0812ae3ddd
|
implemented goalie name prompt
|
2019-10-30 01:29:16 -04:00 |
|
Jonathan Lamothe
|
ec914a38b1
|
implemented goalieNumPrompt
|
2019-10-30 01:29:16 -04:00 |
|
Jonathan Lamothe
|
a9b5ada114
|
implemented getGoalieNumC
|
2019-10-30 01:29:16 -04:00 |
|
Jonathan Lamothe
|
4a113d06e1
|
bugfix: don't abort player selection
...upon cancellation of player creation
|
2019-10-30 00:45:16 -04:00 |
|
Jonathan Lamothe
|
ef8f7f3fee
|
don't abort creating new player on selection
|
2019-10-19 00:41:56 -04:00 |
|
Jonathan Lamothe
|
3d1f6170f6
|
implemented assignPMinsPrompt
|
2019-10-09 22:33:48 -04:00 |
|
Jonathan Lamothe
|
1a481ab49d
|
implemented getPMinsC
|
2019-10-09 22:24:30 -04:00 |
|