<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/oglconsole/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/oglconsole/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 25 Jan 2007 04:04:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/oglconsole/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Another area that should be recoded...</title><link>https://sourceforge.net/p/oglconsole/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;case SDL_VIDEORESIZE:&lt;br /&gt;
                /* handle resize event */&lt;br /&gt;
                /*&lt;br /&gt;
                surface = SDL_SetVideoMode( event.resize.w,&lt;br /&gt;
                            event.resize.h,&lt;br /&gt;
                            16, videoFlags );&lt;br /&gt;
                if ( !surface )&lt;br /&gt;
                {&lt;br /&gt;
                    fprintf( stderr, "Could not get a surface after resize: %s\n", SDL_GetError( ) );&lt;br /&gt;
                    Quit( 1 );&lt;br /&gt;
                }&lt;br /&gt;
                */&lt;br /&gt;
                resizeWindow( event.resize.w, event.resize.h );&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;            &lt;span class="k"&gt;break&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;/*----------------------------------------------------&lt;br /&gt;
SDL_SetVideoMode screws up the font bitmaps and they &lt;br /&gt;
end up looking like loft object lines of colored  blocks or something like that.&lt;br /&gt;
----------------------------------------------------*/&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AcidHorse</dc:creator><pubDate>Thu, 25 Jan 2007 04:04:49 -0000</pubDate><guid>https://sourceforge.net7abcb9acfb77ee6a1de37f84ac3df1712695d05a</guid></item><item><title>Key events not responding</title><link>https://sourceforge.net/p/oglconsole/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;BEGIN "OGLCONSOLE.C"&lt;br /&gt;
LINE  733-ish&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
/* TODO: SDL_KEYPRESS? ENABLE KEY REPEAT USING THE HIDE/SHOW FUNCTION? */&lt;br /&gt;
if (e-&amp;gt;type == SDL_KEYDOWN)&lt;br /&gt;
{&lt;br /&gt;
/* Reject most modifier keys TODO: Add some accelerator keys? */&lt;br /&gt;
        /* Obviously this is where the code is screwed up */&lt;/p&gt;
&lt;p&gt;//if (e-&amp;gt;key.keysym.mod &amp;amp; ~(KMOD_CAPITALIZE))&lt;br /&gt;
        //  return 0;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;    &lt;span class="o"&gt;/\*&lt;/span&gt; &lt;span class="n"&gt;Now&lt;/span&gt; &lt;span class="n"&gt;we&lt;/span&gt; &lt;span class="n"&gt;work&lt;/span&gt; &lt;span class="n"&gt;just&lt;/span&gt; &lt;span class="n"&gt;fine&lt;/span&gt; &lt;span class="o"&gt;\*/&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;/* Check for hide key */&lt;br /&gt;
if (e-&amp;gt;key.keysym.sym == '`')&lt;br /&gt;
{&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
END&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AcidHorse</dc:creator><pubDate>Tue, 23 Jan 2007 03:02:14 -0000</pubDate><guid>https://sourceforge.net33de6ad7ea3795d04c5e6ba29eb1368889ac7473</guid></item><item><title>Memory leak</title><link>https://sourceforge.net/p/oglconsole/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The memory for _OGLCONSOLE_Console::lines is never freed.&lt;br /&gt;
May be it should be done in OGLCONSOLE_DestroyReal()&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 17 Jan 2007 00:31:45 -0000</pubDate><guid>https://sourceforge.netd9604cf8fffabac70b80962af661eb01bb2968a2</guid></item></channel></rss>