Commit graph

87 commits

Author SHA1 Message Date
hppeng 4f7f0f9cfc Clean up loading code, much cleaner invocation during init (and less prone to races) 2022-06-12 07:45:48 -07:00
hppeng 0f4dba258f Proof of concept (compute nodes to get items from names and highlight) 2022-05-22 03:21:34 -07:00
hppeng 06f745c158 Consolidate constants/utils files, start working on new builder file 2022-05-22 00:57:47 -07:00
hppeng 0234101262 Remove common (we already have build_utils), edit instances of expandItems 2022-05-22 00:14:20 -07:00
hppeng 1e863fd015 Create common.js for more common stuff (Item class, expandItem func) 2022-05-21 22:38:43 -07:00
hppeng 1c4042325d Add method for "linking" compute nodes together
just smol standard things
2022-05-21 21:19:43 -07:00
hppeng 958017fc5c Move item input field into class, vars for scaling font, fullwidth 2022-05-21 19:14:00 -07:00
hppeng ce5532e1d9 Smol work on compute graph 2022-05-21 15:51:09 -07:00
hppeng ac636c9498 Make encoding method backwards compatible and export the lowest version encoding possible (up to 4) 2022-05-21 11:33:28 -07:00
ferricles f8d90b347e fix armor powder tooltip display bug 2022-05-21 00:43:03 -07:00
ferricles 98dfe1c62c fixed merge conflict 2022-05-20 21:46:43 -07:00
ferricles 8460b2e0a7 full tome functionality 2022-05-20 21:34:24 -07:00
ferricles 1c1964a814 fix reset editable IDs 2022-05-20 19:13:20 -07:00
ferricles 621a115a5c fixed tome ID system, tome encoding and decoding support in build link 2022-05-20 19:01:53 -07:00
ferricles 58e75eb0a2 barebones tome functionality [tome load, tome inputs, tome expandedItem display] 2022-05-20 02:03:46 -07:00
ferricles 78317647db Smaller item link hitboxes, no more clickable link when item view not expanded 2022-05-19 01:54:26 -07:00
ferricles 94256cd94a readded optimize str/dex button 2022-05-18 15:14:36 -07:00
ferricles 11bd4844dc wynnatlas mini bug fix (level input id) 2022-05-17 10:57:51 -07:00
ferricles c5645ffa0c item info page in bootstrap + items link to item info page 2022-05-16 19:44:40 -07:00
ferricles 3a75db643d crafted recipe choice image updates upon recipe type input change 2022-05-16 14:37:49 -07:00
ferricles 0fa7c2e4bd crafted skp not displaying bug fix 2022-05-16 13:02:09 -07:00
hppeng 6474e1bb2b Fix edit IDs 2022-05-16 00:04:55 -07:00
ferricles bcef76a0a9 Merge branch 'UI_test' of https://github.com/hppeng-wynn/hppeng-wynn.github.io into UI_test 2022-05-15 23:50:50 -07:00
ferricles 7959a12dee broken editable IDs 2022-05-15 23:50:47 -07:00
reschan 629f37b9cd small fix for powder error handling 2022-05-15 23:16:22 +07:00
reschan 9a52699bfa powder input error handling 2022-05-15 23:09:17 +07:00
hppeng 057f00e478 hotfix (remove setTitle call)
it needs to go somewhere but that will be figured out later
This is why we need unit tests
2022-05-13 23:30:56 -07:00
reschan 1a9443e079 Merge branch 'UI_test' of https://github.com/hppeng-wynn/hppeng-wynn.github.io into UI_test 2022-05-14 13:02:46 +07:00
hppeng d527ca3d95 Merge branch 'UI_test' of github.com:hppeng-wynn/hppeng-wynn.github.io into UI_test 2022-05-13 23:01:52 -07:00
reschan 4f19cc662e fix: show dropdown on input box click 2022-05-14 13:01:30 +07:00
hppeng c1d34bfed3 Remove commented out code in sq2 builder files, add skeleton file for computation graph 2022-05-13 23:01:03 -07:00
ferricles e465d5e5a3 small bug fix + resetting armor powder slider now resets label text 2022-05-13 22:35:31 -07:00
ferricles 2c8bc4785e hotfix 2022-05-13 22:24:28 -07:00
ferricles b1c4a5e8ed total armor powder special reset on weapon change 2022-05-13 22:15:33 -07:00
ferricles 0684e5f8bd bug fix for input range values not resetting (armor powder specials) 2022-05-13 21:32:58 -07:00
ferricles e24da1c358 passive powder special boost functionality???? 2022-05-13 21:23:54 -07:00
reschan ef180987a6 filter/category uses custom dropdown 2022-05-14 10:07:28 +07:00
ferricles 614bc8f917 fixed wynnatlas bug 2022-05-13 18:34:20 -07:00
ferricles 5f701d829e ALL MAJOR PAGES HAVE UI UPDATES 2022-05-13 16:39:00 -07:00
ferricles a2ec3fb897 Merge branch 'UI_test' of https://github.com/hppeng-wynn/hppeng-wynn.github.io into UI_test 2022-05-12 21:00:19 -07:00
ferricles f557fcd75f advanced item search in bootstrap 2022-05-12 21:00:16 -07:00
reschan 75e290872a Merge branch 'UI_test' of https://github.com/hppeng-wynn/hppeng-wynn.github.io into UI_test 2022-05-13 09:29:26 +07:00
reschan 8a42e9697b fix: render input styling on load 2022-05-13 09:27:20 +07:00
ferricles fd1bc0252e wynnatlas mini no longer errors 2022-05-12 18:48:38 -07:00
ferricles 9e36bf9cd1 reset item search button functionality 2022-05-12 18:09:10 -07:00
ferricles 3f1ed1b8d9 wynnatlas item search now in bootstrap; minor item js refactoring 2022-05-12 16:41:45 -07:00
reschan 7b4f5fc45d fix: equipment input result list scrolling 2022-05-12 19:22:00 +07:00
hppeng 757a6aab35 Merge branch 'dev' into UI_test
probably broken somewhere
2022-05-12 02:16:59 -07:00
ferricles 474d636a8c folder organization refactor; beginning sq2 bootstrap style UI refactor 2022-05-12 01:48:59 -07:00
hppeng 9191cd7f4d Fix small quirk/bug with skillpoints behavior when you delete it instead of typing 0 2022-02-13 10:47:23 -08:00