]> git.cworth.org Git - lmno.games/shortlog
lmno.games
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
2020-05-23 Kevin WorthRename "Families" to "Empires"
2020-05-23 Kevin WorthAdd fetchAllPlayers method
2020-05-23 Kevin WorthMove the FutureBuilder into the Column (does not work)
2020-05-23 Kevin WorthAdd new Container to allow for margin
2020-05-23 Kevin WorthRename application id to com.appsiom.empires
2020-05-23 Kevin WorthStop using dart:js in player.dart
2020-05-23 Kevin WorthPut back the Column in main.dart
2020-05-23 Kevin WorthAdd README.md
2020-05-23 Kevin WorthAdd method parsePlayers to player.dart
2020-05-23 Kevin WorthAdd another screenshot to the README
2020-05-23 Kevin WorthAdd screenshot to root for current progress
2020-05-23 Kevin WorthChange fetchPlayer to fetchFirstPlayer
2020-05-23 Kevin WorthUpdate screenshot for README
2020-05-23 Kevin WorthAdd some space in between TextFields for aesthetics
2020-05-23 Kevin WorthAdd initState to start the async call to fetch player
2020-05-23 Kevin WorthMake the plus button act like refresh
2020-05-23 Kevin WorthAdd label and TextField for entering the player's game...
2020-05-23 Kevin WorthAdd a FutureBuilder widget to hold a fetched player
2020-05-23 Kevin WorthRip out column and just show player list view
2020-05-23 Kevin WorthAdd TextField for entering (real) name
2020-05-23 Kevin WorthAdd class RegisteredUser with name and character attributes
2020-05-23 Kevin WorthAdd 'Empires' to homepage title
2020-05-23 Kevin WorthAdd class Player with id and name attributes
2020-05-23 Kevin WorthChange app name to 'Families Game'
2020-05-23 Kevin WorthAdd http library version 0.12.1 to pubspec.yaml
2020-05-23 Kevin WorthAdd all from `flutter create <name>`
2020-05-23 Carl Worthlmno.js: Drop the lmno_login and lmno_login_loadend...
2020-05-21 Carl WorthUse an absolute path for the events API
2020-05-21 Carl WorthUse absolute references for CSS and JS files
2020-05-21 Carl WorthAdd JavaScript handling for the recently-added login...
2020-05-21 Carl WorthAdd an "lmno_" prefix to our loadend functions
2020-05-20 Carl WorthDrop debugging statement to console.log
2020-05-19 Carl WorthActually make the top-level "join game" button work.
2020-05-19 Carl WorthFix a typo: "fot" instead of "for"
2020-05-19 Carl WorthAdd the standard viewport element
2020-05-19 Carl WorthAdd a link from the top-level page to the static page...
2020-05-19 Carl WorthAdd basic them-based styling of link colors
2020-05-19 Carl Worthempirs: Switch to using local server to handle all...
2020-05-19 Carl Worthempires: Fix references to "local" CSS and JS files
2020-05-19 Carl Worthempires: Add a top-level static page for the Empires...
2020-05-19 Carl Worthstyle: Add some padding at the bottom of any form
2020-05-19 Carl Worthstyle: Add some basic support for a bulleted list.
2020-05-19 Carl Worthstyle: Remove some duplicated code between h1 and h2
2020-05-19 Carl Worthempires: Fix indentation of game.html
2020-05-17 Carl Worthempires: Rename all files (html, js, and css) to game.*
2020-05-17 Carl Worthmake deploy: Go back to deleting any pre-existing files...
2020-05-17 Carl WorthAdd some comments on the CSS for styling the empires...
2020-05-17 Carl WorthUse named color to set the character of the character...
2020-05-17 Carl WorthMove input sizing from empires to top-level
2020-05-17 Carl WorthMove paragraph-spacing from empires/style.css to style.css
2020-05-17 Carl WorthApply our selected text color to haeaders (h1 and h2)
2020-05-17 Carl WorthUse CSS custom properties to define named colors
2020-05-17 Carl WorthInsert a line break before the "Players in the game...
2020-05-17 Carl WorthFix the page width to allow the content to be a full...
2020-05-17 Carl WorthTweak the line-height down a bit
2020-05-17 Carl Worthempires: Adapt HTML to use 'form-field' instead of...
2020-05-17 Carl Worthempires: Defer to top-level style sheet for as much...
2020-05-17 Carl WorthRemove the reset.css from the empires sub-directory
2020-05-17 Carl WorthDrop the Makefile from the empires directory
2020-05-17 Carl WorthMerge in empires-html client
2020-05-17 Carl WorthPopulate the name fields in site.webmanifest
2020-05-17 Carl WorthPoint to various favicon resources in the <head> of...
2020-05-17 Carl WorthAdd many assets expanded from lmno.png
2020-05-17 Carl WorthAdd a very simple LMNO logo
2020-05-17 Carl WorthAdd simple JavaScript processing of game ID form submission
2020-05-17 Carl WorthRemove percentage units from grid column sizing
2020-05-16 Carl WorthAdd a little universal padding to the page
2020-05-16 Carl WorthRefine the Game ID input field
2020-05-16 Carl WorthAdd some basic styling for form input fields
next