<feed xmlns='http://www.w3.org/2005/Atom'>
<title>2ship2harkinian/mm/include/z64play.h, branch develop</title>
<subtitle>2Ship2Harkinian: Majora’s Mask PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/'/>
<entry>
<title>Document Update Actor Flags (#1762)</title>
<updated>2025-09-16T18:37:07+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2024-12-17T21:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=56e0cde29f2bfe87d164022ed9997ba10fabaf01'/>
<id>56e0cde29f2bfe87d164022ed9997ba10fabaf01</id>
<content type='text'>
* name flags, TODO: comments

* comments

* improve comments

* small cleanup

* cleanup comment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* name flags, TODO: comments

* comments

* improve comments

* small cleanup

* cleanup comment
</pre>
</div>
</content>
</entry>
<entry>
<title>Revamp "AnimationContext" Docs, now called "AnimTaskQueue" (#1692)</title>
<updated>2025-09-16T01:39:17+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2024-09-20T02:38:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=5313b86bc320cdd7583220d8a06044a4a00f2e65'/>
<id>5313b86bc320cdd7583220d8a06044a4a00f2e65</id>
<content type='text'>
* Import Oot Docs

* cleanup

* more cleanup

* cleanup

* small thing

* singular
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Import Oot Docs

* cleanup

* more cleanup

* cleanup

* small thing

* singular
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Room Documentation (#1678)</title>
<updated>2025-09-16T01:18:07+00:00</updated>
<author>
<name>mzxrules</name>
<email>mzxrules@gmail.com</email>
</author>
<published>2024-09-06T16:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=def1f38b850661f6ad24ab2ebb0183f6b45f3219'/>
<id>def1f38b850661f6ad24ab2ebb0183f6b45f3219</id>
<content type='text'>
* Implement Room Documentation

* nit

* Resolve Dragorn fixes (OoT)

* Resolve Fig suggestions, fix comment wording (OoT)

* hensldm nit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Implement Room Documentation

* nit

* Resolve Dragorn fixes (OoT)

* Resolve Fig suggestions, fix comment wording (OoT)

* hensldm nit
</pre>
</div>
</content>
</entry>
<entry>
<title>Another round of port cleanup and fixes</title>
<updated>2025-09-15T02:41:37+00:00</updated>
<author>
<name>Eblo</name>
<email>7004497+Eblo@users.noreply.github.com</email>
</author>
<published>2025-09-15T02:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=96b4d9a6bf2ab864feda94d5f5d4be984f48fe51'/>
<id>96b4d9a6bf2ab864feda94d5f5d4be984f48fe51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up "this" again</title>
<updated>2025-09-14T20:27:42+00:00</updated>
<author>
<name>Eblo</name>
<email>7004497+Eblo@users.noreply.github.com</email>
</author>
<published>2025-09-14T20:27:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=bfcda9c7b470329404e48cfea93adfd28f261d95'/>
<id>bfcda9c7b470329404e48cfea93adfd28f261d95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a `z64play.h` header (#1646)</title>
<updated>2025-09-14T20:09:03+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2024-06-25T19:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=11638bab73c6f56a26111c79f5421cb428e80df7'/>
<id>11638bab73c6f56a26111c79f5421cb428e80df7</id>
<content type='text'>
* z64play.h

* Move macros, functions and variables to header

* cleanup

* Reduce needed headers on z_collision_check

* Change play functions to take PlayState

* Move `Actor_ProcessInitChain` to `ichain.h`

* format

* Update src/code/z_play.c

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;

* Add macros.h to sys_math3d.c

* Rename SequenceContext to SceneSequences

---------

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* z64play.h

* Move macros, functions and variables to header

* cleanup

* Reduce needed headers on z_collision_check

* Change play functions to take PlayState

* Move `Actor_ProcessInitChain` to `ichain.h`

* format

* Update src/code/z_play.c

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;

* Add macros.h to sys_math3d.c

* Rename SequenceContext to SceneSequences

---------

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
