<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://hg.devl.cz/pyrit/</link>
    <language>en-us</language>

    <title>pyrit: Makefile history</title>
    <description>Makefile revision history</description>
    <item>
    <title>Makefile: added help and distclean target, plus small fixes</title>
    <link>http://hg.devl.cz/pyrit/log/929aad02c5f2/Makefile</link>
    <description><![CDATA[Makefile: added help and distclean target, plus small fixes<br/>
ccdemos/common_sdl.h:<br/>
  print fps to window caption instead of console<br/>
  update and key callbacks<br/>
  fixed segfault when resizing window<br/>
  pressing c now causes print out of camera coordinates<br/>
ccdemos/spheres_shadow.cc: controlling position of a light and focal length of camera]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Mon, 17 Dec 2007 22:03:50 +0100</pubDate>
</item>
<item>
    <title>new C++ demo: realtime_dragon.cc</title>
    <link>http://hg.devl.cz/pyrit/log/d0d76e8a5203/Makefile</link>
    <description><![CDATA[new C++ demo: realtime_dragon.cc<br/>
class Container moved to its own source file (from kdtree.*)<br/>
new directory for models and Makefile which downloads and prepares them<br/>
fixed python module path in some forgotten demos<br/>
ShapeList moved to scene.h]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Wed, 05 Dec 2007 18:54:23 +0100</pubDate>
</item>
<item>
    <title>new make infrastructure</title>
    <link>http://hg.devl.cz/pyrit/log/76b7bd51d64a/Makefile</link>
    <description><![CDATA[new make infrastructure<br/>
generalize floats to Floats, allow compiling as both double/float]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Mon, 03 Dec 2007 01:49:23 +0100</pubDate>
</item>
<item>
    <title>fix last leak as reported by valgrind</title>
    <link>http://hg.devl.cz/pyrit/log/5176ba000a67/Makefile</link>
    <description><![CDATA[fix last leak as reported by valgrind]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 25 Nov 2007 22:22:40 +0100</pubDate>
</item>
<item>
    <title>add Raytracer::setThreads()</title>
    <link>http://hg.devl.cz/pyrit/log/20bceb605f48/Makefile</link>
    <description><![CDATA[add Raytracer::setThreads()<br/>
resolved all memory leaks during rendering]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 25 Nov 2007 21:47:10 +0100</pubDate>
</item>
<item>
    <title>C++ demos: prepare infrastructure, add spheres_shadow.cc</title>
    <link>http://hg.devl.cz/pyrit/log/a0a3e334744f/Makefile</link>
    <description><![CDATA[C++ demos: prepare infrastructure, add spheres_shadow.cc<br/>
      rename Ray::a to Ray::o<br/>
      KdNode::shapes changed to pointer and added to union together with *children (to save memory)]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 25 Nov 2007 17:58:29 +0100</pubDate>
</item>
<item>
    <title>replace Plane with axis-aligned Box (because infinite Plane is not usable with kd-tree)</title>
    <link>http://hg.devl.cz/pyrit/log/fc18ac4833f2/Makefile</link>
    <description><![CDATA[replace Plane with axis-aligned Box (because infinite Plane is not usable with kd-tree)<br/>
fix memory leak in KdTree::nearest_intersection<br/>
rename BBox::R to BBox::H<br/>
new file: common.h (Eps and Inf constants)]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 25 Nov 2007 15:50:01 +0100</pubDate>
</item>
<item>
    <title>kd-tree: build algorithm - searching for all posible splits</title>
    <link>http://hg.devl.cz/pyrit/log/bf17f9f84c91/Makefile</link>
    <description><![CDATA[kd-tree: build algorithm - searching for all posible splits]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Thu, 22 Nov 2007 17:53:34 +0100</pubDate>
</item>
<item>
    <title>pthreads and other fixes for Windows</title>
    <link>http://hg.devl.cz/pyrit/log/d8d596d26f25/Makefile</link>
    <description><![CDATA[pthreads and other fixes for Windows]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 18 Nov 2007 11:20:56 +0100</pubDate>
</item>
<item>
    <title>resolve warnings from current g++</title>
    <link>http://hg.devl.cz/pyrit/log/2d97ea5e711a/Makefile</link>
    <description><![CDATA[resolve warnings from current g++]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sat, 17 Nov 2007 17:47:06 +0100</pubDate>
</item>
<item>
    <title>multi-threaded rendering via pthreads</title>
    <link>http://hg.devl.cz/pyrit/log/c73bc405ee7a/Makefile</link>
    <description><![CDATA[multi-threaded rendering via pthreads<br/>
added README]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sat, 17 Nov 2007 17:20:36 +0100</pubDate>
</item>
<item>
    <title>use python-config, strip python version from demos, change [PyRit] to [pyrit] -- should use unix name everywhere</title>
    <link>http://hg.devl.cz/pyrit/log/e74bf781067e/Makefile</link>
    <description><![CDATA[use python-config, strip python version from demos, change [PyRit] to [pyrit] -- should use unix name everywhere]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Mon, 29 Oct 2007 15:50:17 +0100</pubDate>
</item>
<item>
    <title>initial commit, raytracer source as written year ago and unchanged since 2007-03-25</title>
    <link>http://hg.devl.cz/pyrit/log/3547b885df7e/Makefile</link>
    <description><![CDATA[initial commit, raytracer source as written year ago and unchanged since 2007-03-25]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Thu, 25 Oct 2007 16:40:22 +0200</pubDate>
</item>

  </channel>
</rss>
