summaryrefslogtreecommitdiff
path: root/rules.js
AgeCommit message (Collapse)Author
2023-12-10Y10 agitators fixteisuru
2023-12-10Y10 agitatorsteisuru
2023-12-10L31 capteisuru
2023-12-10we done deeds of charity fixteisuru
2023-12-10cap we doneteisuru
2023-12-10fix burgundians capteisuru
2023-12-10fix burgundians capteisuru
2023-12-10cap burgundiansteisuru
2023-12-10fix merchantsteisuru
2023-12-10Capability L30 merchantsteisuru
to be improved
2023-12-10fix soldiers of fortuneteisuru
2023-12-10Capability Y12teisuru
2023-12-10capability Y16, Y18teisuru
2023-12-10Capability L33teisuru
2023-12-10capability Y8teisuru
2023-12-10troops during battle caps L3, L25, Y3, Y25, Y27, Y37,teisuru
2023-12-10Capability L37teisuru
2023-12-10L6/Y6 Great ships capabilityteisuru
2023-12-10end tides of war + heraldsteisuru
2023-12-10various fixes for exiled lords and vassalsteisuru
2023-12-10removed nevsky capability seatteisuru
2023-12-10fix log margaret capteisuru
2023-12-10Fix for loops < last_thing to <= last thingTor Andersson
2023-12-10oops!Tor Andersson
2023-12-10update has_locale_to_musterTor Andersson
2023-12-10fix supply amountsTor Andersson
2023-12-10Delete unused code.Tor Andersson
2023-12-10Fix bug when choosing supply source type.Tor Andersson
2023-12-10Tweak vassal state handling.Tor Andersson
2023-12-10Use 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-10set_lord_calendar directlyTor Andersson
2023-12-10Levy troops not possible in exileteisuru
2023-12-10Use game.count for tracking lords in Scots event.Tor Andersson
2023-12-10Use game.parley for list of valid locations instead of game.what.Tor Andersson
2023-12-10Hide asset/forces/routed implementation details.Tor Andersson
Use accessors everywhere.
2023-12-10no global capabilitiesTor Andersson
2023-12-10Fixed French Troops.Troy Nordine
2023-12-10drop game.crown property (redundant with game.rebel)Tor Andersson
2023-12-10skip setup for scenarios that don't use itTor Andersson
2023-12-10Allow Parley at unfriendly locales during Levy.Tor Andersson
2023-12-10removed testing coode.Troy Nordine
2023-12-10Impl. French Troops. Fixed other errors.Troy Nordine
2023-12-10Implemented L19 Henry's Proclamation.Troy Nordine
2023-12-10Implemented L15 Henry Pressures Parliment.Troy Nordine
2023-12-10Implemented Event L114 - Scots.Troy Nordine
2023-12-10fix wrong function nameTor Andersson
2023-12-10Fixed unit selection in battle.Troy Nordine
2023-12-10fix tax seaportteisuru
2023-12-10fix parley seaportteisuru
2023-12-10Fix Parley during campaign.Tor Andersson