]> git.cworth.org Git - empires-server/history - game.js
Add a new player-info event to the stream
[empires-server] / game.js
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-01 Carl WorthGeneralize the handling of the /move request
2020-06-01 Carl WorthStandardize transmission of game "state" when a client...
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 Worthgame: Add support for a static "meta" field to hold...
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