Dragorn421
8ad90df27f
Do not require colorama, do not use it ( #1205 )
2022-04-29 15:15:00 -04:00
EllipticEllipsis
e53ec1962b
Add note on cloning into WSL's Linux filesystem ( #1163 )
2022-03-08 22:52:47 +01:00
Revo
c3533052ca
Add GCC compiler option. ( #1056 )
...
* GCC support.
* Add note about gcc-mips-linux-gnu requirement to README.md.
* changes
* changes based on Tharo's suggestion
* Cant reproduce file_choose.h error. Removing unnecessary -I
* changes
* wording based on Fig's suggestion
* add AVOID_UB for eyes/mouth reordering issue.
* remove unneeded flags and deprecate ZAPDFLAGS.
* some changes, waiting on prs for the rest
* fixes
* discard header sections
* change section handling in mkldscript
* avoid_ub in DmaMgr_GetFileNameImpl
* move asm to inline asm (consolidate gcc functions)
* change prefix back
* remove space
* fix warnings
* Revert "remove space"
This reverts commit 94af6977b3
.
* Revert "fix warnings"
This reverts commit d729ddf457
.
* finish up missing_gcc_functions
* revert unwanted mkldscript change
* temporary workaround. TODO: Stop the asm processor from choking
* fix ido build
* Revert "temporary workaround. TODO: Stop the asm processor from choking"
This reverts commit 9df892b7ac
.
* review
* remove unused line in mkldscript
* remove tabs
* clarify zf comment
* review2
* review
* remove duplicate cc_check
* vanilla code always come first
* std_dma avoid ub
* add compiler_gcc to cflags
* only use two blocks when necessary
* clarify zf comment
Co-authored-by: fig02 <fig02srl@gmail.com>
2022-02-19 16:50:56 -05:00
EllipticEllipsis
9b67778a00
Building on Macs ( #1086 )
...
* git subrepo pull (merge) tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "945e6ca1a"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "50242eca9"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git "
commit: "2f68596"
* Fix extract_assets.py multithreading
* Update binutils doc a bit
* Remove * import, add multiprocessing option
and way to pass arguments to ZAPD
* Update format.sh to be more platform-independent
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "fd5a7f434"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "fd5a7f434"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git "
commit: "2f68596"
* Remove ;
* Update formatting script to not just use 11
* Add Python requirements,
move the Mac stuff in the README into its own doc
* Fix readme link
* Minor format thing
* .
* Move ZAPDArgs into its own function
* Update readme and remove requirements.txt
* Dragorn-inspired rewrite of processZAPDArgs
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "a0d3f7b68"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "a0d3f7b68"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git "
commit: "2f68596"
* Fix function definition
* Building docs overhaul
* Add Python packages to Mac and Cygwin
* Heading number
* format format.sh (!)
* Replace "currently"
* Remove Debian
* git subrepo pull (merge) --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "0ba781304"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "0ba781304"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git "
commit: "2f68596"
2022-01-16 19:43:07 -05:00
EllipticEllipsis
383a95d11e
Changed progress.py csv output to be compatible with new website ( #1075 )
...
* Changed progress.py csv output to be compatible with new website
* Increment and clarify csv version
* Update csv paths
2021-12-19 00:09:51 +09:00
Roman971
a9b257c0a9
Minor README updates and cleanup ( #1066 )
...
* Update README for Windows 11 and distro version
* Improve naming consistency in the README
2021-12-06 12:53:32 -05:00
EllipticEllipsis
7fee09776b
Clarify nature of the project in the readme ( #894 )
...
* Clarify nature of the project
* Dragorn's review
* Remove ignored formatting
* Mollified the wording somewhat
* Move sentence down
* Discord suggestions
* rebreak text in diff
2021-08-13 13:10:01 -04:00
Anghelo Carvajal
515ebdce9d
ZAPD update: libpng, zroom improvements and others ( #811 )
...
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "769f5702a"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "769f5702a"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* Add `libpng` to readme
* Remove `-ifp` since it doesn't exists anymore in ZAPD
* Remove extra print I added
* Add UNK_09 macro and other minor fixes
* Simplify PNG rules
* simplify gitignore
* Update README.md
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
* Update dockerfile
* basic instructions for cygwin and mac
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "86160be69"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "86160be69"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* Change nanoseconds to seconds in extract_assets.py
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
2021-05-30 11:09:59 -04:00
Kenix3
6a1c1eac88
Removes qemu from the README.md ( #819 )
...
* Removes qemu from the README.md
* Increments the step references in other parts of the README.md
* Update README.md
Co-authored-by: Anghelo Carvajal <anghelo.carvajal.14@sansano.usm.cl>
* Update README.md
Co-authored-by: Anghelo Carvajal <anghelo.carvajal.14@sansano.usm.cl>
* Update README.md
Co-authored-by: Anghelo Carvajal <anghelo.carvajal.14@sansano.usm.cl>
* Update README.md
Co-authored-by: Anghelo Carvajal <anghelo.carvajal.14@sansano.usm.cl>
Co-authored-by: Anghelo Carvajal <anghelo.carvajal.14@sansano.usm.cl>
2021-05-20 19:01:00 -04:00
EllipticEllipsis
278e471074
Delete -j
from make setup
and document use of -jN
and -j
in readme ( #804 )
...
* Add nproc to make setup
* Add cross-platform nproc equivalents
* Scrap that, just ditch -j in makefile altogether
* Clarified thread advice
2021-05-03 13:37:54 -04:00
Roman971
8b57f36d32
Update Jenkins links in README ( #738 )
2021-03-26 02:57:07 +09:00
Roman971
f95a5aec68
Various README updates ( #671 )
...
* Update README
* Add shields.io badges in the README
* Add a mention about shiftability in README
* Fix shield json command in JenkinsFile
* Improve progress badge formatting
Now it should show the percentage as 51.2% instead of 51.17%, and 100% instead of 100.00%
2021-02-11 07:10:05 -05:00
Random
be84e1f0f8
Add Cygwin support ( #594 )
...
* Add Cygwin support
* revert .gitignore changes
* Add Cygwin instructions
* corrections
* specify dependencies in README.md
2021-01-20 14:46:25 -05:00
Anghelo Carvajal
9c2ad0c60b
fixbaserom.py: Add support to v64 format and improve performance ( #629 )
...
* Add byte swap for v64 files
Signed-off-by: angie <angheloalf95@gmail.com>
* Reduce `len` function calls
Signed-off-by: angie <angheloalf95@gmail.com>
* Optimze a bit the byte-swapped v64 format
Signed-off-by: angie <angheloalf95@gmail.com>
* Strip the overdump before doing the byte-swap
The previous way wasted time by byte-swapping data that would be discarded anyway.
Signed-off-by: angie <angheloalf95@gmail.com>
* Swap twice the bytes per cycle to improve performance
Signed-off-by: angie <angheloalf95@gmail.com>
* Read and write 16 bytes at a time and specify explicit endianness
Reading more bytes per cycle allow to speed up the swapping proccess
Signed-off-by: angie <angheloalf95@gmail.com>
* Add v64 compatibility in the Readme
Signed-off-by: angie <angheloalf95@gmail.com>
* Read whole file as little endian and write it as big endian without the loop
Signed-off-by: angie <angheloalf95@gmail.com>
2021-01-14 15:14:33 -05:00
mnzlmstr
734ad1a0bc
Fix 'make' failing due to missing 'md5sum' command ( #502 )
2020-11-28 19:16:13 -05:00
Ethan Roseman
807713a29b
Native MacOS build support ( #399 )
...
* MacOS build OK
* Adding build instructions for building mips-linux-binutils on MacOS
* *
* Update Makefile
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
2020-09-21 03:00:28 -04:00
notyouraveragehooman
01122ed3e8
fix typo in MacOS docker instructions ( #353 )
2020-08-27 11:36:39 -04:00
Ethan Roseman
6f54edd365
Ido Static Recomp ( #337 )
...
* Ido Recomp test
* try 2
* Recomp by default
* Fix Jenkinsfile
* Fix 2
* CFE errors
* CFE fix -O2
* Update Makefile
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
* Update README.md
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
* Update README.md
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
* PR suggestions
* PR updates
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
2020-08-22 19:06:52 -04:00
Roman971
2b38920d7e
Update README with "qemu-irix" instead of "qemu-irix.zip" ( #106 )
2020-05-01 13:19:40 -04:00
Roman971
9bb151006a
Add installation instructions to the README (+ minor improvements) ( #100 )
2020-04-30 21:47:42 -04:00
Nicholas Estelami
62864ba11d
Update README.md
2020-04-17 18:05:21 -04:00
Jack Walker
ec37636a7a
Updated jenkins file, readme, and replaced 'extract' target with 'setup'
2020-03-28 17:34:57 -04:00
Jack Walker
ba92911833
Forgot to save updated readme
2020-03-28 00:03:01 -04:00
Jack Walker
087f561f77
First proper commit.
2020-03-17 00:31:30 -04:00
Jack Walker
be78236d36
Initial commit
2020-03-17 00:12:15 -04:00