<feed xmlns='http://www.w3.org/2005/Atom'>
<title>df-lumberborne, branch trunk</title>
<subtitle>Changes dwarves to beavers in Dwarf Fortress.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.hawarth.com/df-lumberborne/'/>
<entry>
<title>refactor: redo the initial hello message</title>
<updated>2026-03-20T17:54:11+00:00</updated>
<author>
<name>Hawarth</name>
<email>hawarth@hawarth.com</email>
</author>
<published>2026-03-20T17:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hawarth.com/df-lumberborne/commit/?id=bcfad40c8944ec3f481244394e610a11fbf26f27'/>
<id>bcfad40c8944ec3f481244394e610a11fbf26f27</id>
<content type='text'>
Adds a lumberborne mod tag to the logger so if multiple mods are logging
to the same file, they can be differentiated from each other.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a lumberborne mod tag to the logger so if multiple mods are logging
to the same file, they can be differentiated from each other.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: make instructions username-agnostic</title>
<updated>2026-03-20T17:49:33+00:00</updated>
<author>
<name>Hawarth</name>
<email>hawarth@hawarth.com</email>
</author>
<published>2026-03-20T17:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hawarth.com/df-lumberborne/commit/?id=7ce3595d5357511023cba47d0237044a790830e9'/>
<id>7ce3595d5357511023cba47d0237044a790830e9</id>
<content type='text'>
Fixes a problem where the install instructions only worked for users
with the username 'hawarth'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a problem where the install instructions only worked for users
with the username 'hawarth'.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: add command to clean installed_mods directory</title>
<updated>2026-03-20T17:38:45+00:00</updated>
<author>
<name>Hawarth</name>
<email>hawarth@hawarth.com</email>
</author>
<published>2026-03-20T17:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hawarth.com/df-lumberborne/commit/?id=1d8a945a75d7904c79abb7c165736a77aec9786b'/>
<id>1d8a945a75d7904c79abb7c165736a77aec9786b</id>
<content type='text'>
Cleans the ~/.local/share/Bay\ 12\ Games/Dwarf\
Fortress/data/installed_mods/ directory so the game can properly refresh
the newly built/installed mod; otherwise the game will not register the
changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleans the ~/.local/share/Bay\ 12\ Games/Dwarf\
Fortress/data/installed_mods/ directory so the game can properly refresh
the newly built/installed mod; otherwise the game will not register the
changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: update description</title>
<updated>2026-03-20T17:37:59+00:00</updated>
<author>
<name>Hawarth</name>
<email>hawarth@hawarth.com</email>
</author>
<published>2026-03-20T17:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hawarth.com/df-lumberborne/commit/?id=792d998b30c92887b46f984b8f6263d4ca81e076'/>
<id>792d998b30c92887b46f984b8f6263d4ca81e076</id>
<content type='text'>
Updates the description to reflect the mod a bit better.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates the description to reflect the mod a bit better.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: update .gitignore</title>
<updated>2026-03-20T17:33:17+00:00</updated>
<author>
<name>Hawarth</name>
<email>hawarth@hawarth.com</email>
</author>
<published>2026-03-20T17:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hawarth.com/df-lumberborne/commit/?id=f2424c3755de9192f8c477c3b70dfa5e6680537a'/>
<id>f2424c3755de9192f8c477c3b70dfa5e6680537a</id>
<content type='text'>
Updates .gitignore to ignore some more files and directories generated
by the Makefile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates .gitignore to ignore some more files and directories generated
by the Makefile.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add basic Makefile</title>
<updated>2026-03-20T17:28:01+00:00</updated>
<author>
<name>Hawarth</name>
<email>hawarth@hawarth.com</email>
</author>
<published>2026-03-20T17:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hawarth.com/df-lumberborne/commit/?id=0e0cab6b0833d8917efd0f2c3a2676af5779161b'/>
<id>0e0cab6b0833d8917efd0f2c3a2676af5779161b</id>
<content type='text'>
Adds a basic Makefile that lets us package the mod into a directory ready
to be loaded into Dwarf Fortress with the install recipe.

Also lets us create a zip and tarball and has a clean recipe to remove
files generated by the Makefile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a basic Makefile that lets us package the mod into a directory ready
to be loaded into Dwarf Fortress with the install recipe.

Also lets us create a zip and tarball and has a clean recipe to remove
files generated by the Makefile.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: move logging to its own file</title>
<updated>2026-03-20T17:22:39+00:00</updated>
<author>
<name>Hawarth</name>
<email>hawarth@hawarth.com</email>
</author>
<published>2026-03-20T17:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hawarth.com/df-lumberborne/commit/?id=9b112d95c52c66d09ae30fd21076ba9f0c2350d1'/>
<id>9b112d95c52c66d09ae30fd21076ba9f0c2350d1</id>
<content type='text'>
Moves the log function from init.lua to logger.lua and then requires
logger.lua in init.lua.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moves the log function from init.lua to logger.lua and then requires
logger.lua in init.lua.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: init</title>
<updated>2026-03-20T14:10:38+00:00</updated>
<author>
<name>Hawarth</name>
<email>hawarth@hawarth.com</email>
</author>
<published>2026-03-20T14:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hawarth.com/df-lumberborne/commit/?id=d1066311b495a346a2e0b941858f9d60b8c3f011'/>
<id>d1066311b495a346a2e0b941858f9d60b8c3f011</id>
<content type='text'>
Initialises the project with an info.txt and init.lua, so that the mod
is picked up in Dwarf Fortress.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initialises the project with an info.txt and init.lua, so that the mod
is picked up in Dwarf Fortress.
</pre>
</div>
</content>
</entry>
</feed>
