Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-22 | Add workadventure-xce (experimental community version) | stuebinm | 1 | -1/+12 | |
2021-03-09 | Added hasi workadventure version | stuebinm | 1 | -8/+6 | |
wapkgs.nix new contains packages for several different versions of workadventure (so far hasi + thecodingmachine), which can both be used. Unfortunately, this appears to require some weird hacks to convince nix to sort out the dependencies without having to actually duplicate all the packaging code, but it works. | |||||
2021-02-26 | Deduplicate workadventure sources | stuebinm | 1 | -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-26 | more options for the frontend | stuebinm | 1 | -90/+51 | |
2021-02-25 | Bump to current master version of tcm workadventure | stuebinm | 1 | -2/+2 | |
Builds fine, let's see if anything else works! | |||||
2021-02-25 | Update to Version v1.1.0 of workadventure | stuebinm | 1 | -5/+5 | |
2021-02-18 | Safer option injection to build scripts | stuebinm | 1 | -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-18 | patch out quill.js cdn | stuebinm | 1 | -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-05 | configurable stun server | stuebinm | 1 | -5/+17 | |
2021-02-05 | replace sed with replace-literal; add option for default map | stuebinm | 1 | -8/+6 | |
2021-01-26 | patches to remove googletagmanager and change default map | stuebinm | 1 | -0/+10 | |
2021-01-21 | create overlay and move everything into workadventure.* | Finn Behrens | 1 | -2/+2 | |
2021-01-11 | Update the front package | Mewp | 1 | -2/+2 | |
2021-01-10 | Fix front env vars. Update env to a working WA version. | Mewp | 1 | -6/+12 | |
2021-01-10 | Use a different approach for passing env vars. | Mewp | 1 | -7/+20 | |
2021-01-10 | Make the front package configurable. | Mewp | 1 | -2/+7 | |
2021-01-01 | Switch to callPackage | Serge Bazanski | 1 | -3/+6 | |
2021-01-01 | Cleanup | Sandro Jäckel | 1 | -30/+0 | |
2021-01-01 | Add front, fix back | Sandro Jäckel | 1 | -0/+62 | |