]> git.cworth.org Git - empires-server/history - lmno.js
test: Update the test suite to work with game creation
[empires-server] / lmno.js
2020-05-31 Carl WorthRename LMNO.ids to LMNO.games
2020-05-27 Carl WorthRename "app" to "router" within each game engine
2020-05-27 Carl WorthRemove debugging log message
2020-05-27 Carl Worthlmno: Generalize the support for multiple game engines
2020-05-27 Carl WorthEnsure path ending with game ID always has a trailing...
2020-05-27 Carl Worthgenerate_id: Use Array.fill(null) to initialize an...
2020-05-26 Carl WorthAdd the barest template of an implementation of a ticta...
2020-05-24 Carl Worthlmno: Generalize middleware to not be specific to empires
2020-05-24 Carl Worthempires: Add an initial "choose nickname" step before...
2020-05-23 Carl Worth/logout: Destroy the session object on logout
2020-05-23 Carl Worth/admin: Switch to rendering via a template
2020-05-23 Carl WorthRename the /stats page to /admin
2020-05-23 Carl WorthConvert rendering of login.html to use a nunjucks template
2020-05-21 Carl WorthAdd a simple /stats endpoint to get a count of current...
2020-05-21 Carl WorthAvoid an undefined reference when handed an unknwown...
2020-05-20 Carl WorthAdd simple session tracking
2020-05-20 Carl Worthlmno: Be forgiving in game ID values received from...
2020-05-17 Carl WorthIncorporate empires.js as a sub-app within lmno.js
2020-05-17 Carl WorthAdd a new server: lmno.js