Commit graph

1397 commits

Author SHA1 Message Date
James Lambert 7c2c1a62d5 Fix profiler 2023-12-23 13:46:00 -07:00
lambertjamesd e9eeb07e42
Merge pull request #570 from theGoodwins/re-organize_portal_repo1
reorganized the readme and move files.
2023-12-23 13:34:44 -07:00
Joseph 77903a9395 reorganized the readme and move files.
I move contributing.md to the documentation folder.
I moved setup.sh to the tools folder.
I renamed contributing.md from all caps to lowercase to match other files.
I moved docker setup to it's own file.
I moved some instructions to the  add_vpk_here.md file.
2023-12-21 18:22:06 -05:00
lambertjamesd ff3f2b7ff2
Merge pull request #569 from MateusSilvaFreitas/master
Brazilian translations Fix
2023-12-21 15:24:56 -07:00
Matt Penny 5036b40505 Support save file deletion on load/save menus with Z trigger 2023-12-21 12:10:27 -05:00
lambertjamesd 84e71f7a78
Merge pull request #568 from theGoodwins/readme-reformat
Readme reformat
2023-12-20 19:39:20 -07:00
Mateus Silva Freitas 93aa8bea04
Brazilian translations Fix
Fix of brazilian translation
2023-12-20 13:31:03 -03:00
Joseph 8af17e8514
Update README.md
I had a tiny typo and it bugged me. Maybe not worth a whole commit over.
2023-12-20 01:34:07 -05:00
Joseph 8105ddedc9
Merge branch 'master' into readme-reformat 2023-12-20 01:21:22 -05:00
Joseph 1afccf121e
Update setup.sh
Updated the script to auto install some packages that Ubuntu needs in WSL.
2023-12-20 01:03:32 -05:00
lambertjamesd fbfa70638b
Merge pull request #567 from theGoodwins/no-wine-no-fix
Make fix be auto.
2023-12-19 22:23:43 -07:00
Joseph 227a76229b
Update Makefile
Removed:
chmod +x tools/romfix64.sh
chmod +x skelatool64/setup_dependencies.sh
because they are no longer needed.
2023-12-19 20:38:48 -05:00
Joseph d9bcadb551
Update Makefile
Forgot to remove:
fix:
	wine tools/romfix64.exe $(BASE_TARGET_NAME).z64

fix-nowine:
	chmod +x tools/romfix64.sh
	sh tools/romfix64.sh $(BASE_TARGET_NAME).z64
2023-12-19 20:34:03 -05:00
Joseph 4b2ede89c0
Update README.md
Fixed the formatting.
2023-12-19 18:10:39 -05:00
Joseph a40f0f4884
Update setup.sh
added missing sudo dpkg --add-architecture i386
2023-12-19 13:25:37 -05:00
Joseph 1e460bca4a
Update README.md
Undid the last commit as it was WSL not wanting to run multiple commands at once.
2023-12-19 13:08:20 -05:00
Joseph e872275f5b
Update README.md
made git command separate because if git is already install the git clone command wont run.
2023-12-19 13:00:05 -05:00
Joseph 0568ffbb9f
Update README.md
Fixed the link again.
2023-12-19 12:53:15 -05:00
Joseph 161790e0e0
Update README.md
Made the link link to the document.
2023-12-19 12:50:50 -05:00
Joseph 2a362142bc
Create manual_setup.md
Added the manual setup instructions to documentation folder.
2023-12-19 12:42:49 -05:00
Joseph f2ecda9bb9
Update README.md
Updated the Readme to use the install script. 
Made a link to the manual setup in docs.
2023-12-19 12:33:19 -05:00
Joseph ac3b023d6d
Update setup.sh
No need to have the git repo code in here as they'd need to already have it to run the script.
2023-12-19 11:56:23 -05:00
Joseph 9fffecbd05
Create setup.sh
added a way to automate build setup.
2023-12-19 11:09:14 -05:00
Joseph 694c938ee5
Merge branch 'master' into no-wine-no-fix 2023-12-18 23:37:05 -05:00
Joseph f79569bfe6
Update Makefile
Added Chmod so the scripts can run.
2023-12-18 23:28:52 -05:00
lambertjamesd bc30375226
Merge pull request #566 from theGoodwins/FFMPEG-Version
Update README.md
2023-12-18 21:21:36 -07:00
lambertjamesd e5bef6d8b6
Merge pull request #565 from rxhfcy/patch-1
attempt to make "clean" in Makefile.docker actually clean skelatool64
2023-12-18 21:21:20 -07:00
Joseph a8f5ff8abc
Delete tools/romfix64.exe
I deleted romfix64.exe as it should no longer be needed.
2023-12-18 22:09:20 -05:00
Joseph 8f128d5136
Update Makefile
Added auto run
sh tools/romfix64.sh $(BASE_TARGET_NAME).z64
2023-12-18 21:53:52 -05:00
Joseph a3b35fd0f4
Update README.md
Remove make fix mentions.
2023-12-18 21:48:02 -05:00
Joseph f8f81694e2
Update README.md
FIxed WINE link in Readme.
2023-12-18 21:32:13 -05:00
Joseph 6e2fc9f929
Update README.md
Remove redundant skelatool64 in readme and added a version for ffmpeg.
2023-12-18 21:17:43 -05:00
rxhfcy 756b0feb4b
attempt to make "clean" in Makefile.docker actually clean skelatool64
After this change, `make -f Makefile.docker clean` no longer shows this error:

