summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-24Automatic resign menu.HEADmasterTor Andersson
2023-12-10New player list.Tor Andersson
2023-10-27Mobile friendly info pages.Tor Andersson
2023-10-21fix popup menuTor Andersson
2023-10-21scroll_with_middle_mouseTor Andersson
2023-10-21Add more floor room.Tor Andersson
2023-10-20Mobile layout.Tor Andersson
Popup menu.
2023-10-11Reset game.transport when playing Themistocles.Tor Andersson
2023-09-21Add match making setups.Tor Andersson
2023-07-28Improve defender continue/retreat prompt when Themistocles is active.Tor Andersson
2023-07-28Update cover JPEG.Tor Andersson
2023-02-18Set HTML language.Tor Andersson
2023-02-18Allow Miltiades in attack after an amphibious landing.Tor Andersson
Move trigger prompt to just before land battle round instead of after movement.
2023-02-18Keep Mines out of the discard pile while resolving the event.Tor Andersson
This will prevent the event from being able to draw itself. The other events that draw from the discard pile (Oracle and Pacification) explicitly say that they should be discarded before drawing, so we don't need to make a more general "hold card until resolved" mechanism.
2023-02-18Don't allow naval retreats to ports with enemy fleets.Tor Andersson
2023-02-18Don't allow placing fleets in ports with enemy fleets with Syracuse card.Tor Andersson
2023-02-18Update RNG.Tor Andersson
2023-02-18Don't use JSON for undo.Tor Andersson
2023-02-18Remove exports.ready function.Tor Andersson
2023-02-18Purge unused "Both" active player.Tor Andersson
2023-02-18Replace Fullscreen menu with Home link.Tor Andersson
2023-02-18Past tense log messages.Tor Andersson
2023-02-18Don't use dotted underlines (no support in Safari).Tor Andersson
2023-02-18Change create_log_entry to on_log.Tor Andersson
2023-02-18Log which options are in effect.Tor Andersson
2023-02-18Drop table roles.Tor Andersson
2023-02-18Update for new server version.Tor Andersson
2023-02-18Stable undo and fixes for replay.Tor Andersson
2023-02-18Split into separate module.Tor Andersson
2023-02-18JPEG cssTor Andersson
2023-02-18Simplify styles and html for play.htmlTor Andersson
Change font css link. Clean up common play.css file. Mobile layout.
2023-02-18300: Add horizontal separators in log and colorize event names.Tor Andersson
2023-02-18Use ID instead of class for hand in 300.Tor Andersson
2023-02-18Use ID instead of class for map and mapwrap.Tor Andersson
2023-02-18Use ID instead of class for prompt, chat window, and chat button.Tor Andersson
2023-02-18Use ID instead of class for grid divs.Tor Andersson
2023-02-18Prettier logs with formatting and colors.Tor Andersson
2023-02-18300: Add missing log message when victory by taking both enemy cities.Tor Andersson
2023-02-18300: Don't show "next" while there are things left to build.Tor Andersson
2023-02-18300: Fix Greece map flipping with new URL scheme.Tor Andersson
2023-02-18Clean up stylesheets. Don't show options in game lists.Tor Andersson
2023-02-18Add options to game setup.Tor Andersson
2023-02-18Clean up replay script.Tor Andersson
2023-02-18Add PRNG seed to game state.Tor Andersson
Log all game actions to a table so they can be replayed.
2023-02-18Favicon stuff.Tor Andersson
2023-02-18300: Add tooltips to card numbers in game log.Tor Andersson
2023-02-18300: Fix scoring and resetting of Acropolis on Fire.Tor Andersson
2023-02-18300: Add extra confirmation states for some events.Tor Andersson
Click on the affected city or Sparta to confirm events.
2023-02-18300: Always show undo button.Tor Andersson
Help muscle memory by always showing the undo button in the same place.
2023-02-18300: Add Undo to most event cards too.Tor Andersson
All events that need you to select something should now allow you to undo the play of the event.