Neale Pickett
36dd72f3e9
puzzle.go looking good
2020-09-04 13:00:23 -06:00
Neale Pickett
f9cabc5255
Start to support generated categories
2020-09-03 20:04:43 -06:00
Neale Pickett
7b06171839
work on getting mkpuzzle to work
2020-09-01 20:12:57 -06:00
Neale Pickett
7c22520b70
More transpiler testing
2020-08-31 16:37:51 -06:00
Neale Pickett
0418877db0
transpiler work
2020-08-28 17:41:17 -06:00
Neale Pickett
7d5e215b75
Sort puzzle list
2020-08-28 14:15:19 -06:00
Neale Pickett
97301fb222
sort puzzlecmd inventory
2020-08-28 14:05:32 -06:00
Neale Pickett
8aea668af7
Begin trying to integrate the transpiler
2020-08-27 19:29:54 -06:00
Neale Pickett
8f85b02935
Loads more tests!
2020-08-21 17:02:38 -06:00
Neale Pickett
b1b7fec6d1
award: json unmarshal
2020-08-21 16:56:52 -06:00
Neale Pickett
cf241b7a0e
Make it work with whatever version of Python I'm running here
2020-08-21 14:08:49 -06:00
Neale Pickett
f49d1c3801
Server tests
2020-08-19 18:01:21 -06:00
Neale Pickett
f8556dd2e5
State tests
2020-08-19 15:38:13 -06:00
Neale Pickett
316f44edae
Add event log, not working yet
2020-08-18 17:04:23 -06:00
Neale Pickett
80d91fc6c9
Use new afero.zipfs
2020-08-17 20:33:23 -06:00
Neale Pickett
2a3826e2b3
Mostly documentation in Go files
2020-08-17 17:43:57 -06:00
Neale Pickett
a46ae95cb6
award now its own package
2020-08-17 11:04:08 -06:00
Neale Pickett
7b353131e4
Remove v3 code
2020-08-14 20:28:12 -06:00
Neale Pickett
ab0488ba14
Running again, fix scoreboard.js
2020-08-14 20:26:04 -06:00
Neale Pickett
cedc8521ff
Merge branch 'devel' into v4
2020-08-14 18:01:25 -06:00
Neale Pickett
cd37e1ee3a
Sort attachments, add icon back
2020-08-14 11:06:02 -06:00
Neale Pickett
6df57448ed
dev server: relative puzzle dirs, default bind 0.0.0.0
2020-07-24 13:42:28 -06:00
John Donaldson
34155cef43
Merge branch 'master' of https://github.com/dirtbags/moth into devel
2020-03-16 16:37:55 +00:00
int00h5525
f6d1dc741c
Merge pull request #142 from dirtbags/foundry16-hotfix
...
Support insta-checking for legacy puzzles
2020-03-16 11:37:23 -05:00
John Donaldson
28aac65227
Releasing v3.5.1
2020-03-16 16:34:36 +00:00
John Donaldson
a7bfdc8ca6
Updating changelog
2020-03-16 16:31:44 +00:00
Neale Pickett
742020a597
Support insta-checking for legacy puzzles
2020-03-16 10:20:03 -06:00
John Donaldson
fc7c818789
Merge branch 'master' of https://github.com/dirtbags/moth into devel
2020-03-13 21:20:07 +00:00
Donaldson
25c3bdc72c
Updating changelog
2020-03-13 16:14:43 -05:00
int00h5525
53cee2a4df
Merge pull request #141 from dirtbags/v3.5_devel
...
Release v3.5
2020-03-13 16:09:45 -05:00
Donaldson
db08e522f7
Rev v3.5.0 for release
2020-03-13 16:04:34 -05:00
John Donaldson
79397a8861
Releasing v3.5.0-rc3
2020-03-12 16:27:34 +00:00
John Donaldson
22abc1f848
Revert "Help with this puzzle link"
...
This reverts commit 1b8053d9b5
.
2020-03-12 16:26:52 +00:00
Donaldson
59f98617ed
Releasing v3.5.0-rc2
2020-03-12 10:35:38 -05:00
int00h5525
46c6fcd594
Merge pull request #140 from dirtbags/unmutex
...
Remove mutex on sort operation
2020-03-12 10:33:36 -05:00
Neale Pickett
1b8053d9b5
Help with this puzzle link
2020-03-11 17:35:46 -06:00
Neale Pickett
989bc2978e
Fix for *pattern
2020-03-11 16:19:37 -06:00
Neale Pickett
b896969d80
fix for #107 that doesn't require a mutex
...
I didn't look into why the mutex was causing some sort of deadlock condition
on retrieving points. This fixes it, as long as the underlying filesystem
supports atomic file renames. So don't run this with NFS.
2020-03-10 20:50:03 -06:00
Neale Pickett
be448eadc5
Merge pull request #139 from dirtbags/substring-answers
...
Substring answers. John said it was okay.
2020-03-10 17:50:23 -06:00
Neale Pickett
63415ace81
Merge branch 'substring-answers' of https://github.com/dirtbags/moth into substring-answers
2020-03-10 16:40:52 -06:00
Neale Pickett
47edd56937
Attempt to make client work with v3.4 and earlier mothballs
2020-03-10 16:40:37 -06:00
John Donaldson
a0bd8b92b3
Merge branch 'substring-answers' of https://github.com/dirtbags/moth into substring-answers
2020-03-10 21:34:26 +00:00
John Donaldson
8c1c68eea0
Merge branch 'v3.5_devel' of https://github.com/dirtbags/moth into substring-answers
2020-03-10 21:32:12 +00:00
John Donaldson
baafdd27a2
Fixing a dynamic grading bug
...
Fixing a script stream bug
2020-03-10 21:29:30 +00:00
Neale Pickett
fe0805e9c1
Also set xAnswer for wrong answers
2020-03-10 15:03:32 -06:00
Neale Pickett
dac6fd40e7
Change changelog
2020-03-10 14:58:43 -06:00
Neale Pickett
a963daa19a
submit right form, remove debugging
2020-03-10 14:28:50 -06:00
Neale Pickett
04136ef264
Support patterned answers
2020-03-10 13:31:38 -06:00
John Donaldson
cfa8111dd8
Releasing v3.5.1-rc1
2020-03-06 00:10:22 +00:00
int00h5525
e286f265b9
Merge pull request #135 from dirtbags/sort_points.log
...
Sort points.log
2020-03-05 18:06:52 -06:00