]> git.cworth.org Git - lmno.games/shortlog
lmno.games
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   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
2020-06-03 Carl WorthExpect defailed error message from the server when...
2020-06-01 Carl WorthRename identifier in the "move" handler from 'square...
2020-06-01 Carl Worthtictactoe: Track API change that /move event now has...
2020-06-01 Carl Worthtictactoe: Adapt to new server event type: game-state
2020-06-01 Carl Worthempires: Rename "state" to "phase" for game phase trans...
2020-05-27 Carl Worthtictactoe: Increase the size of the board a bit
2020-05-27 Carl WorthChange styling to not put game info to the right of...
2020-05-27 Carl WorthDrop the game history interface.
2020-05-27 Carl Worthtictactoe: Implement a minimally-functional multi-playe...
2020-05-27 Carl WorthMakefile: Don't remove write permission from .js build...
2020-05-26 Carl Worthtictactoe: Put in place the standard top-level page
2020-05-26 Carl Worthtictactoe: Integrate the standard LMNO styling
2020-05-26 Carl WorthMakefile: Change permissions on generated .js files...
2020-05-26 Carl WorthCorrect various meta viewport tags
2020-05-26 Carl WorthProvide any downloaded deps/*.js files to git clone...
2020-05-26 Carl WorthTeach git to ignore tictactoe.js
2020-05-26 Carl WorthRework Makefile to force sha512 verification of downloa...
2020-05-26 Carl WorthAdd a simple tictactoe game, implemented with React
2020-05-26 Carl WorthMake the build quieter by default
2020-05-26 Carl WorthMakefile: Add support to use babel to compile React...
2020-05-26 Carl WorthExtend Makefile with "deps", "dev", and "prod" targets
2020-05-24 Carl WorthClose out li and ul tags
2020-05-24 Carl WorthFix padding calculations for intermediate widths
2020-05-24 Carl WorthAdd handling for a spectators list in addition to the...
2020-05-24 Carl Worthempires: Construct reliable paths for all game API...
2020-05-23 Carl Worthempires: Simply game for to require only a character...
2020-05-23 Kevin WorthMerge branch 'flempires-repo-merge'
2020-05-23 Kevin WorthRename flutterempires to flempires
2020-05-23 Kevin WorthPrepare directories for merge into lmno.games
2020-05-23 Kevin WorthAdd all linux files generated with flutter create .
2020-05-23 Kevin WorthMerge branch 'add-macos'
2020-05-23 Kevin WorthMerge branch 'player-list'
2020-05-23 Kevin WorthEnable network requests in mac os app
2020-05-23 Kevin WorthMerge branch 'data-models'
2020-05-23 Kevin WorthGet rid of extra FutureBuilder widgets
2020-05-23 Kevin WorthAdd all macos files generated with flutter create .
2020-05-23 Kevin WorthChange name of Android app to Empires
2020-05-23 Kevin WorthClean up some leftover hello flutter code
2020-05-23 Kevin WorthShow text if player list returns empty
2020-05-23 Kevin WorthMerge branch 'families-to-empires'
2020-05-23 Kevin WorthMake space for showing the full list of players
2020-05-23 Kevin WorthClean up indentation
2020-05-23 Kevin WorthClean up by removing some tutorial text
2020-05-23 Kevin WorthRename directory flutterfamilies to flutterempires
2020-05-23 Kevin WorthDisplay total number of players
2020-05-23 Kevin WorthAdd Expanded to fix the scrollable in a scrollable...
2020-05-23 Kevin WorthFix indentation after adding Container
next