<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for Irrlicht Engine</title><link>https://sourceforge.net/p/irrlicht/activity/</link><description>Recent activity for Irrlicht Engine</description><language>en</language><lastBuildDate>Tue, 28 Apr 2026 17:05:06 -0000</lastBuildDate><item><title>Michael Zeilfelder committed [r6813] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6813/</link><description>Use better normal for ScreenQuad in example 27</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 28 Apr 2026 17:05:06 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6813/</guid></item><item><title>Michael Zeilfelder committed [r6812] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6812/</link><description>Add ITexture::getNumMultiSamples</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Thu, 23 Apr 2026 10:49:35 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6812/</guid></item><item><title>Michael Zeilfelder committed [r6811] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6811/</link><description>Prevent switching invalid states for multisample textures</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 22 Apr 2026 14:15:47 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6811/</guid></item><item><title>Michael Zeilfelder committed [r6810] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6810/</link><description>Fix bug with multi-sample depth textures still using wrong target</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 22 Apr 2026 12:39:02 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6810/</guid></item><item><title>Michael Zeilfelder committed [r6809] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6809/</link><description>Add support to create multisample render target textures in OpenGL</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 21 Apr 2026 16:47:36 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6809/</guid></item><item><title>burningreggae committed [r6808] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6808/</link><description>WIP 04.26 Enabled</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">burningreggae</dc:creator><pubDate>Tue, 21 Apr 2026 14:49:25 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6808/</guid></item><item><title>burningreggae committed [r6807] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6807/</link><description>WIP 04.26 Enabled</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">burningreggae</dc:creator><pubDate>Sun, 19 Apr 2026 20:13:56 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6807/</guid></item><item><title>burningreggae committed [r6806] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6806/</link><description>WIP 04.26 Enabled</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">burningreggae</dc:creator><pubDate>Sun, 19 Apr 2026 19:14:08 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6806/</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #331</title><link>https://sourceforge.net/p/irrlicht/patches/331/?limit=50#9305</link><description>Yeah, it's probably not tested much on touch-based devices. Could be another behavior is needed there. And you second point sounds indeed like a bug. I've still got another listbox bug pretty high on my todo list, will check those together when I get to it. Just checked how VS handles it - and it has a second minmal selection line when mouse is still pressed while moving outside the listbox. Don't like it too much really, will probably either reset or apply (don't like adding more view states).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Mon, 13 Apr 2026 10:02:18 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/331/?limit=50#9305</guid></item><item><title>Mercury233 posted a comment on ticket #331</title><link>https://sourceforge.net/p/irrlicht/patches/331/?limit=25#7455</link><description>Regarding the list box, I haven't had a chance to test it on a touchscreen yet. Also, I hadn't previously noticed that the ability to select a different item while pressing is an intentional design. Some list boxes from Microsoft are designed this way as well. I still can't recall the issue I encountered back then, but I've now identified two problems: Allowing selection of other items while pressing may potentially conflict with implementing touch-based scrolling from any position. When pressing...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mercury233</dc:creator><pubDate>Mon, 13 Apr 2026 01:07:14 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/331/?limit=25#7455</guid></item><item><title>Michael Zeilfelder committed [r6805] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6805/</link><description>Merging r6803 through r6804 from branch releases/1.8 to trunk</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Sun, 12 Apr 2026 15:11:34 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6805/</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #331</title><link>https://sourceforge.net/p/irrlicht/patches/331/?limit=50#59f9</link><description>Just some update as it's easy to lose overview when one report contains so many patches: 2-8, 10-12 and 15 are applied. 9 won't be applied (breaks deliberate default behaviour as selection should change while button is pressed and I can't reproduce a bug so far, so this will need another fix if there is a problem) 1, 13 and 14 stay open for now (and so will this patch report I guess).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Sun, 12 Apr 2026 14:56:29 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/331/?limit=50#59f9</guid></item><item><title>Michael Zeilfelder modified ticket #332</title><link>https://sourceforge.net/p/irrlicht/patches/332/</link><description>More patches from my fork</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Sun, 12 Apr 2026 14:49:18 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/332/</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #332</title><link>https://sourceforge.net/p/irrlicht/patches/332/?limit=50#6c21</link><description>Thanks for the patches, all looking good again! 5 (cmyk-ycck) was applied to trunk (changes behavior). All others applied to 1.8 (most already merged to trunk, last one should will be merged later today)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Sun, 12 Apr 2026 14:49:18 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/332/?limit=50#6c21</guid></item><item><title>Michael Zeilfelder committed [r6804] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6804/</link><description>Bugfix: CGUITabControl can hide control buttons again when resizing element when it was scrolled already</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Sun, 12 Apr 2026 14:45:40 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6804/</guid></item><item><title>Michael Zeilfelder committed [r6803] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6803/</link><description>Add test to switch back and forth between 2 render targets</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 08 Apr 2026 15:40:04 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6803/</guid></item><item><title>Michael Zeilfelder committed [r6802] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6802/</link><description>Merging r6798 through r6801 from branch releases/1.8 to trunk</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 08 Apr 2026 14:59:32 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6802/</guid></item><item><title>Michael Zeilfelder committed [r6801] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6801/</link><description>Update setRenderTarget documentation</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 08 Apr 2026 14:52:02 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6801/</guid></item><item><title>Michael Zeilfelder committed [r6800] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6800/</link><description>Add VS2010 project files</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 08 Apr 2026 14:12:57 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6800/</guid></item><item><title>Michael Zeilfelder committed [r6799] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6799/</link><description>Fix loading JCS_CMYK/JCS_YCCK jpg's switching red/blue</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 07 Apr 2026 21:38:27 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6799/</guid></item><item><title>Michael Zeilfelder committed [r6798] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6798/</link><description>Improve image overflow checks a bit (especially for 32-bit systems)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Fri, 03 Apr 2026 15:53:41 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6798/</guid></item><item><title>Michael Zeilfelder committed [r6797] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6797/</link><description>Merging r6795 through r6796 from branch releases/1.8 to trunk</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Fri, 03 Apr 2026 13:43:16 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6797/</guid></item><item><title>Michael Zeilfelder committed [r6796] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6796/</link><description>Backport [r5827]: IrrlichtDevice::isWindowMinimized no longer returns true when it's maximized on Windows</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Fri, 03 Apr 2026 13:40:51 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6796/</guid></item><item><title>Michael Zeilfelder committed [r6795] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6795/</link><description>Fix CGUIButton showing wrong pressed image when setImage was called twice with different textures.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Fri, 03 Apr 2026 13:37:18 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6795/</guid></item><item><title>Michael Zeilfelder committed [r6794] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6794/</link><description>Merging r6785 through r6793 from branch releases/1.8 to trunk</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Fri, 03 Apr 2026 13:19:44 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6794/</guid></item><item><title>Michael Zeilfelder committed [r6793] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6793/</link><description>Fix zlib decompression calling inflateEnd twice and returning OK when it failed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Fri, 03 Apr 2026 12:59:18 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6793/</guid></item><item><title>Michael Zeilfelder committed [r6792] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6792/</link><description>Add EMIE_LMOUSE_DOUBLE_CLICK and EMIE_LMOUSE_TRIPLE_CLICK support on macOS</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Fri, 03 Apr 2026 12:21:31 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6792/</guid></item><item><title>Michael Zeilfelder committed [r6791] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6791/</link><description>Update comments about deprecated IImage::lock/unlock</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Fri, 03 Apr 2026 10:51:05 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6791/</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#c2d4</link><description>Thx, fixed mis-spelling :) And yeah, seems loaders are not consistent. I'm just going to ignore this anyway.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Fri, 03 Apr 2026 10:44:24 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#c2d4</guid></item><item><title>Michael Zeilfelder committed [r6790] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6790/</link><description>Fix spelling in log message</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Fri, 03 Apr 2026 10:43:11 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6790/</guid></item><item><title>Mercury233 posted a comment on ticket #331</title><link>https://sourceforge.net/p/irrlicht/patches/331/?limit=25#743a</link><description>I also think that, when retrieving clipboard content, it would be appropriate to introduce a new API or an overload that accepts a caller-provided pointer to a char[] buffer for output, instead of returning the output. BTW, the comments for IImage::lock() and IImage::unlock() should be updated to remove the “Be sure to call unlock()” note, as it has already been clarified in [r5168] that calling unlock() do nothing.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mercury233</dc:creator><pubDate>Fri, 03 Apr 2026 09:49:45 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/331/?limit=25#743a</guid></item><item><title>Mercury233 posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#f76c</link><description>Regarding seek(0), this is how it is written in CImageLoaderJPG::isALoadableFileFormat, but I think this usually won’t be an issue in most cases. By the way, in the warning for CIrrDeviceWin32::getGammaRamp, it is written as “setGammaRamp.”</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mercury233</dc:creator><pubDate>Fri, 03 Apr 2026 09:40:14 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#f76c</guid></item><item><title>Mercury233 posted a comment on ticket #332</title><link>https://sourceforge.net/p/irrlicht/patches/332/?limit=25#096e</link><description>Oh I forgot this, it should apply to trunk as well. fix CGUITabControl scroll buttons persist after resize The scroll control buttons remained visible after resizing the tab control larger and fit in viewport. CurrentScrollTabIndex was not reset when needScrollControl() returned false, causing the OR condition to remain true if user had scrolled previously.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mercury233</dc:creator><pubDate>Fri, 03 Apr 2026 09:37:10 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/332/?limit=25#096e</guid></item><item><title>Mercury233 created ticket #332</title><link>https://sourceforge.net/p/irrlicht/patches/332/</link><description>More patches from my fork</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mercury233</dc:creator><pubDate>Fri, 03 Apr 2026 09:28:51 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/332/</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #331</title><link>https://sourceforge.net/p/irrlicht/patches/331/?limit=50#de6b</link><description>I was wrong about using IRRLICHT_API . This would make likely cause memory allocation to cross dll borders. Actually risky functions - this would be the first functions in Irrlicht to return something not reference counted which is allocated with new.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 01 Apr 2026 14:42:26 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/331/?limit=50#de6b</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #331</title><link>https://sourceforge.net/p/irrlicht/patches/331/?limit=50#7a22</link><description>Hm, I see now - you got influenced by the other multibyte functions at the end of the string header (I didn't remember those...). Thought those are really multibyte (as in - the format is not specified any futher unlike in this case).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 01 Apr 2026 14:33:30 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/331/?limit=50#7a22</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #331</title><link>https://sourceforge.net/p/irrlicht/patches/331/?limit=50#445a</link><description>About string conversion wrappers in 13: Was there some reason why you create a string for a null pointer instead of just return a null pointer again? I'm considering that one as I'm also using similar wrappers in my projects. Thought I'm going to change it a bit. It should probably be IRRLICHT_API instead of static and implementation beside the other conversion functions. Better to pass the strlen as a second parameter (that way you can pass for example std::wstring or core::stringw which both already...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 01 Apr 2026 14:24:16 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/331/?limit=50#445a</guid></item><item><title>Mercury233 posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#2ac3</link><description>Thank you for merging my patch! Although I am already preparing to migrate to version 1.9, I have found some more issues in version 1.8 that are worth fixing. I will send patches later.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mercury233</dc:creator><pubDate>Tue, 31 Mar 2026 22:54:45 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#2ac3</guid></item><item><title>Michael Zeilfelder committed [r6789] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6789/</link><description>Fix compiling on devc++ 4.9.9.2. </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 16:52:04 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6789/</guid></item><item><title>Michael Zeilfelder committed [r6788] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6788/</link><description>Fix macOS special keys and Command shortcuts handling.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 16:40:32 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6788/</guid></item><item><title>Michael Zeilfelder committed [r6787] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6787/</link><description>Improve type-cast in PHYSFS_utf8FromUcs2</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 16:36:47 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6787/</guid></item><item><title>Michael Zeilfelder committed [r6786] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6786/</link><description>Fix utf-8 parsing. </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 16:05:39 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6786/</guid></item><item><title>Michael Zeilfelder committed [r6785] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6785/</link><description>Merging r6773 through r6784 from trunk to ogl-es branch</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 15:03:11 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6785/</guid></item><item><title>Michael Zeilfelder committed [r6784] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6784/</link><description>Merging r6768 through r6783 from branch releases/1.8 to trunk</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 14:54:59 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6784/</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#c471</link><description>OK, no idea what did go wrong. The first missing file suddenly showed up later on server activity log and my second commit had then reversed it. Now reversing again and it should be fine sigh - that was strange.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 14:20:32 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#c471</guid></item><item><title>Michael Zeilfelder committed [r6783] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6783/</link><description>Undo last commit</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 14:17:30 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6783/</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#e018</link><description>Note: If you update and the last patch is not there... I'm still trying to figure out what's going wrong. I send the patch to sourceforge and at first the change file didn't show up. So I though I forgot it and send again. But now it shows up in old log and in new one - but change still isn't on the server when I download svn (even though I get those versions...). If I look at changes it shows 2 times same change ugh. Never had this, so currently contacting their support and hope they can help.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 14:05:28 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#e018</guid></item><item><title>Michael Zeilfelder committed [r6782] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6782/</link><description>Fix event order when selecting items in a ListBox via keyboard (real patch this time)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 13:43:55 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6782/</guid></item><item><title>Michael Zeilfelder modified ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/</link><description>Patches from my 1.8.5-based fork for upstream contribution</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 13:37:21 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#da8b</link><description>I have applied: 1 snprintf and swprintf 2 MY_MAPVK_VSC_TO_VK_EX 4 forced chdir CIrrDeviceMacOSX 5 Xcode project configuration 6 OSX compiling 7 MingGW compiling 8 r5676 backport 9 r6132 backport 10 r6691 backpor 11 CGuiEditbox avoid non-changing keys 12 CGuiEditbox send less EGET_EDITBOX_CHANGED 15 OS X policy 16 bugfix listbox selection update 17 gamma functions 18 CZipReader logging I won't apply: 3 seek(0) because I'm not persuaded so far that this is actually an improvement and suspect it might...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 13:37:21 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#da8b</guid></item><item><title>Michael Zeilfelder committed [r6781] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6781/</link><description>Fix event order when selecting items in a ListBox via keyboard</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 13:13:11 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6781/</guid></item><item><title>Michael Zeilfelder committed [r6780] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6780/</link><description>Do not send EGET_EDITBOX_CHANGED in CGUIEditbox when no actual character is input</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 12:41:06 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6780/</guid></item><item><title>Michael Zeilfelder committed [r6779] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6779/</link><description>Ignore more keys in edit-box that should not trigger character input events </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 31 Mar 2026 12:03:39 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6779/</guid></item><item><title>burningreggae committed [r6778] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6778/</link><description>test media</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">burningreggae</dc:creator><pubDate>Sun, 29 Mar 2026 21:59:34 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6778/</guid></item><item><title>burningreggae committed [r6777] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6777/</link><description>29.03.2026 WIP missing -&gt; minor</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">burningreggae</dc:creator><pubDate>Sun, 29 Mar 2026 21:51:02 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6777/</guid></item><item><title>burningreggae committed [r6776] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6776/</link><description>29.03.2026 WIP missing</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">burningreggae</dc:creator><pubDate>Sun, 29 Mar 2026 21:38:46 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6776/</guid></item><item><title>burningreggae committed [r6775] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6775/</link><description>29.03.2026 WIP</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">burningreggae</dc:creator><pubDate>Sun, 29 Mar 2026 21:30:30 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6775/</guid></item><item><title>Michael Zeilfelder committed [r6774] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6774/</link><description>Fix mismatched GetDC/ReleaseDC usage in CIrrDeviceWin32 gamma ramp functions</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Thu, 26 Mar 2026 20:50:06 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6774/</guid></item><item><title>Michael Zeilfelder committed [r6773] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6773/</link><description>Add ITexture::SExposedTextureData to allow accessing driver specific texture handles</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Thu, 26 Mar 2026 15:57:43 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6773/</guid></item><item><title>Michael Zeilfelder committed [r6772] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6772/</link><description>Merging r6741 through r6771 from trunk to ogl-es branch</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 25 Mar 2026 23:36:43 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6772/</guid></item><item><title>Michael Zeilfelder committed [r6771] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6771/</link><description>Replace direct includes of gl.h by using COpenGLCommon.h</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 25 Mar 2026 22:51:16 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6771/</guid></item><item><title>Michael Zeilfelder committed [r6770] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6770/</link><description>Second try: Fix creating NSMenu with a null bundle name (macOS)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 25 Mar 2026 18:39:55 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6770/</guid></item><item><title>Michael Zeilfelder committed [r6769] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6769/</link><description>Add more colors to the color background in CubeMapping example</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 25 Mar 2026 17:03:26 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6769/</guid></item><item><title>Michael Zeilfelder committed [r6768] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6768/</link><description>Updating OpenGL headers</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 25 Mar 2026 16:08:13 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6768/</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #331</title><link>https://sourceforge.net/p/irrlicht/patches/331/?limit=50#242c/dfd9</link><description>Oh strange, thanks for checking! I'll fix it again in the evening.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 25 Mar 2026 11:06:18 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/331/?limit=50#242c/dfd9</guid></item><item><title>Mercury233 posted a comment on ticket #331</title><link>https://sourceforge.net/p/irrlicht/patches/331/?limit=25#242c</link><description>it seems that [r6765] didn't change the code, just changed the changelog.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mercury233</dc:creator><pubDate>Wed, 25 Mar 2026 00:30:41 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/331/?limit=25#242c</guid></item><item><title>Michael Zeilfelder committed [r6767] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6767/</link><description>Merging r6766 from branch releases/1.8 to trunk</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 24 Mar 2026 22:47:17 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6767/</guid></item><item><title>Michael Zeilfelder committed [r6766] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6766/</link><description>Fix forced chdir behavior in CIrrDeviceMacOSX</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 24 Mar 2026 22:43:33 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6766/</guid></item><item><title>Michael Zeilfelder committed [r6765] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6765/</link><description>Fix creating NSMenu with a null bundle name (macOS)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 24 Mar 2026 22:37:35 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6765/</guid></item><item><title>Michael Zeilfelder committed [r6764] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6764/</link><description>Use snprintf_irr instead of sprintf</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 24 Mar 2026 22:33:25 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6764/</guid></item><item><title>Michael Zeilfelder committed [r6763] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6763/</link><description>Merging r6762 from branch releases/1.8 to trunk</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 24 Mar 2026 22:22:44 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6763/</guid></item><item><title>Michael Zeilfelder committed [r6762] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6762/</link><description>Avoid potential troubles with _IRR_WCHAR_FILESYSTEM in CZipReader error logging</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 24 Mar 2026 22:17:16 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6762/</guid></item><item><title>Michael Zeilfelder committed [r6761] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6761/</link><description>Set Activation Policy to Regular on macOS to ensure the application appears in the Dock and has a menu bar</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 24 Mar 2026 22:08:54 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6761/</guid></item><item><title>Michael Zeilfelder committed [r6760] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6760/</link><description>Set Activation Policy to Regular on macOS to ensure the application appears in the Dock and has a menu bar</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 24 Mar 2026 22:02:23 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6760/</guid></item><item><title>Michael Zeilfelder modified ticket #329</title><link>https://sourceforge.net/p/irrlicht/patches/329/</link><description>CAnimatedMesh getMeshForCurrentFrame cache patch</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Sat, 21 Mar 2026 14:46:43 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/329/</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#4cef</link><description>Hm, so trunk passes U__STRICT_ANSI__ in OTHER_CPLUSPLUSFLAGS.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 17 Mar 2026 11:54:18 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#4cef</guid></item><item><title>Mercury233 posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#70cb</link><description>https://github.com/mercury233/irrlicht-svn/tree/mercury I manage to build it on GitHub Actions, with some modifications</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mercury233</dc:creator><pubDate>Tue, 17 Mar 2026 11:37:28 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#70cb</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#056a</link><description>Thanks for testing my changes. I gave it another shot with -U__STRICT_ANSI__ and target 10.13. I wonder if trunk compiles then on your system (I used 10.7 because it's used there)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 17 Mar 2026 11:33:37 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#056a</guid></item><item><title>Michael Zeilfelder committed [r6759] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6759/</link><description>Next try fixing compiling on OSX</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Tue, 17 Mar 2026 11:31:57 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6759/</guid></item><item><title>Mercury233 posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#cefc/0948</link><description>I forgot to mention that using gnu++11, or adding -U__STRICT_ANSI__ to OTHER_CFLAGS, does allow it to compile successfully. The gnu++14 in my patch is unnecessary.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mercury233</dc:creator><pubDate>Tue, 17 Mar 2026 11:02:34 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#cefc/0948</guid></item><item><title>Mercury233 posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#cefc</link><description>In [r6756], 10.7 won't build: irrlicht-code-r6758-branches-releases-1.8/source/Irrlicht/MacOSX/MacOSX.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.7, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'libIrrlicht.a' from project 'MacOSX') And c++11 won't build: irrlicht-code-r6758-branches-releases-1.8/source/Irrlicht/CFileSystem.cpp:27:6: error: Compiling with__STRICT_ANSI__ not supported. g++ does set this when compiling...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mercury233</dc:creator><pubDate>Tue, 17 Mar 2026 01:20:10 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#cefc</guid></item><item><title>Michael Zeilfelder committed [r6758] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6758/</link><description>Fix compiling on MinGW</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Mon, 16 Mar 2026 22:08:26 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6758/</guid></item><item><title>Michael Zeilfelder committed [r6757] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6757/</link><description>Fix compiling in OSX</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Mon, 16 Mar 2026 22:02:42 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6757/</guid></item><item><title>Michael Zeilfelder committed [r6756] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6756/</link><description>Try to fix build for MacOSX </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Mon, 16 Mar 2026 21:53:38 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6756/</guid></item><item><title>Michael Zeilfelder committed [r6755] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6755/</link><description>Fix recent backport of r6691</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Mon, 16 Mar 2026 21:26:28 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6755/</guid></item><item><title>burningreggae committed [r6754] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6754/</link><description>work on warning level</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">burningreggae</dc:creator><pubDate>Sun, 08 Mar 2026 13:50:49 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6754/</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #331</title><link>https://sourceforge.net/p/irrlicht/patches/331/?limit=50#c7b7</link><description>Thanks. I've not given up on your original 1.8 patches yet, probably will apply some more there, just got ill last days.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 04 Mar 2026 23:31:41 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/331/?limit=50#c7b7</guid></item><item><title>Mercury233 created ticket #331</title><link>https://sourceforge.net/p/irrlicht/patches/331/</link><description>Patch series for 1.9</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mercury233</dc:creator><pubDate>Tue, 03 Mar 2026 11:03:20 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/331/</guid></item><item><title>burningreggae committed [r6753] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6753/</link><description>- BurningVideo: 0.55</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">burningreggae</dc:creator><pubDate>Mon, 02 Mar 2026 10:03:56 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6753/</guid></item><item><title>burningreggae committed [r6752] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6752/</link><description>- BurningVideo: 0.55</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">burningreggae</dc:creator><pubDate>Mon, 02 Mar 2026 00:38:06 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6752/</guid></item><item><title>Michael Zeilfelder committed [r6751] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6751/</link><description>Document path functions in coreutil.h a bit more</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Fri, 27 Feb 2026 20:51:09 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6751/</guid></item><item><title>Michael Zeilfelder committed [r6750] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6750/</link><description>Update documentation for makeColorKeyTexture</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 25 Feb 2026 22:24:04 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6750/</guid></item><item><title>Michael Zeilfelder committed [r6749] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6749/</link><description>Merging r6747 through r6748 from branch releases/1.8 to trunk + fix in sXprintf_irr functions</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 25 Feb 2026 21:39:05 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6749/</guid></item><item><title>Michael Zeilfelder committed [r6748] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6748/</link><description>Don't redefine snprintf and swprintf from VS2015 on</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 25 Feb 2026 20:59:38 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6748/</guid></item><item><title>Michael Zeilfelder committed [r6747] on Code</title><link>https://sourceforge.net/p/irrlicht/code/6747/</link><description>Use MAPVK_VSC_TO_VK_EX when it exists</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 25 Feb 2026 19:20:08 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/code/6747/</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#6bd1</link><description>Huh, good argument, didn't even realize that when I wrote that code (was only about speed). But you are right this should be undefined behaviour :-) And yeah, 1.9 not officially released. But likely way more stable than 1.8 as I work with it daily in my job (while I haven't touched 1.8 in a decade except when other people make requests or bugreports).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 25 Feb 2026 14:51:05 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#6bd1</guid></item><item><title>Mercury233 posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#81b2</link><description>I completely understand that maintaining two branches is overwhelming and that backporting causes merge conflicts. I appreciate the work you've put into this. The main reason I haven't been using 1.9 is that it hasn't been officially released yet. From my point of view, an unreleased version means that there could still be breaking changes, either ones that are already planned or potentially new ones at any time. It may also still contain known issues. If you would prefer, I'm happy to rebase those...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mercury233</dc:creator><pubDate>Wed, 25 Feb 2026 14:26:11 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#81b2</guid></item><item><title>Michael Zeilfelder posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#23f9</link><description>Shouldn't have applied the backport patch so fast I guess (did that last night) ;-) I'll update it again. The problem with anything larger is mostly that I don't really want to work on 1.8 anymore. It's done and released. Aside from minor fixed I don't want to touch that branch anymore as there's always the risk of breaking something. And things like backporting are also causing extra work (causing merge conflicts and stuff like that - I spend quite some time on just the 3 patches I did yesterday)....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Zeilfelder</dc:creator><pubDate>Wed, 25 Feb 2026 12:56:21 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=50#23f9</guid></item><item><title>Mercury233 posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#7ecc</link><description>In addition, I have the following patches: 15 Set Activation Policy to Regular on macOS This ensures that the application appears in the Dock and has a menu bar. This used to be the default behavior, but recent versions of Xcode appear to have changed it. 16 Fix event order when selecting items in a ListBox via keyboard Currently, when selecting items using the keyboard, the behavior is inconsistent: if the newly selected item is located below the current item, the EGET_LISTBOX_CHANGED event is triggered...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mercury233</dc:creator><pubDate>Wed, 25 Feb 2026 02:38:22 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#7ecc</guid></item><item><title>Mercury233 posted a comment on ticket #330</title><link>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#b373</link><description>Regarding items 4 and 5, unfortunately I do not use macOS on a daily basis, so I was only able to perform limited testing (I do not even have a machine properly signed in with an Apple account to download Xcode). As for item 14, I would at least recommend applying a basic fix to avoid returning dangling pointers, similar to what has already been done on Linux.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mercury233</dc:creator><pubDate>Wed, 25 Feb 2026 02:07:45 -0000</pubDate><guid>https://sourceforge.net/p/irrlicht/patches/330/?limit=25#b373</guid></item></channel></rss>