summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-17Stop delaying hits when more hits inflicted than steps.Tor Andersson
2022-11-16Describe "delay hits" option better.Tor Andersson
2022-11-16Main menu links.Tor Andersson
2022-11-16Add delayed hit assignment option.Tor Andersson
2022-11-16More tweaks.Tor Andersson
2022-11-16Fixup log and add space tooltips.Tor Andersson
2022-11-16Use numeric indexing for blocks and spaces.Tor Andersson
Use sets for moved, sea moved, last used, attacker and main road. Map old name indexing in action handler to allow old replays to work.
2022-11-16Add gen_action_space and gen_action_block helpers.Tor Andersson
2022-11-16Use set for traitor instead of tracking ownership with dictionary.Tor Andersson
2022-11-16Update RNG.Tor Andersson
2022-11-16Add auto-hit option.Tor Andersson
2022-11-16Don't use JSON for undo state.Tor Andersson
Simple deep copies are much faster.
2022-11-16Optimize loops.Tor Andersson
Use for (let x of list) instead of for (let x in object). This gives a ~100% speed-up.
2022-11-16Remove exports.ready function.Tor Andersson
2022-11-16Reword disruption and battlefield control change.Tor Andersson
2022-11-16Zap semi-colons.Tor Andersson
2022-11-16Add event card house rules.Tor Andersson
2022-11-16Past tense.Tor Andersson
2022-11-16New battle CSS.Tor Andersson
2022-11-16Clean up common play.css file.Tor Andersson
2022-11-16Replace Fullscreen menu with Home link.Tor Andersson
2022-11-16Fix bug with Vulcan on turn 1 of tournament game.Tor Andersson
2022-11-16Change create_log_entry to on_log.Tor Andersson
2022-11-16Log which options are in effect.Tor Andersson
2022-11-16Drop table roles.Tor Andersson
2022-11-16Change font css link.Tor Andersson
2022-11-16Log combat hits.Tor Andersson
2022-11-16Only reveal all blocks in replay.Tor Andersson
2022-11-16Apply hits manually for Vulcan event and disrupted reserves.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-16Split into separate module.Tor Andersson
2022-11-16Simplify styles and html for play.htmlTor Andersson
2022-11-16Tweak 'create new game' page margins.Tor Andersson
2022-11-16Show card backs when observing the block games.Tor Andersson
2022-11-16Some more log appearance tweaks.Tor Andersson
2022-11-16Fix hide block function.Tor Andersson
2022-11-16Fix boldness of battle header.Tor Andersson
2022-11-16Use ID instead of class for battle dialog.Tor Andersson
2022-11-16Use ID instead of class for turn_info.Tor Andersson
2022-11-16Use ID instead of class for map and mapwrap.Tor Andersson
2022-11-16Use ID instead of class for prompt, chat window, and chat button.Tor Andersson
2022-11-16Use ID instead of class for grid divs.Tor Andersson
2022-11-16Prettier logs with formatting and colors.Tor Andersson
2022-11-16Clean up Columbia games rule book HTML.Tor Andersson
2022-11-16Clean up stylesheets. Don't show options in game lists.Tor Andersson
2022-11-16Add options to game setup.Tor Andersson
2022-11-16Clean up replay script.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-16Favicon stuff.Tor Andersson