<feed xmlns='http://www.w3.org/2005/Atom'>
<title>2ship2harkinian/src/code/z_camera.c, branch original</title>
<subtitle>2Ship2Harkinian: Majora’s Mask PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/'/>
<entry>
<title>OK</title>
<updated>2023-11-15T02:40:57+00:00</updated>
<author>
<name>Louis</name>
<email>35883445+louist103@users.noreply.github.com</email>
</author>
<published>2023-11-15T02:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=8e194033bc2a47b3942e219d90524bb2630c8de6'/>
<id>8e194033bc2a47b3942e219d90524bb2630c8de6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Animation Cleanup: En_L* and some En_M* (#1493)</title>
<updated>2023-11-15T00:46:54+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2023-11-15T00:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=d9585d7444cdd3a3fe0c49807163ce8132c11956'/>
<id>d9585d7444cdd3a3fe0c49807163ce8132c11956</id>
<content type='text'>
* cleanup L, some M

* small fix

* typo

* brackets

* more brackets</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cleanup L, some M

* small fix

* typo

* brackets

* more brackets</pre>
</div>
</content>
</entry>
<entry>
<title>Struct Returns (#1466)</title>
<updated>2023-11-07T13:52:09+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2023-11-07T13:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=dfb6c5b02c1d0c201d7201aa4b0b121d3f2d5683'/>
<id>dfb6c5b02c1d0c201d7201aa4b0b121d3f2d5683</id>
<content type='text'>
* change args

* more funcs

* cleanup

* play cleanup

* missed a file

* weird warnings

* missed some

* fix func from honotrap</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* change args

* more funcs

* cleanup

* play cleanup

* missed a file

* weird warnings

* missed some

* fix func from honotrap</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Camera_Update fake, match Play_UpdateMain &amp; Play_DrawMain NON_MATCHINGs (#1463)</title>
<updated>2023-11-05T23:48:19+00:00</updated>
<author>
<name>Alejandro Asenjo Nitti</name>
<email>96613413+sonicdcer@users.noreply.github.com</email>
</author>
<published>2023-11-05T23:48:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=5b4fddf16e3564a6703bc7601495365d5e57a3b9'/>
<id>5b4fddf16e3564a6703bc7601495365d5e57a3b9</id>
<content type='text'>
* Fix Camera_Update fake, match
Play_UpdateMain &amp; Play_DrawMain
NON_MATCHINGS

* remove unnecessary parenthesis

* extra parenthesis

* review

* NUM_CAMS</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix Camera_Update fake, match
Play_UpdateMain &amp; Play_DrawMain
NON_MATCHINGS

* remove unnecessary parenthesis

* extra parenthesis

* review

* NUM_CAMS</pre>
</div>
</content>
</entry>
<entry>
<title>match Play_UpdateMain &amp; Play_DrawMain</title>
<updated>2023-11-05T21:52:03+00:00</updated>
<author>
<name>Alejandro Javier Asenjo Nitti</name>
<email>alejandro.asenjo88@gmail.com</email>
</author>
<published>2023-11-05T21:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=3cda5a175d44dbb5e12ceedc92e30c5c790b7f8c'/>
<id>3cda5a175d44dbb5e12ceedc92e30c5c790b7f8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable `-Wint-conversion` warning (#1266)</title>
<updated>2023-11-01T23:07:38+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2023-11-01T23:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=f276d2b0e618f7fc95a35b629161561489203f39'/>
<id>f276d2b0e618f7fc95a35b629161561489203f39</id>
<content type='text'>
* fixing some warnings

* more pointer fixing

* Use `-Wno-int-conversion` on audio files

* more progress

* fix

* more pointer fixes

* kinda progress

* Fix remaining casts

* Format

* fix merge

* fix warnings

* fix parameter

* use SEGMENT_ROM_START_OFFSET a bit more

* format

* fix audio warnings

* some more fixes

* fix en_go

* review

* review

* whoops, missing cast

* review

* review

* -&gt;data

* format

* review

* fix

* asPtr

* fix

* Update src/code/sched.c

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;

* review

* fix in EnDnh

* improve format

* engo

* format

* fix

* format

* Update include/z64.h

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;

* TexturePtr

* fix warnings

* fix warnings

* format

* fix

* review

---------

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fixing some warnings

* more pointer fixing

* Use `-Wno-int-conversion` on audio files

* more progress

* fix

* more pointer fixes

* kinda progress

* Fix remaining casts

* Format

* fix merge

* fix warnings

* fix parameter

* use SEGMENT_ROM_START_OFFSET a bit more

* format

* fix audio warnings

* some more fixes

* fix en_go

* review

* review

* whoops, missing cast

* review

* review

* -&gt;data

* format

* review

* fix

* asPtr

* fix

* Update src/code/sched.c

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;

* review

* fix in EnDnh

* improve format

* engo

* format

* fix

* format

* Update include/z64.h

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;

* TexturePtr

* fix warnings

* fix warnings

* format

* fix

* review

---------

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>merge main</title>
<updated>2023-10-26T10:19:22+00:00</updated>
<author>
<name>engineer124</name>
<email>engineer124engineer124@gmail.com</email>
</author>
<published>2023-10-26T10:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=e46a451acea09783e9d9526c937fa559a4b1b6c5'/>
<id>e46a451acea09783e9d9526c937fa559a4b1b6c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>`code_80140E80` OK and preliminary documentation, Fbdemo_Wipe4 OK and documented (#1106)</title>
<updated>2023-10-26T06:42:24+00:00</updated>
<author>
<name>EllipticEllipsis</name>
<email>elliptic.ellipsis@gmail.com</email>
</author>
<published>2023-10-26T06:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=6bdb7c31ea6511a0ac892d6417beff36f5da6ecb'/>
<id>6bdb7c31ea6511a0ac892d6417beff36f5da6ecb</id>
<content type='text'>
* OK, start documentation

* More documentation

Co-authored-by: Tharo &lt;17233964+Thar0@users.noreply.github.com&gt;

* Decompile func_80167F0C

* FbdemoWipe4 OK and documented

* Mark bug in Wipe4

* More docs

Co-authored-by: Tharo &lt;17233964+Thar0@users.noreply.github.com&gt;

* Mark bug

* Few more notes

* Fix function in Play

* Format

* Review

* Name Play_PostWorldDraw

* functions.h...

* Revert func_80167F0C

* Review

* functions.h

* Review

* Update Wipe4

* Rename system

* Format

* Put skeleton back in the cupboard

* bss

* Fix build

* rename to z_visfbuf

* review

* format

* bss

* some bss cleanup

* review

* bss

* review

---------

Co-authored-by: Tharo &lt;17233964+Thar0@users.noreply.github.com&gt;
Co-authored-by: angie &lt;angheloalf95@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* OK, start documentation

* More documentation

Co-authored-by: Tharo &lt;17233964+Thar0@users.noreply.github.com&gt;

* Decompile func_80167F0C

* FbdemoWipe4 OK and documented

* Mark bug in Wipe4

* More docs

Co-authored-by: Tharo &lt;17233964+Thar0@users.noreply.github.com&gt;

* Mark bug

* Few more notes

* Fix function in Play

* Format

* Review

* Name Play_PostWorldDraw

* functions.h...

* Revert func_80167F0C

* Review

* functions.h

* Review

* Update Wipe4

* Rename system

* Format

* Put skeleton back in the cupboard

* bss

* Fix build

* rename to z_visfbuf

* review

* format

* bss

* some bss cleanup

* review

* bss

* review

---------

Co-authored-by: Tharo &lt;17233964+Thar0@users.noreply.github.com&gt;
Co-authored-by: angie &lt;angheloalf95@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Match `Camera_Battle1` (#1445)</title>
<updated>2023-10-21T16:17:47+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2023-10-21T16:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=425238fd5d0d6962e2c1c334c28a944593e91511'/>
<id>425238fd5d0d6962e2c1c334c28a944593e91511</id>
<content type='text'>
* match Camera_Battle1

* more cleanup

* more docs from OoT</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* match Camera_Battle1

* more cleanup

* more docs from OoT</pre>
</div>
</content>
</entry>
<entry>
<title>Match `Camera_KeepOn1` (#1447)</title>
<updated>2023-10-21T15:35:23+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2023-10-21T15:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=cbca59d49eb580a4eb0b59f63e62f7e60c35185e'/>
<id>cbca59d49eb580a4eb0b59f63e62f7e60c35185e</id>
<content type='text'>
* Match Camera_KeepOn1

* small cleanup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Match Camera_KeepOn1

* small cleanup</pre>
</div>
</content>
</entry>
</feed>
