<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Starship/src/libultra/libc, branch 360floors</title>
<subtitle>Starship: Star Fox 64 PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Starship/'/>
<entry>
<title>Merge branch 'master' into otr</title>
<updated>2024-09-17T22:14:09+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-04-09T00:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Starship/commit/?id=3892bcefa20e4262a676466050d5810b04454faa'/>
<id>3892bcefa20e4262a676466050d5810b04454faa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MOD: FPS COUNTER (#216)</title>
<updated>2024-04-20T19:18:09+00:00</updated>
<author>
<name>Alejandro Asenjo Nitti</name>
<email>96613413+sonicdcer@users.noreply.github.com</email>
</author>
<published>2024-04-20T19:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Starship/commit/?id=1272524325c5e0bbd33be3296d34c6cdad3e4c92'/>
<id>1272524325c5e0bbd33be3296d34c6cdad3e4c92</id>
<content type='text'>
* progress

* working

* move to Play_Draw

* remove mods.h include from fox_hud

* fix name

* __floatundisf needed by GCC

* Improve level select

* __floatundisf in yaml for GCC

* jump directly to level loading in Map_LevelSelect

* comments

* fix level select

* AVOID_UB in audio

* stable flags

* fix UB in AudioHeap_DiscardSampleCaches co-authored-by: @petrie911

* fox_map fix

* move frame counter a few pixels to the right

* format

* add measurement correction for overclocked N64s</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* progress

* working

* move to Play_Draw

* remove mods.h include from fox_hud

* fix name

* __floatundisf needed by GCC

* Improve level select

* __floatundisf in yaml for GCC

* jump directly to level loading in Map_LevelSelect

* comments

* fix level select

* AVOID_UB in audio

* stable flags

* fix UB in AudioHeap_DiscardSampleCaches co-authored-by: @petrie911

* fox_map fix

* move frame counter a few pixels to the right

* format

* add measurement correction for overclocked N64s</pre>
</div>
</content>
</entry>
<entry>
<title>First compilation, we just need more stupid assets</title>
<updated>2024-04-06T10:32:13+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-03-24T08:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Starship/commit/?id=641a43cbf9b4f4c4f545218e201fb58bbe15fcd7'/>
<id>641a43cbf9b4f4c4f545218e201fb58bbe15fcd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove assets.h from global.h, some other header adjustments (#174)</title>
<updated>2024-03-21T20:19:38+00:00</updated>
<author>
<name>petrie911</name>
<email>69443847+petrie911@users.noreply.github.com</email>
</author>
<published>2024-03-21T20:19:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Starship/commit/?id=4a572e7e30173cf9d643ffa63c711a92b358d016'/>
<id>4a572e7e30173cf9d643ffa63c711a92b358d016</id>
<content type='text'>
* splits

* torch

* torch again

* headers

* merges

* format</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* splits

* torch

* torch again

* headers

* merges

* format</pre>
</div>
</content>
</entry>
<entry>
<title>Match Libultra (#120)</title>
<updated>2024-02-14T15:24:31+00:00</updated>
<author>
<name>Lywx</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-02-14T15:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Starship/commit/?id=902dc0b82976e020a7a08620b59263eff58b6134'/>
<id>902dc0b82976e020a7a08620b59263eff58b6134</id>
<content type='text'>
* Matched perspective, contquery, contreaddata, recvmesg and sendmesg

* Fixed libultra compilation flags

* Matched viblack

* Matched virepeatline, visetmode, visetspecial and viswapbuf

* Matched cartrominit, dpsetstat, sptask, sptaskyield, visetevent, createthread, gettime, setthreadpri, settime, settimer and starthread

* Fixed bss bs

* Matched even more libultra stuff

* Matched even more

* __osRdbSend

* Decompiled most of the functions of libultra &lt;3

* Matched last functions

* Added a separation to libultra macros

* Removed ARRLEN from controller.h

* Fix libultra warnings

---------

Co-authored-by: Alejandro Javier Asenjo Nitti &lt;alejandro.asenjo88@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Matched perspective, contquery, contreaddata, recvmesg and sendmesg

* Fixed libultra compilation flags

* Matched viblack

* Matched virepeatline, visetmode, visetspecial and viswapbuf

* Matched cartrominit, dpsetstat, sptask, sptaskyield, visetevent, createthread, gettime, setthreadpri, settime, settimer and starthread

* Fixed bss bs

* Matched even more libultra stuff

* Matched even more

* __osRdbSend

* Decompiled most of the functions of libultra &lt;3

* Matched last functions

* Added a separation to libultra macros

* Removed ARRLEN from controller.h

* Fix libultra warnings

---------

Co-authored-by: Alejandro Javier Asenjo Nitti &lt;alejandro.asenjo88@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fully split and name libultra, and also decomp 3404 (#16)</title>
<updated>2023-11-04T22:45:03+00:00</updated>
<author>
<name>petrie911</name>
<email>69443847+petrie911@users.noreply.github.com</email>
</author>
<published>2023-11-04T22:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Starship/commit/?id=931f5891778a125bb7beb565694572d0d57b817e'/>
<id>931f5891778a125bb7beb565694572d0d57b817e</id>
<content type='text'>
* libultra sorted out

* missed some things

* forgot some things

* one more thing

* not actually libultra

* also split out the data into three sections

* finer split

* parameter is a thing, apparently

* named everything in libultra

* make</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* libultra sorted out

* missed some things

* forgot some things

* one more thing

* not actually libultra

* also split out the data into three sections

* finer split

* parameter is a thing, apparently

* named everything in libultra

* make</pre>
</div>
</content>
</entry>
<entry>
<title>Identified and organized libultra (#15)</title>
<updated>2023-11-02T23:36:13+00:00</updated>
<author>
<name>petrie911</name>
<email>69443847+petrie911@users.noreply.github.com</email>
</author>
<published>2023-11-02T23:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Starship/commit/?id=f2af4867e466fdddd998b7c45f35da5b901ab701'/>
<id>f2af4867e466fdddd998b7c45f35da5b901ab701</id>
<content type='text'>
* libultra sorted out

* missed some things

* forgot some things

* one more thing

* not actually libultra

* also split out the data into three sections

* finer split

* parameter is a thing, apparently</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* libultra sorted out

* missed some things

* forgot some things

* one more thing

* not actually libultra

* also split out the data into three sections

* finer split

* parameter is a thing, apparently</pre>
</div>
</content>
</entry>
<entry>
<title>format style change: SpaceAfterCStyleCast: true</title>
<updated>2023-10-18T13:50:51+00:00</updated>
<author>
<name>Alejandro Javier Asenjo Nitti</name>
<email>alejandro.asenjo88@gmail.com</email>
</author>
<published>2023-10-18T13:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Starship/commit/?id=2bb0fa08cf4ad11c7df971c4d09716f9eaeb9893'/>
<id>2bb0fa08cf4ad11c7df971c4d09716f9eaeb9893</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ll.c</title>
<updated>2023-10-17T21:50:39+00:00</updated>
<author>
<name>Alejandro Javier Asenjo Nitti</name>
<email>alejandro.asenjo88@gmail.com</email>
</author>
<published>2023-10-17T21:50:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Starship/commit/?id=a3cd19ed4e1aab0ecf6215bce6a8787c545e3f71'/>
<id>a3cd19ed4e1aab0ecf6215bce6a8787c545e3f71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>format</title>
<updated>2023-10-16T17:56:11+00:00</updated>
<author>
<name>Alejandro Javier Asenjo Nitti</name>
<email>alejandro.asenjo88@gmail.com</email>
</author>
<published>2023-10-16T17:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Starship/commit/?id=7069284fe8733bd8484863b3a11bfe255540666a'/>
<id>7069284fe8733bd8484863b3a11bfe255540666a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
