Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-03 | Don't show pool size in "Registered" panel. | Tor Andersson | |
2024-10-21 | Use env to control presence of tournaments. | Tor Andersson | |
2024-10-13 | Tournaments! | Tor Andersson | |
2024-10-03 | Be more robust when deleting accounts. | Tor Andersson | |
Leave player assignment to not mess with Elo ratings and tournament data. Reset ctime when game is actually started. | |||
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-08-03 | Allow deleting started solo games. | Tor Andersson | |
2024-07-25 | Remove title bar blinker from join page. | Tor Andersson | |
2024-07-23 | don't show time left on finished games | 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-03-13 | Prefix game IDs with #. | Tor Andersson | |
2024-01-04 | Partially revert "Close join page event source once game has started." | Tor Andersson | |
2024-01-01 | Close join page event source once game has started. | Tor Andersson | |
And never start the event source for queued up matches. | |||
2024-01-01 | Start games automatically instead of sending reminders to start. | Tor Andersson | |
Blacklists and invitations handle the cases for which manual starting of games was needed. | |||
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-23 | Simpler join page for not logged in players looking at a match. | Tor Andersson | |
2023-12-18 | Don't try to Invite with empty field. | 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-10-13 | Handle invites for active games. | Tor Andersson | |
2023-10-05 | Add game "setups" for automated match making and tournaments. | 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-07-13 | Use status constants. | 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-09 | Allow users to leave and join active games. | Tor Andersson | |
Add "Need replacement" list of games. | |||
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-14 | Fix roles in random games! | Tor Andersson | |
2021-11-19 | Keep updates active on join page (for shared role games). | Tor Andersson | |
2021-11-19 | Clean up stylesheets. Don't show options in game lists. | Tor Andersson | |
2021-11-17 | Simplify URL for playing games. | Tor Andersson | |
2021-11-13 | Massive SQL cleanup. | Tor Andersson | |
2021-07-16 | Rewrite is_your_turn SQL statements. | Tor Andersson | |
Now they should work in all lobby views. | |||
2021-07-14 | Stop blinking READY TO START when window is in focus. | Tor Andersson | |
2021-07-10 | Fix yellow "your turn" coloring in join and profile pages. | Tor Andersson | |
2021-06-29 | Tweak join page blinker. | Tor Andersson | |
Blink when ready to start for owner, when ready to play for others. | |||
2021-06-28 | Clean up SQL and use table views. | Tor Andersson | |
2021-06-27 | Blink title when game is ready to start. | Tor Andersson | |
2021-06-26 | Set strict cookies. | Tor Andersson | |
2021-06-26 | Handle deleted games in new join page. | Tor Andersson | |
2021-06-25 | New and improved join page with server sent events. | Tor Andersson | |