<feed xmlns='http://www.w3.org/2005/Atom'>
<title>floormat.git/main, branch feature/bptr</title>
<subtitle>game project in early development</subtitle>
<id>http://ananke.misaki.pl/cgit/floormat.git/atom?h=feature%2Fbptr</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/floormat.git/atom?h=feature%2Fbptr'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/'/>
<updated>2024-05-02T20:54:16Z</updated>
<entry>
<title>compat/assert: reduce executable size</title>
<updated>2024-05-02T20:54:16Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-05-02T19:43:13Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=a108e12c505ab6d6a5577b6fb39166e049271221'/>
<id>urn:sha1:a108e12c505ab6d6a5577b6fb39166e049271221</id>
<content type='text'>
</content>
</entry>
<entry>
<title>script lifecycle mostly implemented</title>
<updated>2024-05-02T20:35:39Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-05-02T14:34:05Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=6abcd7d52cda334c58ec999d212491fc24f13c9d'/>
<id>urn:sha1:6abcd7d52cda334c58ec999d212491fc24f13c9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>b</title>
<updated>2024-05-02T20:35:38Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-05-02T03:42:30Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=da156d254f12426c565825f74e983f0204ba3a90'/>
<id>urn:sha1:da156d254f12426c565825f74e983f0204ba3a90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>first_frame wip</title>
<updated>2024-04-08T19:56:58Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-04-08T19:56:15Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=12d26cd1cb550eb79f48534bf0d26d1ffb63f0fe'/>
<id>urn:sha1:12d26cd1cb550eb79f48534bf0d26d1ffb63f0fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>editor: move duplicated code to pixel_to_point()</title>
<updated>2024-04-03T22:16:57Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-04-03T19:41:44Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=9bb683fe25e6c7cdaa50276433628dc0e1073f9f'/>
<id>urn:sha1:9bb683fe25e6c7cdaa50276433628dc0e1073f9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix cursor location on chunks with Y &lt; 0</title>
<updated>2024-04-03T22:14:45Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-04-03T16:22:32Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=6a6ea720da9bd265d2c636500f2915a0d75bb2af'/>
<id>urn:sha1:6a6ea720da9bd265d2c636500f2915a0d75bb2af</id>
<content type='text'>
That's one evil typo.
</content>
</entry>
<entry>
<title>fix assert when resuming from breakpoint</title>
<updated>2024-03-22T03:17:20Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-03-22T00:13:55Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=5f1de5633a9b53f12bf9c0923c790a3d8f0c96d7'/>
<id>urn:sha1:5f1de5633a9b53f12bf9c0923c790a3d8f0c96d7</id>
<content type='text'>
#0  0x00007fff5b83f1e7 in msvcrt!abort () from C:\Windows\System32\msvcrt.dll
#1  0x00007ff6b1d2a8d4 in floormat::object::alloc_frame_time&lt;unsigned int&gt; (dt=..., accum=@0xc622418: 36957033, hz=60, speed=10) at C:/repos/floormat/src/object.cpp:319
#2  0x00007ff6b1b9bfa8 in floormat::tests::(anonymous namespace)::pf_test::update_pre (this=0xc6b6d10, a=..., dt=...) at C:/repos/floormat/editor/tests/pathfinding.cpp:217
#3  0x00007ff6b1b99375 in floormat::app::tests_pre_update (this=0xf2be00, dt=...) at C:/repos/floormat/editor/tests.cpp:52
#4  0x00007ff6b1ba17ec in floormat::app::update (this=0xf2be00, dt=...) at C:/repos/floormat/editor/update.cpp:280
#5  0x00007ff6b1ba4534 in floormat::main_impl::do_update (this=0xf2bf50) at C:/repos/floormat/main/draw.cpp:43
#6  0x00007ff6b1ba465f in floormat::main_impl::drawEvent (this=0xf2bf50)
</content>
</entry>
<entry>
<title>ccc</title>
<updated>2024-03-19T13:32:18Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-03-18T00:45:19Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=151e6911a8aa56749edbbf0c15ab04752d96c2f3'/>
<id>urn:sha1:151e6911a8aa56749edbbf0c15ab04752d96c2f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up timer &amp; nanosecond includes</title>
<updated>2024-03-05T20:56:56Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-03-05T20:04:20Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=71d8fa55ab671ae152c420738b2d9d49f8f1106d'/>
<id>urn:sha1:71d8fa55ab671ae152c420738b2d9d49f8f1106d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>c</title>
<updated>2024-03-04T05:58:12Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-03-03T10:11:36Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=ba31abd91c5d783a382999f05720b5a116065338'/>
<id>urn:sha1:ba31abd91c5d783a382999f05720b5a116065338</id>
<content type='text'>
</content>
</entry>
</feed>
