-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5abe48b
commit fa60aed
Showing
1 changed file
with
79 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,83 @@ | ||
[ | ||
{ | ||
"sha": "443864507a74ce1bfc38f3c9175acf77133c935e", | ||
"node_id": "C_kwDOAV-JftoAKDQ0Mzg2NDUwN2E3NGNlMWJmYzM4ZjNjOTE3NWFjZjc3MTMzYzkzNWU", | ||
"commit": { | ||
"author": { | ||
"name": "gammafunk", | ||
"email": "[email protected]", | ||
"date": "2024-10-04T22:25:54Z" | ||
}, | ||
"committer": { | ||
"name": "gammafunk", | ||
"email": "[email protected]", | ||
"date": "2024-10-04T23:20:37Z" | ||
}, | ||
"message": "A clua monster method for finding its summoner\n\nThe crawl UI highlights a monster's summoner in LOS examination mode,\nbut there was previously no way to determine a monster's summoner from\nclua. This commit adds a summoner_pos() method to the monster info table\nthat returns a pair of LOS coordinates of the monster's summoner. It\nreturns nil if the monster's isn't summoned or it the monster or its\nsummoner are not in LOS. I've copied the summoning monster's mid into\nthe monster_info class and updated the examination mode UI to use this\ninformation. This way we have a centralized check for whether the\nsummoner is valid to reveal, at least regardless of LOS concerns.", | ||
"tree": { | ||
"sha": "59226de8c39086201af52fa961a881746918a48d", | ||
"url": "https://api.github.com/repos/crawl/crawl/git/trees/59226de8c39086201af52fa961a881746918a48d" | ||
}, | ||
"url": "https://api.github.com/repos/crawl/crawl/git/commits/443864507a74ce1bfc38f3c9175acf77133c935e", | ||
"comment_count": 0, | ||
"verification": { | ||
"verified": false, | ||
"reason": "unsigned", | ||
"signature": null, | ||
"payload": null | ||
} | ||
}, | ||
"url": "https://api.github.com/repos/crawl/crawl/commits/443864507a74ce1bfc38f3c9175acf77133c935e", | ||
"html_url": "https://github.com/crawl/crawl/commit/443864507a74ce1bfc38f3c9175acf77133c935e", | ||
"comments_url": "https://api.github.com/repos/crawl/crawl/commits/443864507a74ce1bfc38f3c9175acf77133c935e/comments", | ||
"author": { | ||
"login": "gammafunk", | ||
"id": 6548464, | ||
"node_id": "MDQ6VXNlcjY1NDg0NjQ=", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/6548464?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/gammafunk", | ||
"html_url": "https://github.com/gammafunk", | ||
"followers_url": "https://api.github.com/users/gammafunk/followers", | ||
"following_url": "https://api.github.com/users/gammafunk/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/gammafunk/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/gammafunk/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/gammafunk/subscriptions", | ||
"organizations_url": "https://api.github.com/users/gammafunk/orgs", | ||
"repos_url": "https://api.github.com/users/gammafunk/repos", | ||
"events_url": "https://api.github.com/users/gammafunk/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/gammafunk/received_events", | ||
"type": "User", | ||
"site_admin": false | ||
}, | ||
"committer": { | ||
"login": "gammafunk", | ||
"id": 6548464, | ||
"node_id": "MDQ6VXNlcjY1NDg0NjQ=", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/6548464?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/gammafunk", | ||
"html_url": "https://github.com/gammafunk", | ||
"followers_url": "https://api.github.com/users/gammafunk/followers", | ||
"following_url": "https://api.github.com/users/gammafunk/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/gammafunk/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/gammafunk/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/gammafunk/subscriptions", | ||
"organizations_url": "https://api.github.com/users/gammafunk/orgs", | ||
"repos_url": "https://api.github.com/users/gammafunk/repos", | ||
"events_url": "https://api.github.com/users/gammafunk/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/gammafunk/received_events", | ||
"type": "User", | ||
"site_admin": false | ||
}, | ||
"parents": [ | ||
{ | ||
"sha": "933e26f2f724ed3fbe22133eca11b9b202f32384", | ||
"url": "https://api.github.com/repos/crawl/crawl/commits/933e26f2f724ed3fbe22133eca11b9b202f32384", | ||
"html_url": "https://github.com/crawl/crawl/commit/933e26f2f724ed3fbe22133eca11b9b202f32384" | ||
} | ||
] | ||
}, | ||
{ | ||
"sha": "933e26f2f724ed3fbe22133eca11b9b202f32384", | ||
"node_id": "C_kwDOAV-JftoAKDkzM2UyNmYyZjcyNGVkM2ZiZTIyMTMzZWNhMTFiOWIyMDJmMzIzODQ", | ||
|
@@ -7800,84 +7879,5 @@ | |
"html_url": "https://github.com/crawl/crawl/commit/af0e7bad450cfcaa478e17b2cfbd56d70e24fb2d" | ||
} | ||
] | ||
}, | ||
{ | ||
"sha": "af0e7bad450cfcaa478e17b2cfbd56d70e24fb2d", | ||
"node_id": "C_kwDOAV-JftoAKGFmMGU3YmFkNDUwY2ZjYWE0NzhlMTdiMmNmYmQ1NmQ3MGUyNGZiMmQ", | ||
"commit": { | ||
"author": { | ||
"name": "regret-index", | ||
"email": "[email protected]", | ||
"date": "2024-09-19T22:01:05Z" | ||
}, | ||
"committer": { | ||
"name": "regret-index", | ||
"email": "[email protected]", | ||
"date": "2024-09-19T22:01:05Z" | ||
}, | ||
"message": "New default meat cache tile (pianoman523)\n\nModified to be slightly redder than the original submission- they may\nbe mostly cured and smoked meats, but they should also parse as meat.", | ||
"tree": { | ||
"sha": "6f0dfa9d52c7099144ed7f450562b305a01fa845", | ||
"url": "https://api.github.com/repos/crawl/crawl/git/trees/6f0dfa9d52c7099144ed7f450562b305a01fa845" | ||
}, | ||
"url": "https://api.github.com/repos/crawl/crawl/git/commits/af0e7bad450cfcaa478e17b2cfbd56d70e24fb2d", | ||
"comment_count": 0, | ||
"verification": { | ||
"verified": false, | ||
"reason": "unsigned", | ||
"signature": null, | ||
"payload": null | ||
} | ||
}, | ||
"url": "https://api.github.com/repos/crawl/crawl/commits/af0e7bad450cfcaa478e17b2cfbd56d70e24fb2d", | ||
"html_url": "https://github.com/crawl/crawl/commit/af0e7bad450cfcaa478e17b2cfbd56d70e24fb2d", | ||
"comments_url": "https://api.github.com/repos/crawl/crawl/commits/af0e7bad450cfcaa478e17b2cfbd56d70e24fb2d/comments", | ||
"author": { | ||
"login": "regret-index", | ||
"id": 17419504, | ||
"node_id": "MDQ6VXNlcjE3NDE5NTA0", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/17419504?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/regret-index", | ||
"html_url": "https://github.com/regret-index", | ||
"followers_url": "https://api.github.com/users/regret-index/followers", | ||
"following_url": "https://api.github.com/users/regret-index/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/regret-index/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/regret-index/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/regret-index/subscriptions", | ||
"organizations_url": "https://api.github.com/users/regret-index/orgs", | ||
"repos_url": "https://api.github.com/users/regret-index/repos", | ||
"events_url": "https://api.github.com/users/regret-index/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/regret-index/received_events", | ||
"type": "User", | ||
"site_admin": false | ||
}, | ||
"committer": { | ||
"login": "regret-index", | ||
"id": 17419504, | ||
"node_id": "MDQ6VXNlcjE3NDE5NTA0", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/17419504?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/regret-index", | ||
"html_url": "https://github.com/regret-index", | ||
"followers_url": "https://api.github.com/users/regret-index/followers", | ||
"following_url": "https://api.github.com/users/regret-index/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/regret-index/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/regret-index/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/regret-index/subscriptions", | ||
"organizations_url": "https://api.github.com/users/regret-index/orgs", | ||
"repos_url": "https://api.github.com/users/regret-index/repos", | ||
"events_url": "https://api.github.com/users/regret-index/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/regret-index/received_events", | ||
"type": "User", | ||
"site_admin": false | ||
}, | ||
"parents": [ | ||
{ | ||
"sha": "675ddfb8072f4a196ca2067bd170f0157ef0004c", | ||
"url": "https://api.github.com/repos/crawl/crawl/commits/675ddfb8072f4a196ca2067bd170f0157ef0004c", | ||
"html_url": "https://github.com/crawl/crawl/commit/675ddfb8072f4a196ca2067bd170f0157ef0004c" | ||
} | ||
] | ||
} | ||
] |