<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>https://uap-core.de/hg/ascension/</link>
    <language>en-us</language>

    <title>ascension: test/snake/Makefile history</title>
    <description>test/snake/Makefile revision history</description>
    <item>
    <title>update compilation dependencies</title>
    <link>https://uap-core.de/hg/ascension/log/314353bcfd82/test/snake/Makefile</link>
    <description><![CDATA[update compilation dependencies]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 05 Aug 2025 20:06:35 +0200</pubDate>
</item>
<item>
    <title>add player colors</title>
    <link>https://uap-core.de/hg/ascension/log/6eeb987f1681/test/snake/Makefile</link>
    <description><![CDATA[add player colors]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sat, 02 Aug 2025 15:19:06 +0200</pubDate>
</item>
<item>
    <title>remove ui subdir in includes</title>
    <link>https://uap-core.de/hg/ascension/log/916d2d125ecf/test/snake/Makefile</link>
    <description><![CDATA[remove ui subdir in includes<br/>
<br/>
it is not really necessary and without it,<br/>
we can have much cleaner includes]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sat, 12 Jul 2025 22:06:24 +0200</pubDate>
</item>
<item>
    <title>remove dependency to AscSprite from AscText</title>
    <link>https://uap-core.de/hg/ascension/log/ac2ade047d5b/test/snake/Makefile</link>
    <description><![CDATA[remove dependency to AscSprite from AscText]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Fri, 11 Jul 2025 00:48:08 +0200</pubDate>
</item>
<item>
    <title>adds first basic rectangle shader</title>
    <link>https://uap-core.de/hg/ascension/log/42960d0c879b/test/snake/Makefile</link>
    <description><![CDATA[adds first basic rectangle shader<br/>
<br/>
partially solves issue #384]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sat, 14 Jun 2025 14:02:16 +0200</pubDate>
</item>
<item>
    <title>do not try to use one distinct render group for each different shader</title>
    <link>https://uap-core.de/hg/ascension/log/43636d6a6e25/test/snake/Makefile</link>
    <description><![CDATA[do not try to use one distinct render group for each different shader]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 11 Jun 2025 23:38:55 +0200</pubDate>
</item>
<item>
    <title>prepare implementation of primitives</title>
    <link>https://uap-core.de/hg/ascension/log/4db4f00493ad/test/snake/Makefile</link>
    <description><![CDATA[prepare implementation of primitives]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 10 Jun 2025 19:29:07 +0200</pubDate>
</item>
<item>
    <title>refactor shader management - resolves #684</title>
    <link>https://uap-core.de/hg/ascension/log/5d655459db85/test/snake/Makefile</link>
    <description><![CDATA[refactor shader management - resolves #684]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sun, 08 Jun 2025 14:58:19 +0200</pubDate>
</item>
<item>
    <title>remove pre-defined dummy textures by introducing conditional compilation for shaders</title>
    <link>https://uap-core.de/hg/ascension/log/f8e6e0ae61a8/test/snake/Makefile</link>
    <description><![CDATA[remove pre-defined dummy textures by introducing conditional compilation for shaders<br/>
<br/>
and by the way resolves #645]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sun, 01 Jun 2025 16:35:23 +0200</pubDate>
</item>
<item>
    <title>refactor rendering 1/3 - create new mesh structs</title>
    <link>https://uap-core.de/hg/ascension/log/e5f8c99b0987/test/snake/Makefile</link>
    <description><![CDATA[refactor rendering 1/3 - create new mesh structs]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sat, 10 May 2025 18:51:45 +0200</pubDate>
</item>
<item>
    <title>add AscBehavior - prepares resolution of issue #646</title>
    <link>https://uap-core.de/hg/ascension/log/d619bf7dd87b/test/snake/Makefile</link>
    <description><![CDATA[add AscBehavior - prepares resolution of issue #646]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sat, 03 May 2025 19:48:57 +0200</pubDate>
</item>
<item>
    <title>bring back error.h to reduce compile dependencies</title>
    <link>https://uap-core.de/hg/ascension/log/895f92cff6b8/test/snake/Makefile</link>
    <description><![CDATA[bring back error.h to reduce compile dependencies]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sat, 03 May 2025 14:30:56 +0200</pubDate>
</item>
<item>
    <title>add deploy target for the demo program</title>
    <link>https://uap-core.de/hg/ascension/log/83bec26453a8/test/snake/Makefile</link>
    <description><![CDATA[add deploy target for the demo program]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sun, 27 Apr 2025 13:27:27 +0200</pubDate>
</item>
<item>
    <title>in preparation of more scenes, bring back AscScene struct</title>
    <link>https://uap-core.de/hg/ascension/log/622887f7e954/test/snake/Makefile</link>
    <description><![CDATA[in preparation of more scenes, bring back AscScene struct]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Thu, 24 Apr 2025 19:53:40 +0200</pubDate>
</item>
<item>
    <title>use refcounted objects for textures instead of pass-by-value int structs</title>
    <link>https://uap-core.de/hg/ascension/log/e1f682a8a145/test/snake/Makefile</link>
    <description><![CDATA[use refcounted objects for textures instead of pass-by-value int structs]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Mon, 21 Apr 2025 17:27:33 +0200</pubDate>
</item>
<item>
    <title>make asset paths configurable</title>
    <link>https://uap-core.de/hg/ascension/log/943bf9d7c6d6/test/snake/Makefile</link>
    <description><![CDATA[make asset paths configurable]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sat, 19 Apr 2025 15:06:24 +0200</pubDate>
</item>
<item>
    <title>put snake test program into separate directory</title>
    <link>https://uap-core.de/hg/ascension/log/e4116b4b5774/test/snake/Makefile</link>
    <description><![CDATA[put snake test program into separate directory]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sat, 19 Apr 2025 12:54:49 +0200</pubDate>
</item>

  </channel>
</rss>
