• Joined on 2022-09-24
savanni merged pull request savanni/monorepo#229 2024-03-31 23:37:51 +00:00
Set up the game review page along with
savanni pushed to otg/game-review at savanni/monorepo 2024-03-31 23:36:54 +00:00
0a62c96b0f Clippy
savanni created pull request savanni/monorepo#229 2024-03-31 23:31:44 +00:00
Set up the game review page along with
savanni pushed to otg/game-review at savanni/monorepo 2024-03-31 23:25:40 +00:00
78863ee709 Cleanups
savanni pushed to otg/game-review at savanni/monorepo 2024-03-31 22:09:07 +00:00
5cdcf0499c Improve ident calculation to help with tree drawing
savanni pushed to sgf/improved-date-parsing at savanni/monorepo 2024-03-31 22:08:52 +00:00
474d648ae4 Write some tests to handle date parsing with a range of days
5cdcf0499c Improve ident calculation to help with tree drawing
Compare 2 commits »
savanni created branch sgf/improved-date-parsing in savanni/monorepo 2024-03-31 22:08:51 +00:00
savanni pushed to otg/game-review at savanni/monorepo 2024-03-31 18:12:22 +00:00
b982f2c1cc Start doing a bare basic rendering of nodes in a game tree
46b25cc6c5 Set up a BFS iterator over the node tree
Compare 2 commits »
savanni pushed to otg/game-review at savanni/monorepo 2024-03-30 15:03:08 +00:00
9fbc630500 Game tree becomes a tree of UUIDs, not GameNodes
b481d5d058 Adjust the coordinates calculated to be zero-based
7a06b8cf39 Work out how to calculate the horizontal position of each node
Compare 3 commits »
savanni pushed to otg/game-review at savanni/monorepo 2024-03-26 13:17:36 +00:00
3192c0a142 Apply clippy to otg-gtk
acf7ca0c9a Resolve clippy warnings on otg-core
64138b9e90 Resolve clippy warnings on SGF
e587d269e9 Start on the foundations of a tree-drawing algorithm
57aadd7597 Create the drawing area for the review tree
Compare 18 commits »
savanni deleted branch rust-1.77 from savanni/monorepo 2024-03-26 13:15:38 +00:00
savanni pushed to main at savanni/monorepo 2024-03-26 13:15:31 +00:00
e694ba74ca Update to Rust 1.77
savanni created branch rust-1.77 in savanni/monorepo 2024-03-26 13:14:40 +00:00
savanni pushed to rust-1.77 at savanni/monorepo 2024-03-26 13:14:40 +00:00
e694ba74ca Update to Rust 1.77
savanni pushed to main at savanni/monorepo 2024-03-26 13:06:21 +00:00
5f9cd2622a Fix Cargo.nix
savanni pushed to otg/game-review at savanni/monorepo 2024-03-25 22:11:55 +00:00
5486c3ce37 Start on the foundations of a tree-drawing algorithm
372f1e1e64 Create the drawing area for the review tree
045daea774 Render the board with the completed game state.
d15613c40e Add more test data and ensure the mainline is returned even with branches
6fc2487937 Return the mainline of a game that has no branches in it.
Compare 5 commits »
savanni pushed to otg/game-review at savanni/monorepo 2024-03-24 15:04:12 +00:00
d6b424d335 Apply moves to the abstract board
965223d227 Render the grid of the goban
Compare 2 commits »
savanni pushed to otg/game-review at savanni/monorepo 2024-03-24 01:58:36 +00:00
f5429340a1 Set the size of the drawing area
d929afed2d Start on the new Goban component
c30d4e6714 Minimal linting
91e27ced6b Document the Goban representation in Core
fae6d0f94a Rename Game to GameRecord for disambiguation.
Compare 5 commits »
savanni created branch otg/game-review in savanni/monorepo 2024-03-23 15:21:36 +00:00
savanni pushed to otg/game-review at savanni/monorepo 2024-03-23 15:21:36 +00:00
95dc194d5d Create the game review page and work on navigating to it with a navigation stack