<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graf_karto/src, branch input</title>
<subtitle>Dungeon mapping tool because clearly there are not enough out there!
</subtitle>
<id>https://git.zwergenfreun.de/graf_karto/atom?h=input</id>
<link rel='self' href='https://git.zwergenfreun.de/graf_karto/atom?h=input'/>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/'/>
<updated>2021-01-17T12:33:04Z</updated>
<entry>
<title>Input revamp to make keybindings controlable.</title>
<updated>2021-01-17T12:33:04Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2021-01-17T12:33:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=51b7747e62c189d430318c67368a5c84e50ece61'/>
<id>urn:sha1:51b7747e62c189d430318c67368a5c84e50ece61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename PolygonRoom to just Room</title>
<updated>2021-01-11T15:02:03Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2021-01-11T13:21:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=b1179849c28e50c39ac3c94af9dda86ee24beca0'/>
<id>urn:sha1:b1179849c28e50c39ac3c94af9dda86ee24beca0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rect rooms are now normal polygon rooms in data</title>
<updated>2021-01-11T11:10:16Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2021-01-11T11:10:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=ec071d5bc677101c0168b5fb3065f2d928234ed9'/>
<id>urn:sha1:ec071d5bc677101c0168b5fb3065f2d928234ed9</id>
<content type='text'>
Before there was an extra data type for rectangular rooms. This is now
changed, with the rectangle tool remaining, to create these often
required rooms faster, but the data type is just a normal polygon that
is generated from a rect to reduce redundancy.
</content>
</entry>
<entry>
<title>Fix warnings</title>
<updated>2021-01-08T22:48:10Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2021-01-08T22:48:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=ad1e79a517ce64eda7b06bb1567d3df070813dca'/>
<id>urn:sha1:ad1e79a517ce64eda7b06bb1567d3df070813dca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CLI not capturing keyboard</title>
<updated>2021-01-08T15:08:09Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2021-01-08T15:08:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=b8a9c3464a7ec4c60073fb4441129fa97b36442a'/>
<id>urn:sha1:b8a9c3464a7ec4c60073fb4441129fa97b36442a</id>
<content type='text'>
This is not a very nice solution and is due to limitations of raylib.
Since I want to change the way input is handled in the future this is an
okay solution, but when overhauling the input needs to be changed.
</content>
</entry>
<entry>
<title>Rename save to write for vim mnemonics compatibility</title>
<updated>2021-01-08T14:57:52Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2021-01-08T14:57:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=60327dd3ef85a263173e6275cb122c9191c030fe'/>
<id>urn:sha1:60327dd3ef85a263173e6275cb122c9191c030fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into snapping</title>
<updated>2021-01-06T21:56:37Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2021-01-06T21:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=fa1afb6be3ba2d521eb0791edc0bb8e631a85327'/>
<id>urn:sha1:fa1afb6be3ba2d521eb0791edc0bb8e631a85327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #25 from LordSentox/better-polygons</title>
<updated>2021-01-06T21:44:08Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2021-01-06T21:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=30b23db9e86fdf72a4e7de72213df274ce19123e'/>
<id>urn:sha1:30b23db9e86fdf72a4e7de72213df274ce19123e</id>
<content type='text'>
Change to polygongraph instead of polygon in roomtool</content>
</entry>
<entry>
<title>Add loading capabilities back</title>
<updated>2021-01-06T21:47:34Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2021-01-06T21:47:34Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=0eada0bdcb36a9907c6c928aa707ed6bef03c02f'/>
<id>urn:sha1:0eada0bdcb36a9907c6c928aa707ed6bef03c02f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add CLI with save feature</title>
<updated>2021-01-06T20:32:48Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2021-01-06T20:32:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=61d255a420c9d977b46670e7fa9e7735d2acf819'/>
<id>urn:sha1:61d255a420c9d977b46670e7fa9e7735d2acf819</id>
<content type='text'>
</content>
</entry>
</feed>