```
...
sudo @make -C skelatool64 clean
sudo: @make: command not found
make: *** [Makefile.docker:18: clean] Error 1
```

I did get lots of ugly new make spew though (the root cause should probably be fixed elsewhere later), but at least skelatool64 now cleaned properly, I think.
2023-12-19 01:45:43 +02:00
lambertjamesd 473ad570da
Merge pull request #564 from mwpenny/linker-fix
Sort CODEFILES in Makefile
2023-12-18 13:58:39 -07:00
Matt Penny 66e685ac4b Exclude extracted VPK contents from Docker build context
Speeds up Docker image creation if VPKs have already been extracted.
2023-12-18 14:09:46 -05:00
Matt Penny ce239440f3 Sort CODEFILES in Makefile
Link order matters when generating codesegment*.o. The old sort
order of CODEFILES was OS/file system dependent. Sort the file
paths to ensure consistent linking across environments.
2023-12-18 14:06:33 -05:00
lambertjamesd 370edaf377
Merge pull request #563 from Jgoodwin64/fix-no-wine
Add Fix no wine
2023-12-18 08:17:00 -07:00
Joseph 7b37328765
Update README.md
Fixed an issue where the copy code was too big.
2023-12-17 22:36:10 -05:00
carsongoodwin32 2d216ba14e Fix typo in readme 2023-12-17 18:12:02 -06:00
carsongoodwin32 95b49f6ae0 relocate romfix.sh 2023-12-17 17:57:38 -06:00
carsongoodwin32 f06ccae78d Add makefile changes and move romfix.sh 2023-12-17 17:51:50 -06:00
Joseph ab316ae2cf
Update README.md
Updated readme for fix-nowine.
2023-12-17 18:40:19 -05:00
Joseph 9a63226110
add romfix.sh
add romfix.sh  leave romfix.exe for legacy build scripts.
2023-12-17 18:24:42 -05:00
James Lambert dcf5190ae9 Attempt to calculate expensive pixel heat map 2023-12-16 20:21:50 -07:00
James Lambert f41a919452 work on profile visualiziation 2023-12-16 19:19:24 -07:00
James Lambert 7fbfcc72ff Simplify autoportal frame model 2023-12-16 10:20:39 -07:00
James Lambert a37a8497cd Change which button triggers profile 2023-12-16 10:20:39 -07:00
lambertjamesd b4419120bc
Merge pull request #558 from hackgrid/fix-make-7
duplicate clean for Makefile.docker
2023-12-13 14:17:32 -07:00
hackgrid 2f0f9f9e17
duplicate clean for Makefile.docker 2023-12-13 22:07:34 +01:00
lambertjamesd 37769b2916
Merge pull request #557 from hackgrid/fix-make-7
fixup skelatool64 build and clean
2023-12-13 08:53:50 -07:00