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

440 commits

Author SHA1 Message Date
f043173cf4 Working chart output 2010-09-07 23:44:54 -06:00
be2de973ce pointscli check result of write 2010-09-07 22:43:24 -06:00
00dad4865b Pointscli back to "many files" strategy 2010-09-07 22:25:42 -06:00
a9431200af CGI register was a bad idea
There's just no good way to tell what team is legit and
what team is an attempt at an XSS or whatever tomfoolery
contestants might be up to.  CGI might work for high school
kids, but for that a shell script would probably work.
2010-09-07 21:31:23 -06:00
Neale Pickett
a2b8a2873b Further work on scoreboard 2010-09-07 17:47:21 -06:00
Neale Pickett
2fe4123f87 Script to list teams 2010-09-07 17:47:00 -06:00
Neale Pickett
3c7a6e06c3 Adjust text in NMT posters 2010-09-07 17:45:49 -06:00
Neale Pickett
a2559871c1 Merge branch 'tokens' of fozzie:src/ctf into tokens
Conflicts:

	src/Makefile
	src/pointscli.c
2010-09-07 14:24:37 -06:00
Neale Pickett
a683df8eef Add posters, enhance cgi.c 2010-09-07 14:18:39 -06:00
aea9f3cbeb Start at scoreboard generation 2010-09-06 21:52:09 -06:00
c74c457136 Use epoch time for timestamps 2010-09-06 21:39:59 -06:00
8e1dfbd0da Add pointscli and common utils 2010-09-03 21:00:02 -06:00
Neale Pickett
739756a994 A little cleanup, and some claim.cgi code 2010-09-03 17:05:42 -06:00
Neale Pickett
abe8591569 More error checking in in.tokend 2010-09-03 15:59:08 -06:00
Neale Pickett
074da9af7d Stop using FILE *; make tokens go into a log instead of one per file 2010-09-03 15:51:54 -06:00
Neale Pickett
b9ee25cfe8 Working in.tokend 2010-09-03 15:26:51 -06:00
Neale Pickett
be41c32fd1 A new C-based register.cgi 2010-09-03 14:54:57 -06:00
Neale Pickett
8d4fea620b Start at in.tokend (not writing files yet) 2010-09-02 17:10:11 -06:00
Neale Pickett
d3707d912e Lua register.cgi 2010-09-01 17:39:46 -06:00
Neale Pickett
ab842bab4d Allow for generated puzzles 2010-08-31 14:15:21 -06:00
Neale Pickett
df8bac171c No longer escape tank team name 2010-05-18 09:03:36 -06:00
Neale Pickett
dd25de1ce0 Fix path for tank submission again 2010-05-17 23:41:26 -06:00
Neale Pickett
e6a118f709 Fix path for tank submission 2010-05-17 23:24:41 -06:00
Neale Pickett
f3dafa5271 Add team colors to tanks 2010-05-17 23:11:30 -06:00
Neale Pickett
935b9b1fb9 Get rid of onload HTML thing 2010-05-17 22:46:58 -06:00
Neale Pickett
a7974758f0 New tanks.js to expect what we put out 2010-05-17 22:23:03 -06:00
Neale Pickett
636d55ef08 Change text for Atlanta 2010-05-17 12:59:43 -06:00
Neale Pickett
47a8add2a8 Try to get bots working 2010-05-16 19:57:05 -06:00
Neale Pickett
c99198605f Remove tanks, we want that to be its own project 2010-05-15 21:22:44 -06:00
Neale Pickett
1adc53d511 Work on getting bots in there 2010-05-15 17:48:33 -06:00
Neale Pickett
3014ff5653 More cross-compile fixes 2010-05-15 17:25:02 -06:00
Neale Pickett
81915155a5 More fixes for cross-compile 2010-05-15 17:21:47 -06:00
Neale Pickett
53609263e6 Try to resolve config.py problems 2010-05-15 17:08:03 -06:00
Neale Pickett
272f9c5d59 Allow PYTHON override 2010-05-15 12:12:43 -06:00
Neale Pickett
59b41bfb72 Oops, remove bare VAR from Makefile 2010-05-15 10:47:59 -06:00
Neale Pickett
44765ba9c8 Try to get puzzles to auto-clone 2010-05-15 10:45:47 -06:00
Neale Pickett
a9cb4e790a Merge commit 'origin/master' 2010-05-15 10:44:15 -06:00
Neale Pickett
f339eb43d2 Makefile cleanup 2010-05-15 10:34:17 -06:00
Neale Pickett
6bc361ece4 A few changes for upcoming build 2010-05-15 10:32:13 -06:00
Neale Pickett
5936814305 Move puzzles into a separate project 2010-05-06 16:49:42 -06:00
Neale Pickett
6d4c458e04 Add puzzle summaries 2010-05-04 12:35:31 -06:00
22c6e09647 Change tanks language to forf 2010-03-07 23:57:15 -07:00
ca6e158fc8 Make setup.py the last install action
I do this so I can install as not root, and get
everything else before setup fails
2010-03-06 23:29:01 -07:00
bd53cab933 Optional cycle time argument to run-ctf 2010-03-06 22:19:20 -07:00
2fd441b06f Make tanks not award points with 0 players 2010-03-03 22:48:45 -07:00
43295d62cf Further tweak to table formatting 2010-03-03 15:22:50 -07:00
e591ed1c1a Set a background color on the table 2010-03-03 15:14:51 -07:00
4fe3ccb5ca Put pause back into last frame 2010-03-03 14:34:28 -07:00
e8138f75b7 Look for errors in the right place 2010-03-03 14:23:33 -07:00
4dd0b01f5b Fix js bug introduced in last commit 2010-03-03 13:43:42 -07:00