Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-15 | Set owner_id when importing games. | Tor Andersson | |
2024-02-15 | Add command line options to import-game to override title and notice. | Tor Andersson | |
2024-02-15 | Add import-game and export-game scripts. | Tor Andersson | |
To bulk transfer all game state, replay, and snapshots into a new game. | |||
2024-02-07 | Store matching replay_id in game_snap. | Tor Andersson | |
2024-01-02 | Handle multiple winners for Elo calculations. | Tor Andersson | |
2023-12-05 | Misc cleanups. | Tor Andersson | |
2023-11-30 | Add tool to create initial map layout SVG. | Tor Andersson | |
2023-11-30 | Only update changed covers. | Tor Andersson | |
2023-10-20 | Tool to "force" a reload of a game by clients. | Tor Andersson | |
Add a random suffix to the script and stylesheet links in play.html | |||
2023-09-20 | Move mtime and active into games table. | Tor Andersson | |
Avoid joining with game_state for all the game list views. | |||
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-08-10 | Fix rematch button. | Tor Andersson | |
2023-07-10 | Don't delete undo by default when patching games. | Tor Andersson | |
2023-07-01 | Add "snapshot" replay view during play. | Tor Andersson | |
Snapshots store game state without undo and only log length. Combined with the final game state's log we can recreate the view from any snapshot quickly. Move replay code into separate script file, loaded only when used. Prefix system "setup", "resign", and "restore" actions with a period. | |||
2023-06-05 | Create covers in higher quality. | Tor Andersson | |
2023-06-05 | Remove stale stuff. | Tor Andersson | |
2023-03-17 | Avoid action name collision with debugging command "restore". | Tor Andersson | |
2023-02-17 | Add script to undo a turn. | Tor Andersson | |
2023-01-31 | Allow debugging "restored" games. | Tor Andersson | |
2022-11-25 | Remove obsolete tools and update other tools. | Tor Andersson | |
2022-11-17 | Tweak layout to allow for square cover images. | Tor Andersson | |
2022-10-05 | WIP patch | Tor Andersson | |
2022-08-06 | Fix patchgame script. | Tor Andersson | |
2022-06-11 | Use game boxes instead of tables. | Tor Andersson | |
2022-04-15 | Tweak purge script. | Tor Andersson | |
2022-01-17 | Fix tools. | Tor Andersson | |
2022-01-07 | Add simpler restarting server script. | Tor Andersson | |
2022-01-06 | Update purge script to delete really old solo games. | Tor Andersson | |
2021-12-31 | Parameterize site name and domain. | Tor Andersson | |
2021-12-20 | Add 'patch' script to fix game state by replaying from the start. | Tor Andersson | |
2021-12-08 | Minor SQL cleanups. | Tor Andersson | |
2021-12-07 | Put login session table in main database. | Tor Andersson | |
2021-12-04 | Use img srcset for cover images of differing resolutions. | Tor Andersson | |
2021-12-01 | Reformat SQL schema for readability. | Tor Andersson | |
2021-11-27 | Kebab-case! | Tor Andersson | |
2021-11-25 | Update stat views. | Tor Andersson | |
2021-11-21 | Add your_turn SQL view. | Tor Andersson | |
2021-11-20 | Add 'hidden' column to titles for beta-testing games. | Tor Andersson | |
2021-11-13 | Update tools for new SQL schema. | Tor Andersson | |
2021-11-13 | Massive SQL cleanup. | Tor Andersson | |
2021-11-10 | Update purge script to purge fully deleted messages. | Tor Andersson | |
2021-11-09 | Show user profiles. | Tor Andersson | |
2021-11-09 | Messages. | Tor Andersson | |
2021-11-09 | Add forum. | Tor Andersson | |
2021-11-07 | Add options to game setup. | Tor Andersson | |
2021-11-07 | Clean up replay script. | Tor Andersson | |
2021-10-28 | Add PRNG seed to game state. | Tor Andersson | |
Log all game actions to a table so they can be replayed. | |||
2021-09-17 | Add 300: Earth & Water. | Tor Andersson | |
2021-07-25 | Add original size covers to tool directories. | Tor Andersson | |
2021-07-16 | Rewrite is_your_turn SQL statements. | Tor Andersson | |
Now they should work in all lobby views. |