summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-11-16Add confirmation when clicking PASS in a battle dialog.Tor Andersson
2022-11-16crusader: Rotate map to landscape on wide displays.Tor Andersson
2022-11-16caesar: More undo.Tor Andersson
Allow undo back to movement phase from levy phase. Allow undo in the middle of a sea retreat.
2022-11-16Eqeqeq in UI code.Tor Andersson
2022-11-16Don't show "Resign" menu item for observers.Tor Andersson
2022-11-16Put current client role on body tag instead of grid_top.Tor Andersson
2022-11-16Use black highlight when assigning hits to blocks.Tor Andersson
2022-11-16caesar: Eqeqeq.Tor Andersson
2022-11-16Responsive small card displays.Tor Andersson
2022-11-16Improve map zooming!Tor Andersson