projects
/
empires-server
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
empires-server
2020-06-26
Carl Worth
Add named parameters for the two idle timer controls
commit
|
commitdiff
|
tree
|
snapshot
2020-06-26
Carl Worth
Broadcast "answering-idle" as soon as the waiting list...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-26
Carl Worth
Include still-answering players when ruling on end...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-26
Carl Worth
Consistently use null value to reset the ambiguities...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-26
Carl Worth
Send a response in the implementation of the '/reset...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-26
Carl Worth
Expand test suite to include testing of auto-phase...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-25
Carl Worth
Empathy: Eliminate delay when there's nobody to wait for
commit
|
commitdiff
|
tree
|
snapshot
2020-06-25
Carl Worth
Tweak idle timer down from 30 seconds to 10
commit
|
commitdiff
|
tree
|
snapshot
2020-06-25
Carl Worth
Trim leading/trailing whitespace when canonizing words
commit
|
commitdiff
|
tree
|
snapshot
2020-06-25
Carl Worth
Implement an idle event for when nobody has been typing...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-25
Carl Worth
To rule on the judging "Move On" button require a maori...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-25
Carl Worth
Remove player names from answering and judging when...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-25
Carl Worth
Fix game-state object to include players judging and...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-25
Carl Worth
Add "/answering" and "/judging" endpoints
commit
|
commitdiff
|
tree
|
snapshot
2020-06-25
Carl Worth
Rename "/judging" endpoint to "/judged"
commit
|
commitdiff
|
tree
|
snapshot
2020-06-25
Carl Worth
Tweak game-ID generation toward more frequently used...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-25
Carl Worth
Adapt test suite to add explicit voting to advance...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-14
Carl Worth
Accept votes to advance game at /end-answers and /end...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-12
Carl Worth
Force all submitted judging words to lowercase before...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-12
Carl Worth
test: Stress the implementation a bit with a mixed...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-12
Carl Worth
Fix bug with incorrect scoring based on capitalization
commit
|
commitdiff
|
tree
|
snapshot
2020-06-12
Carl Worth
test: Empathy: Extend test to submit judging results...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-12
Carl Worth
test: Empathy: Add test for final words submitted
commit
|
commitdiff
|
tree
|
snapshot
2020-06-12
Carl Worth
empathy: Alphabetize list before sending it out for...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-12
Carl Worth
Empathy: Fix the capitalization bug
commit
|
commitdiff
|
tree
|
snapshot
2020-06-12
Carl Worth
test: Expand empathy test case to include mixed capital...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-12
Carl Worth
test: Add test case for rejection of category that...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-12
Carl Worth
Empathy: Reject categories with more than 20 items
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Carl Worth
test: Exercise the situation coded for in the previous...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Carl Worth
Empathy: Use word groups to assign scores to players...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Carl Worth
Empathy: Change /judging endpoint to expect a top-level...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Carl Worth
Empathy: test: Including final score in testing
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Carl Worth
Empathy: Initial implementation of scoring that conside...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Carl Worth
Don't throw out punctuation when "canonizing" words
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Carl Worth
test: Add initial testing for the Empathy game
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Carl Worth
Provide an explicit (empty) return body for some responses
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Carl Worth
empathy: Fix /prompts endpoint to return the ID of...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Carl Worth
test: Rename cookie file from .test-cookie to .cookie...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Carl Worth
Add a game phase to perform judging
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Carl Worth
Empathy: Delay the updating of total scores until a...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Carl Worth
Accumulate running scores for a multi-round game
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Carl Worth
Empathy: Prune the list of proposed categories on game...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Carl Worth
Fix the /reset endpoint
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Carl Worth
Add scoring once all players have submitted
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Carl Worth
empathy: Tell clients how many players have responded
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Carl Worth
Empathy: Add a new /answer route to accept answers...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Carl Worth
Fix buggy regular expression
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Carl Worth
Use spread syntax rather than fill(nill) in generate_id
commit
|
commitdiff
|
tree
|
snapshot
2020-06-09
Carl Worth
Don't let a new prompt get started when another is...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-09
Carl Worth
Empathy: Add support for starting the actual game
commit
|
commitdiff
|
tree
|
snapshot
2020-06-09
Carl Worth
empathy: Better separation of concerns between routes...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-09
Carl Worth
Empathy: Make a vote for a prompt toggle the vote
commit
|
commitdiff
|
tree
|
snapshot
2020-06-08
Carl Worth
Empathy: Add routes to receive prompts and votes on...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-08
Carl Worth
Add a new "broadcast_event_object" method to accept...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Carl Worth
Add initial shell of a game for Empathy
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Carl Worth
Scribe: Small tweaks to the page layout
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Carl Worth
Add 'trust proxy' option since we trust our proxy
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Carl Worth
Initial implementation of Scribe
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Carl Worth
Properly JSON-stingify move before broadcasting it
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Carl Worth
Allow for games to opt in to allow "Guest" users
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Carl Worth
empires: Rename add_player to register_player
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Carl Worth
Fix admin interface to work once again
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Carl Worth
Assign new players to the first team with no players
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Carl Worth
Switch team property from being a string to being an...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Carl Worth
Stream player-enter events for existing players to...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Carl Worth
game: Allow either player to play the first move
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Carl Worth
game: Store players in both an array _and_ a session...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Carl Worth
tictactoe: Simplify code by not reusing the expression...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Carl Worth
Move some checks from TicTacToe.add_move to Game.add_move
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Carl Worth
Rename "next_player" property to "team_to_play"
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Carl Worth
tictactoe: Enforce only legal moves with regard to...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Carl Worth
game: Index players directly by session ID
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Carl Worth
game/tictactoe: Expand player to include a team property
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Carl Worth
game: Add a new /player endpoint to allow a player...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Carl Worth
Add a new player-info event to the stream
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Carl Worth
game: Rename Game.clients to Game.players, combining...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Carl Worth
game: Send a game-info event when a client connects
commit
|
commitdiff
|
tree
|
snapshot
2020-06-04
Carl Worth
Move the keepalive functionality from Empires up to...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-03
Carl Worth
Add message string to the return value of add_move
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
tictactoe: Reword the comment describing the add_move...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
Store only the the .Game property when importing a...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
Add some documentation about the Game import interface
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
Move our router objects from exports.router to exports...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
Generalize the handling of the /move request
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
Rename identifiers from square to move
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
tictactoe: Track API change for the /move request:...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
Give the "/events" route a common implementation
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
Standardize transmission of game "state" when a client...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
tictactoe: Use a "game-state" event instead of a series...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
tictactoe: Move all state-related properties into a...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
tictactoe: Actually toggle between X and O as the curre...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
tictactoe: Use empty strings instead of null objects...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
empires: Rename GameState to GamePhase
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
Drop the meta property from the game exports object.
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
Return the actual game object from create_game, not...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
Drop a gratuitous anonymous object for storing an array...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
LMNO: Simplify storage of the games array by not storin...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
Plumb a game's ID value down into the base class
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
Drop the name field from the Game class
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Carl Worth
Drop the "name" entry from the game-engine exports
commit
|
commitdiff
|
tree
|
snapshot
next