{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":676246748,"defaultBranch":"master","name":"Overmind","ownerLogin":"tiennou","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-08-08T19:05:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/81099?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1707151079.0","currentOid":""},"activityList":{"items":[{"before":"49a8ed1d081b1f31972b2516728c393170d974e1","after":"50ab02fce58f2b6a041a4205329a6177c31cc947","ref":"refs/heads/master","pushedAt":"2024-08-04T17:30:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"pserver: bug with having no market history","shortMessageHtmlLink":"pserver: bug with having no market history"}},{"before":"56d38950c1a76a6570fd70bb2b835eb45b41a804","after":"49a8ed1d081b1f31972b2516728c393170d974e1","ref":"refs/heads/master","pushedAt":"2024-08-04T17:24:41.000Z","pushType":"push","commitsCount":46,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"pserver: bug with having no market history","shortMessageHtmlLink":"pserver: bug with having no market history"}},{"before":"fe31304d5e58db85a97a01419759048d2b276fe4","after":"56d38950c1a76a6570fd70bb2b835eb45b41a804","ref":"refs/heads/master","pushedAt":"2024-03-23T21:44:01.000Z","pushType":"push","commitsCount":25,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Remove some assertions that are now somehow unnecessary","shortMessageHtmlLink":"Remove some assertions that are now somehow unnecessary"}},{"before":"3da4013501ec760cd138a98ca6c60e0d21235773","after":"41cc968d34de55951e8a6c9fd388611ae958c6fd","ref":"refs/heads/lint","pushedAt":"2024-03-23T21:38:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Fix typing of Colony.stage & .defcon","shortMessageHtmlLink":"Fix typing of Colony.stage & .defcon"}},{"before":"31c5f9afa52181e715e878a66f4f30e9b835faa1","after":"6cec66cf1d1eb3ff179508969ddb716022dcc1fe","ref":"refs/heads/feature/roomobject-print","pushedAt":"2024-03-23T21:38:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Add a RoomObject.print helper","shortMessageHtmlLink":"Add a RoomObject.print helper"}},{"before":"5cc8c3498417f2dbfe797889569f14c455566e8e","after":"7beff739583e7d0b084f7a0bf0acfdfba507805a","ref":"refs/heads/fix/build","pushedAt":"2024-03-23T21:38:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Update .editorconfig with the correct line-endings and whitespace-trimming","shortMessageHtmlLink":"Update .editorconfig with the correct line-endings and whitespace-tri…"}},{"before":"41fb5d3fd1da116e5ed788143d3ec2f00cc90dbe","after":"8c5a6c58be931e70c51a6ff3f07aece1b5fd1530","ref":"refs/heads/updates-base","pushedAt":"2024-03-23T21:38:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Merge branch 'public/community-fixes' into public/updates-base","shortMessageHtmlLink":"Merge branch 'public/community-fixes' into public/updates-base"}},{"before":"f2c167cf6c5707166bf38a20d59aca1dbdeb7144","after":"9e72f79dab1c48224c2e8e62ffc14fd57a975f74","ref":"refs/heads/updates","pushedAt":"2024-03-23T21:38:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Fix enough TS issues to have it build","shortMessageHtmlLink":"Fix enough TS issues to have it build"}},{"before":"99c89893249fad38ce9bbf203562a8aec40fc93c","after":"b16175eb5309958d015a740b59bff3fbad4a51d7","ref":"refs/heads/community-fixes","pushedAt":"2024-03-23T21:38:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Change bunker queen supply order\n\nThis changes the supply manifest construction in a couple of ways:\n\n- the remaining energy from the last round is kept instead of dropping\nit back into storage.\n\n- the list of incoming supply requests is limited to the first quadrant\nso that the path continues to make sense (otherwise the queen would\nstart filling up another quadrant, running out of energy in the process,\nbefore going back for more (usually at the storage instead of the nearby\ncontainer, tip-toeing all over the place).\n\n- the amount transferred to spawns is not limited any more (though it is\nstill taken into account) so that its natural energy regeneration\ndoesn't cause an error as its contents don't match the prediction.\n\n- calculate the stored resources we're in excess of and store that back\ninto the nearest store structure.\n\nBased on 6e3385f451a4fe6d87d1ef23a5af8bf0fe456617,\n 55a1408274215ebe5107c8540ab376892d7917c9, and\n f2264788329435b3235e2ecbf4de0931fb15a4bc","shortMessageHtmlLink":"Change bunker queen supply order"}},{"before":"dc5f5ad732f7be1d98732e10503f0a8f2c4ce3f7","after":"c048630291ba9d825cced306c18ee6de550d6820","ref":"refs/heads/fix/store-changes","pushedAt":"2024-03-23T21:38:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Provide an interface over store contents","shortMessageHtmlLink":"Provide an interface over store contents"}},{"before":"86576926b5eb20b6ee86cab202b6171a146f344f","after":"c6559ec8287bb9c015e48638723eb0f1c1d60b36","ref":"refs/heads/fix/typed-screeps-types","pushedAt":"2024-03-23T21:38:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Replace types with ones from @types/screeps","shortMessageHtmlLink":"Replace types with ones from @types/screeps"}},{"before":"bc37e02cd9b3662f13171865f46b28364cccec8e","after":"e6739dae2744e5f01550eae8f4fdcdd99a9767fd","ref":"refs/heads/muon-base","pushedAt":"2024-03-23T21:38:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Merge branch 'public/fix/store-changes' into public/muon-base","shortMessageHtmlLink":"Merge branch 'public/fix/store-changes' into public/muon-base"}},{"before":"c1da60e5ea8ea2e383601efac734c3c4ba9d4cbe","after":"fe31304d5e58db85a97a01419759048d2b276fe4","ref":"refs/heads/master","pushedAt":"2024-03-23T21:37:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Fix cast for the assimilator memory","shortMessageHtmlLink":"Fix cast for the assimilator memory"}},{"before":"5ad5b16796f41fe6c44a373561f8f22ed56f84b7","after":"41fb5d3fd1da116e5ed788143d3ec2f00cc90dbe","ref":"refs/heads/updates-base","pushedAt":"2024-02-05T16:40:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Merge branch 'public/community-fixes' into public/updates-base","shortMessageHtmlLink":"Merge branch 'public/community-fixes' into public/updates-base"}},{"before":"ab95009b0f84cf76cffe3816a8af561299926546","after":"99c89893249fad38ce9bbf203562a8aec40fc93c","ref":"refs/heads/community-fixes","pushedAt":"2024-02-05T16:40:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Change bunker queen supply order\n\nThis changes the supply manifest construction in a couple of ways:\n\n- the remaining energy from the last round is kept instead of dropping\nit back into storage.\n\n- the list of incoming supply requests is limited to the first quadrant\nso that the path continues to make sense (otherwise the queen would\nstart filling up another quadrant, running out of energy in the process,\nbefore going back for more (usually at the storage instead of the nearby\ncontainer, tip-toeing all over the place).\n\n- the amount transferred to spawns is not limited any more (though it is\nstill taken into account) so that its natural energy regeneration\ndoesn't cause an error as its contents don't match the prediction.\n\n- calculate the stored resources we're in excess of and store that back\ninto the nearest store structure.\n\nBased on 6e3385f451a4fe6d87d1ef23a5af8bf0fe456617,\n 55a1408274215ebe5107c8540ab376892d7917c9, and\n f2264788329435b3235e2ecbf4de0931fb15a4bc","shortMessageHtmlLink":"Change bunker queen supply order"}},{"before":"d476d1ba8e6e5279afa5f0ec6dede87f11cb0160","after":"f2c167cf6c5707166bf38a20d59aca1dbdeb7144","ref":"refs/heads/updates","pushedAt":"2024-02-05T16:40:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Fix enough TS issues to have it build","shortMessageHtmlLink":"Fix enough TS issues to have it build"}},{"before":"a3048d74a96a76b23170b7d6274825c832c6d28c","after":null,"ref":"refs/heads/fix/room-status","pushedAt":"2024-02-05T16:37:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"}},{"before":"a6f576e19c3477da3c220a9a1afaebf4ff1b9e9a","after":"3da4013501ec760cd138a98ca6c60e0d21235773","ref":"refs/heads/lint","pushedAt":"2024-02-05T16:37:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Fix typing of Colony.stage & .defcon","shortMessageHtmlLink":"Fix typing of Colony.stage & .defcon"}},{"before":"44d75cac5dd03bacc702ea03fe455f9720fbf435","after":"5ad5b16796f41fe6c44a373561f8f22ed56f84b7","ref":"refs/heads/updates-base","pushedAt":"2024-02-05T16:37:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Merge branch 'public/community-fixes' into public/updates-base","shortMessageHtmlLink":"Merge branch 'public/community-fixes' into public/updates-base"}},{"before":"16b2c93148f6d8c3c22650a9c4b95206e5ddf8ca","after":"5cc8c3498417f2dbfe797889569f14c455566e8e","ref":"refs/heads/fix/build","pushedAt":"2024-02-05T16:37:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Update .editorconfig with the correct line-endings and whitespace-trimming","shortMessageHtmlLink":"Update .editorconfig with the correct line-endings and whitespace-tri…"}},{"before":"1c6733c955d61370ff69a43885b2506c68b24781","after":"86576926b5eb20b6ee86cab202b6171a146f344f","ref":"refs/heads/fix/typed-screeps-types","pushedAt":"2024-02-05T16:37:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Replace types with ones from @types/screeps","shortMessageHtmlLink":"Replace types with ones from @types/screeps"}},{"before":"1f632adef3f84e0aa1058d946afd0ff34a46efcc","after":"ab95009b0f84cf76cffe3816a8af561299926546","ref":"refs/heads/community-fixes","pushedAt":"2024-02-05T16:37:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Change bunker queen supply order\n\nThis changes the supply manifest construction in a couple of ways:\n\n- the remaining energy from the last round is kept instead of dropping\nit back into storage.\n\n- the list of incoming supply requests is limited to the first quadrant\nso that the path continues to make sense (otherwise the queen would\nstart filling up another quadrant, running out of energy in the process,\nbefore going back for more (usually at the storage instead of the nearby\ncontainer, tip-toeing all over the place).\n\n- the amount transferred to spawns is not limited any more (though it is\nstill taken into account) so that its natural energy regeneration\ndoesn't cause an error as its contents don't match the prediction.\n\n- calculate the stored resources we're in excess of and store that back\ninto the nearest store structure.\n\nBased on 6e3385f451a4fe6d87d1ef23a5af8bf0fe456617,\n 55a1408274215ebe5107c8540ab376892d7917c9, and\n f2264788329435b3235e2ecbf4de0931fb15a4bc","shortMessageHtmlLink":"Change bunker queen supply order"}},{"before":"8065c5ededa4e1cdfa1b71ead8899946590cec8f","after":"bc37e02cd9b3662f13171865f46b28364cccec8e","ref":"refs/heads/muon-base","pushedAt":"2024-02-05T16:37:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Merge branch 'public/fix/store-changes' into public/muon-base","shortMessageHtmlLink":"Merge branch 'public/fix/store-changes' into public/muon-base"}},{"before":"1853a1e39358a310c9042e4349944f62dfaf35c3","after":"d476d1ba8e6e5279afa5f0ec6dede87f11cb0160","ref":"refs/heads/updates","pushedAt":"2024-02-05T16:37:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Fix enough TS issues to have it build","shortMessageHtmlLink":"Fix enough TS issues to have it build"}},{"before":"ca1a3c7d917dda29e62283dd780f4e10a22c1269","after":"dc5f5ad732f7be1d98732e10503f0a8f2c4ce3f7","ref":"refs/heads/fix/store-changes","pushedAt":"2024-02-05T16:37:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Provide an interface over store contents","shortMessageHtmlLink":"Provide an interface over store contents"}},{"before":"d9af18373ea62d6fc67bfe62105d3276b5027990","after":"16b2c93148f6d8c3c22650a9c4b95206e5ddf8ca","ref":"refs/heads/fix/build","pushedAt":"2024-02-05T16:05:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Update all dependencies, tooling cleanup\n\nThis switches to Node 20, updates most dependencies to their latest\nversion, and moves the obfuscator config to its own file.\n\nAlso included is the script I wrote to rewrite a branch into a version\nthat doesn't have the two hidden files in it.","shortMessageHtmlLink":"Update all dependencies, tooling cleanup"}},{"before":"571d7a728ab40eae4357dfa6426a51a5e80f0c5e","after":"1853a1e39358a310c9042e4349944f62dfaf35c3","ref":"refs/heads/updates","pushedAt":"2024-02-05T16:05:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Fix enough TS issues to have it build","shortMessageHtmlLink":"Fix enough TS issues to have it build"}},{"before":"0e1ad16f7226e3e635e4a4d7ea5e52f85228fa11","after":"1c6733c955d61370ff69a43885b2506c68b24781","ref":"refs/heads/fix/typed-screeps-types","pushedAt":"2024-02-05T16:05:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Replace types with ones from @types/screeps","shortMessageHtmlLink":"Replace types with ones from @types/screeps"}},{"before":"0b12ab4b05b71ebaaaa0e5844ae1ebeb0c78e49b","after":"1f632adef3f84e0aa1058d946afd0ff34a46efcc","ref":"refs/heads/community-fixes","pushedAt":"2024-02-05T16:05:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Change bunker queen supply order\n\nThis changes the supply manifest construction in a couple of ways:\n\n- the remaining energy from the last round is kept instead of dropping\nit back into storage.\n\n- the list of incoming supply requests is limited to the first quadrant\nso that the path continues to make sense (otherwise the queen would\nstart filling up another quadrant, running out of energy in the process,\nbefore going back for more (usually at the storage instead of the nearby\ncontainer, tip-toeing all over the place).\n\n- the amount transferred to spawns is not limited any more (though it is\nstill taken into account) so that its natural energy regeneration\ndoesn't cause an error as its contents don't match the prediction.\n\n- calculate the stored resources we're in excess of and store that back\ninto the nearest store structure.\n\nBased on 6e3385f451a4fe6d87d1ef23a5af8bf0fe456617,\n 55a1408274215ebe5107c8540ab376892d7917c9, and\n f2264788329435b3235e2ecbf4de0931fb15a4bc","shortMessageHtmlLink":"Change bunker queen supply order"}},{"before":"49825daca168003b2989b6ef80011df742556c5a","after":"31c5f9afa52181e715e878a66f4f30e9b835faa1","ref":"refs/heads/feature/roomobject-print","pushedAt":"2024-02-05T16:05:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tiennou","name":"Etienne Samson","path":"/tiennou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81099?s=80&v=4"},"commit":{"message":"Add a RoomObject.print helper","shortMessageHtmlLink":"Add a RoomObject.print helper"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wNFQxNzozMDowMS4wMDAwMDBazwAAAASRZOVI","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wNFQxNzozMDowMS4wMDAwMDBazwAAAASRZOVI","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0wNVQxNjowNToxMS4wMDAwMDBazwAAAAPydBCJ"}},"title":"Activity · tiennou/Overmind"}