]> git.cworth.org Git - empires-server/history - lmno.js
Add new failing test case for a reactivated player
[empires-server] / lmno.js
2020-06-26 Carl WorthRefactor admin page a bit
2020-06-26 Carl Worthadmin: Fix admin page to correctly show active/idle...
2020-06-25 Carl WorthTweak game-ID generation toward more frequently used...
2020-06-10 Carl WorthUse spread syntax rather than fill(nill) in generate_id
2020-06-07 Carl WorthAdd initial shell of a game for Empathy
2020-06-06 Carl WorthAdd 'trust proxy' option since we trust our proxy
2020-06-06 Carl WorthInitial implementation of Scribe
2020-06-06 Carl WorthAllow for games to opt in to allow "Guest" users
2020-06-06 Carl WorthFix admin interface to work once again
2020-06-05 Carl Worthgame: Allow either player to play the first move
2020-06-05 Carl Worthgame: Store players in both an array _and_ a session...
2020-06-05 Carl WorthMove some checks from TicTacToe.add_move to Game.add_move
2020-06-05 Carl Worthtictactoe: Enforce only legal moves with regard to...
2020-06-05 Carl Worthgame/tictactoe: Expand player to include a team property
2020-06-05 Carl Worthgame: Add a new /player endpoint to allow a player...
2020-06-03 Carl WorthAdd message string to the return value of add_move
2020-06-01 Carl WorthStore only the the .Game property when importing a...
2020-06-01 Carl WorthAdd some documentation about the Game import interface
2020-06-01 Carl WorthMove our router objects from exports.router to exports...
2020-06-01 Carl WorthGeneralize the handling of the /move request
2020-06-01 Carl WorthGive the "/events" route a common implementation
2020-06-01 Carl WorthReturn the actual game object from create_game, not...
2020-06-01 Carl WorthDrop a gratuitous anonymous object for storing an array...
2020-06-01 Carl WorthLMNO: Simplify storage of the games array by not storin...
2020-06-01 Carl WorthPlumb a game's ID value down into the base class
2020-06-01 Carl WorthDrop the "name" entry from the game-engine exports
2020-06-01 Carl WorthEliminate code duplication for root path
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