Commit graph

1369 commits

Author SHA1 Message Date
James Lambert 5961a8474c Create script to simplify building a release 2023-12-29 13:40:23 -07:00
lambertjamesd 18730b7f12
Merge pull request #580 from VanGorkum/Gorky/options_menu_highlighted
Introduced highlighted options menu similar to Portal Switch version
2023-12-29 10:22:41 -07:00
James Lambert e01fa284b7 First draft of test chamber 13 2023-12-28 21:32:03 -07:00
James Lambert a7261cf132 Build out static content for test_chamber_08 2023-12-28 21:32:03 -07:00
lambertjamesd cfd50df93f
Merge pull request #577 from VanGorkum/Gorky/portal
Introduce Portal UI look from Switch version
2023-12-28 20:54:39 -07:00
VanGorkum 9e84e92a87 Repositioned code to draw orange rectangle in landing menu 2023-12-29 00:05:07 +01:00
VanGorkum e9b21e0d38 Updated implementation to use max text width property 2023-12-28 23:56:37 +01:00
VanGorkum c1d4ea5314 Introduced highlighted options menu similar to Portal Switch version 2023-12-28 19:37:49 +01:00
VanGorkum 3c5b8c9e7c Used option text properties for x and y coordinates 2023-12-28 18:40:08 +01:00
VanGorkum 6da067113e Increased highlight width to support all languages 2023-12-28 08:34:28 +01:00
VanGorkum 8d9f001ffd Added packed menu threshold constant for UI, minor cleanup 2023-12-27 10:38:30 +01:00
lambertjamesd c6fb48cf15
Merge pull request #572 from Jgoodwin64/another_readme_update
Another readme update
2023-12-26 09:43:05 -07:00
lambertjamesd 61ed827764
Merge pull request #573 from mwpenny/save-deletion
Support save file deletion (#412)
2023-12-26 09:42:27 -07:00
VanGorkum 03a6395dce Introduced Portal UI look from Switch version 2023-12-26 16:48:09 +01:00
Matt Penny 4f1a322c46 Confirm before deleting or overwriting save 2023-12-24 13:35:39 -05:00
Matt Penny 4e4a5e6ed0 Add menu icons and text for save/load/delete 2023-12-24 11:40:59 -05:00
Joseph 785a0e6f39
docker_setup.md
Typo in the link again but I tested it and it works now.
2023-12-23 22:31:52 -05:00
Joseph 050401d304
Update docker_setup.md
Updating link in Docker instructions,
2023-12-23 22:27:56 -05:00
Joseph 32adee7542
Update README.md
I changed where it implied that you can just download the release of the ROM and play it with no further action.
2023-12-23 22:09:13 -05:00
Joseph dd87cac1a8
Update README.md
https://github.com/lambertjamesd/portal64/discussions/395#discussioncomment-7462499
Changed how long it has been in development in readme as per comments.
2023-12-23 22:00:16 -05:00
James Lambert 9c6e54112d fix sparks from balls passing through portals 2023-12-23 19:39:38 -07:00
James Lambert 0c141a9cff more profile work 2023-12-23 18:15:51 -07:00
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