summaryrefslogtreecommitdiff
path: root/rules.js
AgeCommit message (Collapse)Author
2024-01-01Only sea move into besieged castle in Tyre and Tripoli.Tor Andersson
Fix bug when combining Richard's Sea Legs with non-Fortified Port that is under siege...
2023-12-24Automatic resign menu.Tor Andersson
2023-11-18Show road limits.Tor Andersson
Use maps instead of objects for road_limit, last_used and main_road.
2023-10-12Make delayed hits default behavior.Tor Andersson
Add immediate hits as a (hidden) option.
2023-05-24No undo after selecting cards.Tor Andersson
2023-04-06Fix deployment block name prompt.Tor Andersson
2023-02-16Fix Jihad space formatting.Tor Andersson
2022-12-14Stop delaying hits when more hits inflicted than steps.Tor Andersson
2022-11-30Fix delay hits being skipped when a battle ends early after harrying.Tor Andersson
2022-11-30Mark blocks as moved after first step to mask tracking movement speeds.Tor Andersson
2022-11-30Regroup after Assassins kill last block in siege.Tor Andersson
2022-11-30Delay hits option.Tor Andersson
2022-11-30FAQ is wrong, besieger does NOT control towns for draw purposes.Tor Andersson
See designer clarification here: https://boardgamegeek.com/thread/122917/article/1112380#1112380
2022-11-30Use broken highlight for placing drawn blocks at reduced strength.Tor Andersson
2022-11-30Optimize game state representation using numbers instead of string ids.Tor Andersson
2022-11-16No semicolons.Tor Andersson
2022-11-16Lift siege when assassin's eliminate last block.Tor Andersson
2022-11-16Update RNG.Tor Andersson
2022-11-16Optimize for loops.Tor Andersson
2022-11-16Don't use JSON for undo state.Tor Andersson
2022-11-16Remove exports.ready function.Tor Andersson
2022-11-16Reworded battle field control change.Tor Andersson
2022-11-16Past tense.Tor Andersson
2022-11-16When placing a drawn block into a besieged port, make sure it goes inside.Tor Andersson
2022-11-16Log which options are in effect.Tor Andersson
2022-11-16Drop table roles.Tor Andersson
2022-11-16Add "Iron Bridge" optional rule.Tor Andersson
2022-11-16Log combat hits taken.Tor Andersson
2022-11-16Show both prior cards to make it clearer when double events cancel.Tor Andersson
2022-11-16Update for new server version.Tor Andersson
2022-11-16Always push undo before changing any state.Tor Andersson
2022-11-16Show card backs when observing the block games.Tor Andersson
2022-11-16Prettier logs with formatting and colors.Tor Andersson
2022-11-16crusader: Fix bug where storming units eliminate defending force.Tor Andersson
The castle should swap hands and the storming should be canceled.
2022-11-16Add options to game setup.Tor Andersson
2022-11-16Clean up replay script.Tor Andersson
2022-11-16crusader: Update VP display instantly.Tor Andersson
2022-11-16Add PRNG seed to game state.Tor Andersson
Log all game actions to a table so they can be replayed.
2022-11-16crusader: Remove combat debug logging.Tor Andersson
2022-11-16crusader: Add confirmation step when ending move phase with moves left.Tor Andersson
2022-11-16crusader: Fix Turcopoles draw placement in non-home seats.Tor Andersson
2022-11-16crusader: Show who won in the log.Tor Andersson
2022-11-16crusader: Fix bug in Jihad selection and display.Tor Andersson
Enemy of null is null!
2022-11-16crusader: Allow Jihad on existing sieges.Tor Andersson
2022-11-16crusader: Rewrite logic of revealing and hiding blocks in battle.Tor Andersson
2022-11-16crusader: Skip sally declaration first field battle of new siege.Tor Andersson
2022-11-16crusader: Update VP count after winter campaign!Tor Andersson
2022-11-16crusader: Only show "Next" during draw phase if block cannot be placed.Tor Andersson
2022-11-16crusader: Fix regroup away test, again...Tor Andersson
2022-11-16crusader: Fix bug with Richard's Sea legs second move.Tor Andersson