| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
this has been bothering me for MONTHS, and it compiles faster now. also fixed some warnings
|
|
|
|
|
| |
(meant for use of this server without exneuland / the whole map
resolution api on a dump simple workadventure backend)
|
| |
|
| |
|
|
|
|
|
|
| |
This includes the backlink to the lobby (auto-generated only for now)
and a "help!"-button for sending mails. Also general info regarding
which commit was linted / published.
|
|
|
|
|
|
| |
(this also adds general cli arguments, but the main point is that
downloading monstrously large repositories is a silly idea when i'm on a
train with surprisingly bad wifi)
|
|
|
|
|
| |
(i.e. we want to still have a valid version of the map if new results
where introduced)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this removes:
- the bbb properties
- all explicit mentions of rc3
- the weird script domain hacks (done via a substitution now)
- some (few) of the weirder code choices
it also adds some more type level witchery to deal with configs, which
for some reason seems to be the hardest problem of this entire program …
also the server now does inter-assembly dependency checking!
|
|
|
|
| |
todo: find a better solution than writing javascript in haskell strings. SERIOUSLY.
|
| |
|
| |
|
|
|
|
| |
also don't keep adjusted maps around if not necessary
|
|
|
|
| |
(also some evaluateNF, leading to slightly less memory usage)
|
|
|
|
|
| |
(really a lot of these data structures should be eagerly evaluated into
normal form, i suspect there's still a lot to be gained)
|
| |
|
| |
|
| |
|
|
|
|
| |
(also, more lenses i guess)
|
|
|
|
| |
a very simple setup that might be usable for divoc and similar small events
|
|
|
|
|
|
| |
WHO THOUGHT THIS SYNTAX WAS A GOOD IDEA??
(and who decided to write the least obvious combinator library to parse it?)
|
|
|
|
| |
it's slightly less of a mess than it was before
|
|
|
|
| |
(for now, just a list of all maps and their current status)
|
|
|
|
|
| |
(this is mostly a rewrite / translation of the django templates built
into rc3's hub)
|
| |
|
| |
|
|
|
|
|
| |
Note: the server will not check submissions for duplicates!
(nor does it do any kind of rate-limiting)
|
|
|