summaryrefslogtreecommitdiff
path: root/rules.js
AgeCommit message (Collapse)Author
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-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-18300: Add horizontal separators in log and colorize event names.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-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-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.
2023-02-18300: Fix Acropolis on Fire not ending the persian turn.Tor Andersson
2023-02-18300: Fix Artemisia bugs.Tor Andersson
1) Remove the ship permanently. 2) Only remove transported armies if Persia is the attacker.
2023-02-18300: Rename Tie result to Draw.Tor Andersson
2023-02-18300: Set result for instant victories.Tor Andersson
2023-02-18300: Fix missing road...Tor Andersson
2023-02-18300: Fix interpretation issue of The Royal Road.Tor Andersson
The new translation makes clear you can place 1-3 units if the city is unoccupied by Greek troops.
2023-02-18300: Fix punctuation in messages.Tor Andersson
2023-02-18300: Fix various typos.Tor Andersson
2023-02-18300: Fix 'result' naming after game is over.Tor Andersson
2023-02-18300: Fix resign result.Tor Andersson
2023-02-18300: Tweak wording of naval retreat/continue state when Themistocles is active.Tor Andersson
2023-02-18300: Fix player turn bug with Immortals after greek battle.Tor Andersson
2023-02-18300: Eqeqeq and other lint cleanups.Tor Andersson
2023-02-18300: updateTor Andersson
2023-02-18300: immortals event starts a new battleTor Andersson
2023-02-18300: don't lose spartans on first combat lossTor Andersson
That's a misunderstanding/translation issue.
2023-02-18300: cheap fleets optional ruleTor Andersson
2023-02-18300: Add some implementation notes.Tor Andersson
2023-02-18300 tweak royal roadTor Andersson
2023-02-18300 fix draw/discard display when more cards in draw queue than deckTor Andersson
2023-02-18300: fix event bugsTor Andersson
2023-02-18300: don't skip attack/defend retreat phases for themistoclesTor Andersson
things happen too quick otherwise
2023-02-18300 show deck and discard sizeTor Andersson
2023-02-18300 fix bugsTor Andersson
2023-02-18300 polish message log.Tor Andersson
2023-02-18300 no reactions if empty handTor Andersson