Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-22 | Fix Capture of the King. | Tor Andersson | |
2024-04-22 | Ia. Capture of the King. | Tor Andersson | |
TODO: display henry vi on capturing lord's mat in client. | |||
2024-04-22 | Optimize data access. | Tor Andersson | |
TODO: sort the locales for simpler tests. | |||
2024-04-22 | Add routed lords panel. | Tor Andersson | |
To try it out. May not keep. | |||
2024-04-21 | Death Check: Manual disband vassals. Extra roll step for lords. | Tor Andersson | |
2024-04-21 | Manual "Lord Rout" step at end of battle round. | Tor Andersson | |
2024-04-21 | game end marker | Tor Andersson | |
2024-04-21 | Fix Ic setup exile boxes. | Tor Andersson | |
2024-04-21 | Use special locale range for in-exile lords. Victory checks. | Tor Andersson | |
2024-04-20 | Fix Aragne end event (and show selected vassals). | Tor Andersson | |
2024-04-20 | Clean up prompts for Welsh Rebellion and Warwick's Propaganda. | Tor Andersson | |
2024-04-20 | Scenario victory thresholds. | Tor Andersson | |
2024-04-20 | Fix sailing issues. | Tor Andersson | |
Enemy lords can co-exist at sea. Cannot Pillage at sea. Shipwreck if unfed at sea. | |||
2024-04-20 | Tweak CSS a bit. | Tor Andersson | |
Still needs a huge overhaul. | |||
2024-04-20 | Add short Lord names. | Tor Andersson | |
2024-04-20 | Only show lords in play in planning window. | Tor Andersson | |
2024-04-19 | Cap influence to 45. | Tor Andersson | |
2024-04-19 | Enable source maps. | Tor Andersson | |
2024-04-19 | Special LONDON_FOR_YORK favour locale. Rename favourl/favoury functions. | Tor Andersson | |
2024-04-19 | Rework influence checks! Use game.actions for levy actions. | Tor Andersson | |
2024-04-19 | Add missing Vanguard button. | Tor Andersson | |
2024-04-19 | Some minor battle cleanups. | Tor Andersson | |
2024-04-19 | Final Charge (v1 -- delay retinue hit). | Tor Andersson | |
2024-04-18 | Update play.js for to make view.battle optional. | Tor Andersson | |
2024-04-02 | L12C Commission of Array | teisuru | |
2024-02-12 | Y15 Naval blockade p1 | teisuru | |
2024-01-09 | Event L9, L16, Y22 | teisuru | |
2024-01-08 | Event L28, Y36 | teisuru | |
2024-01-02 | Event L9, Y3, Y9 + comments | teisuru | |
2024-01-01 | Use "card2" elements when showing hover card in current card display. | Tor Andersson | |
2024-01-01 | Fix typo when constructing command cards for current card display. | Tor Andersson | |
2023-12-23 | Event Y4, Y16 | teisuru | |
2023-12-21 | Use HTML text for Arts of War cards (to improve legibility). | Tor Andersson | |
2023-12-21 | Event L10, L18, Y14, Y34, Y35, | teisuru | |
2023-12-14 | fix L31 | teisuru | |
2023-12-13 | Events Y21, Y23, Y27, Y31 | teisuru | |
2023-12-12 | Events L23,L24,L25 | teisuru | |
2023-12-10 | Update to newest RTT server framework. | Tor Andersson | |
2023-12-10 | Y10 agitators | teisuru | |
2023-12-10 | Capability L30 merchants | teisuru | |
to be improved | |||
2023-12-10 | Capability Y12 | teisuru | |
2023-12-10 | capability Y16, Y18 | teisuru | |
2023-12-10 | end tides of war + heralds | teisuru | |
2023-12-10 | Fix for loops < last_thing to <= last thing | Tor Andersson | |
2023-12-10 | Tweak vassal state handling. | Tor Andersson | |
2023-12-10 | Use map structures instead of arrays and bit packing. | Tor Andersson | |
There are 28 lords, so packing multiple bits per lord into one word won't work. Most lords will never be on the map, so carrying around their asset/force/routed data is wasteful. Use map structures instead, since at most 6 lords will be on the map at once, and at most 13 on the map + calendar. | |||
2023-12-10 | Use accessors in play.js | Tor Andersson | |
2023-12-10 | Implemented Event L114 - Scots. | Troy Nordine | |
2023-12-10 | Optimize and fix Supply. | Tor Andersson | |
2023-12-10 | fix fix play.js on data.lords.seat | Tor Andersson | |