<feed xmlns='http://www.w3.org/2005/Atom'>
<title>daw/src/state.c, branch master</title>
<subtitle>A tiny game engine</subtitle>
<id>https://git.nelin.dk/daw/atom?h=master</id>
<link rel='self' href='https://git.nelin.dk/daw/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/daw/'/>
<updated>2025-12-18T21:14:13Z</updated>
<entry>
<title>Add instance to state init &amp; update</title>
<updated>2025-12-18T21:14:13Z</updated>
<author>
<name>onelin</name>
<email>oscar@nelin.dk</email>
</author>
<published>2025-11-28T20:16:32Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/daw/commit/?id=7649615f710754582dcd6f9d17be30ad4682ca40'/>
<id>urn:sha1:7649615f710754582dcd6f9d17be30ad4682ca40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix state update type</title>
<updated>2025-11-28T20:01:00Z</updated>
<author>
<name>onelin</name>
<email>oscar@nelin.dk</email>
</author>
<published>2025-11-28T19:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/daw/commit/?id=9175e44d16dbda51d26d90fdacea7fc7b0a3c9cc'/>
<id>urn:sha1:9175e44d16dbda51d26d90fdacea7fc7b0a3c9cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Flatten project structure</title>
<updated>2025-11-02T22:07:17Z</updated>
<author>
<name>onelin</name>
<email>oscar@nelin.dk</email>
</author>
<published>2025-10-31T23:55:42Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/daw/commit/?id=d38deeef3af2316a666f8fc0173940bd769b748e'/>
<id>urn:sha1:d38deeef3af2316a666f8fc0173940bd769b748e</id>
<content type='text'>
This will make it easier to break up the code into smaller chunks again
later.

One would think doing this seems fun to me at this point.
</content>
</entry>
<entry>
<title>Organize the sourcefiles</title>
<updated>2024-02-05T16:48:20Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2024-02-05T16:36:47Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/daw/commit/?id=e85f81ec109782a01f1f741d4c2ed5f21af0c124'/>
<id>urn:sha1:e85f81ec109782a01f1f741d4c2ed5f21af0c124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The great formattening!</title>
<updated>2023-10-30T22:12:34Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2023-10-30T22:11:54Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/daw/commit/?id=5c0311ff3095a5dd30fb15db54aa394498dd2bcf'/>
<id>urn:sha1:5c0311ff3095a5dd30fb15db54aa394498dd2bcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move input stuffs into input.{h,c}</title>
<updated>2023-08-15T07:10:08Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2023-08-15T07:10:08Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/daw/commit/?id=479b155fa1624ccbb3df19d827088c4093b5b6a4'/>
<id>urn:sha1:479b155fa1624ccbb3df19d827088c4093b5b6a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add memory freeing to input contexts</title>
<updated>2023-08-14T10:13:07Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2023-08-14T09:44:23Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/daw/commit/?id=b1d81e1b1fd59519119dc3e77333d51b0d5b2458'/>
<id>urn:sha1:b1d81e1b1fd59519119dc3e77333d51b0d5b2458</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Duplicate function names instead of copying pointers</title>
<updated>2023-08-14T10:12:17Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2023-08-14T09:23:54Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/daw/commit/?id=b88e3cb9e61aaa151d2072879e3382cb3af3485e'/>
<id>urn:sha1:b88e3cb9e61aaa151d2072879e3382cb3af3485e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Return result of refresh input</title>
<updated>2023-08-14T10:12:17Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2023-08-14T09:13:56Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/daw/commit/?id=30a5982b4ec9eb0bfdbca5f85f742ec2adf9ab3c'/>
<id>urn:sha1:30a5982b4ec9eb0bfdbca5f85f742ec2adf9ab3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add reloading of state-specific keybindings bindings</title>
<updated>2023-08-14T10:11:29Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2023-08-02T14:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/daw/commit/?id=378f91b70c54cc111684f4a3a8f2b868af570fd8'/>
<id>urn:sha1:378f91b70c54cc111684f4a3a8f2b868af570fd8</id>
<content type='text'>
</content>
</entry>
</feed>
