Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-31 | Add CLONE link to join view on DEBUG server. | Tor Andersson | |
2024-05-04 | Show more detail in rewind links. | Tor Andersson | |
2024-03-13 | Prefix game IDs with #. | Tor Andersson | |
2024-02-12 | Add rewind action on join page (for admin only). | 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-12-12 | Improve login page. | Tor Andersson | |
2023-12-10 | Show "join" page when not logged in. | Tor Andersson | |
Static page showing limited info and a call to action to login or sign up. | |||
2023-10-13 | Clean up stylesheet and improve layout on small and large screens. | Tor Andersson | |
Use variables for color theming. | |||
2023-09-21 | Don't show "too many waiting games" on join page if game is active/finished. | 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-18 | Enforce limits on how many games you can create and join. | Tor Andersson | |
Also limit joining more games if you have too many games waiting. Generous default limits: 7 open, 29 active, and 3 waiting. | |||
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-04-28 | Rename game "description" to "notice". | Tor Andersson | |
2023-02-26 | Invite player system. | Tor Andersson | |
2023-02-24 | Use URL search params instead of funky colon separated arguments. | Tor Andersson | |
2022-10-05 | Add contact list with friends and blacklisted users. | Tor Andersson | |
2022-06-22 | Show finished result in join pages. | Tor Andersson | |
2022-06-14 | Transpose "join" table for better mobile layout. | Tor Andersson | |
2022-06-09 | Zap semicolons. | Tor Andersson | |
2022-06-09 | Show player name instead of role in Turn and Result columns. | Tor Andersson | |
2022-06-09 | Allow users to leave and join active games. | Tor Andersson | |
Add "Need replacement" list of games. | |||
2022-02-15 | Add explicit thead/tbody/tfoot tags to tables. | Tor Andersson | |
2021-12-29 | Add OpenGraph meta tags to display previews on social media. | Tor Andersson | |
2021-12-09 | Fix 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-04 | Use img srcset for cover images of differing resolutions. | Tor Andersson | |
2021-12-04 | Remove flash and redirect session data. | Tor Andersson | |
2021-12-01 | Reformat SQL schema for readability. | Tor Andersson | |
2021-11-21 | Rewrite view templates to use Pug engine. | Tor Andersson | |