<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/SMAPI.git/src/SMAPI/Framework/StateTracking/Snapshots, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/'/>
<entry>
<title>enable nullable annotations in the rest of SMAPI core (#837)</title>
<updated>2022-04-14T01:07:43+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-04-14T01:07:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=4adf8611131a5d86b15f017a42a0366837d14528'/>
<id>4adf8611131a5d86b15f017a42a0366837d14528</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable nullable annotations in SMAPI where no logic changes are needed (#837)</title>
<updated>2022-04-14T00:24:14+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-04-14T00:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=f39da383a17b368e92fd243cf155b27ba42671f3'/>
<id>f39da383a17b368e92fd243cf155b27ba42671f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable nullable annotations by default (#837)</title>
<updated>2022-04-07T01:48:55+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-04-07T01:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=2e7c233f6c9bf6430672b39f970a3324deba79dd'/>
<id>2e7c233f6c9bf6430672b39f970a3324deba79dd</id>
<content type='text'>
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove some unused/redundant code</title>
<updated>2022-04-06T22:25:00+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-04-06T22:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=077d8e4f401ad1806c6af0540f432366314a2300'/>
<id>077d8e4f401ad1806c6af0540f432366314a2300</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use target-typed new</title>
<updated>2022-04-06T22:24:59+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-04-06T22:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=a593eda30f82af474887d91458b0e9158f66fefc'/>
<id>a593eda30f82af474887d91458b0e9158f66fefc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use Array.Empty to avoid unneeded array allocations</title>
<updated>2022-02-11T05:49:49+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2022-02-11T05:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=4da9e954df3846d01aa0536f4e8143466a1d62f3'/>
<id>4da9e954df3846d01aa0536f4e8143466a1d62f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `World.FurnitureListChanged` event</title>
<updated>2021-05-26T18:50:49+00:00</updated>
<author>
<name>DiscipleOfEris</name>
<email>discipleoferis1@gmail.com</email>
</author>
<published>2021-05-26T18:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=b149e11338ba2dbaf030a70783d28b6be21ccf1e'/>
<id>b149e11338ba2dbaf030a70783d28b6be21ccf1e</id>
<content type='text'>
Create a new event available to SMAPI mods to track furniture changes. To facilitate the event, a `FurnitureListChangedEventArgs` class is added as well.

Fixes #778
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a new event available to SMAPI mods to track furniture changes. To facilitate the event, a `FurnitureListChangedEventArgs` class is added as well.

Fixes #778
</pre>
</div>
</content>
</entry>
<entry>
<title>minor cleanup</title>
<updated>2020-08-24T00:53:09+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2020-08-24T00:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=c37280222dac3409f78413d90c8e50f6d410b3d1'/>
<id>c37280222dac3409f78413d90c8e50f6d410b3d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unify item diff logic for players &amp; chests</title>
<updated>2020-01-01T23:52:24+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2020-01-01T23:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=e64a1220e309e8fc83e20833b8849de1721ec469'/>
<id>e64a1220e309e8fc83e20833b8849de1721ec469</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix location snapshot not updated for removed chests</title>
<updated>2020-01-01T05:22:29+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>Pathoschild@users.noreply.github.com</email>
</author>
<published>2020-01-01T05:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=c5cfcc6c9ff36a7fc05916de95889c21dc6849ea'/>
<id>c5cfcc6c9ff36a7fc05916de95889c21dc6849ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
