]> git.cworth.org Git - lmno-server/history - empires.js
Add some autofocus attributes to several forms
[lmno-server] / empires.js
2020-06-06 Carl Worthempires: Rename add_player to register_player
2020-06-05 Carl Worthgame: Rename Game.clients to Game.players, combining...
2020-06-04 Carl WorthMove the keepalive functionality from Empires up to...
2020-06-01 Carl WorthMove our router objects from exports.router to exports...
2020-06-01 Carl WorthGive the "/events" route a common implementation
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 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 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-05-31 Carl Worthempires: Add a response of the player ID from /register
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 Worthlmno: Generalize the support for multiple game engines
2020-05-26 Carl Worthchoose-nickname: Make this page parameterizable
2020-05-24 Carl Worthempires: Implement support for spectators
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-21 Carl Worthempires: Pull the body_parser use statements up to...
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