1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-05 19:40:52 -07:00
Commit graph

1478 commits

Author SHA1 Message Date
891b3f733f Merge branch 'pflarr' 2016-10-18 02:09:32 +00:00
b167ccccdd Merge branch 'pflarr_edits' of https://github.com/pflarr/moth into pflarr 2016-10-18 02:09:09 +00:00
Paul Ferrell
f22d7d95fb Files now come with a file handle to the original file. 2016-10-17 19:58:51 -06:00
Shane
8c16635671 Add Pat to credits 2016-10-17 17:26:53 -06:00
Shane
09820f10aa credit Neale 2016-10-17 17:25:45 -06:00
Shane
2dfa7a11bd Created new credits file. 2016-10-17 17:23:03 -06:00
Shane
00aa20e761 Merge backport for Python 3.4 2016-10-17 16:21:55 -06:00
Neale Pickett
0c0d7b1561 Fix character set issues on Windows 2016-10-17 16:10:41 -06:00
Shane
33697add32 Backward compatible with Python 3.4 2016-10-17 15:37:11 -06:00
Paul Ferrell
5072b23838 Reworked some basics of how the Puzzle class works. Shouldn't look to different from the outside. 2016-10-17 13:24:54 -06:00
Paul Ferrell
9840dd694e Made devel server compatible with python 3.4. 2016-10-17 12:36:40 -06:00
67a9fb980c Add preview background 2016-10-16 21:22:02 -06:00
240087205f Devel server now serves static puzzles, yay 2016-10-16 20:32:00 -06:00
6f5569e9a1 Expanding devel server 2016-10-17 01:52:09 +00:00
7a0adebe78 devel-server: start to serve puzzles 2016-10-16 03:47:50 +00:00
d9f7efa82b Initial work on new format puzzles, new development server 2016-10-14 22:26:47 -06:00
55be0d96b1 Okay, we'll use hashes, and have people type in the answers 2016-09-22 21:33:46 -06:00
0acdd433dc Import xxtea library 2016-09-22 19:19:34 -06:00
93fcdb541a Added a nice font for displaying data 2016-09-22 16:01:07 -06:00
d9500dfc02 sorted font issues 2016-09-22 09:53:03 -06:00
76f780fb83 puzzles list in a working state 2016-09-22 09:34:01 -06:00
c1ef19b0d4 Add puzzles.html 2016-09-21 19:44:06 -06:00
716f6dd2b9 Merge branch 'master' of https://github.com/dirtbags/moth 2016-09-21 19:23:18 -06:00
b696853ec5 puzzles.html functional again 2016-09-21 16:10:29 -06:00
b7b21e94bd convert puzzles to lua standalone, json output 2016-09-21 10:14:13 -06:00
f1a8ef623e Rewrite points in lua 2016-09-21 07:48:05 -06:00
1484b20ac3 install-category: handle relative paths 2016-07-16 21:34:09 -06:00
Neale Pickett
c6b287f7b6 Flesh out overview documentation 2016-07-15 17:00:15 -06:00
1727383fec Less prototypey 2016-04-05 04:16:22 +00:00
dbd164e65d Terminal.appendShallow working 2016-04-05 04:07:28 +00:00
e199a4d154 Better despooler, still needs one fix 2016-04-05 03:45:00 +00:00
81cb704950 Better lorem ipsum 2016-04-04 16:40:21 +00:00
c023b86280 Responsive CSS 2016-04-04 03:23:16 +00:00
f0ddfedf3e Functional prototype 2016-04-04 03:12:48 +00:00
ff1f84f1a5 Starting a new UI 2016-04-04 00:07:38 +00:00
55f8ef524f Merge pull request #1 from slackish/master
fixing command line in mktokens
2016-02-04 18:00:35 -07:00
Aaron McPhall
00c3b2939a fixing help in mktokens 2016-02-04 17:57:38 -07:00
3a15904dbb Licence 2016-01-31 20:55:17 -07:00
30c86d4185 Rename for github 2016-01-31 20:46:27 -07:00
60227c5a26 Move overview into its own file 2016-01-31 20:45:35 -07:00
ea0463ab54 Fill in "How It Works" a bit 2016-01-31 20:41:22 -07:00
The Great & Powerful James Wernicke
dcf71f1806 Fixed background and scoreboard styling 2015-07-21 17:08:56 -06:00
The Great & Powerful James Wernicke
fd3f773a13 Fixed background and scoreboard styling 2015-07-21 17:08:56 -06:00
042316daa7 Support more categories on scoreboard 2015-06-07 14:28:01 -06:00
7139735d69 Support more categories on scoreboard 2015-06-07 14:28:01 -06:00
J. Patrick Avery, Jr
cd99a9e8aa bin/mktokens: pulled in bubblebabble instead of depending on another package 2015-06-07 13:07:36 -05:00
J. Patrick Avery, Jr
7a4c1edd9c bin/mktokens: pulled in bubblebabble instead of depending on another package 2015-06-07 13:07:36 -05:00
J. Patrick Avery, Jr
25fdd24173 bin/once: fix points problem
TODO: neale says points should be written to state/points.tmp then be moved into
state/points.new to avoid race condition (multiple processes touching the file
causing the file to change risking bad data in state/points.log). It might be
wise to do some validation in bin/points that tosses bad data.
2015-06-06 22:17:55 -05:00
J. Patrick Avery, Jr
238c0f89a9 bin/once: fix points problem
TODO: neale says points should be written to state/points.tmp then be moved into
state/points.new to avoid race condition (multiple processes touching the file
causing the file to change risking bad data in state/points.log). It might be
wise to do some validation in bin/points that tosses bad data.
2015-06-06 22:17:55 -05:00
J. Patrick Avery, Jr
75f4967cdb a token generator! 2015-06-05 00:42:31 -04:00