Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-20 | New time control. | Tor Andersson | |
2024-08-20 | Use smaller cover images for front page. | Tor Andersson | |
2024-08-13 | Improve loading appearance of front page. | 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 | Start adding developer documentation. | Tor Andersson | |
2024-07-23 | Add user search. | Tor Andersson | |
2024-07-23 | rename some api links | Tor Andersson | |
2024-06-30 | Remove invite link from About page. | Tor Andersson | |
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-25 | Link to self hosted git instead of github. | 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-02-12 | Add rewind action on join page (for admin only). | Tor Andersson | |
2024-02-07 | Admonition to include game ID when submitting reports. | 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-12-12 | Improve login page. | Tor Andersson | |
2023-12-10 | Embellish signup 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-12-10 | Add support for random scenario selection and scenario groupings. | Tor Andersson | |
2023-11-30 | Add site invite link to about page. | Tor Andersson | |
2023-11-30 | Allow first player choosing rematch to select player role assignment. | Tor Andersson | |
Pick one of swap, keep, or random. In case of mid-air collision, player who chose first gets to decide. | |||
2023-10-21 | More mobile layout improvements. | Tor Andersson | |
2023-10-21 | Add color themes. | Tor Andersson | |
2023-10-20 | Expand intro text and move it to the About page. | 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-10-05 | Revert "Add match making." | Tor Andersson | |
This reverts commit b5a31813aa284b8b64bfd2660ea3a048275cee89. | |||
2023-10-05 | Add match making. | Tor Andersson | |
2023-10-05 | Change some URLs to be more consistent. | Tor Andersson | |
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" section to About page. | 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 | Tweak title globals. | Tor Andersson | |
2023-09-18 | Don't show "ready to start" games on public game list. | Tor Andersson | |
2023-09-18 | Show warning badge for unverified mail on profile page. | Tor Andersson | |
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 | Calculate Elo ratings. | Tor Andersson | |
Primarily for use with future matchmaking system to provide better games for everyone. Show top 5 players of each game on the game pages. | |||
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-09-13 | Add mail verification. | Tor Andersson | |
2023-09-12 | Notification system improvements. | Tor Andersson | |
Enable webhook notification support with .env WEBHOOKS=1 Send notifications when invited to a game. Use notification "too soon" logic for webhooks as well. Try sending webhooks 3 times before giving up. Check if player is on the join page instead of the funky "offline" check when sending "your game is ready" notification. Only show mail/webhook notification settings if they are enabled. | |||
2023-08-31 | Tweak CSS syntax. | Tor Andersson | |
2023-07-13 | Use status constants. | Tor Andersson | |
2023-06-05 | Force longer titles to wrap. | Tor Andersson | |
2023-04-28 | Rename game "description" to "notice". | Tor Andersson | |
2023-04-18 | Some cleanups. | Tor Andersson | |
Clean up stats page. Remove user list page. Remove duplicate remove contact page. Fix silly bug. oops! | |||
2023-04-18 | Remove chat log pages. | Tor Andersson | |
The unread chat badge in the game lists should be enough. | |||
2023-04-18 | Forum search using FTS5. | Tor Andersson | |