{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":717565975,"defaultBranch":"main","name":"goban","ownerLogin":"dexonsmith","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-11-11T21:21:06.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1334620?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1705943529.0","currentOid":""},"activityList":{"items":[{"before":"d78afed2a33d7df09327b0c3cef2614eed86d2e2","after":null,"ref":"refs/heads/handicap-rank-difference","pushedAt":"2024-01-22T17:12:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dexonsmith","name":"Duncan P. N. Exon Smith","path":"/dexonsmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1334620?s=80&v=4"}},{"before":"1ec34bf7fe73f2876d384c921e8bd99ad96e623a","after":"d78afed2a33d7df09327b0c3cef2614eed86d2e2","ref":"refs/heads/handicap-rank-difference","pushedAt":"2024-01-21T00:02:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dexonsmith","name":"Duncan P. N. Exon Smith","path":"/dexonsmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1334620?s=80&v=4"},"commit":{"message":"Declare new handicap_rank_difference field","shortMessageHtmlLink":"Declare new handicap_rank_difference field"}},{"before":"11805c1a4edd5dc92b0e49d0df428e156e7fc339","after":"1ec34bf7fe73f2876d384c921e8bd99ad96e623a","ref":"refs/heads/handicap-rank-difference","pushedAt":"2024-01-20T23:57:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dexonsmith","name":"Duncan P. N. Exon Smith","path":"/dexonsmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1334620?s=80&v=4"},"commit":{"message":"Declare new handicap_rank_difference field","shortMessageHtmlLink":"Declare new handicap_rank_difference field"}},{"before":"7019ead29812e9ddc46e4e4bf0f6d3afeff0ed49","after":null,"ref":"refs/heads/computescore-handicap-should-be-handicap-bonus","pushedAt":"2024-01-20T17:57:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dexonsmith","name":"Duncan P. N. Exon Smith","path":"/dexonsmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1334620?s=80&v=4"}},{"before":null,"after":"11805c1a4edd5dc92b0e49d0df428e156e7fc339","ref":"refs/heads/handicap-rank-difference","pushedAt":"2024-01-19T04:02:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dexonsmith","name":"Duncan P. N. Exon Smith","path":"/dexonsmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1334620?s=80&v=4"},"commit":{"message":"Declare new handicap_rank_difference field","shortMessageHtmlLink":"Declare new handicap_rank_difference field"}},{"before":"8524a189c9b9cbd13d83da12368ba46fcfa6e664","after":"7019ead29812e9ddc46e4e4bf0f6d3afeff0ed49","ref":"refs/heads/computescore-handicap-should-be-handicap-bonus","pushedAt":"2024-01-19T01:24:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dexonsmith","name":"Duncan P. N. Exon Smith","path":"/dexonsmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1334620?s=80&v=4"},"commit":{"message":"Set 'handicap' from GoEngine.computeScore to the handicap bonus\n\nThis commit changes `GoEngine.computeScore()` to return `0` for `handicap` when\nit does not contribute to the score. Indirectly, this changes the scoring\nsummary in the web-client to not show the handicap in this case.\n\nThis fixes an inconsistency in the API/return, which forwarded to the\nweb-client and caused user confusion.\n\nPreviously it was neither consistently equal to the handicap (see AGA) nor\nthe handicap scoring bonus (see Japanese/Korean/New Zealand).\n\n- For Chinese/Ing, it was both the handicap scoring bonus and the handicap,\n which happen to be equal.\n- For AGA, it was the handicap scoring bonus, which is `handicap-1`.\n- For Japanese/Korean/New Zealand, it was the handicap (scoring bonus is 0).\n\nNow, for all rulesets, it's the handicap scoring bonus (if any). For a client\ncomputing the score, this is what's relevant. This is similar to how `stones`\nis returned for rulesets where it's relevant to the score.\n\nIt might be nice for the web-client to show the number of handicap stones\nsomewhere in the main view, but (a) it wasn't doing that previously and (b)\n`computeScore()` isn't the right way to get that info.\n\nFixes https://github.com/online-go/online-go.com/issues/1469","shortMessageHtmlLink":"Set 'handicap' from GoEngine.computeScore to the handicap bonus"}},{"before":null,"after":"8524a189c9b9cbd13d83da12368ba46fcfa6e664","ref":"refs/heads/computescore-handicap-should-be-handicap-bonus","pushedAt":"2024-01-19T01:16:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dexonsmith","name":"Duncan P. N. Exon Smith","path":"/dexonsmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1334620?s=80&v=4"},"commit":{"message":"Set 'handicap' from GoEngine.computeScore to the handicap bonus\n\nThis commit changes `GoEngine.computeScore()` to return `0` for `handicap` when\nit does not contribute to the score. Indirectly, this changes the scoring\nsummary in the web-client to not show the handicap in this case.\n\nThis fixes an inconsistency in the API/return, which forwarded to the\nweb-client and caused user confusion.\n\nPreviously it was neither consistently equal to the handicap (see AGA) nor\nthe handicap scoring bonus (see Japanese/Korean/New Zealand).\n\n- For Chinese/Ing, it was both the handicap scoring bonus and the handicap,\n which happen to be equal.\n- For AGA, it was the handicap scoring bonus, which is `handicap-1`.\n- For Japanese/Korean/New Zealand, it was the handicap (scoring bonus is 0).\n\nNow, for all rulesets, it's the handicap scoring bonus (if any). For a client\ncomputing the score, this is what's relevant. This is similar to how `stones`\nis returned for rulesets where it's relevant to the score.\n\nIt might be nice for the web-client to show the number of handicap stones\nsomewhere in the main view, but (a) it wasn't doing that previously and (b)\n`computeScore()` isn't the right way to get that info.\n\nFixes https://github.com/online-go/online-go.com/issues/1469","shortMessageHtmlLink":"Set 'handicap' from GoEngine.computeScore to the handicap bonus"}},{"before":"ce229fbfd48555b6d41631abc296414d447a2dce","after":null,"ref":"refs/heads/ing-komi-black-wins-ties","pushedAt":"2024-01-12T18:25:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dexonsmith","name":"Duncan P. N. Exon Smith","path":"/dexonsmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1334620?s=80&v=4"}},{"before":null,"after":"5b754a7f87e002cf03eeee18c447ec78c710f737","ref":"refs/heads/ing-score-handicap","pushedAt":"2024-01-12T18:12:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dexonsmith","name":"Duncan P. N. Exon Smith","path":"/dexonsmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1334620?s=80&v=4"},"commit":{"message":"Add the area handicap scoring bonus in Ing rules\n\nBased on , white should get an\nN-point handicap bonus in handicap games. This is not from the official\ndocumentation of the Ing rules, but was requested by the AGA president.","shortMessageHtmlLink":"Add the area handicap scoring bonus in Ing rules"}},{"before":null,"after":"ce229fbfd48555b6d41631abc296414d447a2dce","ref":"refs/heads/ing-komi-black-wins-ties","pushedAt":"2024-01-12T18:07:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dexonsmith","name":"Duncan P. N. Exon Smith","path":"/dexonsmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1334620?s=80&v=4"},"commit":{"message":"Ing rules dictate effectively 7.5 komi for even games\n\nIng rules[1] officially state a komi of 8 for even games, with black winning\ndrawn games. As far as computer Go is concerned, that means komi is\neffectively 7.5.\n\n[1]: https://www.usgo-archive.org/sites/default/files/pdf/IngRules2006.pdf","shortMessageHtmlLink":"Ing rules dictate effectively 7.5 komi for even games"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD5hRb8gA","startCursor":null,"endCursor":null}},"title":"Activity · dexonsmith/goban"}