<feed xmlns='http://www.w3.org/2005/Atom'>
<title>2ship2harkinian/src/code/z_play.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>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>c_keyframe</title>
<updated>2023-11-01T01:41:29+00:00</updated>
<author>
<name>RevoSucks</name>
<email>projectrevotpp@hotmail.com</email>
</author>
<published>2023-11-01T01:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=34c5be44cb680ecd6c6be4fc9343ed6138d8a79c'/>
<id>34c5be44cb680ecd6c6be4fc9343ed6138d8a79c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>z_map</title>
<updated>2023-10-31T23:49:57+00:00</updated>
<author>
<name>RevoSucks</name>
<email>projectrevotpp@hotmail.com</email>
</author>
<published>2023-10-31T23:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=233bdc84e73b3c05088c9b45c44418767d7aa6ce'/>
<id>233bdc84e73b3c05088c9b45c44418767d7aa6ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/main' into sys_math3d_bss</title>
<updated>2023-10-31T12:11:03+00:00</updated>
<author>
<name>angie</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2023-10-31T12:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=7f2782f9e4b22bfa59f46b63888f4c82e0ccb271'/>
<id>7f2782f9e4b22bfa59f46b63888f4c82e0ccb271</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>z_kankyo Decompiled (3 non-matching) (#1451)</title>
<updated>2023-10-31T03:50:11+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2023-10-31T03:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=83ceaf371748aa4b0fe6e54e8aaf879de01ce1d1'/>
<id>83ceaf371748aa4b0fe6e54e8aaf879de01ce1d1</id>
<content type='text'>
* z_Kankyo progress

* build OK

* progress

* more progress

* Kankyo WIP

* Add docs

* func_800FEAF4

* more docs

* func_800FEAF4

* improve Init

* Small cleanup

* kankyo data

* data cleanup

* Environment_DrawLensFlare

* Match Environment_UpdateSkybox

* Match Environment_DrawRainImpl

* Start on Environment_UpdateLights

* Match Environment_DrawSandstorm

* gRainDropDL

* Some light renamings

* Fix merge

* cleanup

* improve non-equivalents

* cleanup

* PR Review

* match Environment_UpdatePostmanEvents

* PR Review

* small improvement to Environment_UpdatePostmanEvents from anon

* more cleanup

* void

* bits

* fix comment

* improve Environment_UpdateLights

* Skybox Stars Docs

* PR Review

* fix merge

* macros

* Add comments

* PR Review

* gRandFloat

* bug

---------

Co-authored-by: Rozelette &lt;Uberpanzermensch@gmail.com&gt;
Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* z_Kankyo progress

* build OK

* progress

* more progress

* Kankyo WIP

* Add docs

* func_800FEAF4

* more docs

* func_800FEAF4

* improve Init

* Small cleanup

* kankyo data

* data cleanup

* Environment_DrawLensFlare

* Match Environment_UpdateSkybox

* Match Environment_DrawRainImpl

* Start on Environment_UpdateLights

* Match Environment_DrawSandstorm

* gRainDropDL

* Some light renamings

* Fix merge

* cleanup

* improve non-equivalents

* cleanup

* PR Review

* match Environment_UpdatePostmanEvents

* PR Review

* small improvement to Environment_UpdatePostmanEvents from anon

* more cleanup

* void

* bits

* fix comment

* improve Environment_UpdateLights

* Skybox Stars Docs

* PR Review

* fix merge

* macros

* Add comments

* PR Review

* gRandFloat

* bug

---------

Co-authored-by: Rozelette &lt;Uberpanzermensch@gmail.com&gt;
Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' into sys_math3d_bss</title>
<updated>2023-10-27T21:06:27+00:00</updated>
<author>
<name>engineer124</name>
<email>engineer124engineer124@gmail.com</email>
</author>
<published>2023-10-27T21:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=cbbd7ce4fef6317893c6bb59219ef66b9910824c'/>
<id>cbbd7ce4fef6317893c6bb59219ef66b9910824c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
