{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":15920273,"defaultBranch":"master","name":"stk-code","ownerLogin":"supertuxkart","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-01-15T00:28:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6138677?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1696063782.0","currentOid":""},"activityList":{"items":[{"before":"7320f2e70d02b4bb76fc2b7d99603034f8b2e957","after":"84dff4423e1546d22093edefdba063187061ceb3","ref":"refs/heads/master","pushedAt":"2024-05-29T18:14:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CodingJellyfish","name":"CodingJellyfish","path":"/CodingJellyfish","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35170687?s=80&v=4"},"commit":{"message":"Guarantee 2048 bones","shortMessageHtmlLink":"Guarantee 2048 bones"}},{"before":"66a85d8bf7b2f670add27c73738d718d5a453d75","after":"7320f2e70d02b4bb76fc2b7d99603034f8b2e957","ref":"refs/heads/master","pushedAt":"2024-05-28T17:07:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Fix a crash in debug mode\n\nThe assert for spinner getStringValue not returning empty is unnecessary.","shortMessageHtmlLink":"Fix a crash in debug mode"}},{"before":"06d503a54b583bd885bdcd29f9cc6c90b3782329","after":"66a85d8bf7b2f670add27c73738d718d5a453d75","ref":"refs/heads/master","pushedAt":"2024-05-27T17:36:26.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Update the Cartoon Coal skin\n\nChanges by CrystalDaEevee:\n- Fix some UI elements that were incorrectly using the base Cartoon variant instead of the correctly contrasted Cartoon Coal variant\n- Use a dark table-header to fix contrast issues\n- Fix Licenses.txt","shortMessageHtmlLink":"Update the Cartoon Coal skin"}},{"before":"3d86d937695bd8d1056d14d05bd867ba876a0614","after":"06d503a54b583bd885bdcd29f9cc6c90b3782329","ref":"refs/heads/master","pushedAt":"2024-05-27T16:12:29.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Use two distinct spinners to select skins\n\n- Use new 'base theme name' and 'variant name' values for skins to determine spinner values\n- Ensure the skin is correctly set based on the values of both spinners\n- Keep the options in the 'variant' spinners correct when updating the base spinner, as different base themes may have different variants (or no variants)\n- Many other small changes to make it all work smoothly.\n- Rename the folders of the classic skins, as the order of variants is determined by folder name alphabetic order. Using the same structure as with the cartoon skins ensure the variant order is the same.\n- Also remove some redundant comments that were missed in the previous commit.\n\nRemaining:\n- Tidying up the code\n- Ensure that if a variant exists in both the previous 'base theme' and the new 'base theme', switching the base theme while this variant is active doesn't reset to the default variant.","shortMessageHtmlLink":"Use two distinct spinners to select skins"}},{"before":"af18315c738227ff84df664da7748513e7fad4c2","after":"3d86d937695bd8d1056d14d05bd867ba876a0614","ref":"refs/heads/master","pushedAt":"2024-05-24T10:08:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Benau","name":"Benau","path":"/Benau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3252341?s=80&v=4"},"commit":{"message":"Use forward enum declaration","shortMessageHtmlLink":"Use forward enum declaration"}},{"before":"c086a6774dba68583953d2e5e3f3e8805c5a9444","after":"af18315c738227ff84df664da7748513e7fad4c2","ref":"refs/heads/master","pushedAt":"2024-05-22T22:10:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Clean up repetitive CTF code","shortMessageHtmlLink":"Clean up repetitive CTF code"}},{"before":"2923a86cd61fc441c853d5937baa831391b41fa1","after":"c086a6774dba68583953d2e5e3f3e8805c5a9444","ref":"refs/heads/master","pushedAt":"2024-05-22T21:35:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Misc. improvements\n\n- Fix MSVC compilation\n- Improve some repetitive code","shortMessageHtmlLink":"Misc. improvements"}},{"before":"e165a5680bb5f0e41b9809214c6f208f348c452e","after":"2923a86cd61fc441c853d5937baa831391b41fa1","ref":"refs/heads/master","pushedAt":"2024-05-21T19:35:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Minor fixes\n\n- The code starting a tutorial race was duplicated in three places. Consolidate it in one place.\n- When launching the tutorial from the overworld, use the last used input device instead of the keyboard\n- Restore the old cmake policy. The new way to replace that code suggested by the cmake manual fails CI, and debugging MSVC fantasies without a local install is a nightmare.\n- Restrict this policy setting to MSVC as that's the only compile path that needs it, avoiding the warning for non-MSVC builds.\n- Add missing define guards\n- Remove some extraneous includes","shortMessageHtmlLink":"Minor fixes"}},{"before":"7d4e8433c124c08c62f5335e2a884aeea71cf184","after":"e165a5680bb5f0e41b9809214c6f208f348c452e","ref":"refs/heads/master","pushedAt":"2024-05-21T13:31:27.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Fix #4742","shortMessageHtmlLink":"Fix #4742"}},{"before":"97faf4a492975646915c6d40bf81fe620eea2950","after":"7d4e8433c124c08c62f5335e2a884aeea71cf184","ref":"refs/heads/master","pushedAt":"2024-05-21T12:06:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Require Cmake 3.6 or higher\n\nThis gets rid of deprecation warnings. Cmake 3.6 has been out for almost 8 years by now, so this requirement should not cause undue trouble to people trying to compile the game.","shortMessageHtmlLink":"Require Cmake 3.6 or higher"}},{"before":"fb3596f6997d8df2fdf0ff5483b51919317579b8","after":"97faf4a492975646915c6d40bf81fe620eea2950","ref":"refs/heads/master","pushedAt":"2024-05-20T10:06:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Move the camera files in a subfolder","shortMessageHtmlLink":"Move the camera files in a subfolder"}},{"before":"61f6f59b120d656696c5bd5638b141d58f6f53ae","after":"fb3596f6997d8df2fdf0ff5483b51919317579b8","ref":"refs/heads/master","pushedAt":"2024-05-19T19:33:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Fix #3510\n\n- Call autoComputeLevel to make the LoD distance for on-track items (bananas, nitro, gifts, etc.) depend on the user settings\n- Ensure that the distance is reasonably high even on the lowest settings","shortMessageHtmlLink":"Fix #3510"}},{"before":"fcd8cea5cd15fd59d09a26dcde137fb38f2bc6fb","after":"61f6f59b120d656696c5bd5638b141d58f6f53ae","ref":"refs/heads/master","pushedAt":"2024-05-19T14:16:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Fix #5075\n\nA basic restart of the screen does not reinitialize what's needed to properly update anisotropic filtering. Therefore, ensure a full restart is done, but avoid showing the user a resolution confirmation dialog afterwards.\n\nAlso use a new applySettings function to avoid having two places to update when changing the code that manages applying updated graphics settings.","shortMessageHtmlLink":"Fix #5075"}},{"before":"02e540ba6745544de8c2754f3f2d6be42f598944","after":"fcd8cea5cd15fd59d09a26dcde137fb38f2bc6fb","ref":"refs/heads/master","pushedAt":"2024-05-17T13:41:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Benau","name":"Benau","path":"/Benau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3252341?s=80&v=4"},"commit":{"message":"Remove hardcoded 1 pixel","shortMessageHtmlLink":"Remove hardcoded 1 pixel"}},{"before":"37e024f1e134a7054d36ccc171a5037c6fb61071","after":"02e540ba6745544de8c2754f3f2d6be42f598944","ref":"refs/heads/master","pushedAt":"2024-05-17T07:46:47.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Benau","name":"Benau","path":"/Benau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3252341?s=80&v=4"},"commit":{"message":"Rename variables to match the coding style","shortMessageHtmlLink":"Rename variables to match the coding style"}},{"before":"0f719d0cc50722887f3fed8f2efd3d6082ef4b88","after":"37e024f1e134a7054d36ccc171a5037c6fb61071","ref":"refs/heads/master","pushedAt":"2024-05-13T22:36:42.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Make the minimum distance for a LoD transition depend on the object's size\n\nAlso:\n- Since draw distance is used to account for the object's size, have parameters depending on geometry detail correct for it. The minimum switch distance increases slightly with each geometry detail level.\n- Clarify what the formula spreading the distances for each LoD level does\n- Adjust slightly the auto-LoD multipliers.","shortMessageHtmlLink":"Make the minimum distance for a LoD transition depend on the object's…"}},{"before":"e2c245c4208053ddcaf82129a0d76c9401ce6d1d","after":"0f719d0cc50722887f3fed8f2efd3d6082ef4b88","ref":"refs/heads/master","pushedAt":"2024-05-12T18:12:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Fix #5072 (#5082)","shortMessageHtmlLink":"Fix #5072 (#5082)"}},{"before":"68d9fd2138f9c58f2b1d0f7bf9fb3f476509fc78","after":"e2c245c4208053ddcaf82129a0d76c9401ce6d1d","ref":"refs/heads/master","pushedAt":"2024-05-12T17:59:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Fix #4574 (#5080)\n\n* Improve normal accuracy & Fix wrong SSR\r\n\r\n* One less sample count","shortMessageHtmlLink":"Fix #4574 (#5080)"}},{"before":"ad10bda37e6d8edb3a047b6f219782f71b63a015","after":"68d9fd2138f9c58f2b1d0f7bf9fb3f476509fc78","ref":"refs/heads/master","pushedAt":"2024-05-12T17:53:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Fix #5067 (#5071)\n\n* Blur shadows by distance\r\n\r\n* Copy from Bevy","shortMessageHtmlLink":"Fix #5067 (#5071)"}},{"before":"53b6267d9d68d39f653cac776859920d950d8cfd","after":"ad10bda37e6d8edb3a047b6f219782f71b63a015","ref":"refs/heads/master","pushedAt":"2024-05-12T16:12:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Add a 7th graphical level preset\n\nCompared to level 6, it increases shadow resolution to 2048 and auto-LoD distances to Ultra.","shortMessageHtmlLink":"Add a 7th graphical level preset"}},{"before":"3ec2b9a54d3d8e866956c89ed60fd92e02125c22","after":"53b6267d9d68d39f653cac776859920d950d8cfd","ref":"refs/heads/master","pushedAt":"2024-05-12T11:51:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Fix #5076","shortMessageHtmlLink":"Fix #5076"}},{"before":"f2b61826c9506d4cf71b252baf4a062e09a414f2","after":"3ec2b9a54d3d8e866956c89ed60fd92e02125c22","ref":"refs/heads/master","pushedAt":"2024-05-11T18:39:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Fix #4166\n\nBased on the alerts for timed challenges:\n- Change the timer color when an elimination is coming shortly\n- Play a sound when an elimination is coming shortly","shortMessageHtmlLink":"Fix #4166"}},{"before":"27ae4554606ccc7aefba6c885b890f8d0ad0fa26","after":"f2b61826c9506d4cf71b252baf4a062e09a414f2","ref":"refs/heads/master","pushedAt":"2024-05-11T18:05:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Benau","name":"Benau","path":"/Benau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3252341?s=80&v=4"},"commit":{"message":"Allow changing splitscreen layout in race","shortMessageHtmlLink":"Allow changing splitscreen layout in race"}},{"before":"185772ca4ab24720797732b4ddcdba44e07978cf","after":"27ae4554606ccc7aefba6c885b890f8d0ad0fa26","ref":"refs/heads/master","pushedAt":"2024-05-10T17:04:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Update the changelog\n\nAdd all significant changes since the release of 1.4 that will be included for the 1.5 release.\n\nThe changelog for 1.4 remains incomplete and will be updated later.","shortMessageHtmlLink":"Update the changelog"}},{"before":"0542e6b27912f87e00e0916ea0a99fb512cbc6bc","after":"185772ca4ab24720797732b4ddcdba44e07978cf","ref":"refs/heads/master","pushedAt":"2024-05-10T13:48:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Fix a strict-aliasing violation\n\nSee #5035, based on a commit by @miller-alex","shortMessageHtmlLink":"Fix a strict-aliasing violation"}},{"before":"8e49634e771100e1116c534475d3851c715e5a08","after":"0542e6b27912f87e00e0916ea0a99fb512cbc6bc","ref":"refs/heads/master","pushedAt":"2024-05-10T10:35:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Fix #3671 and fix #4254","shortMessageHtmlLink":"Fix #3671 and fix #4254"}},{"before":"e9a75f6c522611f49976ebdf3a0188239f986428","after":"8e49634e771100e1116c534475d3851c715e5a08","ref":"refs/heads/master","pushedAt":"2024-05-08T18:21:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Move the new quality switch logic to autoComputeLevel\n\nDoing additional checks every frame was wasteful, and this change will also allow to easily adapt this logic to account for an object's size.\n\nAlso fix and improve comments","shortMessageHtmlLink":"Move the new quality switch logic to autoComputeLevel"}},{"before":"8dbf0a9922c483dbe358e06a0a2764fcb56f9eb5","after":"e9a75f6c522611f49976ebdf3a0188239f986428","ref":"refs/heads/master","pushedAt":"2024-05-08T16:17:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Fix #3678\n\nDon't play drive-on sound from materials when the game state is paused.","shortMessageHtmlLink":"Fix #3678"}},{"before":"e505d9c6860f09fdeb6e3377c471afdcc83d155d","after":"8dbf0a9922c483dbe358e06a0a2764fcb56f9eb5","ref":"refs/heads/master","pushedAt":"2024-05-07T16:27:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Add geometry detail to the graphics presets","shortMessageHtmlLink":"Add geometry detail to the graphics presets"}},{"before":"e47958f2d3811d3d3759494bd0779fe4e55515b7","after":"e505d9c6860f09fdeb6e3377c471afdcc83d155d","ref":"refs/heads/master","pushedAt":"2024-05-06T21:24:44.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Alayan-stk-2","name":null,"path":"/Alayan-stk-2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25536748?s=80&v=4"},"commit":{"message":"Show a lower LoD level instead of having a detailled level pop up when very close\n\n- It is visually more pleasant to have a low quality model than to have a sudden popping from the high quality one appearing when already close\n- This also boosts performance","shortMessageHtmlLink":"Show a lower LoD level instead of having a detailled level pop up whe…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEV0HsfAA","startCursor":null,"endCursor":null}},"title":"Activity · supertuxkart/stk-code"}