Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-13 | Tournaments! | Tor Andersson | |
2024-08-22 | Show time left in game box only when it's your turn. | Tor Andersson | |
2024-08-20 | New time control. | Tor Andersson | |
2024-07-23 | New join page! | Tor Andersson | |
* Remove explicit (and redundant) role=Observer parameter. * Remove old /play/:id redirects. * Show "private" badge on game boxes. * Forbid leave/kick in public games. * Allow "rewind" by owner in public games. | |||
2024-07-23 | rename some api links | Tor Andersson | |
2024-03-13 | More consistent Enter / Play / View in game boxes. | Tor Andersson | |
2024-03-13 | Prefix game IDs with #. | Tor Andersson | |
2024-01-28 | Add time control enforcement. | Tor Andersson | |
2023-12-27 | Move more player/game info stuff into SQL. | Tor Andersson | |
Update invite_count with triggers. Add games.is_ready generated column. Add games.is_opposed generated column. Add player_view with is_active column. | |||
2023-10-21 | More mobile layout improvements. | Tor Andersson | |
2023-10-21 | Add color themes. | Tor Andersson | |
2023-10-13 | Clean up stylesheet and improve layout on small and large screens. | Tor Andersson | |
Use variables for color theming. | |||
2023-10-13 | Handle invites for active games. | Tor Andersson | |
2023-09-20 | Add pace property to games. | Tor Andersson | |
Currently unenforced and only visual effect in game listings.- Future time control and user penalty features may make use of it. | |||
2023-09-15 | Add user links to join page. | Tor Andersson | |
2023-09-13 | Set player_count in database for faster and easier logic. | Tor Andersson | |
Track ready to start and unjoined games in "active" header. | |||
2023-07-13 | Use status constants. | Tor Andersson | |
2023-04-28 | Rename game "description" to "notice". | Tor Andersson | |
2023-04-18 | Forum search using FTS5. | Tor Andersson | |
2023-03-01 | Separate ready and full status for display in game lists. | Tor Andersson | |
2023-02-28 | Link to game page from thumbnail images. | Tor Andersson | |
2023-02-24 | Use URL search params instead of funky colon separated arguments. | Tor Andersson | |
2022-10-05 | Track read status of in-game chat messages. | Tor Andersson | |
2022-08-02 | Moderation tools for admin user. | Tor Andersson | |
Ban and unban users. Delete forum posts and threads. | |||
2022-06-27 | Sort active games with your turn first. | Tor Andersson | |
2022-06-14 | Clean up game list logic. | Tor Andersson | |
2022-06-13 | List playing and recently finished games on user pages. | Tor Andersson | |
2022-06-11 | Use game boxes instead of tables. | Tor Andersson | |
2022-06-09 | Show player name instead of role in Turn and Result columns. | Tor Andersson | |
2022-05-27 | Don't go to replay screen of own games in game lists. | Tor Andersson | |
2022-05-09 | Clean up meta viewport tag. | Tor Andersson | |
2022-04-03 | Don't show options in game overview lists. | Tor Andersson | |
2022-02-20 | Allow line-breaks on scenario/options column in game lists. | Tor Andersson | |
2022-02-15 | Show optional rules in scenario column. | Tor Andersson | |
2022-02-15 | Add explicit thead/tbody/tfoot tags to tables. | Tor Andersson | |
2022-02-01 | Show "Nobody" in player column on unjoined games. | Tor Andersson | |
2022-01-15 | Separate open and ready to start game lists. | Tor Andersson | |
2022-01-06 | Add 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-31 | Parameterize site name and domain. | Tor Andersson | |
2021-12-29 | Add OpenGraph meta tags to display previews on social media. | Tor Andersson | |
2021-12-04 | Remove useless preload links. | Tor Andersson | |
2021-12-04 | Use img srcset for cover images of differing resolutions. | Tor Andersson | |
2021-12-03 | Don't preload dingbats and emoji font. | Tor Andersson | |
2021-11-24 | Fix URL for preloaded fonts. | Tor Andersson | |
2021-11-24 | Preload web fonts to minimize flash of invisible text. | Tor Andersson | |
2021-11-22 | More Pug cleanups. | Tor Andersson | |
2021-11-21 | Use grid-layout instead of table for forum posts. | Tor Andersson | |
2021-11-21 | Rewrite view templates to use Pug engine. | Tor Andersson | |