summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2024-01-02Handle multiple winners for Elo calculations.Tor Andersson
2023-12-05Misc cleanups.Tor Andersson
2023-11-30Add tool to create initial map layout SVG.Tor Andersson
2023-11-30Only update changed covers.Tor Andersson
2023-10-20Tool 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-20Move mtime and active into games table.Tor Andersson
Avoid joining with game_state for all the game list views.
2023-09-13Calculate 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-10Fix rematch button.Tor Andersson
2023-07-10Don't delete undo by default when patching games.Tor Andersson
2023-07-01Add "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-05Create covers in higher quality.Tor Andersson
2023-06-05Remove stale stuff.Tor Andersson
2023-03-17Avoid action name collision with debugging command "restore".Tor Andersson
2023-02-17Add script to undo a turn.Tor Andersson
2023-01-31Allow debugging "restored" games.Tor Andersson
2022-11-25Remove obsolete tools and update other tools.Tor Andersson
2022-11-17Tweak layout to allow for square cover images.Tor Andersson
2022-10-05WIP patchTor Andersson
2022-08-06Fix patchgame script.Tor Andersson
2022-06-11Use game boxes instead of tables.Tor Andersson
2022-04-15Tweak purge script.Tor Andersson
2022-01-17Fix tools.Tor Andersson
2022-01-07Add simpler restarting server script.Tor Andersson
2022-01-06Update purge script to delete really old solo games.Tor Andersson
2021-12-31Parameterize site name and domain.Tor Andersson
2021-12-20Add 'patch' script to fix game state by replaying from the start.Tor Andersson
2021-12-08Minor SQL cleanups.Tor Andersson
2021-12-07Put login session table in main database.Tor Andersson
2021-12-04Use img srcset for cover images of differing resolutions.Tor Andersson
2021-12-01Reformat SQL schema for readability.Tor Andersson
2021-11-27Kebab-case!Tor Andersson
2021-11-25Update stat views.Tor Andersson
2021-11-21Add your_turn SQL view.Tor Andersson
2021-11-20Add 'hidden' column to titles for beta-testing games.Tor Andersson
2021-11-13Update tools for new SQL schema.Tor Andersson
2021-11-13Massive SQL cleanup.Tor Andersson
2021-11-10Update purge script to purge fully deleted messages.Tor Andersson
2021-11-09Show user profiles.Tor Andersson
2021-11-09Messages.Tor Andersson
2021-11-09Add forum.Tor Andersson
2021-11-07Add options to game setup.Tor Andersson
2021-11-07Clean up replay script.Tor Andersson
2021-10-28Add PRNG seed to game state.Tor Andersson
Log all game actions to a table so they can be replayed.
2021-09-17Add 300: Earth & Water.Tor Andersson
2021-07-25Add original size covers to tool directories.Tor Andersson
2021-07-16Rewrite is_your_turn SQL statements.Tor Andersson
Now they should work in all lobby views.
2021-07-05crusader: Change role names to noun form.Tor Andersson
2021-07-05Add Crusader Rex.Tor Andersson
2021-07-01Print list of timed out games that are being deleted and abandoned.Tor Andersson
2021-06-28Clean up SQL and use table views.Tor Andersson