Gordon Shumway
|
be44eb569e
|
remove redundant code
|
2020-02-03 20:18:31 -05:00 |
|
Gordon Shumway
|
2b179ca3ef
|
various minor fixes
|
2020-02-03 19:06:50 -05:00 |
|
Gordon Shumway
|
6a4c4171f8
|
Update plugin.py
|
2020-02-03 18:15:31 -05:00 |
|
Gordon Shumway
|
fc00296b8d
|
Jeopardy: better end of round checking.
|
2020-02-02 18:10:38 -05:00 |
|
Gordon Shumway
|
9cf70d693e
|
Jeopardy: various minor fixes.
|
2020-02-02 12:07:07 -05:00 |
|
oddluck
|
63896314ac
|
Jeopardy: minor cleanup, fixes.
|
2020-02-02 14:08:21 +00:00 |
|
oddluck
|
d18f906b2f
|
Jeopardy: minor cleanup, fixes.
|
2020-02-02 13:50:08 +00:00 |
|
oddluck
|
7d6a37a043
|
Jeopardy: Normalize whitespace.
|
2020-02-02 12:48:00 +00:00 |
|
Gordon Shumway
|
3018ec832e
|
Update plugin.py
|
2020-02-02 07:38:46 -05:00 |
|
Gordon Shumway
|
05dd821bec
|
re-add unidecode normalization
|
2020-02-02 07:26:21 -05:00 |
|
Gordon Shumway
|
f3b1a4f479
|
NFKC normalize text
|
2020-02-02 07:21:15 -05:00 |
|
oddluck
|
4de39a665b
|
Jeopardy: various fixes.
|
2020-02-02 12:05:13 +00:00 |
|
oddluck
|
226330cddb
|
Jeopardy: add autoRestart config.
|
2020-02-02 04:14:45 +00:00 |
|
Gordon Shumway
|
b5e04e15f4
|
Jeopardy: various cleanup/fixes.
|
2020-02-01 20:59:56 -05:00 |
|
Gordon Shumway
|
3e230e2d0c
|
Jeopardy: case-insensitive stats.
|
2020-02-01 19:39:44 -05:00 |
|
Gordon Shumway
|
246edd1349
|
Jeopardy: fix hintReduction typo.
|
2020-02-01 14:13:14 -05:00 |
|
Gordon Shumway
|
8efb01accb
|
Jeopardy: fix duplicate HINT: text.
|
2020-02-01 11:47:37 -05:00 |
|
Gordon Shumway
|
cd88582ea1
|
Jeopardy: generalize popular category list.
|
2020-02-01 11:44:54 -05:00 |
|
Gordon Shumway
|
a09938f783
|
Jeopardy: remove search URL.
|
2020-02-01 11:37:59 -05:00 |
|
oddluck
|
ab593f14ef
|
Jeopardy: add hint command.
|
2020-02-01 15:33:56 +00:00 |
|
oddluck
|
c98d27fb01
|
Jeopardy: always allow admins to start/stop.
|
2020-01-30 11:25:31 +00:00 |
|
oddluck
|
dea6bdee61
|
Jeopardy: jserviceUrl config for local/alternate host.
|
2020-01-30 08:38:10 +00:00 |
|
oddluck
|
6f4337ffdf
|
Jeopardy: minor edit to last commit.
|
2020-01-30 07:29:56 +00:00 |
|
oddluck
|
04cb7360e6
|
Jeopardy: various feature requests implemented.
|
2020-01-30 07:20:33 +00:00 |
|
oddluck
|
0aa168d562
|
Jeopardy: add stats command.
|
2020-01-29 02:36:11 +00:00 |
|
oddluck
|
0347f9bae9
|
Jeopardy: Don't allow answers after timeout.
|
2020-01-19 11:26:54 +00:00 |
|
oddluck
|
07c0f2b172
|
Jeopardy: Don't allow answers after timeout.
|
2020-01-19 03:23:16 +00:00 |
|
oddluck
|
0a3b84b6c4
|
Jeopardy: add --no-hints start option.
|
2019-12-23 17:14:37 +00:00 |
|
Gordon Shumway
|
30fa5aab53
|
remove history file, keep history per session
|
2019-09-03 03:05:44 -04:00 |
|
Gordon Shumway
|
cd5e994b94
|
Update plugin.py
|
2019-07-13 02:38:08 -04:00 |
|
Gordon Shumway
|
4acbca576a
|
use jellyfish-jaro-winkler for guess/answer check
|
2019-06-18 21:47:57 -04:00 |
|
Gordon Shumway
|
05dcf70665
|
use fuzzywuzzy for answer checking
|
2019-06-18 20:03:30 -04:00 |
|
Gordon Shumway
|
8a08011884
|
fallback to unshuffled if category list exhausted
|
2019-06-17 22:05:16 -04:00 |
|
Gordon Shumway
|
0e1d4f118b
|
add --shuffle option
|
2019-06-17 20:27:57 -04:00 |
|
Gordon Shumway
|
620ed0b44d
|
Update plugin.py
|
2019-06-16 20:58:45 -04:00 |
|
Gordon Shumway
|
20a8906d8b
|
update help strings
|
2019-06-16 20:58:11 -04:00 |
|
Gordon Shumway
|
4ee3f21f2c
|
reverse question list after import
|
2019-06-16 09:47:05 -04:00 |
|
Gordon Shumway
|
fc34ae1c62
|
move randomization
|
2019-06-16 09:41:13 -04:00 |
|
Gordon Shumway
|
3677f1e40e
|
Update plugin.py
|
2019-06-16 09:31:35 -04:00 |
|
Gordon Shumway
|
78052bacc6
|
fallback to random questions
|
2019-06-16 09:19:49 -04:00 |
|
Gordon Shumway
|
bd80055b88
|
better random category selection
|
2019-06-16 09:13:22 -04:00 |
|
Gordon Shumway
|
b41c629aef
|
Update plugin.py
|
2019-06-16 08:11:52 -04:00 |
|
Gordon Shumway
|
21f8ca8193
|
speedup guess/answer checking
|
2019-06-16 07:57:00 -04:00 |
|
Gordon Shumway
|
9c238d3080
|
Update plugin.py
|
2019-06-16 07:13:02 -04:00 |
|
Gordon Shumway
|
8b9b45aa2d
|
strip leading a/an/the from guess/answer checks
|
2019-06-16 07:11:14 -04:00 |
|
Gordon Shumway
|
3ef4859367
|
simplify hint reveal randomization
|
2019-06-16 06:28:47 -04:00 |
|
Gordon Shumway
|
bf47623b00
|
randomize hint letter reveals
|
2019-06-16 04:19:02 -04:00 |
|
Gordon Shumway
|
648c41e6b6
|
better scorekeeping output
|
2019-06-16 01:00:02 -04:00 |
|
Gordon Shumway
|
9fc2e5066e
|
add random category option
|
2019-06-16 00:46:57 -04:00 |
|
Gordon Shumway
|
87b4d53bd7
|
category searching, change start command options
|
2019-06-15 22:20:55 -04:00 |
|