{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":207238889,"defaultBranch":"master","name":"widelands","ownerLogin":"widelands","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-09-09T06:24:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5617190?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718247966.0","currentOid":""},"activityList":{"items":[{"before":"9768a6b056b7dcc7fd3f43b61810935c9184a1c9","after":null,"ref":"refs/tags/latest","pushedAt":"2024-06-13T03:06:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"}},{"before":"9768a6b056b7dcc7fd3f43b61810935c9184a1c9","after":"a384ea22fab003f4a9e47e15a40020c1aa3ecd63","ref":"refs/heads/master","pushedAt":"2024-06-13T02:38:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"Fetched translations and updated data.","shortMessageHtmlLink":"Fetched translations and updated data."}},{"before":"8733454643e39fdb0caa802624bb504a47c2123c","after":"880771e8d896e4e08023293d12ddc529a460d34c","ref":"refs/heads/mirror/Nordfriese/widelands/districts","pushedAt":"2024-06-11T17:19:17.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"'src/economy/flag.cc' was automatically formatted.","shortMessageHtmlLink":"'src/economy/flag.cc' was automatically formatted."}},{"before":"f85a62cbeca835e3b36e79baa75269a5cfe6f788","after":null,"ref":"refs/tags/latest","pushedAt":"2024-06-10T21:17:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"}},{"before":"f85a62cbeca835e3b36e79baa75269a5cfe6f788","after":"9768a6b056b7dcc7fd3f43b61810935c9184a1c9","ref":"refs/heads/master","pushedAt":"2024-06-10T20:43:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"Make some rawstring in codecheck rules (CB #4828 / GH #6466)","shortMessageHtmlLink":"Make some rawstring in codecheck rules (CB #4828 / GH #6466)"}},{"before":"d06bc176cbfea07515571d9093399b691fcbfdd5","after":null,"ref":"refs/tags/latest","pushedAt":"2024-06-10T03:11:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"}},{"before":"d06bc176cbfea07515571d9093399b691fcbfdd5","after":"f85a62cbeca835e3b36e79baa75269a5cfe6f788","ref":"refs/heads/master","pushedAt":"2024-06-10T02:40:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"Fetched translations and updated data.","shortMessageHtmlLink":"Fetched translations and updated data."}},{"before":"6784cd3e25d28b03245745f9fdaa6eec4bd364e1","after":"bb9ea9c38f7c6f384e5fa2ec3ae6bec1de5d5b08","ref":"refs/heads/md5-libmd","pushedAt":"2024-06-09T15:16:58.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"Noordfrees","name":"Benedikt Straub","path":"/Noordfrees","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48293446?s=80&v=4"},"commit":{"message":"Another try for MacOS","shortMessageHtmlLink":"Another try for MacOS"}},{"before":"55af35d51ac507832c3a18d96f819f2f3b424d2d","after":"6784cd3e25d28b03245745f9fdaa6eec4bd364e1","ref":"refs/heads/md5-libmd","pushedAt":"2024-06-09T10:25:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"'src/base/crypto.cc' was automatically formatted.","shortMessageHtmlLink":"'src/base/crypto.cc' was automatically formatted."}},{"before":"c7b3a61addf2d408ed81467a88104f765b8e9599","after":"55af35d51ac507832c3a18d96f819f2f3b424d2d","ref":"refs/heads/md5-libmd","pushedAt":"2024-06-09T10:17:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Noordfrees","name":"Benedikt Straub","path":"/Noordfrees","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48293446?s=80&v=4"},"commit":{"message":"Embed a copy of libmd with the option whether to build with that or the system-wide libmd (if any), like for minizip.\n\nLinux and others with a decent system installation can keep using that. The Windows and Mac CI can use the embedded sources.\nBy default, we detect whether a system-wide installation exists, and try to use that if present and fall back to the embedded sources otherwise.\nUse `-DOPTION_FORCE_EMBEDDED_LIBMD=ON` to force using the embedded sources.\n\nAlso: libmd comes with a SHA1 implementation that we now use as well, so we can drop the existing embedded third-party SHA1 implementation.\nAdded a pair of SHA1 testcases to the unit tests as well.","shortMessageHtmlLink":"Embed a copy of libmd with the option whether to build with that or t…"}},{"before":"b0525b8ab90126cd483b8b753d1188158c3d6bf0","after":"c7b3a61addf2d408ed81467a88104f765b8e9599","ref":"refs/heads/md5-libmd","pushedAt":"2024-06-09T08:36:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Noordfrees","name":"Benedikt Straub","path":"/Noordfrees","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48293446?s=80&v=4"},"commit":{"message":"Another try for MacOS and MSys","shortMessageHtmlLink":"Another try for MacOS and MSys"}},{"before":"8450b0696e19259a7a3344db1c72bf5480647cdc","after":"b0525b8ab90126cd483b8b753d1188158c3d6bf0","ref":"refs/heads/md5-libmd","pushedAt":"2024-06-08T18:58:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Noordfrees","name":"Benedikt Straub","path":"/Noordfrees","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48293446?s=80&v=4"},"commit":{"message":"another try for Mac","shortMessageHtmlLink":"another try for Mac"}},{"before":"d81ce4ce02bc7445e7ef553eae0609fb4ccded34","after":"8450b0696e19259a7a3344db1c72bf5480647cdc","ref":"refs/heads/md5-libmd","pushedAt":"2024-06-08T18:44:34.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"Noordfrees","name":"Benedikt Straub","path":"/Noordfrees","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48293446?s=80&v=4"},"commit":{"message":"Try to fix MacOS and MSys builds","shortMessageHtmlLink":"Try to fix MacOS and MSys builds"}},{"before":"115d0485c6b03c3b19c7fee138557372d685d765","after":null,"ref":"refs/tags/latest","pushedAt":"2024-06-08T03:18:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"}},{"before":"115d0485c6b03c3b19c7fee138557372d685d765","after":"d06bc176cbfea07515571d9093399b691fcbfdd5","ref":"refs/heads/master","pushedAt":"2024-06-08T02:49:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"Updated translations catalogs and statistics.","shortMessageHtmlLink":"Updated translations catalogs and statistics."}},{"before":"6c8c540c7bee8eabb7d89b3367e71e8f269db498","after":"d81ce4ce02bc7445e7ef553eae0609fb4ccded34","ref":"refs/heads/md5-libmd","pushedAt":"2024-06-07T20:42:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"Use `[[nodiscard]]`","shortMessageHtmlLink":"Use [[nodiscard]]"}},{"before":null,"after":"6c8c540c7bee8eabb7d89b3367e71e8f269db498","ref":"refs/heads/md5-libmd","pushedAt":"2024-06-07T15:06:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"3 files were automatically formatted.","shortMessageHtmlLink":"3 files were automatically formatted."}},{"before":"29914e6c40abf59e12b7a42cb44d35110457a409","after":"d4ac97d1375083d6202267ff94fad3dea94a4772","ref":"refs/heads/mirror/Nordfriese/widelands/addons-websitemaps","pushedAt":"2024-06-07T08:15:36.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"Merge branch 'master' into addons-websitemaps","shortMessageHtmlLink":"Merge branch 'master' into addons-websitemaps"}},{"before":"900d65bbd5dce9b67ec27178afae2c9a360de275","after":null,"ref":"refs/tags/latest","pushedAt":"2024-06-06T21:19:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"}},{"before":"900d65bbd5dce9b67ec27178afae2c9a360de275","after":"115d0485c6b03c3b19c7fee138557372d685d765","ref":"refs/heads/master","pushedAt":"2024-06-06T20:03:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"Show splash screen earlier and reintroduce intro music (GH #6412 / CB #4773)\nCo-authored-by: Tóth András \nCo-committed-by: Tóth András ","shortMessageHtmlLink":"Show splash screen earlier and reintroduce intro music (GH #6412 / CB #…"}},{"before":"d5aa84a836e79f8625f88be1e30f6dd889409497","after":null,"ref":"refs/heads/mirror/tothxa/widelands/splash-early","pushedAt":"2024-06-06T19:57:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"}},{"before":"780b5e26196561427174e52e60e0a8fd00dfff90","after":"d5aa84a836e79f8625f88be1e30f6dd889409497","ref":"refs/heads/mirror/tothxa/widelands/splash-early","pushedAt":"2024-06-06T09:47:25.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"Merge branch 'master' into splash-early","shortMessageHtmlLink":"Merge branch 'master' into splash-early"}},{"before":"3cfa50f5e72e498e67ff669e7faeda857b66eac7","after":null,"ref":"refs/tags/latest","pushedAt":"2024-06-06T03:27:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"}},{"before":"3cfa50f5e72e498e67ff669e7faeda857b66eac7","after":"900d65bbd5dce9b67ec27178afae2c9a360de275","ref":"refs/heads/master","pushedAt":"2024-06-06T02:43:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"Fetched translations and updated data.","shortMessageHtmlLink":"Fetched translations and updated data."}},{"before":"29f9acd72666b1268030253dbb4318a6e38265b0","after":null,"ref":"refs/tags/latest","pushedAt":"2024-06-03T03:18:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"}},{"before":"29f9acd72666b1268030253dbb4318a6e38265b0","after":"3cfa50f5e72e498e67ff669e7faeda857b66eac7","ref":"refs/heads/master","pushedAt":"2024-06-03T02:48:51.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"Updated translations catalogs and statistics.","shortMessageHtmlLink":"Updated translations catalogs and statistics."}},{"before":"55d11f1bb225e29d5af2fbc97de9edfe6dcc9550","after":"780b5e26196561427174e52e60e0a8fd00dfff90","ref":"refs/heads/mirror/tothxa/widelands/splash-early","pushedAt":"2024-06-02T12:07:23.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"address review: use panel flag to differentiate progress window, use unicode apostrophe","shortMessageHtmlLink":"address review: use panel flag to differentiate progress window, use …"}},{"before":"7aa7f536c9662b0b22ee30d5f145efdb94d409dd","after":null,"ref":"refs/tags/latest","pushedAt":"2024-06-02T09:57:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"}},{"before":"7aa7f536c9662b0b22ee30d5f145efdb94d409dd","after":"29f9acd72666b1268030253dbb4318a6e38265b0","ref":"refs/heads/master","pushedAt":"2024-06-02T08:44:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"},"commit":{"message":"Refactor and disallow type conversion operators (GH #6373 / CB #4736)\nCo-authored-by: Benedikt Straub \nCo-committed-by: Benedikt Straub ","shortMessageHtmlLink":"Refactor and disallow type conversion operators (GH #6373 / CB #4736)"}},{"before":"c024f55bf5b10d28c6feae2f2483f3fb9b2144a5","after":null,"ref":"refs/heads/mirror/Nordfriese/widelands/forbid-type-conversion-operators","pushedAt":"2024-06-02T08:37:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bunnybot","name":"Wideland's Bunnybot","path":"/bunnybot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16499926?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEY_BangA","startCursor":null,"endCursor":null}},"title":"Activity · widelands/widelands"}