]> git.cworth.org Git - empires-server/shortlog
empires-server
2020-06-05 Carl Worthgame: Add a new /player endpoint to allow a player...
2020-06-05 Carl WorthAdd a new player-info event to the stream
2020-06-05 Carl Worthgame: Rename Game.clients to Game.players, combining...
2020-06-05 Carl Worthgame: Send a game-info event when a client connects
2020-06-04 Carl WorthMove the keepalive functionality from Empires up to...
2020-06-03 Carl WorthAdd message string to the return value of add_move
2020-06-01 Carl Worthtictactoe: Reword the comment describing the 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 WorthRename identifiers from square to move
2020-06-01 Carl Worthtictactoe: Track API change for the /move request:...
2020-06-01 Carl WorthGive the "/events" route a common implementation
2020-06-01 Carl WorthStandardize transmission of game "state" when a client...
2020-06-01 Carl Worthtictactoe: Use a "game-state" event instead of a series...
2020-06-01 Carl Worthtictactoe: Move all state-related properties into a...
2020-06-01 Carl Worthtictactoe: Actually toggle between X and O as the curre...
2020-06-01 Carl Worthtictactoe: Use empty strings instead of null objects...
2020-06-01 Carl Worthempires: Rename GameState to GamePhase
2020-06-01 Carl WorthDrop the meta property from the game exports object.
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 field from the Game class
2020-06-01 Carl WorthDrop the "name" entry from the game-engine exports
2020-06-01 Carl Worthtest: Extend test case to include the LMNO redirects
2020-06-01 Carl WorthEliminate code duplication for root path
2020-06-01 Carl WorthAdd a new "identifier" field to the metadata for each...
2020-06-01 Carl WorthAdd first use of Game.meta to both the Empires and...
2020-06-01 Carl Worthgame: Add support for a static "meta" field to hold...
2020-05-31 Carl Worthtest: Add simple testing for tictactoe as well
2020-05-31 Carl Worthtest: Update the test suite to work with game creation
2020-05-31 Carl Worthempires: Add a response of the player ID from /register
2020-05-31 Carl WorthRename LMNO.ids to LMNO.games
2020-05-30 Carl Worthtictactoe: Replay previous moves when a new client...
2020-05-30 Carl WorthAdd common handle_events code to the Game class
2020-05-30 Carl WorthPut add_client/remove_client and the various broadcast...
2020-05-30 Carl WorthAdd new game.js with a new parent class Game
2020-05-27 Carl WorthRename "app" to "router" within each game engine
2020-05-27 Carl WorthUse an express Router for each of the game-engine-speci...
2020-05-27 Carl WorthDrop misleading word "active" from list of idle games
2020-05-27 Carl WorthRemove debugging log message
2020-05-27 Carl WorthAdd a minimal implementation of the TicTacToe game...
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-26 Carl Worthchoose-nickname: Make this page parameterizable
2020-05-24 Carl Worthlmno: Generalize middleware to not be specific to empires
2020-05-24 Carl Worthempires: Implement support for spectators
2020-05-24 Carl WorthFix viewport meta tag to use proper separators
2020-05-24 Carl Worthempires: Bring in game client code as a template
2020-05-24 Carl Worth/register: Optionally use the session profile nickname...
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-23 Carl WorthAdd dependency for nunjucks
2020-05-21 Carl Worthempires: Pull the body_parser use statements up to...
2020-05-21 Carl WorthAdd a simple /stats endpoint to get a count of current...
2020-05-21 Carl WorthAdd a utility lmno-passwd.py
2020-05-21 Carl WorthAdd dependencies for the prompt-sync module
2020-05-21 Carl WorthAdd dependencies for bcrypt
2020-05-21 Carl WorthAvoid an undefined reference when handed an unknwown...
2020-05-20 Carl WorthAdd simple session tracking
2020-05-20 Carl WorthAdd "express-session" as a dependency
2020-05-20 Carl Worthlmno: Be forgiving in game ID values received from...
2020-05-17 Carl Worthempires: Serve the actual game file from the root of...
2020-05-17 Carl WorthIncorporate empires.js as a sub-app within lmno.js
2020-05-17 Carl WorthRemove old placeholder code for sending "Hello World"
2020-05-17 Carl Worthempires: Return immediately from reveal_next if we...
2020-05-17 Carl WorthRename server.js to empires.js
2020-05-17 Carl WorthAdd a new server: lmno.js
2020-05-11 Carl WorthImplement a more correct response to /reset
2020-05-11 Carl WorthSend multiple game-state events (if needed) when a...
2020-05-10 Carl WorthImplement the /reveal,/start endpoints as well as the...
2020-05-10 Carl WorthRename a variable from "player_string" to "player_data"
2020-05-10 Carl WorthRename player-register/player-deregister to player...
2020-05-10 Carl WorthReplace "Example app" with "Empires server" in the...
2020-05-10 Carl WorthSend a comment to every connected client every 15 seconds
2020-05-10 Carl WorthRename broadcast() to broadcast_event() supported by...
2020-05-10 Carl WorthFix typo in comment
2020-05-04 Carl WorthPerform broadcasts of deregister and capture events
2020-05-03 Carl WorthAdd an API for server-sent events at `/events`
2020-05-03 Carl WorthAdd some linting fixes
2020-05-03 Carl WorthUse the cors package to set a permissive CORS header
2020-05-03 Carl WorthAdd a dependency on the cors package
2020-05-03 Carl WorthAdd simple testing for the entire API
2020-05-03 Carl WorthImplement the rest of the API
2020-05-02 Carl WorthAdd an ID value to each player
2020-04-26 Carl Worthfixup errant newline
2020-04-26 Carl WorthBe a bit more berbose in variable names.
2020-04-26 Carl WorthMake the server store a list of players
2020-04-26 Carl WorthExtend our simple web API with a new /register endpoint
2020-04-26 Carl WorthAdd dependency on body-parser package
2020-04-26 Carl Worthstash: add gitignore (for 'Add dependency for express')
2020-04-26 Carl WorthAdd Hello World node app
next