<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tp/src/f_op/f_op_overlap_req.cpp, branch dol2asm</title>
<subtitle>Decompilation of The Legend of Zelda: Twilight Princess (GCN)</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tp/'/>
<entry>
<title>d_a_e_fz work, doxygen revamp (#2127)</title>
<updated>2024-04-12T06:10:30+00:00</updated>
<author>
<name>Pheenoh</name>
<email>pheenoh@gmail.com</email>
</author>
<published>2024-04-12T06:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tp/commit/?id=a61e3491f7c46b698514af50464cf71ba76bd3a3'/>
<id>a61e3491f7c46b698514af50464cf71ba76bd3a3</id>
<content type='text'>
* initial freezard actor struct + setActionMode OK

* daE_FZ_Draw

* setReflectAngle

* mBoundSoundset

* daE_FZ_Execute &amp; execute

* demoDelete

* daE_FZ_Delete &amp; _delete

* CreateHeap

* useHeapInit

* cc_set

* mtx_set

* action WIP

* way_gake_check

* executeRollMove

* executeMove

* draw WIP

* executeDamage

* checkpoint

* create

* checkpoint

* daE_FZ_c::executeWait

* checkpoint

* daE_FZ_c::damage_check almost done

* rm asm

* rm headers

* setup_profile WIP + doxygen update

* fix merge issues

* docs fix?

* fix2

* doxygen updates

* setup g_profile_E_FZ, profile setup script WIP

* update github actions

* update progress.md</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* initial freezard actor struct + setActionMode OK

* daE_FZ_Draw

* setReflectAngle

* mBoundSoundset

* daE_FZ_Execute &amp; execute

* demoDelete

* daE_FZ_Delete &amp; _delete

* CreateHeap

* useHeapInit

* cc_set

* mtx_set

* action WIP

* way_gake_check

* executeRollMove

* executeMove

* draw WIP

* executeDamage

* checkpoint

* create

* checkpoint

* daE_FZ_c::executeWait

* checkpoint

* daE_FZ_c::damage_check almost done

* rm asm

* rm headers

* setup_profile WIP + doxygen update

* fix merge issues

* docs fix?

* fix2

* doxygen updates

* setup g_profile_E_FZ, profile setup script WIP

* update github actions

* update progress.md</pre>
</div>
</content>
</entry>
<entry>
<title>Kytag00 / Vrbox2 work, some cphase / kankyo doc (#1886)</title>
<updated>2023-08-16T20:32:40+00:00</updated>
<author>
<name>TakaRikka</name>
<email>38417346+TakaRikka@users.noreply.github.com</email>
</author>
<published>2023-08-16T20:32:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tp/commit/?id=114582643fcdb8b99499984e7e8e1f6c4e0671da'/>
<id>114582643fcdb8b99499984e7e8e1f6c4e0671da</id>
<content type='text'>
* kytag00 work

* d_a_vrbox2 close to done

* rename cPhase enum values

* some enums from noclip / kankyo doc

* remove asm

* use macro

* uncomment ok-check.yml</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* kytag00 work

* d_a_vrbox2 close to done

* rename cPhase enum values

* some enums from noclip / kankyo doc

* remove asm

* use macro

* uncomment ok-check.yml</pre>
</div>
</content>
</entry>
<entry>
<title>d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)</title>
<updated>2023-08-16T19:07:52+00:00</updated>
<author>
<name>Pheenoh</name>
<email>pheenoh@gmail.com</email>
</author>
<published>2023-08-16T19:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tp/commit/?id=7fd7d0c1f3ac84a4f10b41fab925c18e0be0c5dc'/>
<id>7fd7d0c1f3ac84a4f10b41fab925c18e0be0c5dc</id>
<content type='text'>
* d_a_obj_carry work, SETUP_ACTOR macro

* rm headers, add script

* progress

* macro rename, consistent spacing</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* d_a_obj_carry work, SETUP_ACTOR macro

* rm headers, add script

* progress

* macro rename, consistent spacing</pre>
</div>
</content>
</entry>
<entry>
<title>Remove #includes from headers (#334)</title>
<updated>2023-05-12T19:10:14+00:00</updated>
<author>
<name>Jcw87</name>
<email>Jcw87@users.noreply.github.com</email>
</author>
<published>2023-05-12T19:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tp/commit/?id=221f40e6097dfe76c76602aa21aa07d5f760dce4'/>
<id>221f40e6097dfe76c76602aa21aa07d5f760dce4</id>
<content type='text'>
* add "global.h" to files that use it

* add MSL_C includes to files that use them

* remove dolphin includes from headers that don't need them

* remove JSupport includes from headers that don't need them

* remove JKernel includes from headers that don't need them

* remove JUtility includes from headers that don't need them

* remove J3D includes from headers that don't need them

* remove J2D includes from headers that don't need them

* remove JAudio2 includes from headers that don't need them

* remove Z2AudioLib includes from headers that don't need them

* remove JMessage includes from headers that don't need them

* remove JParticle includes from headers that don't need them

* remove SComponent includes from headers that don't need them

* remove dol includes from headers that don't need them

* sort includes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add "global.h" to files that use it

* add MSL_C includes to files that use them

* remove dolphin includes from headers that don't need them

* remove JSupport includes from headers that don't need them

* remove JKernel includes from headers that don't need them

* remove JUtility includes from headers that don't need them

* remove J3D includes from headers that don't need them

* remove J2D includes from headers that don't need them

* remove JAudio2 includes from headers that don't need them

* remove Z2AudioLib includes from headers that don't need them

* remove JMessage includes from headers that don't need them

* remove JParticle includes from headers that don't need them

* remove SComponent includes from headers that don't need them

* remove dol includes from headers that don't need them

* sort includes</pre>
</div>
</content>
</entry>
<entry>
<title>d_a_dmidna OK / f_op + misc cleanup (#276)</title>
<updated>2023-02-10T17:07:47+00:00</updated>
<author>
<name>TakaRikka</name>
<email>38417346+TakaRikka@users.noreply.github.com</email>
</author>
<published>2023-02-10T17:07:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tp/commit/?id=539edcf07715b965ffbfff6278292681e9b3b131'/>
<id>539edcf07715b965ffbfff6278292681e9b3b131</id>
<content type='text'>
* some f_op / d_insect cleanup

* rename some vars according to tww

* d_a_dmidna OK

* remove asm</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* some f_op / d_insect cleanup

* rename some vars according to tww

* d_a_dmidna OK

* remove asm</pre>
</div>
</content>
</entry>
<entry>
<title>d_camera / m_Do_ext / d_particle + minor various wip (#210)</title>
<updated>2022-10-03T22:26:26+00:00</updated>
<author>
<name>TakaRikka</name>
<email>38417346+TakaRikka@users.noreply.github.com</email>
</author>
<published>2022-10-03T22:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tp/commit/?id=4913395dbd1a33d794028ceb82579b4baffe954d'/>
<id>4913395dbd1a33d794028ceb82579b4baffe954d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move Z2Calc, c_math and f_op_draw_iter (#125)</title>
<updated>2021-05-02T17:46:36+00:00</updated>
<author>
<name>lepelog</name>
<email>lepelog@users.noreply.github.com</email>
</author>
<published>2021-05-02T17:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tp/commit/?id=63cd9416f2770b829a7c81c4a44b6d52d293e299'/>
<id>63cd9416f2770b829a7c81c4a44b6d52d293e299</id>
<content type='text'>
* Z2Calc

* port over c_math

* fop_draw_iter

Co-authored-by: Pheenoh &lt;pheenoh@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Z2Calc

* port over c_math

* fop_draw_iter

Co-authored-by: Pheenoh &lt;pheenoh@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'Julgodis/dol2asm_fullsplitt' into new-disasm-codecopy</title>
<updated>2021-04-19T16:11:56+00:00</updated>
<author>
<name>lepelog</name>
<email>lepelog@users.noreply.github.com</email>
</author>
<published>2021-04-19T16:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tp/commit/?id=a9c78b5b0bc85f45e4ed5a3e9f1ddc12c8c47308'/>
<id>a9c78b5b0bc85f45e4ed5a3e9f1ddc12c8c47308</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some f_op</title>
<updated>2021-04-08T23:22:16+00:00</updated>
<author>
<name>lepelog</name>
<email>lepelog@users.noreply.github.com</email>
</author>
<published>2021-04-08T23:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tp/commit/?id=8cfd681585f83e139bf980917923153664e51093'/>
<id>8cfd681585f83e139bf980917923153664e51093</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>building RELs</title>
<updated>2021-04-06T16:00:35+00:00</updated>
<author>
<name>Julgodis</name>
<email></email>
</author>
<published>2021-04-06T16:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tp/commit/?id=ed1ee30dd20ab15ba73b987f1e59b0dfc16d09b2'/>
<id>ed1ee30dd20ab15ba73b987f1e59b0dfc16d09b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
