{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":612604389,"defaultBranch":"master","name":"godot4","ownerLogin":"capnm","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-03-11T12:53:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4047289?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1719480647.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"10406c8685e8459d2439e3970b9dc9104fd926f6","ref":"refs/heads/240627_tvg_v0.14.0","pushedAt":"2024-06-27T09:30:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: Update to 0.14.0\n\n+ Fixes the v0.13.8 svg text error issue.\n+ See https://github.com/thorvg/thorvg/releases/tag/v0.14.0","shortMessageHtmlLink":"ThorVG: Update to 0.14.0"}},{"before":null,"after":"c24ea0ecca315676ba31387bf3a277de39ba339a","ref":"refs/heads/240610-embree-error-hotfix","pushedAt":"2024-06-10T17:19:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"CI: Hotfix for build error with newer clang++\n\nIt will be included in the next release at some point.\n- https://github.com/RenderKit/embree/issues 486\n \"fix output operator\"\n\n[ 30%] Compiling thirdparty/embree/kernels/common/accelset.cpp ...\nIn file included from thirdparty/embree/kernels/common/device.cpp:12:\nIn file included from thirdparty/embree/kernels/common/scene_curves.h:10:\nthirdparty/embree/kernels/common/../subdiv/bezier_curve.h:138:56:\nerror: no member named 'u' in 'QuadraticBezierCurve'\n 138 | return cout << \"QuadraticBezierCurve ( (\" << a.u.lower << \", \"\n << a.u.upper << \"), \" << a.v0 << \", \" << a.v1 << \", \" << a.v2 << \")\";\n ...","shortMessageHtmlLink":"CI: Hotfix for build error with newer clang++"}},{"before":null,"after":"18650de06a8500ad553ce00a7a573f623682dfa7","ref":"refs/heads/240608-svg-tvg0.13.7","pushedAt":"2024-06-08T18:23:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: Update to 0.13.7","shortMessageHtmlLink":"ThorVG: Update to 0.13.7"}},{"before":"e64ec01cecb2675008ff9ad00506c2a1a8efae37","after":"8e8f8e92fbc0cbdbacd976121f5db606c9bf6200","ref":"refs/heads/240210-fix-fsdock-open_terminal","pushedAt":"2024-02-14T13:30:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"FileSystem dock: Fix open a terminal\n\nThe previous implementation of opening a terminal\nin the FileSystem dock was causing errors due to the use\nof a bash builtin command that does not work outside the shell.\n\nThis resulted in the following error messages:\n\n\tERROR: Could not create child process: command\n\t\tat: execute (drivers/unix/os_unix.cpp:553)\n\tERROR: Could not create child process: command\n\t\tat: execute (drivers/unix/os_unix.cpp:553)\n\t...\n\nTo resolve this issue,\n+ the command is now executed inside a bash shell,\n+ if the `terminal_emulator_flags` editor option is empty,\n the working directory for gnome-terminal and urxvt is now properly set.","shortMessageHtmlLink":"FileSystem dock: Fix open a terminal"}},{"before":"717b2e689198276c06b44f84b4c9cc03285e0167","after":"e64ec01cecb2675008ff9ad00506c2a1a8efae37","ref":"refs/heads/240210-fix-fsdock-open_terminal","pushedAt":"2024-02-12T01:37:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"FileSystem dock: Fix open a terminal\n\nThe previous implementation of opening a terminal\nin the FileSystem dock was causing errors due to the use\nof a bash builtin command that does not work outside the shell.\n\nThis resulted in the following error messages:\n\n\tERROR: Could not create child process: command\n\t\tat: execute (drivers/unix/os_unix.cpp:553)\n\tERROR: Could not create child process: command\n\t\tat: execute (drivers/unix/os_unix.cpp:553)\n\t...\n\nTo resolve this issue,\n+ the command is now executed inside a bash shell,\n+ if the `terminal_emulator_flags` editor option is empty,\n the working directory for gnome-terminal and urxvt is now properly set.","shortMessageHtmlLink":"FileSystem dock: Fix open a terminal"}},{"before":"d9e31517c79ea5058350381992d6358c46886c1b","after":"717b2e689198276c06b44f84b4c9cc03285e0167","ref":"refs/heads/240210-fix-fsdock-open_terminal","pushedAt":"2024-02-10T21:25:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"FileSystem dock: Fix open a terminal\n\nThe previous implementation of opening a terminal\nin the FileSystem dock was causing errors due to the use\nof a bash builtin command that does not work outside the shell.\n\nThis resulted in the following error messages:\n\n\tERROR: Could not create child process: command\n\t\tat: execute (drivers/unix/os_unix.cpp:553)\n\tERROR: Could not create child process: command\n\t\tat: execute (drivers/unix/os_unix.cpp:553)\n\t...\n\nTo resolve this issue,\n+ the command is now executed inside a bash shell,\n+ the working directory for gnome-terminal is now properly set.","shortMessageHtmlLink":"FileSystem dock: Fix open a terminal"}},{"before":null,"after":"d9e31517c79ea5058350381992d6358c46886c1b","ref":"refs/heads/240210-fix-fsdock-open_terminal","pushedAt":"2024-02-10T13:12:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"FileSystem dock: Fix open a terminal\n\nThe previous implementation of opening a terminal\nin the FileSystem dock was causing errors due to the use\nof a bash builtin command that does not work outside the shell.\n\nThis resulted in the following error messages:\n```\nERROR: Could not create child process: command\n at: execute (drivers/unix/os_unix.cpp:553)\nERROR: Could not create child process: command\n at: execute (drivers/unix/os_unix.cpp:553)\n...\n```\n\nTo resolve this issue, pipe the `command` to a new shell and fix\nthe gnome-terminal working directory.","shortMessageHtmlLink":"FileSystem dock: Fix open a terminal"}},{"before":"b5ec79906cf078aa2862d3f44efbf5ef2d13d8ce","after":null,"ref":"refs/heads/240208_thorvg_from_v0.12.4_to_0.12.5","pushedAt":"2024-02-08T12:54:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"}},{"before":"90325e4ef55df689257a77dfab3b9b29ab4b37e1","after":"b5ec79906cf078aa2862d3f44efbf5ef2d13d8ce","ref":"refs/heads/240208_thorvg_from_v0.12.4_to_0.12.5","pushedAt":"2024-02-08T10:26:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: update from v0.12.4 to v0.12.5\n\nhttps://github.com/thorvg/thorvg/releases/tag/v0.12.5\n\n + Full Changelog:\n https://github.com/thorvg/thorvg/compare/v0.12.4...v0.12.5\n\nGodot-related SVG bug fixes:\n\n + sw_engine: Improve image up-scaler quality.\n thorvg/thorvg#1960\n\n + renderer: Ensure canvas rendering continues\n despite invalid scene parts.\n thorvg/thorvg#1957\n\n + Portability: Fix compiler shadowing warning (patch)\n thorvg/thorvg#1975","shortMessageHtmlLink":"ThorVG: update from v0.12.4 to v0.12.5"}},{"before":null,"after":"90325e4ef55df689257a77dfab3b9b29ab4b37e1","ref":"refs/heads/240208_thorvg_from_v0.12.4_to_0.12.5","pushedAt":"2024-02-08T10:10:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: update from v0.12.4 to v0.12.5\n\nhttps://github.com/thorvg/thorvg/releases/tag/v0.12.5\n\n + Full Changelog:\n https://github.com/thorvg/thorvg/compare/v0.12.4...v0.12.5\n\nGodot-related SVG bug fixes:\n\n + sw_engine: Improve image up-scaler quality.\n thorvg/thorvg#1960\n\n + renderer: Ensure canvas rendering continues\n despite invalid scene parts.\n thorvg/thorvg#1957\n\n + Portability: Fix compiler shadowing warning (patch)\n thorvg/thorvg#1975","shortMessageHtmlLink":"ThorVG: update from v0.12.4 to v0.12.5"}},{"before":"da42124efe4f04fbb2749a255af09118b5be6156","after":null,"ref":"refs/heads/240202_thorvg_from_v0.12.3_to_0.12.4","pushedAt":"2024-02-03T22:29:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"}},{"before":null,"after":"da42124efe4f04fbb2749a255af09118b5be6156","ref":"refs/heads/240202_thorvg_from_v0.12.3_to_0.12.4","pushedAt":"2024-02-02T13:23:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: update from v0.12.3 to v0.12.4\n\nhttps://github.com/thorvg/thorvg/releases/tag/v0.12.4\n\n+ Full Changelog:\n https://github.com/thorvg/thorvg/compare/v0.12.3...v0.12.4\n\nGodot-related SVG bug fixes:\n\n+ loader/svg: Apply specification of out-of-range elliptical arc parameters,\n fix zero check of arc's rx and ry.\n thorvg/thorvg#1938","shortMessageHtmlLink":"ThorVG: update from v0.12.3 to v0.12.4"}},{"before":"73589f6db604c9c93d3c5ab4cc2cd51f9628256f","after":null,"ref":"refs/heads/240126_thorvg_from_v0.12.1_to_0.12.3","pushedAt":"2024-01-29T14:10:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"}},{"before":null,"after":"73589f6db604c9c93d3c5ab4cc2cd51f9628256f","ref":"refs/heads/240126_thorvg_from_v0.12.1_to_0.12.3","pushedAt":"2024-01-26T11:12:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: update from v0.12.1 to v0.12.3\n\nhttps://github.com/thorvg/thorvg/releases/tag/v0.12.3\n\n+ Full Changelog:\n https://github.com/thorvg/thorvg/compare/v0.12.1...v0.12.3\n\nGodot-related SVG bug fixes:\n\n+ svg_loader: Add missing transform functions skewX and skewY.\n thorvg/thorvg#1928\n+ sw_engine: Rectified dash line drawing issue.\n thorvg/thorvg#1932","shortMessageHtmlLink":"ThorVG: update from v0.12.1 to v0.12.3"}},{"before":null,"after":"d400a428c0b0ee2c29238b50f1b23ee11390ee9b","ref":"refs/heads/240125_thorvg_v0.12.1_to_tip","pushedAt":"2024-01-25T19:01:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: Update source to tip","shortMessageHtmlLink":"ThorVG: Update source to tip"}},{"before":"dd1d07d774f4b0f1872cc6cefeef579090d7b975","after":"0650e72f873957f4325fde5d8a15d5d20ccfc7c4","ref":"refs/heads/240112_horvg_from_v0.12.0_to_0.12.1","pushedAt":"2024-01-12T08:40:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: update from v0.12.0 to v0.12.1\n\nhttps://github.com/thorvg/thorvg/releases/tag/v0.12.1\n\nGodot-related SVG bug fixes:\n\n+ [SVG] XML parser workaround for quote checks within quotes.\n thorvg/thorvg#1892\n\nFixes »dancing errors« with such SVG images inside the project folder.","shortMessageHtmlLink":"ThorVG: update from v0.12.0 to v0.12.1"}},{"before":null,"after":"dd1d07d774f4b0f1872cc6cefeef579090d7b975","ref":"refs/heads/240112_horvg_from_v0.12.0_to_0.12.1","pushedAt":"2024-01-12T07:56:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: update from v0.12.0 to v0.12.1\n\nhttps://github.com/thorvg/thorvg/releases/tag/v0.12.1\n\nGodot-related SVG bug fixes:\n\n+ [SVG] XML parser workaround for quote checks within quotes.\n thorvg#1892\n\nFixes »dancing errors« with such SVG images inside the project folder.","shortMessageHtmlLink":"ThorVG: update from v0.12.0 to v0.12.1"}},{"before":"e704da978791478ce27ca2e1ea99fa3af237868b","after":null,"ref":"refs/heads/240108_thorvg_v0.12.1_gdscenefix","pushedAt":"2024-01-09T15:33:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"}},{"before":null,"after":"c241edb5fe9f7394c981a6e6b4cd2ab677b1c57f","ref":"refs/heads/240109_thorvg_0.12.x","pushedAt":"2024-01-09T15:32:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: Fix xml parser for quotes inside quotes\n\n+ thorvg #1892","shortMessageHtmlLink":"ThorVG: Fix xml parser for quotes inside quotes"}},{"before":null,"after":"e704da978791478ce27ca2e1ea99fa3af237868b","ref":"refs/heads/240108_thorvg_v0.12.1_gdscenefix","pushedAt":"2024-01-08T20:08:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: Fix xml parser for quotes inside quotes\n\n+ thorvg/thorvg#1892","shortMessageHtmlLink":"ThorVG: Fix xml parser for quotes inside quotes"}},{"before":"d1cf6c9e5e7668aad25c4fa90854b54a893a483f","after":null,"ref":"refs/heads/240107_thorvg_from_v0.11.6_to_v0.12.0_scenefix","pushedAt":"2024-01-08T19:56:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"}},{"before":"81fb056f731532520219e9443d34951ce0508a32","after":"d1cf6c9e5e7668aad25c4fa90854b54a893a483f","ref":"refs/heads/240107_thorvg_from_v0.11.6_to_v0.12.0_scenefix","pushedAt":"2024-01-08T19:36:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: Fix xml parser for quotes inside quotes\n\n\t+ thorvg#1892","shortMessageHtmlLink":"ThorVG: Fix xml parser for quotes inside quotes"}},{"before":"a0d764919276edfa1560a7c3d74fcd8708615398","after":"84e205b5a17bfe7ace96b78c410ec10aa52241d2","ref":"refs/heads/master","pushedAt":"2024-01-08T19:36:15.000Z","pushType":"push","commitsCount":880,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"Merge pull request #86950 from jsjtxietian/fix-compress-image-error\n\nFix wrong fail condition in compressed texture's `_set_data`","shortMessageHtmlLink":"Merge pull request godotengine#86950 from jsjtxietian/fix-compress-im…"}},{"before":"e090b112efe049233ea4b36e83f901ca507ac14e","after":null,"ref":"refs/heads/240105_thorvg_from_v0.11.6_to_v0.12.0","pushedAt":"2024-01-08T12:39:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"}},{"before":"be0c4b9e3e896d59e7e92ebfb44f7caae5441e1f","after":"e090b112efe049233ea4b36e83f901ca507ac14e","ref":"refs/heads/240105_thorvg_from_v0.11.6_to_v0.12.0","pushedAt":"2024-01-08T09:00:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: update from v0.11.6 to v0.12.0\n\nhttps://github.com/thorvg/thorvg/releases/tag/v0.12.0\n\nGodot-related SVG bug fixes:\n\n+ [SwEngine] Fixed a linear filling scaling issue.\n thorvg/thorvg#1834\n+ [SwEngine] Path data not invalid even though\n it doesn't start with MoveTo.\n thorvg/thorvg#1848\n\nFixes #86128 Gradient issue.","shortMessageHtmlLink":"ThorVG: update from v0.11.6 to v0.12.0"}},{"before":"e86024aa84bb811e37ee9bca687229190edda98d","after":"be0c4b9e3e896d59e7e92ebfb44f7caae5441e1f","ref":"refs/heads/240105_thorvg_from_v0.11.6_to_v0.12.0","pushedAt":"2024-01-08T08:56:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: update from v0.11.6 to v0.12.0\n\nhttps://github.com/thorvg/thorvg/releases/tag/v0.12.0\n\nGodot-related SVG bug fixes:\n\n+ [SwEngine] Fixed a linear filling scaling issue.\n thorvg/thorvg#1834\n+ [SwEngine] Path data not invalid even though\n it doesn't start with MoveTo.\n thorvg/thorvg#1848\n\nFixes #86128 Gradient issue.","shortMessageHtmlLink":"ThorVG: update from v0.11.6 to v0.12.0"}},{"before":"74ed6d63bfc7cd022737b3356999789d4ef5d5ec","after":null,"ref":"refs/heads/231229_horvg_from_v0.11.2_to_0.11.6","pushedAt":"2024-01-07T15:03:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"}},{"before":null,"after":"81fb056f731532520219e9443d34951ce0508a32","ref":"refs/heads/240107_thorvg_from_v0.11.6_to_v0.12.0_scenefix","pushedAt":"2024-01-07T14:30:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: Update source to v0.12.0","shortMessageHtmlLink":"ThorVG: Update source to v0.12.0"}},{"before":null,"after":"e86024aa84bb811e37ee9bca687229190edda98d","ref":"refs/heads/240105_thorvg_from_v0.11.6_to_v0.12.0","pushedAt":"2024-01-05T17:06:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: update from v0.11.6 to v0.12.0\n\nhttps://github.com/thorvg/thorvg/releases/tag/v0.12.0\n\nGodot-related SVG bug fixes:\n\n+ [SwEngine] Fixed a linear filling scaling issue.\n thorvg/thorvg#1834\n+ [SwEngine] Path data not invalid even though\n it doesn't start with MoveTo.\n thorvg/thorvg#1848\n\nFixes #86128 Gradient issue.","shortMessageHtmlLink":"ThorVG: update from v0.11.6 to v0.12.0"}},{"before":"3ab48c9d919fda1bb47a894b2f10d2d3f33a2c24","after":"74ed6d63bfc7cd022737b3356999789d4ef5d5ec","ref":"refs/heads/231229_horvg_from_v0.11.2_to_0.11.6","pushedAt":"2023-12-31T15:18:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"capnm","name":"Martin Capitanio","path":"/capnm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4047289?s=80&v=4"},"commit":{"message":"ThorVG: update from v0.11.2 to v0.11.6\n\nhttps://github.com/thorvg/thorvg/releases/tag/v0.11.6\n\nGodot related:\n + [Renderer] Improved the internal structure for compact\n scene-hierarchy traversing.\n + [SwEngine] Improved trigonometric & image scaler performance.\n + [SwEngine] Fixed a loss of image pixels during image down-scaling.\n + [Renderer/Engine] Improved safety measures.\n + [SwEngine] Resolved a bug causing strokes to be improperly\n invisible due to clipping.\n thorvg/thorvg#1785\n + [Renderer] Rectified the precision of rounded rectangle corners.\n thorvg/thorvg#1824\n + [Portability] Resolved compiler shadowing warnings.\n thorvg/thorvg#1811\n\n Fixes godotengine#85465 Clipped strokes from outside the canvas.\n Fixes godotengine#86012 Rounded rectangles in SVG files rendering incorrectly.","shortMessageHtmlLink":"ThorVG: update from v0.11.2 to v0.11.6"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEcKLp4QA","startCursor":null,"endCursor":null}},"title":"Activity · capnm/godot4"}