<feed xmlns='http://www.w3.org/2005/Atom'>
<title>botw/src/KingSystem/Physics/System/physSystemData.cpp, 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>ksys/phys: Move RagdollControllerKeyList to Ragdoll folder</title>
<updated>2022-01-07T00:33:26+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2022-01-07T00:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=53c5d0342027160ab9c0f7fb2f9fd44d8dd7ac1a'/>
<id>53c5d0342027160ab9c0f7fb2f9fd44d8dd7ac1a</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: Start adding RigidContactPoints</title>
<updated>2021-12-29T01:19:32+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2021-12-27T20:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=b513fbbf03dddaaf9084dd8358a656380f73c3d2'/>
<id>b513fbbf03dddaaf9084dd8358a656380f73c3d2</id>
<content type='text'>
Super messy stuff. I have no idea what it's used for
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Super messy stuff. I have no idea what it's used for
</pre>
</div>
</content>
</entry>
<entry>
<title>ksys/phys: Fix parameter names for ContactMgr</title>
<updated>2021-12-27T12:03:43+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2021-12-27T12:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=e187c1ecfd7eeae05b2f7e9bf8f3719850e1a845'/>
<id>e187c1ecfd7eeae05b2f7e9bf8f3719850e1a845</id>
<content type='text'>
forgot to rename the parameters in SystemData
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
forgot to rename the parameters in SystemData
</pre>
</div>
</content>
</entry>
<entry>
<title>ksys/phys: Start adding ContactMgr</title>
<updated>2021-12-27T12:00:03+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2021-12-26T13:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=536a00138ea315814709cfda942dad9c2a3e31d8'/>
<id>536a00138ea315814709cfda942dad9c2a3e31d8</id>
<content type='text'>
Also renames ContactInfoTable to ContactMgr because the contact info
table is a separate data structure that's managed by ContactMgr;
the manager itself handles more than just the table data
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also renames ContactInfoTable to ContactMgr because the contact info
table is a separate data structure that's managed by ContactMgr;
the manager itself handles more than just the table data
</pre>
</div>
</content>
</entry>
<entry>
<title>ksys/phys: Finish SystemData and start implementing GroupFilter</title>
<updated>2021-12-24T20:48:41+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2021-12-22T15:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=a816125247419be2a3b581e136d88b9ecf8a8a09'/>
<id>a816125247419be2a3b581e136d88b9ecf8a8a09</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 some prerequisites for ContactInfoTable</title>
<updated>2021-10-30T14:17:39+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2021-10-30T10:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=d10dd65dcd371c87012b31700a871a8d6c5a9aa1'/>
<id>d10dd65dcd371c87012b31700a871a8d6c5a9aa1</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: Start adding SystemData</title>
<updated>2021-10-30T10:17:26+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2021-10-28T18:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=70aaa429fe82098d954d0945bfb1b8253a7fa45a'/>
<id>70aaa429fe82098d954d0945bfb1b8253a7fa45a</id>
<content type='text'>
- SystemData (WIP)
- MaterialTable (should be complete)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- SystemData (WIP)
- MaterialTable (should be complete)
</pre>
</div>
</content>
</entry>
</feed>
