Commit graph

382 commits

Author SHA1 Message Date
Ilion Beyst
453ff83e6c hotfix: enable reading lines split over multiple stdout buffers 2022-12-03 16:09:42 +01:00
Ilion Beyst
c7d9734067 client: don't freeze when bot does not produce output 2022-11-27 11:26:38 +01:00
Ilion Beyst
2b71ca625e fix BotMatch winner assignment 2022-11-26 10:50:09 +01:00
Ilion Beyst
2dc6b98177 rules: merge turn steps and explaination 2022-11-25 11:22:32 +01:00
Ilion Beyst
cae5deec10 registry: include registry api version on all responses 2022-11-24 22:18:37 +01:00
Ilion Beyst
e1c30959df registry: add basic error bodies 2022-11-24 21:52:27 +01:00
Ilion Beyst
7154b16ded add permissive CORS settings 2022-11-23 18:15:01 +01:00
Ilion Beyst
ee57f06544 implement create new map endpoint 2022-11-23 17:33:39 +01:00
Ilion Beyst
1eb81092d7 add is_ranked attribute to matches 2022-11-22 20:42:34 +01:00
Ilion Beyst
b75c0e15dc don't crash client when bot crashes 2022-11-20 11:37:45 +01:00
Ilion Beyst
d0948b54f4 visualizer: ensure matches start rendering at turn 0 2022-11-19 10:13:13 +01:00
Ilion Beyst
3f3178d15a fix visual skips on visualizer pause/unpause 2022-11-17 11:06:38 +01:00
Ilion Beyst
e6800effbc diversify planet textures 2022-11-16 14:19:38 +01:00
Ilion Beyst
e91b1da5b0 remove old text rendering code 2022-11-16 13:00:14 +01:00
Ilion Beyst
3afa795cf5 restyle turn progress bar 2022-11-15 22:31:50 +01:00
Ilion Beyst
4aa8ca8303 copy input gamestate from player log 2022-11-13 10:05:15 +01:00
Ilion Beyst
b0530be501 collapse PlayerLog entries 2022-11-12 12:51:58 +01:00
Ilion Beyst
d140759ea5 match view: toggle sidebar 2022-11-12 10:41:40 +01:00
Ilion Beyst
347ec6972f visualizer: ensure that turn number remains within bounds 2022-11-11 12:05:10 +01:00
Ilion Beyst
949844b957 Do not unpause visualizer when using arrow keys 2022-11-08 21:25:56 +01:00
Ilion Beyst
5c20f19c8a use native vite features for including wasm 2022-11-07 22:01:43 +01:00
Ilion Beyst
06fa72fe1c use icon for navbar expand 2022-11-07 16:26:13 +01:00
Ilion Beyst
9ed7d7ab2f render planet names 2022-11-06 21:44:56 +01:00
Ilion Beyst
fdc2ab9421 msdf font renderen 2022-11-06 18:07:16 +01:00
Ilion Beyst
d3845eb85f integrate UserControls into main navbar 2022-11-04 07:31:29 +01:00
Ilion Beyst
698ae8d15e add logo and page titles 2022-11-03 21:49:45 +01:00
Ilion Beyst
b1f8062b85 basic responsive navbar 2022-11-03 20:19:57 +01:00
Ilion Beyst
1afd5b5404 highlight active tab 2022-11-01 23:04:46 +01:00
Ilion Beyst
0e65f04e1e move bot versions to its own tab 2022-11-01 22:36:19 +01:00
Ilion Beyst
06a8ed945b tabbed bot page 2022-10-31 20:31:03 +01:00
Ilion Beyst
8d556bbff1 add filtering and infinite scroll to BotMatches 2022-10-30 16:23:35 +01:00
Ilion Beyst
f429adb4f8 allow filtering map in bot matches 2022-10-30 16:23:35 +01:00
Ilion Beyst
00d31df58d design new BotMatch view 2022-10-30 16:23:35 +01:00
Ilion Beyst
67c8a2780c type fixes 2022-10-30 16:23:35 +01:00
Stijn Seghers
33cd3a85f3 chore: add docker-compose.yml 2022-10-29 13:27:43 +02:00
Ilion Beyst
60e9f900bd show matches that had errors on bot page 2022-10-28 07:46:12 +02:00
Ilion Beyst
5369212cf4 update selects on SubmitPane 2022-10-28 07:34:16 +02:00
Ilion Beyst
b162d381fa hide 'older' link when there is only one page 2022-10-26 20:36:37 +02:00
Ilion Beyst
095ad981db fix ordering in list_matches 2022-10-25 18:09:58 +02:00
Ilion Beyst
55c76db7b6 fix matches page filter params propagation 2022-10-25 18:57:58 +02:00
Ilion Beyst
e3164246e1 create simple stats page 2022-10-24 07:19:52 +02:00
Ilion Beyst
03cdbbc003 only show playerlog to bot owner 2022-10-16 12:42:20 +02:00
Ilion Beyst
79479ba8ba only show bot stderr to its owner 2022-10-15 23:58:52 +02:00
Ilion Beyst
8feccfeb23 show player logs on view match page 2022-10-15 23:28:36 +02:00
Ilion Beyst
b51b7a331d allow filtering for had_errors 2022-10-14 14:09:32 +02:00
Ilion Beyst
353ecd4c16 basic test for list_matches and had_errors 2022-10-13 23:42:44 +02:00
Ilion Beyst
eb2cbb15fb save matchplayer had_errors in database 2022-10-13 22:22:45 +02:00
Ilion Beyst
2278ecd258 implement ListBotMatches, allow querying matches by bot/opponent pair 2022-10-13 17:45:11 +02:00
Stijn Seghers
ce07419bbc refactor: deduplicate match queries 2022-10-13 15:32:13 +02:00
Ilion Beyst
ae57359353 upgrade to diesel 2.0 2022-10-12 22:52:15 +02:00