<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graf_karto/src/map, branch master</title>
<subtitle>Dungeon mapping tool because clearly there are not enough out there!
</subtitle>
<id>https://git.zwergenfreun.de/graf_karto/atom?h=master</id>
<link rel='self' href='https://git.zwergenfreun.de/graf_karto/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/'/>
<updated>2021-02-02T21:16:15Z</updated>
<entry>
<title>Rework graf karto to fit the client/server structure</title>
<updated>2021-02-02T21:16:15Z</updated>
<author>
<name>Arne Dußin</name>
</author>
<published>2021-01-27T13:01:50Z</published>
<link rel='alternate' type='text/html' href='https://git.zwergenfreun.de/graf_karto/commit/?id=f92e9f6f07b1e3834c2ca58ce3510734819d08e4'/>
<id>urn:sha1:f92e9f6f07b1e3834c2ca58ce3510734819d08e4</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>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>
<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>
</feed>
