aboutsummaryrefslogtreecommitdiff
path: root/front (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-01version from github repo tabascoeye/workadventuretabascoeyestuebinm1-4/+52
This version apparently has less issues with the graphics display, i.e. it uses a slightly newer version of Phaser. I put it in a seperate branch for now; in the long term, it may be better to just provide several "flavours" of workadventure in the main branch.
2021-02-26Deduplicate workadventure sourcesstuebinm1-7/+3
Maximal sharing means that even if the workadventure sources are imported in all nix files, there will still only be one copy of it in the nix store --- nevertheless, it seems reasonable to only have them once in the code, too, if only to make upgrading them easier.
2021-02-26more options for the frontendstuebinm1-90/+51
2021-02-25Bump to current master version of tcm workadventurestuebinm2-6/+6
Builds fine, let's see if anything else works!
2021-02-25Update to Version v1.1.0 of workadventurestuebinm1-5/+5
2021-02-18Safer option injection to build scriptsstuebinm1-2/+2
Nix isn't very typesafe, but apparently there is at least a `escapeShellArg` function which makes things safe for shell execution.
2021-02-18patch out quill.js cdnstuebinm1-32/+54
Note that only the sources are patched out; the quill npm package is still in the nix set and the javascript, it just silently fails to laod at runtime now.
2021-02-05configurable stun serverstuebinm1-5/+17
2021-02-05replace sed with replace-literal; add option for default mapstuebinm1-8/+6
2021-01-26patches to remove googletagmanager and change default mapstuebinm1-0/+10
2021-01-21create overlay and move everything into workadventure.*Finn Behrens1-2/+2
2021-01-11Update the front packageMewp1-2/+2
2021-01-10Fix front env vars. Update env to a working WA version.Mewp2-14/+20
2021-01-10Use a different approach for passing env vars.Mewp1-7/+20
2021-01-10Make the front package configurable.Mewp1-2/+7
2021-01-01Switch to callPackageSerge Bazanski1-3/+6
2021-01-01CleanupSandro Jäckel1-30/+0
2021-01-01Add front, fix backSandro Jäckel2-0/+5859