summaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2022-04-15Separate profile and active game list pages.Tor Andersson
Also show number of games where it is your turn in the header. Only show finished games from last week on active games page. Add separate finished games page to see all of them. # Conflicts: # views/tournament-games.pug
2022-04-03Don't show options in game overview lists.Tor Andersson
2022-02-26Don't show title in ready to start games on game's own page.Tor Andersson
2022-02-20Allow line-breaks on scenario/options column in game lists.Tor Andersson
2022-02-15Drop table roles.Tor Andersson
2022-02-15Show optional rules in scenario column.Tor Andersson
2022-02-15Add explicit thead/tbody/tfoot tags to tables.Tor Andersson
2022-02-01Show "Nobody" in player column on unjoined games.Tor Andersson
2022-01-27Show user stats per-role.Tor Andersson
2022-01-15Separate open and ready to start game lists.Tor Andersson
2022-01-12Fix user page link in forum view.Tor Andersson
2022-01-07Add message about token in the mail to reset password page.Tor Andersson
2022-01-06Add game replay functionality.Tor Andersson
Handle missing replay data. Add replay/rematch/exit buttons on game-over. Set 'player' to active player during replays. Replace space with underscore in role class names. Fix critical undo bug! Set game_over state during replays. Fix jumpy view in battle replays. Nuke undo states from all actions, not just 'undo'. Log play and replay page requests. Clean up client.js and allow selecting replay viewpoint. Add debug mode to replay prompt showing active, state, and next action. Init client roles from HTML structure. Remove unused rematch functions. Drop /info/ prefix on game pages. Update body role classList when replay viewpoint changes.
2021-12-31Parameterize site name and domain.Tor Andersson
2021-12-29Add OpenGraph meta tags to display previews on social media.Tor Andersson
2021-12-23Tweak 'create new game' page margins.Tor Andersson
2021-12-12Convert rule books to a searchable HTML format.Tor Andersson
2021-12-09Fix bug with finding a senior heir when all the non-minor heirs are dead.Tor Andersson
Allow a minor heir to be the pretender before he has entered the map.
2021-12-07Small cleanups.Tor Andersson
2021-12-04Remove useless preload links.Tor Andersson
2021-12-04Use img srcset for cover images of differing resolutions.Tor Andersson
2021-12-04Use compression to gzip responses.Tor Andersson
2021-12-04Remove flash and redirect session data.Tor Andersson
2021-12-03Don't preload dingbats and emoji font.Tor Andersson
2021-12-01Reformat SQL schema for readability.Tor Andersson
2021-11-27Kebab-case!Tor Andersson
2021-11-25Update stat views.Tor Andersson
2021-11-24Fix URL for preloaded fonts.Tor Andersson
2021-11-24Preload web fonts to minimize flash of invisible text.Tor Andersson
2021-11-22More Pug cleanups.Tor Andersson
2021-11-21Use grid-layout instead of table for forum posts.Tor Andersson
2021-11-21Rewrite view templates to use Pug engine.Tor Andersson
2021-11-20Add 'hidden' column to titles for beta-testing games.Tor Andersson
2021-11-20Fix stats.Tor Andersson
2021-11-19Clean up stylesheets. Don't show options in game lists.Tor Andersson
2021-11-17Simplify blacklists and user touch.Tor Andersson
2021-11-17Simplify URL for playing games.Tor Andersson
2021-11-16Drop socket.io-passport module. Allow viewing games as guest.Tor Andersson
2021-11-14Inline style sheet in EJS template to prevent FOUC.Tor Andersson
2021-11-14Chat log.Tor Andersson
2021-11-13Massive SQL cleanup.Tor Andersson
2021-11-09Linkify user names on message page.Tor Andersson
2021-11-09Handle missing users.Tor Andersson
2021-11-09Add missing files.Tor Andersson
2021-11-09Show user profiles.Tor Andersson
2021-11-09Messages.Tor Andersson
2021-11-09Add forum.Tor Andersson
2021-11-07Add options to game setup.Tor Andersson
2021-10-21Favicon stuff.Tor Andersson
2021-09-17Add 300 to front page.Tor Andersson