Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-13 | Events Y21, Y23, Y27, Y31 | teisuru | |
2023-12-13 | Event fix Y17 | teisuru | |
2023-12-13 | Event Y17 | teisuru | |
2023-12-13 | Events L29, L30, L31, L32 | teisuru | |
2023-12-13 | Y12 Soldiers of Fortune fix | teisuru | |
2023-12-12 | Events L23,L24,L25 | teisuru | |
2023-12-10 | Fix rebase glitches. | Tor Andersson | |
2023-12-10 | Y33 Bloody fix | teisuru | |
2023-12-10 | Y35 Kingdom United | teisuru | |
2023-12-10 | Y33 bloody though art, bloody will be the end | teisuru | |
2023-12-10 | Y10 agitators fix | teisuru | |
2023-12-10 | Y10 agitators | teisuru | |
2023-12-10 | L31 cap | teisuru | |
2023-12-10 | we done deeds of charity fix | teisuru | |
2023-12-10 | cap we done | teisuru | |
2023-12-10 | fix burgundians cap | teisuru | |
2023-12-10 | fix burgundians cap | teisuru | |
2023-12-10 | cap burgundians | teisuru | |
2023-12-10 | fix merchants | teisuru | |
2023-12-10 | Capability L30 merchants | teisuru | |
to be improved | |||
2023-12-10 | fix soldiers of fortune | teisuru | |
2023-12-10 | Capability Y12 | teisuru | |
2023-12-10 | capability Y16, Y18 | teisuru | |
2023-12-10 | Capability L33 | teisuru | |
2023-12-10 | capability Y8 | teisuru | |
2023-12-10 | troops during battle caps L3, L25, Y3, Y25, Y27, Y37, | teisuru | |
2023-12-10 | Capability L37 | teisuru | |
2023-12-10 | L6/Y6 Great ships capability | teisuru | |
2023-12-10 | end tides of war + heralds | teisuru | |
2023-12-10 | various fixes for exiled lords and vassals | teisuru | |
2023-12-10 | removed nevsky capability seat | teisuru | |
2023-12-10 | fix log margaret cap | teisuru | |
2023-12-10 | Fix for loops < last_thing to <= last thing | Tor Andersson | |
2023-12-10 | oops! | Tor Andersson | |
2023-12-10 | update has_locale_to_muster | Tor Andersson | |
2023-12-10 | fix supply amounts | Tor Andersson | |
2023-12-10 | Delete unused code. | Tor Andersson | |
2023-12-10 | Fix bug when choosing supply source type. | 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 | set_lord_calendar directly | Tor Andersson | |
2023-12-10 | Levy troops not possible in exile | teisuru | |
2023-12-10 | Use game.count for tracking lords in Scots event. | Tor Andersson | |
2023-12-10 | Use game.parley for list of valid locations instead of game.what. | Tor Andersson | |
2023-12-10 | Hide asset/forces/routed implementation details. | Tor Andersson | |
Use accessors everywhere. | |||
2023-12-10 | no global capabilities | Tor Andersson | |
2023-12-10 | Fixed French Troops. | Troy Nordine | |
2023-12-10 | drop game.crown property (redundant with game.rebel) | Tor Andersson | |
2023-12-10 | skip setup for scenarios that don't use it | Tor Andersson | |
2023-12-10 | Allow Parley at unfriendly locales during Levy. | Tor Andersson | |