<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tww/src/JSystem/JFramework, branch main</title>
<subtitle>Decompilation of The Legend of Zelda: The Wind Waker (GCN)</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/'/>
<entry>
<title>d_a_movie_player 99% (#1003)</title>
<updated>2026-05-15T23:57:45+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2026-05-15T23:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=36ec2825ee8cae16f7f491b3f716f0144b90d1a4'/>
<id>36ec2825ee8cae16f7f491b3f716f0144b90d1a4</id>
<content type='text'>
* d_a_movie_player 99%

* Fix version differences</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* d_a_movie_player 99%

* Fix version differences</pre>
</div>
</content>
</entry>
<entry>
<title>JFWSystem OK</title>
<updated>2026-04-02T23:33:38+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2026-04-02T23:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=fb733364c8a75fea61c7fd54e8a008bc52a32644'/>
<id>fb733364c8a75fea61c7fd54e8a008bc52a32644</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GX Vertex Format Fixes (#938)</title>
<updated>2026-03-14T22:47:46+00:00</updated>
<author>
<name>Briggs Baltzell</name>
<email>briggsbaltzellb3@gmail.com</email>
</author>
<published>2026-03-14T22:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=f64d5000b622e00a9c59265075eaa696e09493e3'/>
<id>f64d5000b622e00a9c59265075eaa696e09493e3</id>
<content type='text'>
* Update vertex attribute formats in `d_a_hookshot.cpp` for improved correctness.

* Fix texture coordinate formats in `J3DSys.cpp` to use `GX_TEX_ST` for improved semantics.

* Update vertex attribute formats in `JFWDisplay.cpp` for improved semantics.

* Update texture coordinate vertex format in `J2DWindow.cpp` to use `GX_TEX_ST` for improved semantics.

* Refactor `J2DWindow.cpp` for improved readability: update constructor initialization style, inline function arguments, and add spacing for clarity in GX rendering logic.

* Update vertex attribute formats in `JUTResFont.cpp` for improved correctness and semantic clarity.

* Update vertex attribute format in `d_kankyo_rain.cpp` to use `GX_POS_XYZ` for improved correctness.

* Update texture coordinate formats in `d_ovlp_fade2.cpp` to use `GX_TEX_ST` for improved semantics.

* Update texture coordinate format in `d_ovlp_fade4.cpp` to use `GX_TEX_ST` for improved semantics

* Format vertex attribute and texture coordinate initialization in `d_a_goal_flag.cpp` for improved consistency and semantics.

* Update vertex attribute and texture coordinate formats in `d_a_majuu_flag.cpp` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `d_a_pirate_flag.cpp` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `d_a_sail.cpp` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `d_a_player_particle.inc` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `d_a_player_particle.inc` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `d_a_sea.cpp` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `d_wood.cpp` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `m_Do_ext.cpp` for improved correctness and semantics.

* Undid formatting of `halftofull` array in `JUTResFont.cpp`

* Update vertex attribute and texture coordinate formats in `d_tree.cpp` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `d_a_bwdg.cpp` for improved correctness and semantics.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update vertex attribute formats in `d_a_hookshot.cpp` for improved correctness.

* Fix texture coordinate formats in `J3DSys.cpp` to use `GX_TEX_ST` for improved semantics.

* Update vertex attribute formats in `JFWDisplay.cpp` for improved semantics.

* Update texture coordinate vertex format in `J2DWindow.cpp` to use `GX_TEX_ST` for improved semantics.

* Refactor `J2DWindow.cpp` for improved readability: update constructor initialization style, inline function arguments, and add spacing for clarity in GX rendering logic.

* Update vertex attribute formats in `JUTResFont.cpp` for improved correctness and semantic clarity.

* Update vertex attribute format in `d_kankyo_rain.cpp` to use `GX_POS_XYZ` for improved correctness.

* Update texture coordinate formats in `d_ovlp_fade2.cpp` to use `GX_TEX_ST` for improved semantics.

* Update texture coordinate format in `d_ovlp_fade4.cpp` to use `GX_TEX_ST` for improved semantics

* Format vertex attribute and texture coordinate initialization in `d_a_goal_flag.cpp` for improved consistency and semantics.

* Update vertex attribute and texture coordinate formats in `d_a_majuu_flag.cpp` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `d_a_pirate_flag.cpp` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `d_a_sail.cpp` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `d_a_player_particle.inc` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `d_a_player_particle.inc` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `d_a_sea.cpp` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `d_wood.cpp` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `m_Do_ext.cpp` for improved correctness and semantics.

* Undid formatting of `halftofull` array in `JUTResFont.cpp`

* Update vertex attribute and texture coordinate formats in `d_tree.cpp` for improved correctness and semantics.

* Update vertex attribute and texture coordinate formats in `d_a_bwdg.cpp` for improved correctness and semantics.</pre>
</div>
</content>
</entry>
<entry>
<title>Add JSystem PCH to fix weak function order (#904)</title>
<updated>2025-12-05T17:11:53+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-12-05T17:11:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=8ce8d2f5411d35329dc92ef65f29e2e7167f3830'/>
<id>8ce8d2f5411d35329dc92ef65f29e2e7167f3830</id>
<content type='text'>
* Add JSystem PCH

* Fix build issues, remove weak order fakematches, and fix functionvalue weak func order</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add JSystem PCH

* Fix build issues, remove weak order fakematches, and fix functionvalue weak func order</pre>
</div>
</content>
</entry>
<entry>
<title>Demo work (#786)</title>
<updated>2025-06-04T20:50:49+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-06-04T20:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=e24cbed36724b9ae422875a6da46b8c10d69ca19'/>
<id>e24cbed36724b9ae422875a6da46b8c10d69ca19</id>
<content type='text'>
* Demo work

* Fix PAL

* Fix d_door weak func order and link it

* Fix d_door for demo

* JKernel OK on demo + misc

* tag_attention 100% on demo

* More demo work and fix some retail fakematches</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Demo work

* Fix PAL

* Fix d_door weak func order and link it

* Fix d_door for demo

* JKernel OK on demo + misc

* tag_attention 100% on demo

* More demo work and fix some retail fakematches</pre>
</div>
</content>
</entry>
<entry>
<title>JUT cleanup</title>
<updated>2025-05-29T22:46:23+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-05-29T22:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=7e37357f66acb0aef87721d16daa9e1ea5dc05a1'/>
<id>7e37357f66acb0aef87721d16daa9e1ea5dc05a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix version defines</title>
<updated>2025-05-20T00:17:13+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-05-20T00:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=99c78680de41fc627ec5d2737b2639605e87ae32'/>
<id>99c78680de41fc627ec5d2737b2639605e87ae32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix priority type u32 -&gt; s32</title>
<updated>2025-03-11T01:17:59+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-03-11T00:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=b4a6abb1217c9fcb163d7a7373a0d8f9dbef93a6'/>
<id>b4a6abb1217c9fcb163d7a7373a0d8f9dbef93a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use _GX name typedefs</title>
<updated>2025-01-15T03:47:21+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-01-15T03:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=e620f9328b305ad947d8185fc46fb95210df1fa1'/>
<id>e620f9328b305ad947d8185fc46fb95210df1fa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>misc cleanup, mostly inlines</title>
<updated>2024-10-29T04:22:32+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2024-10-29T04:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=fab0d7a5ba8d8202e500e1208ae31a855ba3cbe3'/>
<id>fab0d7a5ba8d8202e500e1208ae31a855ba3cbe3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
