]> git.cworth.org Git - lmno.games/shortlog
lmno.games
2020-06-28 Carl WorthUse "answer" instead of "answers" when there is only...
2020-06-28 Carl WorthAdd the text of the active prompt to the judging and...
2020-06-28 Carl Worthempathy: Add some missing whitespace
2020-06-28 Carl WorthAdd score for each word in the display of results for...
2020-06-28 Carl WorthStop abusing the JavaScript back-tick syntax within JSX
2020-06-28 Carl WorthTrack server change of grouping players with tied scores
2020-06-27 Carl WorthImplement voting for the "New Game" button
2020-06-27 Carl WorthAdd a ready bit to client state, and render nothing...
2020-06-27 Carl WorthAdd simple styling of the <strong> element
2020-06-27 Carl Worthempathy: Track the player-exit event
2020-06-21 Carl WorthFix square to not be active if occupied
2020-06-21 Carl WorthRename local variable from "active" to "grid_active"
2020-06-20 Carl WorthFix bug where second players first move was forced...
2020-06-20 Carl WorthHighlight last move and legal mini-grids for current...
2020-06-20 Carl WorthMove definition of Scribe glyphs to an array of objects
2020-06-20 Carl WorthDon't center glyph-and-name contents vertically
2020-06-20 Carl WorthDon't waste space for glyphs that are not full height.
2020-06-20 Carl WorthAdd a reference diagram of the 19 glyphs of Scribe
2020-06-20 Carl WorthUse an array spread syntax instead of .fill(null)
2020-06-20 Carl WorthFix a couple of typos in my comments here
2020-06-18 Carl WorthPut commas back into players' overall scores list
2020-06-18 Carl WorthAdd Emapthy link to the top-level list
2020-06-18 Carl WorthSort player list by overall scores
2020-06-18 Carl WorthWait for judging phase to be idle before displaying...
2020-06-15 Carl WorthBabel: Add the transform-object-rest-spread plugin...
2020-06-14 Carl WorthAllow word groups and votes to wrap during the judging...
2020-06-14 Carl WorthDon't display the answering "Move On" button until...
2020-06-14 Carl WorthFix to use server-sent state for whether player has...
2020-06-14 Carl WorthCopy several game-state members into client state
2020-06-14 Carl WorthFix bug preventing a user from being able to "unselect...
2020-06-14 Carl WorthAdd (rate-limited) posts to the /answering and /judging...
2020-06-14 Carl Worthfixup-add-object-entries-map calls
2020-06-14 Carl WorthDelete some dead (and broken) code.
2020-06-14 Carl WorthTweak the error message when submitting results of...
2020-06-14 Carl WorthFix page title to refer to Empathy, not Empires
2020-06-14 Carl WorthTrack server change renaming "judging" to "judged"
2020-06-13 Carl WorthAdd a "Move On" button to the end of both the answering...
2020-06-13 Carl WorthAdd transform-object-rest-spread to list of Babel plugins
2020-06-12 Carl Worthempathy: Fix judging interface to properly merge two...
2020-06-12 Carl WorthAdd clean support for rejecting categories that are...
2020-06-11 Carl Worthempathy: Add a comman between player names
2020-06-11 Carl Worthempathy: Track change in the server's implementation...
2020-06-11 Carl WorthAdd support for judging of equivalent answers
2020-06-11 Carl WorthUse triple-equals instead of double
2020-06-11 Carl WorthAvoid unnecessary use of fill(null)
2020-06-10 Carl WorthEmpathy: Display player scores at the main screen of...
2020-06-10 Carl WorthEmpathy: When receiving a game-state event overwrite...
2020-06-10 Carl WorthAdd display of scores
2020-06-10 Carl WorthDisplay the number of players who have already submitte...
2020-06-10 Carl WorthEmpathy: Add support for submitting answers to a prompy
2020-06-09 Carl WorthAdd a button to advance from prompt voting to playing...
2020-06-09 Carl WorthDrop an unneeded function
2020-06-09 Carl WorthEmpathy: Let React now I'm a good boy and I won't mutat...
2020-06-08 Carl WorthAdd display of votes on top of each prompt's vote button
2020-06-08 Carl WorthRestrict :hover styling to when a media query says...
2020-06-08 Carl WorthAdd a new color --text-fg-on-accent-bright
2020-06-08 Carl WorthEmpathy: Send prompt suggestions to server and display...
2020-06-08 Carl Worthstyle: Add a new variable: --text-fg-on-accent
2020-06-08 Carl Worthstyle: Apply "box-sizing: border-box" globally
2020-06-07 Carl WorthTake control over the wording of the validation message...
2020-06-07 Carl WorthAdd a submit handler function for our form
2020-06-07 Carl WorthConvert CategoryRequest from a function to a class
2020-06-07 Carl WorthInitial framework for an Empathy game
2020-06-07 Carl WorthDrop unused scribe/game.html
2020-06-07 Carl WorthScribe: Fix the font size to not depend on page height
2020-06-07 Carl WorthParameterize the styling of the page width
2020-06-06 Carl WorthScribe: Increase font size for game elements
2020-06-06 Carl WorthDon't underline links in headers
2020-06-06 Carl WorthAdd a button to copy the game URL for sharing and tight...
2020-06-06 Carl WorthDelay the "Connection lost" message by a second
2020-06-06 Carl WorthDrop back from fanct UTF to plain ASCII "+" and "o"
2020-06-06 Carl Worthstyle: Force some padding at the bottom of the page.
2020-06-06 Carl WorthScribe: Style the board so there are clear gaps between...
2020-06-06 Carl WorthInitial implementation of Scribe
2020-06-06 Carl WorthRemoving a debugging statement
2020-06-06 Carl WorthRename "opponent" in both the interface and the code
2020-06-06 Carl WorthSubtle refinement of the status message.
2020-06-06 Carl WorthStyle inline buttons for better appearance
2020-06-06 Carl WorthBe more selective about when to display buttons for...
2020-06-06 Carl WorthDisplay all players, not just a single component
2020-06-06 Carl WorthDisplay the opponent's name/team next to our own name...
2020-06-06 Carl WorthTighten up the display of the PlayerInfo block
2020-06-06 Carl WorthUse an actual space not an &nbsp; entity.
2020-06-06 Carl WorthAllow either player to make the first move.
2020-06-06 Carl Worthstyle: Use a pointer cursor for the button element
2020-06-06 Carl Worthtictactoe: De-activate board when it's not the player...
2020-06-06 Carl WorthAvoid some repeated references to "this.type"
2020-06-06 Carl Worthtictactoe: Improve player-info block for the case of...
2020-06-06 Carl WorthReturn null from GameInfo and PlayerInfo if they have...
2020-06-06 Carl WorthAdd two buttons to allow the player to choose a team...
2020-06-06 Carl WorthAdd a new fetch_put_json
2020-06-06 Carl WorthAdd key properties to GameInfo and PlayerInfo blocks
2020-06-05 Carl WorthMakefile: Fix downloading of React javascript files
2020-06-05 Carl WorthAdd a simple player-info div
2020-06-05 Carl Worthtictactoe: Add a simple game-info div
2020-06-05 Carl WorthRename reset_state() to reset_board()
2020-06-04 Carl WorthRename several internal names from ICantReadThis to...
2020-06-04 Carl WorthRename stepNumber to step_number
2020-06-04 Carl WorthAdd an enum (or an enum-like object) for Team values
2020-06-04 Carl Worthtictactoe: Don't let the user send an illegal move
next