<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/gengine/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/gengine/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 22 Feb 2002 13:10:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gengine/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>polygons via vectors</title><link>https://sourceforge.net/p/gengine/feature-requests/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This would things more easy. Why not using vectors as &lt;br /&gt;
representants of polygons?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neo</dc:creator><pubDate>Fri, 22 Feb 2002 13:10:54 -0000</pubDate><guid>https://sourceforge.net56c868bf1a3fba4a25fec0b75fa3aac02348affb</guid></item><item><title>Write a standard PalmOS syslib wrapper</title><link>https://sourceforge.net/p/gengine/feature-requests/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thus make non-gcc programs compatible to GEngine.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neo</dc:creator><pubDate>Wed, 20 Feb 2002 13:47:08 -0000</pubDate><guid>https://sourceforge.net48c12f4360a7f3e9020b4e9808a7130bd5ed6ade</guid></item><item><title>scale polygons</title><link>https://sourceforge.net/p/gengine/feature-requests/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ability to scale polygons.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neo</dc:creator><pubDate>Wed, 20 Feb 2002 13:14:17 -0000</pubDate><guid>https://sourceforge.net149f0f168bae90c4799323f6108ff398497d8c91</guid></item><item><title>PalmOS:insert an empty form </title><link>https://sourceforge.net/p/gengine/feature-requests/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;PalmOS itself has a problem with programs not having a &lt;br /&gt;
form. I will insert one into the library and load it &lt;br /&gt;
in initengine. This means also a change in getevent.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neo</dc:creator><pubDate>Sat, 02 Jun 2001 21:11:54 -0000</pubDate><guid>https://sourceforge.netbb00d69b6e9f1a99747dd12016ccfd3fda49eb91</guid></item><item><title>PalmOS: EventType as part of cldata</title><link>https://sourceforge.net/p/gengine/feature-requests/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Sometimes if somebody wants to get the PalmOS event &lt;br /&gt;
data via the getevent function, it is useful if he &lt;br /&gt;
could access the return value directly. Idea: add a &lt;br /&gt;
EventType function to cldata and let getevent fill it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neo</dc:creator><pubDate>Sat, 02 Jun 2001 12:45:23 -0000</pubDate><guid>https://sourceforge.net0c6df6e62aca891f91e1c18b25e95569a708463c</guid></item><item><title>text coordinates same on all platforms</title><link>https://sourceforge.net/p/gengine/feature-requests/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There is a small difference between PalmOS and &lt;br /&gt;
Win32/Linux: PalmOS draws text below the coordinates &lt;br /&gt;
and Win32/Linux above the coordinates. That is bad and &lt;br /&gt;
must be changed&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neo</dc:creator><pubDate>Sat, 02 Jun 2001 12:43:02 -0000</pubDate><guid>https://sourceforge.netf07efdf7437b24a4afacb43d6775ac28ed345c49</guid></item><item><title>New poly system.</title><link>https://sourceforge.net/p/gengine/feature-requests/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A poly sometimes has one point which is connected to &lt;br /&gt;
three points. that is not yet possible. I want to &lt;br /&gt;
rewrite the polygon system that uses pointer arrays &lt;br /&gt;
and which removes the max-points-limit and each point &lt;br /&gt;
could be connected to each other one. NOTE: This is a &lt;br /&gt;
job that is not very important and the last on list.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neo</dc:creator><pubDate>Sat, 02 Jun 2001 12:40:47 -0000</pubDate><guid>https://sourceforge.net83c06809a03b60da253dbe69c83448150e5f48d1</guid></item><item><title>no edit function should update t. screen</title><link>https://sourceforge.net/p/gengine/feature-requests/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a check-the-code task only. I think that no &lt;br /&gt;
functions does a screen update, but I don't know that &lt;br /&gt;
exactly. So I have to check that.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neo</dc:creator><pubDate>Sat, 02 Jun 2001 12:38:37 -0000</pubDate><guid>https://sourceforge.net99d33dee936930e7185c5ff2ef6894cbdd010e95</guid></item><item><title>One makefile</title><link>https://sourceforge.net/p/gengine/feature-requests/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Actually, the Makefile is split into Makefile and &lt;br /&gt;
Makefile-linux-obj. Problem: sometimes Make executes &lt;br /&gt;
the Makefile-linux-obj up to about 20 times because I &lt;br /&gt;
thinks that that is not the actual version. Because of &lt;br /&gt;
that I want to make one Makefile out of these two.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neo</dc:creator><pubDate>Sat, 02 Jun 2001 12:36:50 -0000</pubDate><guid>https://sourceforge.net8590bb707861fff9f96239dda7dea6461d81156b</guid></item><item><title>Image functions</title><link>https://sourceforge.net/p/gengine/feature-requests/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;What is a graphical library without support for &lt;br /&gt;
images? nothing. I would like to implement my own file &lt;br /&gt;
format and a tool that can convert jpeg files. This is &lt;br /&gt;
long-time planning and the jpeg converter is something &lt;br /&gt;
I can't do because I don't know anything about jpeg &lt;br /&gt;
internals.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neo</dc:creator><pubDate>Sat, 02 Jun 2001 12:35:22 -0000</pubDate><guid>https://sourceforge.net5cbf49fe16665ac79c9aabd037443accda26f56f</guid></item></channel></rss>