<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oot/progress.py, 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>Build all GC retail ROMs in Jenkins (#2027)</title>
<updated>2024-08-15T03:39:34+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-08-15T03:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=70716be96d1ede6b11eef078d205678ee5a422bf'/>
<id>70716be96d1ede6b11eef078d205678ee5a422bf</id>
<content type='text'>
* Build all GC retail ROMs in Jenkins

* Delete progress tracking

Doesn't play nicely with deleting extracted/ and build/ after each version,
and it currently serves no purpose

* Update Jenkinsfile

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;

* Reorder ROMs

* Symlink ROMs instead of copying

---------

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Build all GC retail ROMs in Jenkins

* Delete progress tracking

Doesn't play nicely with deleting extracted/ and build/ after each version,
and it currently serves no purpose

* Update Jenkinsfile

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;

* Reorder ROMs

* Symlink ROMs instead of copying

---------

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Move roms to build folder (#1651)</title>
<updated>2024-02-02T21:34:20+00:00</updated>
<author>
<name>Derek Hensley</name>
<email>hensley.derek58@gmail.com</email>
</author>
<published>2024-02-02T21:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=5785c7adfbcb6f1d9125fd29e05679af76207b73'/>
<id>5785c7adfbcb6f1d9125fd29e05679af76207b73</id>
<content type='text'>
* Move built roms to build directory, along with rename map and linker script

* PR review

* sym_info fix

* Revert docs/tutorial/data.md change</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move built roms to build directory, along with rename map and linker script

* PR review

* sym_info fix

* Revert docs/tutorial/data.md change</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused imports and other minor improvements (#1602)</title>
<updated>2024-01-11T16:04:53+00:00</updated>
<author>
<name>adaliaramon</name>
<email>70635214+adaliaramon@users.noreply.github.com</email>
</author>
<published>2024-01-11T16:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=6eb3bf401cf768a81788e2aa90cb2cafbcd8d763'/>
<id>6eb3bf401cf768a81788e2aa90cb2cafbcd8d763</id>
<content type='text'>
* Removed unused imports and other minor improvements

* revert tools/ZAPD/ZAPD/genbuildinfo.py

* revert diff.py

* Update sym_info.py

* revert asm_processor/

---------

Co-authored-by: fig02 &lt;fig02srl@gmail.com&gt;
Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Removed unused imports and other minor improvements

* revert tools/ZAPD/ZAPD/genbuildinfo.py

* revert diff.py

* Update sym_info.py

* revert asm_processor/

---------

Co-authored-by: fig02 &lt;fig02srl@gmail.com&gt;
Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Create separate build directories based on version (#1591)</title>
<updated>2024-01-05T22:27:19+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-01-05T22:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=25ff0a27de771f631369721ce1e8ca7ad7be8cfd'/>
<id>25ff0a27de771f631369721ce1e8ca7ad7be8cfd</id>
<content type='text'>
* Create separate build directories based on version

* Fix find_unused_asm.sh

* Remove find_unused_asm.sh from Jenkinsfile

* Revert diff.py

* Clarify that gc-eu-mq is not "supported" yet

* Revert xmlcreate.py (to be deleted)

* Remove gc-eu-mq for now

* Add version flags to diff_settings.py and sym_info.py

* --version -&gt; --oot-version

* Fix --oot-version

* Revert adding version flags to tools

* Delete find_unused_asm.sh

* Revert changes to first_diff.py output in tutorial

* Factor out sed usages for spec</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Create separate build directories based on version

* Fix find_unused_asm.sh

* Remove find_unused_asm.sh from Jenkinsfile

* Revert diff.py

* Clarify that gc-eu-mq is not "supported" yet

* Revert xmlcreate.py (to be deleted)

* Remove gc-eu-mq for now

* Add version flags to diff_settings.py and sym_info.py

* --version -&gt; --oot-version

* Fix --oot-version

* Revert adding version flags to tools

* Delete find_unused_asm.sh

* Revert changes to first_diff.py output in tutorial

* Factor out sed usages for spec</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and simplify progress.py to account for src/audio/ files in 'code' (#1578)</title>
<updated>2023-11-14T20:20:46+00:00</updated>
<author>
<name>Roman971</name>
<email>32455037+Roman971@users.noreply.github.com</email>
</author>
<published>2023-11-14T20:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=b4edc05c69004c6c3b0e1143fa0425c36a066951'/>
<id>b4edc05c69004c6c3b0e1143fa0425c36a066951</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename and move handwritten asm files (#1254)</title>
<updated>2022-06-03T20:33:18+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2022-06-03T20:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=4775fd4a7ea8077f603900def093124f8aa7cec6'/>
<id>4775fd4a7ea8077f603900def093124f8aa7cec6</id>
<content type='text'>
* Rename handwritten asm files and move them to src

* Fix progress.py

* Remove handling for asm dir from Makefile</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Rename handwritten asm files and move them to src

* Fix progress.py

* Remove handling for asm dir from Makefile</pre>
</div>
</content>
</entry>
<entry>
<title>Whitespace (#1112)</title>
<updated>2022-01-23T23:09:02+00:00</updated>
<author>
<name>playerskel</name>
<email>97991990+playerskel@users.noreply.github.com</email>
</author>
<published>2022-01-23T23:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=f4a72303cb15abbebefb907480b46737d6c51d9d'/>
<id>f4a72303cb15abbebefb907480b46737d6c51d9d</id>
<content type='text'>
* remove trailing whitespaces

* minor docs tweaks

* some more trailing whitespaces

* few more tweaks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove trailing whitespaces

* minor docs tweaks

* some more trailing whitespaces

* few more tweaks</pre>
</div>
</content>
</entry>
<entry>
<title>Changed progress.py csv output to be compatible with new website (#1075)</title>
<updated>2021-12-18T15:09:51+00:00</updated>
<author>
<name>EllipticEllipsis</name>
<email>73679967+EllipticEllipsis@users.noreply.github.com</email>
</author>
<published>2021-12-18T15:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=383a95d11e88e4667c79eec52971dce7725d8b22'/>
<id>383a95d11e88e4667c79eec52971dce7725d8b22</id>
<content type='text'>
* Changed progress.py csv output to be compatible with new website

* Increment and clarify csv version

* Update csv paths</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Changed progress.py csv output to be compatible with new website

* Increment and clarify csv version

* Update csv paths</pre>
</div>
</content>
</entry>
<entry>
<title>Make progress.py count libultra files towards boot or code by using _*SegmentStart/End in the map (#1043)</title>
<updated>2021-12-01T13:41:38+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2021-12-01T13:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=1cf11907fa8d636babba2df854850035f04bd4fc'/>
<id>1cf11907fa8d636babba2df854850035f04bd4fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the rupee count in progress.py (#1034)</title>
<updated>2021-11-28T11:06:27+00:00</updated>
<author>
<name>Roman971</name>
<email>32455037+Roman971@users.noreply.github.com</email>
</author>
<published>2021-11-28T11:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=f68ac1d1936b1271854480dad02e623688d3e866'/>
<id>f68ac1d1936b1271854480dad02e623688d3e866</id>
<content type='text'>
* Fix the rupee count in progress.py

* Use python integer division

Co-authored-by: Anghelo Carvajal &lt;angheloalf95@gmail.com&gt;

Co-authored-by: Anghelo Carvajal &lt;angheloalf95@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix the rupee count in progress.py

* Use python integer division

Co-authored-by: Anghelo Carvajal &lt;angheloalf95@gmail.com&gt;

Co-authored-by: Anghelo Carvajal &lt;angheloalf95@gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
