]> git.cworth.org Git - lmno.games/shortlog
lmno.games
2020-06-29 Carl WorthChange category voting to require fewer votes when...
2020-06-29 Carl WorthPut the "Start Game" button above the category-vote...
2020-06-29 Carl WorthDisplay kudos (as stars) in the per-round scores
2020-06-29 Carl WorthSend kudos as a Boolean alongside each word group
2020-06-29 Carl WorthAdd a QUIRKSTER achievement
2020-06-29 Carl WorthRename "label" to "achievement"
2020-06-29 Carl WorthDon't allow text to overflow an ambiguity button in...
2020-06-29 Carl WorthAllow a really long word inside an ambiguity button...
2020-06-29 Carl WorthReword the Move On button when we're not waiting for...
2020-06-29 Carl WorthDefine the move_on button after the still_waiting component
2020-06-29 Carl WorthReject a category with a number of items of 0
2020-06-29 Carl WorthAdd some clarifying text to the "Move On" buttons
2020-06-29 Carl WorthSet kudos to null if no answer is starred
2020-06-29 Carl WorthEliminate some debugging calls to console.log
2020-06-29 Carl WorthAdd key to list of PromptOption components
2020-06-28 Carl Worthempathy: Add the ability to star one favorite item
2020-06-28 Carl Worthempathy: Pre-group words according to common patterns
2020-06-28 Carl WorthAdd a "PERFECT" label for a player with a perfect score
2020-06-28 Carl WorthFix the key for some list items
2020-06-28 Carl WorthDrop extra PromptOption state for not showing a specifi...
2020-06-28 Carl Worthempathy: Add button to hide/(vote against) categories
2020-06-28 Carl WorthShorten the fade-out delay for the activity indicators
2020-06-28 Carl WorthAdd animated, bouncing/fading ellipses to indicate...
2020-06-28 Carl WorthAdd a containing div element to the "still waiting...
2020-06-28 Carl WorthMore avoidance of plurals to describe singular lists
2020-06-28 Carl WorthEliminate lead-in text when there is nothing following
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
next