<feed xmlns='http://www.w3.org/2005/Atom'>
<title>floormat.git/editor, branch master</title>
<subtitle>game project in early development</subtitle>
<id>http://ananke.misaki.pl/cgit/floormat.git/atom?h=master</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/floormat.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/'/>
<updated>2025-02-05T06:01:13Z</updated>
<entry>
<title>fix build on newer imgui</title>
<updated>2025-02-05T06:01:13Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2025-02-05T06:01:13Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=04fc98eaf5985c11a10b7d6b2caf660ec68b4a6c'/>
<id>urn:sha1:04fc98eaf5985c11a10b7d6b2caf660ec68b4a6c</id>
<content type='text'>
Note that in the imgui inspector code, `WantReloadUserBuf` is necessary
to support wrapping around offset/tile/chunk coordinates on continuous
press of one of the +- buttons.

See original commit fc5ec6178.
</content>
</entry>
<entry>
<title>fix gcc build due to missing include &lt;utility&gt;</title>
<updated>2025-02-05T05:22:44Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2025-02-05T05:00:10Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=9e1abf6d3b89b8901fd639283fa2b45402954932'/>
<id>urn:sha1:9e1abf6d3b89b8901fd639283fa2b45402954932</id>
<content type='text'>
</content>
</entry>
<entry>
<title>switch to Corrade pair impl from stl</title>
<updated>2025-02-05T05:22:43Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2025-02-05T04:17:47Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=ab13ab5f71a5b09de3b9526feca2ed7c564cee7e'/>
<id>urn:sha1:ab13ab5f71a5b09de3b9526feca2ed7c564cee7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix CI warning</title>
<updated>2024-11-15T19:52:44Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-11-15T19:51:56Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=87357a0ae16d4b86c5f2d6fa0dbbd57d00bf9c0b'/>
<id>urn:sha1:87357a0ae16d4b86c5f2d6fa0dbbd57d00bf9c0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wip to rebase</title>
<updated>2024-10-28T14:10:45Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-10-28T02:07:00Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=936fc578a825a04a58fce5d6bea518b1b02694f1'/>
<id>urn:sha1:936fc578a825a04a58fce5d6bea518b1b02694f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove object::gone</title>
<updated>2024-08-12T10:25:56Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-08-11T10:12:34Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=32e5545c8c50f0d16adde2aef9d7b50de01c90b2'/>
<id>urn:sha1:32e5545c8c50f0d16adde2aef9d7b50de01c90b2</id>
<content type='text'>
With `bptr::destroy()` there's no need to be extra careful anymore.
</content>
</entry>
<entry>
<title>initialize Math::Vector directly from arrays</title>
<updated>2024-08-11T10:02:20Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-08-11T10:02:20Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=402acc4bc8c525b1585465b5ed888142d5375094'/>
<id>urn:sha1:402acc4bc8c525b1585465b5ed888142d5375094</id>
<content type='text'>
Following Magnum change.
</content>
</entry>
<entry>
<title>editor: stop using deprecated imgui API</title>
<updated>2024-08-11T09:42:04Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-08-11T09:42:04Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=8b0e64c8561123ee7b46ca25d323167e0407aa27'/>
<id>urn:sha1:8b0e64c8561123ee7b46ca25d323167e0407aa27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>editor: now use bptr&lt;object&gt;::destroy()</title>
<updated>2024-08-11T09:07:54Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-08-09T07:48:11Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=bd6400ca442b1ee2d4deb6fede68c00e70999d9e'/>
<id>urn:sha1:bd6400ca442b1ee2d4deb6fede68c00e70999d9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>editor: fix use after free</title>
<updated>2024-08-11T09:07:54Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-08-09T07:45:06Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/floormat.git/commit/?id=601915244264ed265c1ca1808a6bb2842cab2286'/>
<id>urn:sha1:601915244264ed265c1ca1808a6bb2842cab2286</id>
<content type='text'>
</content>
</entry>
</feed>
