1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-04 18:13:37 +00:00
Commit Graph

38 Commits

Author SHA1 Message Date
Blake Warner
937fd3e6e6 vs proj cleanup (retail build works now) 2022-02-18 12:13:27 -05:00
Zelllll
14d5c2c0fa zel's pal 1.0 retail support 2022-02-17 23:47:57 -05:00
Blake Warner
eb4b640cf2
updated readme 2022-02-10 15:00:53 -05:00
DaMarkov
c5a0dc295c
GLideN64 in OOT solution (#90)
* Added project files for GLideN64 to vs/.
Added these to OOT.sln so that all projects can be build with a single build command.
Also marked GLideN64 as a dependency for OOT so that a change in GLideN64 causes a compilation of OOT.

* Renamed x86 to Win32 so that the 32 bit configuration becomes the default when opening the solution the first time.

* Updated README.

Co-authored-by: DaMarkov <DaMarkovZED@gmail,com>
2022-02-08 14:18:41 -05:00
HungryBananaSalad
b39061af8d
Refactor setup_assets.bat into python; Add cleanup before build (#86)
Co-authored-by: HungryBananaSalad <>
2022-02-07 20:29:02 -05:00
Blake Warner
af6861343e updated readme build process 2022-02-06 10:34:55 -05:00
Blake Warner
ad66dfff1f fixed fs path ZAPD bug and improved setup_assets.bat 2022-02-03 17:39:16 -05:00
Blake Warner
3fb1030588 update build process 2022-02-02 14:34:16 -05:00
Blake Warner
0379c1f51c updated discord link 2022-02-02 12:09:07 -05:00
Blake Warner
2ff6ca15df
Merge pull request #39 from nchristopher/patch-1
Fixed incorrect markdown
2022-02-02 09:56:27 -05:00
Blake Warner
c6c4bf42df added setup_assets.bat for easier asset extraction 2022-02-02 09:36:04 -05:00
Nicholas Christopher
12716149d1
Fixed incorrect markdown 2022-02-01 16:50:05 -08:00
Blake Warner
5af7972ddc more build refinements 2022-01-31 22:43:13 -05:00
Blake Warner
079c90715a fix more extraction errors 2022-01-31 21:03:05 -05:00
Blake Warner
6a781d9bb2 bf and removed unneeded scripts 2022-01-31 20:38:41 -05:00
Blake Warner
923a646fef tweaked README 2022-01-31 19:42:58 -05:00
john doe
1b4feced6a port merge 1 2022-01-31 19:05:17 -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