]> git.cworth.org Git - lmno-server/shortlog
lmno-server
2020-06-26 Carl WorthAdapt the idle treatment from the answering phase to...
2020-06-26 Carl WorthReset timer handle after clearTimeout
2020-06-26 Carl WorthFix bug attempting to set "answering_idle" state
2020-06-26 Carl WorthExtend PHASE_IDLE_TIMEOUT from 10 seconds to 30 seconds
2020-06-26 Carl WorthAdd named parameters for the two idle timer controls
2020-06-26 Carl WorthBroadcast "answering-idle" as soon as the waiting list...
2020-06-26 Carl WorthInclude still-answering players when ruling on end...
2020-06-26 Carl WorthConsistently use null value to reset the ambiguities...
2020-06-26 Carl WorthSend a response in the implementation of the '/reset...
2020-06-26 Carl WorthExpand test suite to include testing of auto-phase...
2020-06-25 Carl WorthEmpathy: Eliminate delay when there's nobody to wait for
2020-06-25 Carl WorthTweak idle timer down from 30 seconds to 10
2020-06-25 Carl WorthTrim leading/trailing whitespace when canonizing words
2020-06-25 Carl WorthImplement an idle event for when nobody has been typing...
2020-06-25 Carl WorthTo rule on the judging "Move On" button require a maori...
2020-06-25 Carl WorthRemove player names from answering and judging when...
2020-06-25 Carl WorthFix game-state object to include players judging and...
2020-06-25 Carl WorthAdd "/answering" and "/judging" endpoints
2020-06-25 Carl WorthRename "/judging" endpoint to "/judged"
2020-06-25 Carl WorthTweak game-ID generation toward more frequently used...
2020-06-25 Carl WorthAdapt test suite to add explicit voting to advance...
2020-06-14 Carl WorthAccept votes to advance game at /end-answers and /end...
2020-06-12 Carl WorthForce all submitted judging words to lowercase before...
2020-06-12 Carl Worthtest: Stress the implementation a bit with a mixed...
2020-06-12 Carl WorthFix bug with incorrect scoring based on capitalization
2020-06-12 Carl Worthtest: Empathy: Extend test to submit judging results...
2020-06-12 Carl Worthtest: Empathy: Add test for final words submitted
2020-06-12 Carl Worthempathy: Alphabetize list before sending it out for...
2020-06-12 Carl WorthEmpathy: Fix the capitalization bug
2020-06-12 Carl Worthtest: Expand empathy test case to include mixed capital...
2020-06-12 Carl Worthtest: Add test case for rejection of category that...
2020-06-12 Carl WorthEmpathy: Reject categories with more than 20 items
2020-06-11 Carl Worthtest: Exercise the situation coded for in the previous...
2020-06-11 Carl WorthEmpathy: Use word groups to assign scores to players...
2020-06-11 Carl WorthEmpathy: Change /judging endpoint to expect a top-level...
2020-06-11 Carl WorthEmpathy: test: Including final score in testing
2020-06-11 Carl WorthEmpathy: Initial implementation of scoring that conside...
2020-06-11 Carl WorthDon't throw out punctuation when "canonizing" words
2020-06-11 Carl Worthtest: Add initial testing for the Empathy game
2020-06-11 Carl WorthProvide an explicit (empty) return body for some responses
2020-06-11 Carl Worthempathy: Fix /prompts endpoint to return the ID of...
2020-06-11 Carl Worthtest: Rename cookie file from .test-cookie to .cookie...
2020-06-11 Carl WorthAdd a game phase to perform judging
2020-06-11 Carl WorthEmpathy: Delay the updating of total scores until a...
2020-06-10 Carl WorthAccumulate running scores for a multi-round game
2020-06-10 Carl WorthEmpathy: Prune the list of proposed categories on game...
2020-06-10 Carl WorthFix the /reset endpoint
2020-06-10 Carl WorthAdd scoring once all players have submitted
2020-06-10 Carl Worthempathy: Tell clients how many players have responded
2020-06-10 Carl WorthEmpathy: Add a new /answer route to accept answers...
2020-06-10 Carl WorthFix buggy regular expression
2020-06-10 Carl WorthUse spread syntax rather than fill(nill) in generate_id
2020-06-09 Carl WorthDon't let a new prompt get started when another is...
2020-06-09 Carl WorthEmpathy: Add support for starting the actual game
2020-06-09 Carl Worthempathy: Better separation of concerns between routes...
2020-06-09 Carl WorthEmpathy: Make a vote for a prompt toggle the vote
2020-06-08 Carl WorthEmpathy: Add routes to receive prompts and votes on...
2020-06-08 Carl WorthAdd a new "broadcast_event_object" method to accept...
2020-06-07 Carl WorthAdd initial shell of a game for Empathy
2020-06-06 Carl WorthScribe: Small tweaks to the page layout
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 WorthProperly JSON-stingify move before broadcasting it
2020-06-06 Carl WorthAllow for games to opt in to allow "Guest" users
2020-06-06 Carl Worthempires: Rename add_player to register_player
2020-06-06 Carl WorthFix admin interface to work once again
2020-06-06 Carl WorthAssign new players to the first team with no players
2020-06-06 Carl WorthSwitch team property from being a string to being an...
2020-06-05 Carl WorthStream player-enter events for existing players to...
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 Worthtictactoe: Simplify code by not reusing the expression...
2020-06-05 Carl WorthMove some checks from TicTacToe.add_move to Game.add_move
2020-06-05 Carl WorthRename "next_player" property to "team_to_play"
2020-06-05 Carl Worthtictactoe: Enforce only legal moves with regard to...
2020-06-05 Carl Worthgame: Index players directly by session ID
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-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...
next