Skip to content

Commit

Permalink
metadata - Add notices for gzdoom & raze about memory leak issue
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Dec 19, 2023
1 parent 47b4d78 commit 48c249a
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8373,13 +8373,18 @@
},
{
"engine_link": "https://github.com/coelckers/gzdoom",
"version": "4.10.0",
"version": "4.10.0 (Last Working Release)",
"author": "dreamer/d10sfan",
"author_link": "https://github.com/dreamer",
"license": "GPLv3",
"license_link": "https://github.com/coelckers/gzdoom/blob/master/LICENSE",
"controllerSupported": true,
"engine_name": "GZDoom"
"engine_name": "GZDoom",
"notices": [
{
"label": "Last working version before memory leak was introduced."
}
]
},
{
"engine_link": "https://github.com/Youda008/DoomRunner",
Expand Down Expand Up @@ -8509,7 +8514,12 @@
"license": "Various Licenses",
"license_link": "https://github.com/coelckers/Raze",
"controllerSupported": true,
"engine_name": "Raze"
"engine_name": "Raze",
"notices": [
{
"label": "Last working version before memory leak was introduced."
}
]
},
{
"engine_link": "https://github.com/Novum/vkQuake",
Expand Down Expand Up @@ -10139,4 +10149,4 @@
"value": "Save Format Not Compatible"
}
]
}
}

0 comments on commit 48c249a

Please sign in to comment.