<feed xmlns='http://www.w3.org/2005/Atom'>
<title>workadventure-nix/front, branch tabascoeye</title>
<subtitle>Nix packages and module for workadventure
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/workadventure-nix/'/>
<entry>
<title>version from github repo tabascoeye/workadventure</title>
<updated>2021-03-01T22:05:18+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-03-01T22:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/workadventure-nix/commit/?id=1666f59a480ac355fa327ad208de3de9f51752ca'/>
<id>1666f59a480ac355fa327ad208de3de9f51752ca</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deduplicate workadventure sources</title>
<updated>2021-02-26T20:34:48+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-02-26T20:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/workadventure-nix/commit/?id=7352984a5c3bc35f20184ddff97daea93f6b3738'/>
<id>7352984a5c3bc35f20184ddff97daea93f6b3738</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>more options for the frontend</title>
<updated>2021-02-26T20:24:39+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-02-26T20:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/workadventure-nix/commit/?id=210a4860ef16f3f00cd5265d238c2a7372a0daa5'/>
<id>210a4860ef16f3f00cd5265d238c2a7372a0daa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to current master version of tcm workadventure</title>
<updated>2021-02-25T17:08:52+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-02-25T17:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/workadventure-nix/commit/?id=7ec4c291d8ec93bc205af5c238dfe6a5176f4da4'/>
<id>7ec4c291d8ec93bc205af5c238dfe6a5176f4da4</id>
<content type='text'>
Builds fine, let's see if anything else works!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Builds fine, let's see if anything else works!
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Version v1.1.0 of workadventure</title>
<updated>2021-02-25T16:57:18+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-02-25T16:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/workadventure-nix/commit/?id=fedeaa88fc6347103706f65d666f6612987d7cec'/>
<id>fedeaa88fc6347103706f65d666f6612987d7cec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://gitlab.com/fediventure/workadventure-nix</title>
<updated>2021-02-25T16:05:32+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-02-25T16:05:32+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/workadventure-nix/commit/?id=86799d84ff58fd43488dcdd5b75d5a07c12ed973'/>
<id>86799d84ff58fd43488dcdd5b75d5a07c12ed973</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Safer option injection to build scripts</title>
<updated>2021-02-18T14:51:08+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-02-18T14:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/workadventure-nix/commit/?id=bfae9d9bfa90a0189d943ca865fa046f510b9922'/>
<id>bfae9d9bfa90a0189d943ca865fa046f510b9922</id>
<content type='text'>
Nix isn't very typesafe, but apparently there is at least a `escapeShellArg`
function which makes things safe for shell execution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nix isn't very typesafe, but apparently there is at least a `escapeShellArg`
function which makes things safe for shell execution.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch out quill.js cdn</title>
<updated>2021-02-18T14:30:59+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-02-18T14:30:59+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/workadventure-nix/commit/?id=8788bba867874725439a76dc94891e4438568650'/>
<id>8788bba867874725439a76dc94891e4438568650</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>configurable stun server</title>
<updated>2021-02-05T21:19:01+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-02-05T21:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/workadventure-nix/commit/?id=c46949747779b5e679774ceb23a530ed4736c52b'/>
<id>c46949747779b5e679774ceb23a530ed4736c52b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace sed with replace-literal; add option for default map</title>
<updated>2021-02-05T12:30:26+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-02-05T12:30:26+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/workadventure-nix/commit/?id=71ed23142c5ab6db05263b6e5c52f8fab1d84425'/>
<id>71ed23142c5ab6db05263b6e5c52f8fab1d84425</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
