diff --git a/Half-Life.md b/Half-Life.md index 615176f..587f29a 100644 --- a/Half-Life.md +++ b/Half-Life.md @@ -75,6 +75,12 @@ Further Data is a content addition disc for Half-Life 1 that contained additiona VGUI has plenty of documented memory leaks which especially affect Team Fortress Classic as well. [The issue tracker on ValveSoftware/halflife has plenty of examples.](https://github.com/ValveSoftware/halflife/issues?q=is%3Aissue+is%3Aopen+leak) +## Bug: Further video memory corruption issues + +![test_renderamt - Windows](test_renderamt-win.jpg) +![test_renderamt - Linux](test_renderamt-lin.jpg) + +You can cause video memory corruption on Microsoft Windows with certain rendermode configurations. [Check out this example level for compliance.](test_renderamt.bsp) # 2/3 Other pressing issues diff --git a/test_renderamt-lin.jpg b/test_renderamt-lin.jpg new file mode 100644 index 0000000..aa858ed Binary files /dev/null and b/test_renderamt-lin.jpg differ diff --git a/test_renderamt-win.jpg b/test_renderamt-win.jpg new file mode 100644 index 0000000..48fa726 Binary files /dev/null and b/test_renderamt-win.jpg differ diff --git a/test_renderamt.bsp b/test_renderamt.bsp new file mode 100644 index 0000000..0e77a42 Binary files /dev/null and b/test_renderamt.bsp differ