1
0
Fork 0
Commit graph

45 commits

Author SHA1 Message Date
sup39
84cfd7f62e Merge remote-tracking branch 'iTNTPiston/main' into main 2022-10-21 13:47:02 +09:00
Michael
8f1c1176d0
display error if cannot open direct url (#18)
* display error if cannot open direct url

* fix lint
2022-10-09 13:17:49 -07:00
Michael
bf04153877
Direct Load URL (#17)
* direct load url

* lint fix
2022-10-03 22:44:55 -07:00
628b565b94 implement search for aliases of items 2022-09-29 05:13:07 +09:00
Michael
eaa887f592
add link to the explanation by savage13 (#16) 2022-08-08 11:52:12 -07:00
Jordan Tucker
f3bfa5f79b
fix: set Bow of Light's durability to 100 (#14) 2022-08-08 11:51:54 -07:00
Jordan Tucker
1f2985467f
Drop weapons, bows, and shields instead of reducing durability (#11)
* fix: drop weapons, bows, and shields instead of reducing durability

* test: test dropping multiple equipment with extra life

* test: unit test Slots.remove with extra life equipment
2022-08-04 18:03:10 -07:00
Michael
98782ac94c
Fix meal 999 cap and durability transfer (#9)
* fix meal 999 cap and durability transfer

* clean up

* add test for stackable key items

* add ref link
2022-07-30 22:52:32 -07:00
Michael
8623617f3c
fix lang entries for farosh scale and claw (#8) 2022-07-29 12:53:01 -07:00
savage13
c0a068ce64
Add tests: orb duping, 999 apples, and 999 apples + orbs (#5)
* Add tests: orb duping, 999 apples, and 999 apples + orbs

* Update tests to use "Init GameData"
2022-07-21 13:31:43 -07:00
Michael
8b824512e3
Implement inventory nuking and fix remove all hang (#4)
* support inventory nuking

* style fix

* add init gamedata command

* add hint for new command
2022-07-17 13:50:02 -07:00
iTNTPiston
f4d3d187af hot fix sync gamedata command 2022-07-16 18:54:18 -07:00
Michael
684d86a17e
Item Infra Update and Durability System (#2)
* (broken) finished new item system, working on fixing logic in Slots

* new item infrastructure, accurate durability transfer

* Delete build directory

* style issues
2022-07-16 18:29:46 -07:00
elduende05
61e4206e9c
Item refactor (#1)
* Load item definitions from json

- Convert item registration code using regex

* Display item descriptions on hover

- Read descriptions from l10n file
- Only en_US is supported for now

* Add remaining missing materials

- Also add misc. weaponry & armor
- Rename and reorder items to match game
- Keep deprecated alternate names

* Add remaining missing key items

- Replace SpiritOrb image with more accurate one
- Fix positioning on MasterSword and PotLid images
- Add padding to more closely simulate in-game menu

* Rename Meal item type to Food to match game

* Add support for animated icons

- Add support for reading webp files
- Mark all potentially animated items in json
- Add animated icons only for SpiritOrb / TravelMedallion for now
- Add menu option but leave disabled by default

* Review feedback

* Move icon files into subdirectories

* Remove item enum in favor of building list from config

- Fix some incorrect item ordering
- Rename some generic item images

* Add remaining missing items

- Add 122 Weapons, 23 Bows, and 30 Shields
- Add 105 Armor and 189 Food
- Include alternate icons (e.g. charged OHO) for later use

* Clean up types and respond to review feedback

* Add .webp files to lint ignore

* Stupid linter
2022-07-13 19:23:00 -07:00
iTNTPiston
e364f18988 fix style issues 2022-07-06 20:41:48 -07:00
iTNTPiston
59a329b7bd merge 2022-07-06 20:39:33 -07:00
iTNTPiston
2d82168e1d setup workflows 2022-07-06 20:36:57 -07:00
iTNTPiston
a299f78b1d Local Build Deployment 2022-06-29 14:26:02 -07:00
iTNTPiston
15715e2a11 add eventide; dnp allows multiple; update docs 2022-06-29 14:25:49 -07:00
iTNTPiston
d9d7fb6a7e Local Build Deployment 2022-06-24 14:59:31 -07:00
iTNTPiston
7174332bf1 options refactoring 2022-06-24 14:58:33 -07:00
iTNTPiston
155bc5be84 Local Build Deployment 2022-06-23 11:14:43 -07:00
iTNTPiston
bbd1e12952 tested arrow corruption 2022-06-23 10:47:00 -07:00
iTNTPiston
dbcb7aef8d shoot arrow WIP 2022-06-23 07:32:45 -07:00
iTNTPiston
8567bec9f9 more ui updates and core logic 2022-06-23 04:51:26 -07:00
iTNTPiston
0cf48a91aa ui updates 2022-06-22 21:30:21 -07:00
iTNTPiston
0806612f9e Local Build Deployment 2022-06-21 11:54:40 -07:00
iTNTPiston
05f2004373 add support for all shrines material 2022-06-21 11:51:24 -07:00
iTNTPiston
4dc33fb390 css 2022-06-21 10:14:59 -07:00
iTNTPiston
7eade12d8a Local Build Deployment 2022-06-20 22:58:03 -07:00
iTNTPiston
f3ee572662 BAD merge 2022-06-20 22:57:15 -07:00
iTNTPiston
c1e23b5940 Local Build Deployment 2022-06-20 22:56:03 -07:00
iTNTPiston
367a08b2c2 inventory corruption working 2022-06-20 22:47:31 -07:00
iTNTPiston
103566beb2 Deployment 2022-06-20 20:30:16 -07:00
iTNTPiston
b8ac12086c ui and inventory corruptin stuff 2022-06-20 20:28:09 -07:00
iTNTPiston
3a92f0fc1d add import/export 2022-06-19 13:09:39 -07:00
iTNTPiston
7d7e11bdb1 fix bugs, add local storage 2022-06-19 06:21:43 -07:00
iTNTPiston
e06c1b5b16 bug fixes 2022-06-19 06:00:37 -07:00
iTNTPiston
57603a9242 fix cname 2022-06-19 04:19:55 -07:00
iTNTPiston
62752c51b6 change initial commands and fix reference 2022-06-19 04:09:46 -07:00
iTNTPiston
6b8e13b675 Merge branch 'main' of github.com:iTNTPiston/botw-hundo-dupl into main 2022-06-19 04:01:13 -07:00
iTNTPiston
612396f109 create public files 2022-06-19 04:01:03 -07:00
Michael
64838d7e6d
Create CNAME 2022-06-19 03:57:13 -07:00
iTNTPiston
8f56a28586 prototype 2022-06-19 03:52:08 -07:00
Michael
76753c0dc9
Initial commit 2022-06-18 19:07:02 -07:00