]> git.cworth.org Git - lmno.games/history - empires
Shorten the fade-out delay for the activity indicators
[lmno.games] / empires /
2020-06-06 Carl WorthRemoving a debugging statement
2020-06-01 Carl Worthempires: Rename "state" to "phase" for game phase trans...
2020-05-26 Carl WorthCorrect various meta viewport tags
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-21 Carl WorthUse an absolute path for the events API
2020-05-21 Carl WorthUse absolute references for CSS and JS files
2020-05-19 Carl WorthFix a typo: "fot" instead of "for"
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 Worthempires: Fix indentation of game.html
2020-05-17 Carl Worthempires: Rename all files (html, js, and css) to game.*
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 WorthInsert a line break before the "Players in the game...
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-12 Carl WorthFix the gear toggle to work the first time it is clicked
2020-05-11 Carl WorthImplement a very simple toolbar for the host to use
2020-05-11 Carl WorthAdd viewport tag
2020-05-11 Carl WorthExplicitly declare UTF-8 encoding
2020-05-11 Carl WorthStyle the revealed character names extra large
2020-05-11 Carl WorthDrop the message-area notifications for new players...
2020-05-11 Carl WorthUse a white background on the body element for a narrow...
2020-05-11 Carl WorthAdd some mobile-first styling
2020-05-11 Carl WorthDon't show the "Players in the game" header when there...
2020-05-10 Carl WorthImplement support for the "game-state" and "character...
2020-05-10 Carl WorthMove the message area outside of the pre-game div
2020-05-10 Carl WorthAdd messages to message area when a player joins or...
2020-05-10 Carl WorthRename player-register/player-deregister to player...
2020-05-10 Carl WorthAdd a message when the connection to the server is...
2020-05-10 Carl WorthDisable autocomplete on the character field
2020-05-04 Carl WorthTrack removal of players (by either deregister or by...
2020-05-04 Carl WorthAdd event listening to the HTML client
2020-05-04 Carl WorthAdd another missing const
2020-05-03 Carl WorthAdd a simple "make deploy" target
2020-05-03 Carl WorthUse an actual "submit" input element instead of a ...
2020-05-03 Carl WorthCorrect a couple of typos in the welcome paragraph
2020-05-03 Carl WorthMove API endppoint to have an /api suffix
2020-05-03 Carl WorthInitial implementation of a web client for the Empires...