<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for prboom-plus</title><link>https://sourceforge.net/p/prboom-plus/activity/</link><description>Recent activity for prboom-plus</description><language>en</language><lastBuildDate>Sun, 07 Feb 2021 20:24:00 -0000</lastBuildDate><item><title>Juliano Reis created ticket #104</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/104/</link><description>Improved joystick support</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juliano Reis</dc:creator><pubDate>Sun, 07 Feb 2021 20:24:00 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/104/</guid></item><item><title>DN created ticket #12</title><link>https://sourceforge.net/p/prboom-plus/patches/12/</link><description>Fix MP3 filenames</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DN</dc:creator><pubDate>Wed, 21 Oct 2020 16:39:40 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/patches/12/</guid></item><item><title>KScott created ticket #260</title><link>https://sourceforge.net/p/prboom-plus/bugs/260/</link><description>Can't link prboom-plus (2.5.1.4 tarball) on Arch Linux</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">KScott</dc:creator><pubDate>Sat, 18 Jul 2020 05:56:54 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/260/</guid></item><item><title>Fabian Greffrath posted a comment on ticket #253</title><link>https://sourceforge.net/p/prboom-plus/bugs/253/?limit=25#df3c</link><description>https://github.com/coelckers/prboom-plus/commit/1a081d10e6c71a5b5b2db76081227677f06b47b3</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Greffrath</dc:creator><pubDate>Tue, 09 Jun 2020 09:01:48 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/253/?limit=25#df3c</guid></item><item><title>Jan Engelhardt posted a comment on ticket #259</title><link>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=100#1898</link><description>If you grep for SMALLDOTS, you will see that it is only applied to ytop and ybottom, but never left/right. Which could explain why it only occurs on the left/right edges of a texture. However, even though I can repro dots with r4551, the chosen value for SMALLDELTA makes no difference, there are few dots when SMALLDELTA=0 and there are few dots with SMALLDELTA=0.1f//0.01f//0.001f.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Engelhardt</dc:creator><pubDate>Wed, 06 May 2020 23:39:44 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=100#1898</guid></item><item><title>Andrey Budko modified a comment on ticket #259</title><link>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=25#f366</link><description>cfg + dsg</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Wed, 06 May 2020 22:32:28 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=25#f366</guid></item><item><title>Andrey Budko posted a comment on ticket #259</title><link>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=25#f366</link><description>cfg and save</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Wed, 06 May 2020 22:32:02 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=25#f366</guid></item><item><title>Andrey Budko posted a comment on ticket #259</title><link>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=25#eff9</link><description>I still see dots on dots.wad with SMALLDELTA 0</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Wed, 06 May 2020 21:56:46 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=25#eff9</guid></item><item><title>Jan Engelhardt posted a comment on ticket #259</title><link>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=100#265f</link><description>-</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Engelhardt</dc:creator><pubDate>Wed, 06 May 2020 21:21:41 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=100#265f</guid></item><item><title>Jan Engelhardt posted a comment on ticket #259</title><link>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=100#21e3</link><description>The code comment talked about dots on wall-to-floor seams. The way I remember them, these dots were wall-to-wall (mostly 1s-to-2s, but sometimes 1s-to-1s too), and purely an artifact of the "Speed" rendering mode (itself removed in r4440). Whether r4439 is built with SMALLDELTA=0.0f or SMALLDELTA=0.01f makes no difference, the dots are visible either way. Therefore I think it is safe to remove SMALLDELTA altogether in today's prboom-plus.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Engelhardt</dc:creator><pubDate>Wed, 06 May 2020 21:21:11 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=100#21e3</guid></item><item><title>Andrey Budko posted a comment on ticket #259</title><link>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=25#fe06</link><description>that's because of #define SMALLDELTA 0.001f in gl_intern.h you can try to replace it with #define SMALLDELTA 0.0f don't remember why 0.001 was restored 0.0 https://github.com/coelckers/prboom-plus/commit/948c28a354bf0f94fa95650bec46fbf1141a41f4 0.001 again https://github.com/coelckers/prboom-plus/commit/8ed83163272e9c8ac57585e2b4934e777cf598e2 probably not required any more</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Wed, 06 May 2020 17:25:07 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=25#fe06</guid></item><item><title>Jan Engelhardt posted a comment on ticket #259</title><link>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=100#354f</link><description>I took screenshots before and after, computed the difference, and of that result, increased the contrast to max. This shows how the texture has changed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Engelhardt</dc:creator><pubDate>Wed, 06 May 2020 05:55:53 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/259/?limit=100#354f</guid></item><item><title>Jan Engelhardt created ticket #259</title><link>https://sourceforge.net/p/prboom-plus/bugs/259/</link><description>Texture scrolls by pixel fraction</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Engelhardt</dc:creator><pubDate>Wed, 06 May 2020 05:54:52 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/259/</guid></item><item><title>Adrian Piotr Gryko created ticket #8</title><link>https://sourceforge.net/p/prboom-plus/support-requests/8/</link><description>Mouse jitter</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adrian Piotr Gryko</dc:creator><pubDate>Mon, 04 May 2020 20:23:55 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/support-requests/8/</guid></item><item><title>lafoxxx created ticket #258</title><link>https://sourceforge.net/p/prboom-plus/bugs/258/</link><description>[2.5.13] GL Sprite filter mode not affecting all sprites</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lafoxxx</dc:creator><pubDate>Sun, 26 Apr 2020 15:32:10 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/258/</guid></item><item><title>Andrey Budko modified ticket #257</title><link>https://sourceforge.net/p/prboom-plus/bugs/257/</link><description>Another Segfault Crash on Big Endian machines (with patch)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Thu, 23 Apr 2020 19:35:52 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/257/</guid></item><item><title>Michael Bäuerle created ticket #257</title><link>https://sourceforge.net/p/prboom-plus/bugs/257/</link><description>Another Segfault Crash on Big Endian machines (with patch)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Bäuerle</dc:creator><pubDate>Thu, 23 Apr 2020 14:03:08 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/257/</guid></item><item><title>Andrey Budko modified ticket #254</title><link>https://sourceforge.net/p/prboom-plus/bugs/254/</link><description>Global buffer overflow in macro handling</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Fri, 06 Mar 2020 12:14:52 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/254/</guid></item><item><title>Andrey Budko modified ticket #256</title><link>https://sourceforge.net/p/prboom-plus/bugs/256/</link><description>Segfault Crash on Big Endian machines (with patch)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Fri, 06 Mar 2020 12:12:44 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/256/</guid></item><item><title>Michael Bäuerle modified a comment on ticket #256</title><link>https://sourceforge.net/p/prboom-plus/bugs/256/?limit=25#7b17</link><description>This patch uses doom_wtoYT() for all macros.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Bäuerle</dc:creator><pubDate>Wed, 04 Mar 2020 17:44:43 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/256/?limit=25#7b17</guid></item><item><title>Michael Bäuerle posted a comment on ticket #256</title><link>https://sourceforge.net/p/prboom-plus/bugs/256/?limit=25#7b17</link><description>This patch use doom_wtoYT() for all macros.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Bäuerle</dc:creator><pubDate>Wed, 04 Mar 2020 17:43:48 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/256/?limit=25#7b17</guid></item><item><title>Michael Bäuerle created ticket #256</title><link>https://sourceforge.net/p/prboom-plus/bugs/256/</link><description>Segfault Crash on Big Endian machines (with patch)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Bäuerle</dc:creator><pubDate>Wed, 04 Mar 2020 17:39:15 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/256/</guid></item><item><title>Andrey Budko modified ticket #11</title><link>https://sourceforge.net/p/prboom-plus/patches/11/</link><description>Port prboom2 to fluidsynth 2.0 API</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Fri, 10 Jan 2020 14:26:35 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/patches/11/</guid></item><item><title>Tom M. created ticket #11</title><link>https://sourceforge.net/p/prboom-plus/patches/11/</link><description>Port prboom2 to fluidsynth 2.0 API</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom M.</dc:creator><pubDate>Fri, 10 Jan 2020 12:43:47 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/patches/11/</guid></item><item><title>Bart Nagel created ticket #255</title><link>https://sourceforge.net/p/prboom-plus/bugs/255/</link><description>Don't strip out commented-out lines from config file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bart Nagel</dc:creator><pubDate>Wed, 25 Dec 2019 20:33:55 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/255/</guid></item><item><title>Andrey Budko modified ticket #10</title><link>https://sourceforge.net/p/prboom-plus/patches/10/</link><description>Fix macOS build with OpenGL</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Tue, 01 Oct 2019 08:01:39 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/patches/10/</guid></item><item><title>Rathori created ticket #10</title><link>https://sourceforge.net/p/prboom-plus/patches/10/</link><description>Fix macOS build with OpenGL</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rathori</dc:creator><pubDate>Thu, 26 Sep 2019 15:36:00 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/patches/10/</guid></item><item><title>mmmds created ticket #254</title><link>https://sourceforge.net/p/prboom-plus/bugs/254/</link><description>Global buffer overflow in macro handling</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mmmds</dc:creator><pubDate>Fri, 20 Sep 2019 18:32:09 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/254/</guid></item><item><title>mmmds created ticket #253</title><link>https://sourceforge.net/p/prboom-plus/bugs/253/</link><description>Heap buffer overflow in client's packet retransmission</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mmmds</dc:creator><pubDate>Sun, 18 Aug 2019 10:11:44 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/253/</guid></item><item><title>mmmds created ticket #252</title><link>https://sourceforge.net/p/prboom-plus/bugs/252/</link><description>Heap buffer overflow in server's packet retransmission</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mmmds</dc:creator><pubDate>Sun, 18 Aug 2019 09:53:07 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/252/</guid></item><item><title>mmmds created ticket #251</title><link>https://sourceforge.net/p/prboom-plus/bugs/251/</link><description>Reading outside a buffer while calculating checksum</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mmmds</dc:creator><pubDate>Sun, 18 Aug 2019 09:37:16 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/251/</guid></item><item><title>shoober420 modified a comment on ticket #102</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/102/?limit=25#2601</link><description>This works most definitely. This can be closed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shoober420</dc:creator><pubDate>Wed, 14 Mar 2018 19:30:19 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/102/?limit=25#2601</guid></item><item><title>shoober420 created ticket #103</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/103/</link><description>PRBoom-Plus knows when music pack songs are duplicates</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shoober420</dc:creator><pubDate>Wed, 14 Mar 2018 19:29:06 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/103/</guid></item><item><title>shoober420 posted a comment on ticket #102</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/102/?limit=25#2601</link><description>This works most definitely.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shoober420</dc:creator><pubDate>Wed, 14 Mar 2018 19:17:53 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/102/?limit=25#2601</guid></item><item><title>shoober420 posted a comment on ticket #241</title><link>https://sourceforge.net/p/prboom-plus/bugs/241/?limit=25#bffe</link><description>Music for sure loops correctly. I'm not sure why this is still open. Anyone else still have this issue?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shoober420</dc:creator><pubDate>Wed, 14 Mar 2018 19:15:02 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/241/?limit=25#bffe</guid></item><item><title>Alexandre-Xavier created ticket #250</title><link>https://sourceforge.net/p/prboom-plus/bugs/250/</link><description>SSG frame is not fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexandre-Xavier</dc:creator><pubDate>Sun, 14 May 2017 05:52:59 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/250/</guid></item><item><title>Fabian Greffrath posted a comment on ticket #230</title><link>https://sourceforge.net/p/prboom-plus/bugs/230/?limit=25#4b73</link><description>Thanks for applying! NB: This should also fix colored health etc. indicators in the status bar.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Greffrath</dc:creator><pubDate>Wed, 10 May 2017 10:59:52 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/230/?limit=25#4b73</guid></item><item><title>Andrey Budko modified ticket #230</title><link>https://sourceforge.net/p/prboom-plus/bugs/230/</link><description>menu items not highlighted in chex/hacx mode</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Wed, 10 May 2017 07:33:10 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/230/</guid></item><item><title>Fabian Greffrath posted a comment on ticket #230</title><link>https://sourceforge.net/p/prboom-plus/bugs/230/?limit=25#fb4e</link><description>I'd like to ask for this patch to get revisited. Currently, the color translation tables CR_x map the red colors in the palette to some other colors to achieve the desired color translation effect. However, they only apply to the red ranges and do not touch colors that are originally e.g. green or blue. This is bad, because Chex Quest's and Hacx's respective menus are entirely composed of green and blue text graphics. What this patch does is applying the color translations from the translation tables...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Greffrath</dc:creator><pubDate>Mon, 08 May 2017 12:40:26 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/230/?limit=25#fb4e</guid></item><item><title>shoober420 posted a comment on ticket #241</title><link>https://sourceforge.net/p/prboom-plus/bugs/241/?limit=25#0f5e</link><description>Im sorry for assuming, but looping does indeed appear to work. Nevermind. Im using the latest SVN build on Arch Linux.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shoober420</dc:creator><pubDate>Fri, 05 May 2017 23:21:52 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/241/?limit=25#0f5e</guid></item><item><title>shoober420 created ticket #102</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/102/</link><description>FLAC Support</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shoober420</dc:creator><pubDate>Fri, 05 May 2017 23:06:41 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/102/</guid></item><item><title>shoober420 modified a comment on ticket #241</title><link>https://sourceforge.net/p/prboom-plus/bugs/241/?limit=25#9555</link><description>Whats the status of this issue? Most source ports like Chocolate Doom and ZDoom support looping. Please consider adding this feature ASAP. I want to use my SC-55 music packs!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shoober420</dc:creator><pubDate>Fri, 05 May 2017 22:24:24 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/241/?limit=25#9555</guid></item><item><title>shoober420 posted a comment on ticket #241</title><link>https://sourceforge.net/p/prboom-plus/bugs/241/?limit=25#9555</link><description>Whats thestatus of this issue? Most source ports like Chocolate Doom and ZDoom support looping. Please consider adding this feature ASAP. I want to use my SC-55 music packs!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shoober420</dc:creator><pubDate>Fri, 05 May 2017 22:23:58 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/241/?limit=25#9555</guid></item><item><title>Alexandre-Xavier created ticket #249</title><link>https://sourceforge.net/p/prboom-plus/bugs/249/</link><description>Wall running not fixed (-complevel 17)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexandre-Xavier</dc:creator><pubDate>Tue, 21 Mar 2017 01:29:15 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/249/</guid></item><item><title>Tristan Miller posted a comment on ticket #242</title><link>https://sourceforge.net/p/prboom-plus/bugs/242/?limit=25#4887</link><description>Still reproducible for me; I used to play prboom-plus every day but haven't been...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tristan Miller</dc:creator><pubDate>Fri, 03 Mar 2017 19:31:06 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/242/?limit=25#4887</guid></item><item><title>RjY posted a comment on ticket #211</title><link>https://sourceforge.net/p/prboom-plus/bugs/211/?limit=25#e430</link><description>r4513: I went ahead and implemented a warning when a raise-and-change plat direction...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RjY</dc:creator><pubDate>Fri, 17 Feb 2017 23:58:18 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/211/?limit=25#e430</guid></item><item><title>Andrey Budko modified ticket #248</title><link>https://sourceforge.net/p/prboom-plus/bugs/248/</link><description>Seg Fault Crash for OpenGL (With Fix!)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Mon, 23 Jan 2017 08:34:29 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/248/</guid></item><item><title>David created ticket #248</title><link>https://sourceforge.net/p/prboom-plus/bugs/248/</link><description>Seg Fault Crash for OpenGL (With Fix!)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Wed, 18 Jan 2017 01:08:11 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/248/</guid></item><item><title>rbk created ticket #247</title><link>https://sourceforge.net/p/prboom-plus/bugs/247/</link><description>sector friction not preserved between save/reload</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rbk</dc:creator><pubDate>Tue, 17 Jan 2017 05:17:15 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/247/</guid></item><item><title>Fabian Greffrath posted a comment on ticket #246</title><link>https://sourceforge.net/p/prboom-plus/bugs/246/?limit=25#08e3</link><description>But it should be possible to identify them as PNG graphics (2nd to 4th byte read...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Greffrath</dc:creator><pubDate>Sun, 15 Jan 2017 20:10:26 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/246/?limit=25#08e3</guid></item><item><title>Andrey Budko posted a comment on ticket #246</title><link>https://sourceforge.net/p/prboom-plus/bugs/246/?limit=25#b512</link><description>png lumps should be placed between hi_start and hi_end markers, and it should be...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Sat, 14 Jan 2017 20:01:49 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/246/?limit=25#b512</guid></item><item><title>Fabian Greffrath created ticket #246</title><link>https://sourceforge.net/p/prboom-plus/bugs/246/</link><description>Sky textures in PNG format crash the engine</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Greffrath</dc:creator><pubDate>Fri, 13 Jan 2017 11:40:13 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/246/</guid></item><item><title>Fabian Greffrath posted a comment on ticket #9</title><link>https://sourceforge.net/p/prboom-plus/patches/9/?limit=25#4358</link><description>This looks like a massive effort. Maybe it would be a good idea to actually review...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Greffrath</dc:creator><pubDate>Thu, 12 Jan 2017 19:59:25 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/patches/9/?limit=25#4358</guid></item><item><title>Alexandre-Xavier posted a comment on ticket #245</title><link>https://sourceforge.net/p/prboom-plus/bugs/245/?limit=100#933e</link><description>The DoomWiki was wrong and has been fixed. Close this bug report.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexandre-Xavier</dc:creator><pubDate>Sun, 20 Nov 2016 21:48:12 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/245/?limit=100#933e</guid></item><item><title>Alexandre-Xavier created ticket #245</title><link>https://sourceforge.net/p/prboom-plus/bugs/245/</link><description>Monster suicide is emulated in Doom v1.2</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexandre-Xavier</dc:creator><pubDate>Sun, 20 Nov 2016 01:32:35 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/245/</guid></item><item><title>Nictendo created ticket #244</title><link>https://sourceforge.net/p/prboom-plus/bugs/244/</link><description>DM status bar displayed in SP after DM demo</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nictendo</dc:creator><pubDate>Fri, 17 Jun 2016 16:38:35 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/244/</guid></item><item><title>Steve Anthony created ticket #9</title><link>https://sourceforge.net/p/prboom-plus/patches/9/</link><description>Patch to remove all warnings in current SVN</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve Anthony</dc:creator><pubDate>Mon, 16 May 2016 16:34:07 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/patches/9/</guid></item><item><title>Christopher Ream posted a comment on ticket #101</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/101/?limit=25#8a28</link><description>Heretic is already supported via ZDOOM. “Therefore do not deceive yourself! Of all...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher Ream</dc:creator><pubDate>Fri, 06 May 2016 00:24:33 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/101/?limit=25#8a28</guid></item><item><title>Bubaraka created ticket #101</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/101/</link><description>add Heretic game</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bubaraka</dc:creator><pubDate>Thu, 05 May 2016 22:43:07 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/101/</guid></item><item><title>danfun64 modified a comment on ticket #100</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/100/?limit=25#4dc2</link><description>This bug also affects Boom and, to a lesser extent, MBF.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danfun64</dc:creator><pubDate>Mon, 04 Apr 2016 01:20:53 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/100/?limit=25#4dc2</guid></item><item><title>danfun64 posted a comment on ticket #100</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/100/?limit=25#4dc2</link><description>This bug also affects Boom.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danfun64</dc:creator><pubDate>Mon, 04 Apr 2016 01:04:42 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/100/?limit=25#4dc2</guid></item><item><title>danfun64 modified a comment on ticket #100</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/100/?limit=25#ac02</link><description>Relevant doomworld thread information starts here.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danfun64</dc:creator><pubDate>Wed, 02 Mar 2016 18:33:56 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/100/?limit=25#ac02</guid></item><item><title>danfun64 posted a comment on ticket #100</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/100/?limit=25#ac02</link><description>Relevant doomworld thread information starts [here]https://www.doomworld.com/vb/...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danfun64</dc:creator><pubDate>Wed, 02 Mar 2016 18:32:55 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/100/?limit=25#ac02</guid></item><item><title>danfun64 created ticket #100</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/100/</link><description>Add Vanilla infighting kill disappearence behavior</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danfun64</dc:creator><pubDate>Wed, 02 Mar 2016 18:31:47 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/100/</guid></item><item><title>Tristan Miller posted a comment on ticket #242</title><link>https://sourceforge.net/p/prboom-plus/bugs/242/?limit=25#04ce</link><description>I can reproduce all three problems consistently. Is there any further information...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tristan Miller</dc:creator><pubDate>Wed, 02 Mar 2016 09:30:13 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/242/?limit=25#04ce</guid></item><item><title>Andrey Budko posted a comment on ticket #242</title><link>https://sourceforge.net/p/prboom-plus/bugs/242/?limit=25#f5f7</link><description>2) 3) cant reproduce</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Tue, 01 Mar 2016 09:09:44 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/242/?limit=25#f5f7</guid></item><item><title>danfun64 posted a comment on ticket #243</title><link>https://sourceforge.net/p/prboom-plus/bugs/243/?limit=25#e6c5</link><description>From user Rjy in the Doomworld forums: "a file went missing during the switch to...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danfun64</dc:creator><pubDate>Tue, 23 Feb 2016 18:34:13 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/243/?limit=25#e6c5</guid></item><item><title>danfun64 created ticket #243</title><link>https://sourceforge.net/p/prboom-plus/bugs/243/</link><description>Unable to Compile! "configure.ac:292: error: required file 'src/TEXTSCREEN/Makefile.in' not found"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danfun64</dc:creator><pubDate>Sun, 21 Feb 2016 21:41:24 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/243/</guid></item><item><title>Tristan Miller created ticket #242</title><link>https://sourceforge.net/p/prboom-plus/bugs/242/</link><description>Key bindings generally don't work</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tristan Miller</dc:creator><pubDate>Sun, 07 Feb 2016 21:50:27 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/242/</guid></item><item><title>danfun64 created ticket #241</title><link>https://sourceforge.net/p/prboom-plus/bugs/241/</link><description>MP3/OGG/FLAC doesn't loop in Ubuntu.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danfun64</dc:creator><pubDate>Fri, 05 Feb 2016 22:42:14 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/241/</guid></item><item><title>danfun64 modified a comment on ticket #99</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/99/?limit=25#44d4</link><description>For whatever reason, I was under the impression that FLAC's wouldn't work. Well,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danfun64</dc:creator><pubDate>Fri, 05 Feb 2016 04:28:07 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/99/?limit=25#44d4</guid></item><item><title>danfun64 posted a comment on ticket #99</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/99/?limit=25#44d4</link><description>For whatever reason, I was under the impression that FLAC's wouldn't work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danfun64</dc:creator><pubDate>Fri, 05 Feb 2016 04:21:51 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/99/?limit=25#44d4</guid></item><item><title>Andrey Budko posted a comment on ticket #99</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/99/?limit=25#60ae</link><description>FLACs should work with SDL preffered midi player</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Tue, 02 Feb 2016 17:55:40 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/99/?limit=25#60ae</guid></item><item><title>danfun64 created ticket #99</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/99/</link><description>Remove playback of iwad mp3/ogg/etc through cfg and replace it with Chocolate Doom's system.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danfun64</dc:creator><pubDate>Sat, 30 Jan 2016 20:39:01 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/99/</guid></item><item><title>prboom-plus released /prboom-plus/2.5.1.4/prboom-plus-2.5.1.4.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/prboom-plus/files/prboom-plus/2.5.1.4/prboom-plus-2.5.1.4.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">prboom-plus</dc:creator><pubDate>Sun, 10 Jan 2016 19:56:02 -0000</pubDate><guid>http://sourceforge.net/projects/prboom-plus/files/prboom-plus/2.5.1.4/prboom-plus-2.5.1.4.tar.gz/download</guid></item><item><title>prboom-plus released /prboom-plus/2.5.1.4/prboom-plus-2.5.1.4-win32.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/prboom-plus/files/prboom-plus/2.5.1.4/prboom-plus-2.5.1.4-win32.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">prboom-plus</dc:creator><pubDate>Sun, 10 Jan 2016 16:15:02 -0000</pubDate><guid>http://sourceforge.net/projects/prboom-plus/files/prboom-plus/2.5.1.4/prboom-plus-2.5.1.4-win32.zip/download</guid></item><item><title>prboom-plus released /prboom-plus/2.5.1.4/prboom-plus-2.5.1.4-src.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/prboom-plus/files/prboom-plus/2.5.1.4/prboom-plus-2.5.1.4-src.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">prboom-plus</dc:creator><pubDate>Sun, 10 Jan 2016 16:15:02 -0000</pubDate><guid>http://sourceforge.net/projects/prboom-plus/files/prboom-plus/2.5.1.4/prboom-plus-2.5.1.4-src.zip/download</guid></item><item><title>Phixy created ticket #98</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/98/</link><description>Use XDG Directories</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phixy</dc:creator><pubDate>Tue, 18 Aug 2015 15:08:01 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/98/</guid></item><item><title>drboom created ticket #97</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/97/</link><description>Please allow unbinding keys/mouse buttons/joystick controls!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drboom</dc:creator><pubDate>Thu, 23 Jul 2015 22:48:27 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/97/</guid></item><item><title>Fabian Greffrath posted a comment on ticket #240</title><link>https://sourceforge.net/p/prboom-plus/bugs/240/?limit=25#5077</link><description>This has lead to some interesting findings over at the Choco bug tracker: https:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Greffrath</dc:creator><pubDate>Sat, 25 Apr 2015 13:16:22 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/240/?limit=25#5077</guid></item><item><title>Fabian Greffrath posted a comment on ticket #217</title><link>https://sourceforge.net/p/prboom-plus/bugs/217/?limit=25#01b9</link><description>I wasn't aware of the sheer complexity of the demo compatibility settings in PrBoom+...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Greffrath</dc:creator><pubDate>Mon, 13 Apr 2015 11:53:17 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/217/?limit=25#01b9</guid></item><item><title>Fabian Greffrath posted a comment on ticket #240</title><link>https://sourceforge.net/p/prboom-plus/bugs/240/?limit=25#b79e</link><description>You can get this to desync with Chocolate Doom by setting a low heap zone memory...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Greffrath</dc:creator><pubDate>Mon, 13 Apr 2015 11:50:55 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/240/?limit=25#b79e</guid></item><item><title>Fabian Greffrath posted a comment on ticket #217</title><link>https://sourceforge.net/p/prboom-plus/bugs/217/?limit=25#436b</link><description>I wasn't aware of the sheer complexity of the demo compatibility settings in PrBoom+...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Greffrath</dc:creator><pubDate>Mon, 13 Apr 2015 07:02:59 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/217/?limit=25#436b</guid></item><item><title>Connor O'Leary created ticket #96</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/96/</link><description>Ability to toggle vertical mouse movement with key bind</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Connor O'Leary</dc:creator><pubDate>Thu, 09 Apr 2015 12:50:31 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/96/</guid></item><item><title>Tirsa Poppins modified a comment on ticket #217</title><link>https://sourceforge.net/p/prboom-plus/bugs/217/?limit=25#6878</link><description>How do you propose this should work? Those options are supposed to be applicable...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tirsa Poppins</dc:creator><pubDate>Fri, 03 Apr 2015 09:59:24 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/217/?limit=25#6878</guid></item><item><title>Tirsa Poppins posted a comment on ticket #217</title><link>https://sourceforge.net/p/prboom-plus/bugs/217/?limit=25#6878</link><description>How do you propose this should work? Those options are supposed to be applicable...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tirsa Poppins</dc:creator><pubDate>Fri, 03 Apr 2015 09:57:48 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/217/?limit=25#6878</guid></item><item><title>Tirsa Poppins posted a comment on ticket #240</title><link>https://sourceforge.net/p/prboom-plus/bugs/240/?limit=25#b5b9</link><description>Yes, I tried a few of those switches as well as disabling all overflow emulation...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tirsa Poppins</dc:creator><pubDate>Fri, 03 Apr 2015 08:40:45 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/240/?limit=25#b5b9</guid></item><item><title>Fabian Greffrath posted a comment on ticket #240</title><link>https://sourceforge.net/p/prboom-plus/bugs/240/?limit=25#5530</link><description>Confirmed to desync with SVN rev 4425, even with any of the additional command line...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Greffrath</dc:creator><pubDate>Thu, 26 Mar 2015 13:06:16 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/240/?limit=25#5530</guid></item><item><title>prboom-plus released /OldFiles/strife-plus-1.4.1.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/prboom-plus/files/OldFiles/strife-plus-1.4.1.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">prboom-plus</dc:creator><pubDate>Thu, 08 Jan 2015 22:26:52 -0000</pubDate><guid>http://sourceforge.net/projects/prboom-plus/files/OldFiles/strife-plus-1.4.1.zip/download</guid></item><item><title>prboom-plus released /OldFiles/strife-plus-1.4.1-win32.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/prboom-plus/files/OldFiles/strife-plus-1.4.1-win32.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">prboom-plus</dc:creator><pubDate>Thu, 08 Jan 2015 22:26:52 -0000</pubDate><guid>http://sourceforge.net/projects/prboom-plus/files/OldFiles/strife-plus-1.4.1-win32.zip/download</guid></item><item><title>prboom-plus released /OldFiles/PrBoom-Plus-2.4.3.1.dmg</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/prboom-plus/files/OldFiles/PrBoom-Plus-2.4.3.1.dmg/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">prboom-plus</dc:creator><pubDate>Thu, 08 Jan 2015 22:26:52 -0000</pubDate><guid>http://sourceforge.net/projects/prboom-plus/files/OldFiles/PrBoom-Plus-2.4.3.1.dmg/download</guid></item><item><title>prboom-plus released /OldFiles/prboom-plus-2.4.6.1-win32.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/prboom-plus/files/OldFiles/prboom-plus-2.4.6.1-win32.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">prboom-plus</dc:creator><pubDate>Thu, 08 Jan 2015 22:26:52 -0000</pubDate><guid>http://sourceforge.net/projects/prboom-plus/files/OldFiles/prboom-plus-2.4.6.1-win32.zip/download</guid></item><item><title>Fabian Greffrath posted a comment on ticket #95</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/95/?limit=25#a44f</link><description>Not exactly. That variable exists so that the user can explicitely specify where...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Greffrath</dc:creator><pubDate>Tue, 04 Nov 2014 05:30:05 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/95/?limit=25#a44f</guid></item><item><title>Valhalla posted a comment on ticket #95</title><link>https://sourceforge.net/p/prboom-plus/feature-requests/95/?limit=25#b9a4</link><description>Isn't that why the DOOMWADDIR environment variable exists?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Valhalla</dc:creator><pubDate>Tue, 04 Nov 2014 02:10:11 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/feature-requests/95/?limit=25#b9a4</guid></item><item><title>kraflab created ticket #240</title><link>https://sourceforge.net/p/prboom-plus/bugs/240/</link><description>Reverie demo desync</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kraflab</dc:creator><pubDate>Fri, 05 Sep 2014 21:27:25 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/240/</guid></item><item><title>Ken Arromdee posted a comment on ticket #239</title><link>https://sourceforge.net/p/prboom-plus/bugs/239/?limit=25#88de</link><description>Would it be possible to have some kind of switch for compatibility mode, that can...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ken Arromdee</dc:creator><pubDate>Wed, 16 Jul 2014 17:03:25 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/239/?limit=25#88de</guid></item><item><title>RjY posted a comment on ticket #239</title><link>https://sourceforge.net/p/prboom-plus/bugs/239/?limit=50#639b</link><description>This wad is incompatible with the lump namespacing system used by (nearly) all modern...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RjY</dc:creator><pubDate>Tue, 15 Jul 2014 15:42:10 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/239/?limit=50#639b</guid></item><item><title>Ken Arromdee created ticket #239</title><link>https://sourceforge.net/p/prboom-plus/bugs/239/</link><description>wad does not work on 2.5.1.4 test</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ken Arromdee</dc:creator><pubDate>Fri, 11 Jul 2014 04:04:44 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/239/</guid></item><item><title>Michael Tautschnig created ticket #238</title><link>https://sourceforge.net/p/prboom-plus/bugs/238/</link><description>Conflicting declarations of variable forceOldBsp</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Tautschnig</dc:creator><pubDate>Tue, 10 Jun 2014 00:04:02 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/238/</guid></item><item><title>Andrey Budko modified a comment on ticket #232</title><link>https://sourceforge.net/p/prboom-plus/bugs/232/?limit=25#ed84</link><description>So I can disable it for non Windows platforms. case SDL_VIDEORESIZE: ifdef _WIN32...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Budko</dc:creator><pubDate>Mon, 24 Feb 2014 08:49:30 -0000</pubDate><guid>https://sourceforge.net/p/prboom-plus/bugs/232/?limit=25#ed84</guid></item></channel></rss>