summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-18Optimize retroactive foul weather!Tor Andersson
There's only ever one foul weather state on the undo stack, so don't include the full foul weather state into the undo state.
2023-02-18Remove exports.ready function.Tor Andersson
2023-02-18Add some implementation notes pointing out the use of shift.Tor Andersson
2023-02-18Hold down shift to disable action spaces to allow investigating stacks.Tor Andersson
2023-02-18Turn off retroactive foul weather logging.Tor Andersson
2023-02-18Clear undo when generating random number or control changes.Tor Andersson
2023-02-18Change z-order of action units vs spaces.Tor Andersson
Allow inspecting stacks even when the space they're in is an action space.
2023-02-18Track "phasing" player so demolition can be done at any time.Tor Andersson
2023-02-18Zap semicolons.Tor Andersson
2023-02-18Clamp VP tracker to stay on the VP track...Tor Andersson
2023-02-18Mobile layout.Tor Andersson
2023-02-18Show deck size when hovering over played card.Tor Andersson
2023-02-18Fix bug with automatically evading auxiliaries.Tor Andersson
2023-02-18Zap empty implementation notes page.Tor Andersson
2023-02-18Clean up common play.css file.Tor Andersson
2023-02-18Remove beta warning.Tor Andersson
2023-02-18Show supply lines on mountain spaces.Tor Andersson
2023-02-18Minor cleanups.Tor Andersson
2023-02-18Western Indian Alliance needs a friendly fort at Ohio Forks.Tor Andersson
Fix copy & paste error from Northern Indian Alliance.
2023-02-18End retreating with all if there are no more destinations available.Tor Andersson
2023-02-18Fix passing for season/card with retroactive foul weather.Tor Andersson
2023-02-18Set up retreat state for retreat_attacker even when no units survived.Tor Andersson
2023-02-18Add "pass for rest of season/action" response buttons.Tor Andersson
Update aliases after loading of all states.
2023-02-18Don't allow picking up activated forces!Tor Andersson
2023-02-18Cannot place French Regulars at Louisbourg if there's an amphib.Tor Andersson
2023-02-18Fix error where goto_retroactive_foul_weather was called twice in ampphib.Tor Andersson
2023-02-18Fix amphib marker border.Tor Andersson
2023-02-18Don't allow withdrawing into enemy fortress under siege!Tor Andersson
2023-02-18Add piece manifest page.Tor Andersson
2023-02-18Bug with Retroactive Foul Weather and withdrawing units into fort.Tor Andersson
2023-02-18Log which leaders are drawn.Tor Andersson
2023-02-18Make fort u/c removal more robust.Tor Andersson
2023-02-18Don't remove forts u/c until after any eventual battles.Tor Andersson
2023-02-18Remove unused function.Tor Andersson
2023-02-18Fix setting end year in Early War campaign.Tor Andersson
2023-02-18Replace Fullscreen menu with Home link.Tor Andersson
2023-02-18Handle case where force moving into space with lone leader retreat.Tor Andersson
If a force moves into a space with a lone leader and is intercepted and defeated, the lone leader must also retreat.
2023-02-18Fix off-by-one when picking up all forces.Tor Andersson
2023-02-18Don't use dotted underlines (no support in Safari).Tor Andersson
2023-02-18Don't use "outline" CSS property.Tor Andersson
Safari has lots of bugs with the outline property. Use nested box shadows instead.
2023-02-18Oops.Tor Andersson
2023-02-18Fix overrun after retreating defenders.Tor Andersson
2023-02-18Confirm ending force designation with no units picked up.Tor Andersson
2023-02-18Allow activating a force with no units for normal movement.Tor Andersson
TODO: Confirmation?
2023-02-18Fix bug with siege without commanding officer.Tor Andersson
2023-02-18Fix bug when recapturing originally friendly fortresses.Tor Andersson
2023-02-18Don't delete "removed" too soon when retreating attacker.Tor Andersson
2023-02-18Tag "Resign" menu item with resign class.Tor Andersson
2023-02-18Fix inverted logic when playing highlanders.Tor Andersson
2023-02-18Don't print empty summaries and clean up some messages.Tor Andersson