{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":603919288,"defaultBranch":"master","name":"JollyRebind","ownerLogin":"SabreML","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-02-19T23:46:43.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/57483089?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1720973323.0","currentOid":""},"activityList":{"items":[{"before":"e0692cb023072d84963956fa4eacb5f7a5cdfe99","after":"564ec5e7dcd4f2da3f504b15614d5d662815c294","ref":"refs/heads/master","pushedAt":"2024-07-14T16:03:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"SabreML","name":null,"path":"/SabreML","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57483089?s=80&v=4"},"commit":{"message":"Keybind reset & jumping bug fix\n\nBoth bugs were actually the same thing!\n\nThe mod's config was only being loaded after `PostModsInit()`, and it wasn't being filled in with saved keybinds at all unless the Jolly Co-op menu was opened, since that's usually done *during* `PostModsInit()`.\n\nThe fix was to make `JollyRebindConfig` bind everything in its constructor which is called in `OnModsInit()` (which it should have been doing anyway really), and if it needs to be changed in `PostModsInit()`, recreating it and calling `Reload()` in order to manually fill it with any saved keybinds.","shortMessageHtmlLink":"Keybind reset & jumping bug fix"}},{"before":"6b36292fef1bab02ce72dff739277efd96e6b181","after":"e0692cb023072d84963956fa4eacb5f7a5cdfe99","ref":"refs/heads/master","pushedAt":"2024-03-19T16:17:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SabreML","name":null,"path":"/SabreML","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57483089?s=80&v=4"},"commit":{"message":"Updated for RW v1.9.15.\n\nNo real code changes, just some tweaks","shortMessageHtmlLink":"Updated for RW v1.9.15."}},{"before":"fc428a9f9e302d4fa38ceed67f48ed6aa474262e","after":"6b36292fef1bab02ce72dff739277efd96e6b181","ref":"refs/heads/master","pushedAt":"2023-10-01T00:52:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SabreML","name":null,"path":"/SabreML","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57483089?s=80&v=4"},"commit":{"message":"Forgot this\n\nThanks @clkursch for letting me know.\nI actually had no idea that the Guardian mod existed.","shortMessageHtmlLink":"Forgot this"}},{"before":"7ae3f156967e7b99aef718a636a97b662cdd2c1f","after":"fc428a9f9e302d4fa38ceed67f48ed6aa474262e","ref":"refs/heads/master","pushedAt":"2023-09-30T23:36:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"SabreML","name":null,"path":"/SabreML","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57483089?s=80&v=4"},"commit":{"message":"Mostly just more comments\n\nThere is a small fix in here though.","shortMessageHtmlLink":"Mostly just more comments"}},{"before":"cc1e79924522ed9b8ee27d76713521d7da333872","after":"7ae3f156967e7b99aef718a636a97b662cdd2c1f","ref":"refs/heads/master","pushedAt":"2023-04-14T18:03:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SabreML","name":null,"path":"/SabreML","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57483089?s=80&v=4"},"commit":{"message":"Trigger crash fix\n\nThanks to Mewkitty22 for (unintentionally) letting me know that controller triggers are bindable now.","shortMessageHtmlLink":"Trigger crash fix"}},{"before":"0b1363c9cb06a5cd845690dd86386f9f6546e1f4","after":"cc1e79924522ed9b8ee27d76713521d7da333872","ref":"refs/heads/master","pushedAt":"2023-04-02T19:09:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SabreML","name":null,"path":"/SabreML","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57483089?s=80&v=4"},"commit":{"message":"Hardcoded controller support\n\nTo quote myself:\n\"Having all of these hardcoded in the mod is terrible, but this is genuinely the best way I've been able to find after over a week of testing.\"","shortMessageHtmlLink":"Hardcoded controller support"}},{"before":"85787ca22b4228cf7feb0b2adf2b4d44945f9958","after":"0b1363c9cb06a5cd845690dd86386f9f6546e1f4","ref":"refs/heads/master","pushedAt":"2023-04-01T11:41:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SabreML","name":null,"path":"/SabreML","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57483089?s=80&v=4"},"commit":{"message":"Forgot to return\n\nwhoops","shortMessageHtmlLink":"Forgot to return"}},{"before":"24cd24f320483c08122f1bb1e853eb8ae0c00a75","after":"85787ca22b4228cf7feb0b2adf2b4d44945f9958","ref":"refs/heads/master","pushedAt":"2023-04-01T11:32:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SabreML","name":null,"path":"/SabreML","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57483089?s=80&v=4"},"commit":{"message":"Better error handling\n\nLogging rather than crashing","shortMessageHtmlLink":"Better error handling"}},{"before":"37f00568b4e125533108af379ed497c746f8d22a","after":"24cd24f320483c08122f1bb1e853eb8ae0c00a75","ref":"refs/heads/master","pushedAt":"2023-03-25T17:23:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SabreML","name":null,"path":"/SabreML","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57483089?s=80&v=4"},"commit":{"message":"Update for the new input system (RW v1.9.07)\n\nNow it doesn't just completely crash the game! :tada:","shortMessageHtmlLink":"Update for the new input system (RW v1.9.07)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0xNFQxNjowMzoxNy4wMDAwMDBazwAAAAR_Dcti","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0xNFQxNjowMzoxNy4wMDAwMDBazwAAAAR_Dcti","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0yNVQxNzoyMzoyMi4wMDAwMDBazwAAAAMLLxGE"}},"title":"Activity ยท SabreML/JollyRebind"}