<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graf_karto/src/tool, 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>Change to polygongraph instead of polygon in roomtool</title>
<updated>2020-12-27T20:54:31Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2020-12-27T20:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=53d376eaeef991850d35318b147f75c8f103319d'/>
<id>urn:sha1:53d376eaeef991850d35318b147f75c8f103319d</id>
<content type='text'>
The polygon room tool used a convoluted process for determining what the
user actually wants to draw. I have changed to the polygon graph
instead, which makes the checks easier and restricts the user a bit
less. In the process however I found a serious problem with my handling
float, so everything needed to change to margin compares (which I of
course should have done in the beginning. Guys, take the warning
seriously and don't ignore it for ten years like I did. It will come
back to haunt you.. apparently) instead of direct equality.
</content>
</entry>
<entry>
<title>Add previously missing docs where appropriate</title>
<updated>2020-12-21T20:15:55Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2020-12-21T00:22:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=d7e9c3cc46d616c2fcd1a6e9f73adbb79c6570b4'/>
<id>urn:sha1:d7e9c3cc46d616c2fcd1a6e9f73adbb79c6570b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add dimensional indicator with scaling</title>
<updated>2020-12-20T15:41:52Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2020-12-20T02:58:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=48f321a80970ebeb8374072b1d2e0a4d297aa348'/>
<id>urn:sha1:48f321a80970ebeb8374072b1d2e0a4d297aa348</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add constant for default colours and selection tool</title>
<updated>2020-12-16T12:34:56Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2020-12-16T12:34:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=82d11b7d3e15d8175accf7579db1fbe528fc6583'/>
<id>urn:sha1:82d11b7d3e15d8175accf7579db1fbe528fc6583</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor to make interaction between tools easier</title>
<updated>2020-12-15T21:51:46Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2020-12-14T23:46:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=9799d3c6a8f0c242668203a1c70d7b6cfed3e855'/>
<id>urn:sha1:9799d3c6a8f0c242668203a1c70d7b6cfed3e855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #21 from LordSentox/wall-join</title>
<updated>2020-11-29T20:55:49Z</updated>
<author>
<name>Max Pernklau</name>
</author>
<published>2020-11-29T20:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=12eaf029210c37e158f696cc1f73277464365b58'/>
<id>urn:sha1:12eaf029210c37e158f696cc1f73277464365b58</id>
<content type='text'>
Make walls join nicer in corners
</content>
</entry>
<entry>
<title>Merge branch 'master' into wall-join</title>
<updated>2020-11-29T20:28:39Z</updated>
<author>
<name>Max Pernklau</name>
</author>
<published>2020-11-29T20:28:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=4f2eab931bed0ec86c6136e365ad3a1b3b8c4e87'/>
<id>urn:sha1:4f2eab931bed0ec86c6136e365ad3a1b3b8c4e87</id>
<content type='text'>
</content>
</entry>
</feed>
