summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-15fix soldiers of fortuneteisuru
2024-02-15fix routed forces after disbandteisuru
2024-02-15fix disembarkteisuru
2024-02-14assert_state snake_caseMischa Untaga
2024-02-14assert all lords without routed troops during levy phaseMischa Untaga
2024-02-14assert all lords on land during levy phaseMischa Untaga
2024-02-14assert all lords have troops or retinue outside of battle_losses and ↵Mischa Untaga
death_or_disband states
2024-02-14assert mutually exclusive lordsMischa Untaga
2024-02-13fix battle lossesteisuru
fix battle losses when no friendly unit has routed
2024-02-13fix blocked fordteisuru
If blocked ford used and the enemy fled no battle would initialize and game.battle.where would be empty
2024-02-13fix for trust not himteisuru
check vassal same locale as battle
2024-02-13fix suspicion when no lord of lower influenceteisuru
2024-02-13fix L17 when not able to parleyteisuru
2024-02-13fix surprise landingteisuru
neither calais...or at sea
2024-02-13change gendata dather than data directly...teisuru
2024-02-13Revert "fix scotland exile box"teisuru
This reverts commit fe301c88d6360023cb321e9e49780d34eb325744.
2024-02-13fix select locale after marchteisuru
2024-02-13fix scotland exile boxteisuru
bug when supplying from to find ports while not being present in exile
2024-02-13Fix bugs discovered by typescript (missing/wrong function arguments).Tor Andersson
2024-02-13Add .eslintrc file.Tor Andersson
2024-02-13Fix iteration over locales in goto_warwicks_propaganda.Tor Andersson
2024-02-13Fix locale/locale-type mixup.Tor Andersson
2024-02-13Use constants.Tor Andersson
2024-02-12Fix eslint issues.Tor Andersson
2024-02-12Fix indentation.Tor Andersson
2024-02-12fix L33 toggle lords from groupteisuru
2024-02-12fix bug when active lord exile before battleteisuru
2024-02-12fix Y16 the commonsteisuru
2024-02-12fix Y15 naval blockadeteisuru
2024-02-12fix L33 surprise landing in calaisteisuru
it's stupid to use it there but still removing the possibility of playing
2024-02-12fix Y10 Tax collectorsteisuru
bugging when there was many taxable cases
2024-02-12Y15 Naval blockade p1teisuru
2024-02-12Resize 1x Art of War card background images.Tor Andersson
2024-02-11Use more helper functions instead of data.locale[here].region checks.Tor Andersson
2024-02-11Fix BF event.Tor Andersson
2024-02-11Remove all the manual clear_undo calls.Tor Andersson
Clear undo automatically in roll_die, draw_card, and when set_active changes who is the active player.
2024-02-11Blocked Ford.Tor Andersson
2024-02-11Only play PT from hand.Tor Andersson
2024-02-11Fix PT trigger check.Tor Andersson
2024-02-11Fix Wales forbidden to enemy intercept.Tor Andersson
2024-02-11Parliament's Truce.Tor Andersson
2024-02-11Put KP/PT code after interception code, before exile code.Tor Andersson
2024-02-11Name constants for Parliament Truce to Parliament's Truce.Tor Andersson
2024-02-10Flag marching lords as moved AFTER King's Parley has resolved.Tor Andersson
Because if KP is triggered, the move never happened. This makes it easier to rewind the state.
2024-02-10Fix control change bugs.Tor Andersson
2024-02-10Add pointer-events: none so HTML text on cards doesn't interfere.Tor Andersson
2024-02-10King's Parley.Tor Andersson
2024-02-10Rename march_with_group_3 to end_march.Tor Andersson
2024-02-10Remove "intercept_exiles" state.Tor Andersson
2024-02-10End exiles by finishing march action (not end command directly).Tor Andersson