<feed xmlns='http://www.w3.org/2005/Atom'>
<title>botw/src/KingSystem/Utils, branch master</title>
<subtitle>Decompilation of The Legend of Zelda: Breath of the Wild (Switch v1.5.0)</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/'/>
<entry>
<title>style: Fix coding guideline violations</title>
<updated>2026-01-14T15:35:17+00:00</updated>
<author>
<name>Jesse Dao</name>
<email>robloxian362@gmail.com</email>
</author>
<published>2026-01-14T15:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=046ec81bf0608473c39410a415aef534644ab4c7'/>
<id>046ec81bf0608473c39410a415aef534644ab4c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update agl, nnSdk, sead</title>
<updated>2024-08-28T12:41:29+00:00</updated>
<author>
<name>ThePixelGamer</name>
<email>thepixelmaster2354@gmail.com</email>
</author>
<published>2024-08-28T00:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=878f95dffbc967c2d6f3ae5de14b46c4d7c8aceb'/>
<id>878f95dffbc967c2d6f3ae5de14b46c4d7c8aceb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ksys/phys: Add RagdollController::getTransform and more</title>
<updated>2022-12-20T15:27:40+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2022-12-19T11:25:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=08ccaf9c3ce8c9ac637a5ea6b5e2f27799ec9fe2'/>
<id>08ccaf9c3ce8c9ac637a5ea6b5e2f27799ec9fe2</id>
<content type='text'>
Credit to @Dragorn421 for helping me figure out the rotation matrix
thing in the getTransform function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Credit to @Dragorn421 for helping me figure out the rotation matrix
thing in the getTransform function
</pre>
</div>
</content>
</entry>
<entry>
<title>ksys/phys: Implement more RagdollController functions</title>
<updated>2022-12-18T23:07:21+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2022-12-18T17:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=bdd2015a088f6331e809aad6a65ca8d239b5cae9'/>
<id>bdd2015a088f6331e809aad6a65ca8d239b5cae9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IteratorUtil: Fix missing constexpr on getIndex()</title>
<updated>2022-07-01T15:01:40+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2022-07-01T15:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=a58231b44a9dd32120b1d0c6389b2e025eecd596'/>
<id>a58231b44a9dd32120b1d0c6389b2e025eecd596</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IteratorUtil: Forward (non-reference) return types correctly</title>
<updated>2022-07-01T15:01:40+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2022-07-01T14:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=0912686d9b4a41fed203215be63f348161dc5e6e'/>
<id>0912686d9b4a41fed203215be63f348161dc5e6e</id>
<content type='text'>
With auto&amp;, an operator[] that returns a value (and not a reference)
would result in the proxy returning a reference to a local temporary,
which is UB
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With auto&amp;, an operator[] that returns a value (and not a reference)
would result in the proxy returning a reference to a local temporary,
which is UB
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix extra semicolons and enable -Wextra-semi warning</title>
<updated>2022-06-24T12:54:21+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2022-06-24T12:45:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=5b40c220e50140045ee99270d974bb8c0ab201c0'/>
<id>5b40c220e50140045ee99270d974bb8c0ab201c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ksys/util: Add range() and indexIter() for convenience</title>
<updated>2022-06-22T18:23:08+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2022-06-22T16:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=03410f3eb34b677575b0fd6241b4101af92435f2'/>
<id>03410f3eb34b677575b0fd6241b4101af92435f2</id>
<content type='text'>
- range() is similar to Python's range()

- indexIter() can be used to simplify `for (int i = 0, n = c.size(); i &lt; n; ++i)`
  index-based loops
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- range() is similar to Python's range()

- indexIter() can be used to simplify `for (int i = 0, n = c.size(); i &lt; n; ++i)`
  index-based loops
</pre>
</div>
</content>
</entry>
<entry>
<title>ksys/phys: Finish ModelBoneAccessor</title>
<updated>2022-05-01T20:10:06+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2022-04-18T22:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=32add253b39722673365cfa4795b6ce38574cdc3'/>
<id>32add253b39722673365cfa4795b6ce38574cdc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ksys: Remove BitSet.h from source file list</title>
<updated>2022-04-18T22:35:09+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2022-04-18T22:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=a566e7eacc901e7d3907e2acc8c367c4403ac9c8'/>
<id>a566e7eacc901e7d3907e2acc8c367c4403ac9c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
