Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-18 | Rework naval blockade to use multiple separate states instead of shared. | Tor Andersson | |
TODO: proper search for blockade of parley during levy action | |||
2024-04-18 | Remove unused flags. | Tor Andersson | |
2024-04-18 | Group "This Levy" flags into its own object. | Tor Andersson | |
And only have the object during Levy. | |||
2024-04-18 | Fix silly mistake. | Tor Andersson | |
2024-04-18 | Update play.js for to make view.battle optional. | Tor Andersson | |
2024-04-18 | Improve checks for Suspicion. | Tor Andersson | |
2024-04-18 | Warden of the Marches: Forbid escaping to friendly locale with enemy lords. | Tor Andersson | |
2024-04-18 | Remove warden_of_the_marches flag. | Tor Andersson | |
2024-04-18 | Fix battle capability troops. | Tor Andersson | |
2024-04-18 | Rework Escape Ship / Talbot / Warden of the Marches. | Tor Andersson | |
Select _any_ lords, not _all_ lords, for each of these events. Allow mixing and matching. | |||
2024-04-18 | Fix prompt_influence_check to not generate a locale action. | Tor Andersson | |
2024-04-18 | Remove has_unbesieged_enemy_lord (same as has_enemy_lord). | Tor Andersson | |
2024-04-18 | Clean up setting/resetting game.where. | Tor Andersson | |
2024-04-18 | Some typescript lint stuff. | Tor Andersson | |
2024-04-18 | Fix type signature for map_for_each. | Tor Andersson | |
2024-04-18 | Fix "Earl Rivers". | Tor Andersson | |
2024-04-18 | Fix "Flank Attack". | Tor Andersson | |
Simplify prompts. Swap attacker if event is in play. | |||
2024-04-18 | Use temporary properties for specific phases/actions/events. | Tor Andersson | |
2024-04-18 | Separate held event functions into separate functions for each timing. | Tor Andersson | |
2024-04-18 | Add typescript configuration to eslint and package.json | Tor Andersson | |
To setup environment: npm install To develop, run this in a separate terminal: npm run dev | |||
2024-04-17 | Start fixing suspicion. | Tor Andersson | |
TODO: account for actual influence capabilities when determining if it can be played. | |||
2024-04-17 | Fix find_ports during parley. | Tor Andersson | |
2024-04-17 | More typescript and more bug fixes. | Tor Andersson | |
2024-04-17 | Remove game.which. Use string only for game.what. Add game.other. | Tor Andersson | |
2024-04-17 | Typescript types and bug fixes. | Tor Andersson | |
2024-04-17 | Typescript. | Tor Andersson | |
2024-04-17 | Add implementation notes. | Tor Andersson | |
2024-04-17 | Fix tax fix more fix. | Tor Andersson | |
2024-04-17 | Fix tax fix. | Tor Andersson | |
2024-04-17 | Don't change state in prompt in Welsh Rebellion. | Tor Andersson | |
Also handle case when lord only has 1 troop. | |||
2024-04-17 | Fix bad use of game.count in pay_lords. | Tor Andersson | |
2024-04-17 | Fix count_deplete. | Tor Andersson | |
2024-04-17 | Fix bugs in Tax. | Tor Andersson | |
2024-04-16 | More push_state cleanups. | Tor Andersson | |
2024-04-16 | Remove some unnecessary push_state calls. | Tor Andersson | |
2024-04-16 | Fix Tax & Tax Collectors. | Tor Andersson | |
2024-04-16 | Fix pillage locale. | Tor Andersson | |
2024-04-16 | Use game.count for "We done deeds of charity". | Tor Andersson | |
2024-04-16 | Rework The King's Name by saving snapshot of state. | Tor Andersson | |
2024-04-16 | Rename reset_flags to reset_flags_for_muster. | Tor Andersson | |
2024-04-16 | Fix typo. | Tor Andersson | |
2024-04-16 | Always discard Hastings capability when Hastings is disbanded. | Tor Andersson | |
2024-04-16 | Fix L'Universelle Aragne. | Tor Andersson | |
2024-04-16 | Use event_data property for She-wolf. | Tor Andersson | |
2024-04-16 | Use event_data property for Warwick's Propaganda. | Tor Andersson | |
2024-04-16 | Move Jack Cade to other effect events. | Tor Andersson | |
2024-04-16 | Move check_london_protected to top (where should it be?) | Tor Andersson | |
2024-04-16 | Fix "Tudor Banners". | Tor Andersson | |
2024-04-16 | Add TODO about She-wold event. | Tor Andersson | |
Is it safe to use game.pieces.moved to track vassals? Use event specific list instead? | |||
2024-04-16 | Fix "Warwick's Propaganda". | Tor Andersson | |
Use temporary property for list. Use game.where instead of game.who. |