summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-23some more persistent eventsMischa Untaga
2023-11-23final voting fixes, better loggingMischa Untaga
2023-11-23show selected us statesMischa Untaga
2023-11-231918 Pandemic. fix persistency requirement for C96Mischa Untaga
2023-11-23Superior LobbyingMischa Untaga
2023-11-23replace only in states with checks or xsMischa Untaga
2023-11-23remove state after 19th was ratified/rejectedMischa Untaga
2023-11-23final votingMischa Untaga
2023-11-23check/x offsetMischa Untaga
2023-11-23cleanupMischa Untaga
2023-11-22set_filter with running holeMischa Untaga
2023-11-22vm_replace. use set_filter to fix some inline set modificationsMischa Untaga
2023-11-22fix strategy selectMischa Untaga
2023-11-21display checks and xsMischa Untaga
2023-11-21remove unusedMischa Untaga
2023-11-21work with single us stateMischa Untaga
2023-11-21action: move each player campaigner for freeMischa Untaga
2023-11-21campaigning actionMischa Untaga
2023-11-20update todosMischa Untaga
2023-11-20campaigning and lobbying boostsMischa Untaga
2023-11-20fix: use campaigner color when placing cubesMischa Untaga
2023-11-19campaigning actionMischa Untaga
2023-11-19sensible strategy actions when 0 buttons committedMischa Untaga
2023-11-19campaigning action, WIPMischa Untaga
2023-11-19Trigger Nineteenth AmendmentMischa Untaga
2023-11-19todo onmousedownMischa Untaga
2023-11-19lobbying actionMischa Untaga
2023-11-19cap buttonsMischa Untaga
2023-11-17organizingMischa Untaga
2023-11-17select us state, select strategy cardMischa Untaga
2023-11-17cleanup persistent cards. claim state cards.Mischa Untaga
2023-11-17minor logging updateMischa Untaga
2023-11-17oops, missing return valueMischa Untaga
2023-11-15persistent cards. remove cubes.Mischa Untaga
2023-11-15persistent cardsMischa Untaga
2023-11-14remove opponents cubes when addingMischa Untaga
2023-11-13cubes WIPMischa Untaga
2023-11-12fix click events for touch devicesMischa Untaga
2023-11-09prompting, die rolls and cleanupMischa Untaga
2023-11-09show opposition campaignersMischa Untaga
2023-11-09no need to overspecify prompts. add die roll resultsMischa Untaga
2023-11-09fix Xenophobia textMischa Untaga
2023-11-07campaigner positioning WIPMischa Untaga
2023-11-07add congress, add cubesMischa Untaga
2023-11-07congress and turn uiMischa Untaga
2023-11-07implementation of add_campaigners, receive/spend_buttonsMischa Untaga
2023-11-07badges badges buttons buttonsMischa Untaga
2023-11-06vm placeholdersMischa Untaga
2023-11-06skip null valueMischa Untaga
2023-11-06Add tokenizer for gencode to allow spaces in lists.Tor Andersson
Tokens must be separated by spaces. If a token contains a ", `, or ' it may contain spaces within the quotes. If a token contains a (, {, or [ it may contain spaces within the parens. Thus, the string "foo(a, b, c)" is treated as one token, as is also the string "{ hello(a, b, c); bar(); return ['x', 'y z'] }"