<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oot/src/code/rand.c, branch main</title>
<subtitle>Decompilation of The Legend of Zelda: Ocarina of Time</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/'/>
<entry>
<title>[headers 9] Add src/libc64/ and new "z64" rand.h (#2164)</title>
<updated>2024-09-08T21:11:41+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2024-09-08T21:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=c7ec814d7897456ecdf1772e395a13f048b5133d'/>
<id>c7ec814d7897456ecdf1772e395a13f048b5133d</id>
<content type='text'>
* rand.h -&gt; libc64/qrand.h

* Add rand.h with z64 rand wrappers

* yeet comment

* code/rand.c -&gt; libc64/qrand.c

* fixup

* move libc64 source to src/libc64/

* fix

* bss

* update file splits disasm metadata</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rand.h -&gt; libc64/qrand.h

* Add rand.h with z64 rand wrappers

* yeet comment

* code/rand.c -&gt; libc64/qrand.c

* fixup

* move libc64 source to src/libc64/

* fix

* bss

* update file splits disasm metadata</pre>
</div>
</content>
</entry>
<entry>
<title>Miscellaneous libultra header fixes (#2139)</title>
<updated>2024-09-06T12:46:44+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-09-06T12:46:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=2ce648a7c674b08fbfe9d4ced935b4e4956963ac'/>
<id>2ce648a7c674b08fbfe9d4ced935b4e4956963ac</id>
<content type='text'>
* Miscellaneous libultra header fixes

* Fix bss?

* Reword RCP timeout</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Miscellaneous libultra header fixes

* Fix bss?

* Reword RCP timeout</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up uses of !PLATFORM_N64 vs PLATFORM_GC (#2134)</title>
<updated>2024-09-06T09:18:59+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-09-06T09:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=53b2110373eb506d9c035697c0719851a77936d4'/>
<id>53b2110373eb506d9c035697c0719851a77936d4</id>
<content type='text'>
* Clean up uses of !PLATFORM_N64 vs PLATFORM_GC

* Put N64 button colors first</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Clean up uses of !PLATFORM_N64 vs PLATFORM_GC

* Put N64 button colors first</pre>
</div>
</content>
</entry>
<entry>
<title>[ntsc-1.2] Match __osMalloc.c and code_800FC620.c (new/delete) (#2106)</title>
<updated>2024-09-04T09:10:14+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-09-04T09:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=c6d7cc7697c67989b1f018ae2bc934f6677c09b7'/>
<id>c6d7cc7697c67989b1f018ae2bc934f6677c09b7</id>
<content type='text'>
* Match __osMalloc

* Match src/code/code_800FC620.c (new/delete)

* Wrap versions-specific files in ifdefs to fix compilation

* Fix bss

* Remove {FAULT,RAND,OSMALLOC}_VERSION in favor of PLATFORM_N64

* Fix __osMalloc data splits, add unused strings

* __osMalloc.h -&gt; osMalloc.h

* Fix merge</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Match __osMalloc

* Match src/code/code_800FC620.c (new/delete)

* Wrap versions-specific files in ifdefs to fix compilation

* Fix bss

* Remove {FAULT,RAND,OSMALLOC}_VERSION in favor of PLATFORM_N64

* Fix __osMalloc data splits, add unused strings

* __osMalloc.h -&gt; osMalloc.h

* Fix merge</pre>
</div>
</content>
</entry>
<entry>
<title>[ntsc-1.2] Match rand.c (#2097)</title>
<updated>2024-08-30T12:56:00+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2024-08-30T12:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=1eeb03e5bb1c7b29b2f6148b0bc51aa712863610'/>
<id>1eeb03e5bb1c7b29b2f6148b0bc51aa712863610</id>
<content type='text'>
* [ntsc-1.2] Match rand.c

* Comment on N64 Rand_ZeroOne taking the low random bits

Co-authored-by: Tharo &lt;17233964+Thar0@users.noreply.github.com&gt;

---------

Co-authored-by: Tharo &lt;17233964+Thar0@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [ntsc-1.2] Match rand.c

* Comment on N64 Rand_ZeroOne taking the low random bits

Co-authored-by: Tharo &lt;17233964+Thar0@users.noreply.github.com&gt;

---------

Co-authored-by: Tharo &lt;17233964+Thar0@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Experiment: remove global.h dependency from sys_math, sys_math3d, z_lib (#1956)</title>
<updated>2024-06-19T04:00:23+00:00</updated>
<author>
<name>mzxrules</name>
<email>mzxrules@gmail.com</email>
</author>
<published>2024-06-19T04:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=8d83727429602d422a524d00244f16f46ea8e70e'/>
<id>8d83727429602d422a524d00244f16f46ea8e70e</id>
<content type='text'>
* split sys_math, sys_math3d, z_lib from global.h

* suggestions

* forgot this

* more math stuff

* nit fix

* re-add ichain.h

* resolve tharo's comments</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* split sys_math, sys_math3d, z_lib from global.h

* suggestions

* forgot this

* more math stuff

* nit fix

* re-add ichain.h

* resolve tharo's comments</pre>
</div>
</content>
</entry>
<entry>
<title>RNG doc (#1892)</title>
<updated>2024-02-27T03:21:25+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2024-02-27T03:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=7f64ace8f0d38b83c1e616b74994cc0ef043de3a'/>
<id>7f64ace8f0d38b83c1e616b74994cc0ef043de3a</id>
<content type='text'>
* RNG doc

* Add some missing note qualifiers in comments

* code_800FD970 -&gt; rand in Makefile and disasm CSVs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* RNG doc

* Add some missing note qualifiers in comments

* code_800FD970 -&gt; rand in Makefile and disasm CSVs</pre>
</div>
</content>
</entry>
</feed>
