hppeng-wynn
d9e5d6da95
Updating to wynn 2.0.2.3 (except item database...)
...
* Fix enraged blow typo; allow "or" and "and" in adv search
...forgot to update json
* Lacerate is blocked by Echo, not Mirror Image
* Misc bugfix
Fix bug with skillpoints and negative set bonus
Add final multiplier for echo
* Clean up testing folder
and add script for quick plotting pairs of ids/item values
* Fix typo in better lightweaver
add to the correct dps
* Partial update to 2.0.2.3 (festival of heroes)
patch:
- ing changes (manual)
- two endgame items (the ones that I got customs for)
bugfix:
- Fix bug in reverse mapping that mapped item "type" to "accessoryType"
* Forgot to commit all the 2.0.2.3 data files...
* Fix epilogue displayName
* Fix minor incorrectness with fromIntV invocation
don't think this was a bug? but its not the correct number of arguments lol
* Move powder ingreds to ing load sequence
not used anywhere else
also, remove extra prints in crafter
* Refactor powder special display
fix quake/chain/courage not displaying some powder special information 💀
* Finally fix satsujin to work with powder specials
thanks to powder special display refactor
* Fix mask of the awakened giving outdated stats
e
* Add prologue and gleeman's tale
wynn api when
...fix epilgoue
---------
Co-authored-by: hppeng <hppeng>
2023-04-14 17:18:52 -07:00
hppeng-wynn
57e16b3c4b
Merge pull request #188 from hppeng-wynn/mobile-navbar
...
Implement mobile navigation bar
2022-08-03 23:19:54 -07:00
fin444
df0ab92bef
Merge branch 'master' of https://github.com/hppeng-wynn/hppeng-wynn.github.io into atree
2022-08-03 11:12:28 -07:00
hppeng
e89ef2ae10
HOTFIX: style assignment via dictionary works correctly now....
...
how did we never notice this before
2022-08-03 11:09:54 -07:00
reschan
10eab39a1d
remove redundancy in toggle_tab
2022-08-03 12:38:47 +07:00
reschan
ae7f93cb88
force open navbar when at top of the page
2022-08-03 10:38:44 +07:00
fin444
1fe52dfca3
long press for atree tooltips instead of hover on mobile
2022-08-02 11:58:06 -07:00
reschan
b80b9888ba
move tabs and navbar hide to utils.js
2022-08-02 13:40:58 +07:00
hppeng
8ecc3866c7
Fix crafted accessory durability display
...
also cleanup display.js
2022-08-01 21:11:53 -07:00
reschan
ac1d741919
relocate toggles and sliders to active boosts section
2022-07-23 10:11:28 +07:00
hppeng
b0777ecfcf
Fix ability tree "appx. toposort"... finally...
2022-07-20 09:21:13 -07:00
hppeng
8ac6f62206
Shaving DOM elements from powder specials box
2022-07-18 04:02:00 -07:00
hppeng
0626143f42
Deepcopy patch
...
some things can't be copied... what to do
2022-07-14 16:04:01 -07:00
hppeng
d65c58fd92
Move some js files into debug/
, implement db corruption detector
2022-07-13 01:17:45 -07:00
hppeng
32854521de
HOTFIX: Fix ophanim crash and reset crash
...
sorry for hotfixing but this is to demo git features..
2022-07-09 20:21:09 -07:00
hppeng
e69039eabd
More convenience functions for creating html elements
2022-07-06 20:04:53 -07:00
hppeng
148d51924e
Migrate armor powder sliders to use new slider util functions
2022-07-06 19:44:51 -07:00
ferricles
7832c1a1aa
fixed merge conflict
2022-07-01 17:19:01 -07:00
ferricles
91407766cb
slider generator functional
2022-07-01 15:52:13 -07:00
hppeng
0976fff43a
Working atree encoder and decoder
2022-06-30 08:03:41 -07:00
hppeng
7e40d6a926
Merge branch 'sock_encoding' into atree_encode
2022-06-30 05:40:21 -07:00
hppeng
259ffb2395
Begin working on abil merging framework... fix a bunch of mistakes in atree constants
2022-06-28 11:43:35 -07:00
ferricles
d8d76a0df9
fix merge conflict
2022-06-24 21:26:13 -07:00
ferricles
8805521ce2
assert error change for error thrown, formatted getScript, added default epsilon for assert near
2022-06-24 21:24:22 -07:00
ferricles
61dfe2de65
assert error
2022-06-24 21:01:54 -07:00
ferricles
17311ff3b1
first batch of generic assert tests
2022-06-24 19:19:15 -07:00
ferricles
c7054ce25a
append() number bug fix
2022-06-24 00:43:24 -07:00
ferricles
7e82213b36
simple range bug fix in set and clear bit
2022-06-24 00:29:43 -07:00
ferricles
95cd93ad4d
major bug fixes, append number yet to be unit tested
2022-06-24 00:15:06 -07:00
ferricles
bbede794b9
removed remaining printouts
2022-06-23 11:21:11 -07:00
ferricles
738286275e
toString() change, b64 constructor fix, append() functionality
2022-06-23 11:20:23 -07:00
ferricles
ab4de136f2
optimized slice(), string construction, toB64 and toString
2022-06-23 09:44:03 -07:00
ferricles
cac7e6b04b
functional set bit, clear bit, read bit, slice
2022-06-22 17:45:13 -07:00
ferricles
64e076cbb4
dummy commit
2022-06-21 21:51:26 -07:00
ferricles
28955fe661
temp
2022-06-20 12:07:25 -07:00
hppeng
81dfe767a3
Item display, build display (partially)
2022-06-19 13:44:02 -07:00
ferricles
2d719e9a4e
BitVector class
2022-06-19 12:05:01 -07:00
hppeng
0f4dba258f
Proof of concept (compute nodes to get items from names and highlight)
2022-05-22 03:21:34 -07:00
ferricles
f8d90b347e
fix armor powder tooltip display bug
2022-05-21 00:43:03 -07:00
ferricles
e465d5e5a3
small bug fix + resetting armor powder slider now resets label text
2022-05-13 22:35:31 -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
ferricles
f4ecdbc80b
oops
2022-01-14 01:21:20 -05:00
ferricles
14b6836ee7
build items OGP test
2022-01-14 01:18:06 -05:00
ferricles
c0b0231b4d
testing OGP
2022-01-14 00:52:54 -05:00
b
28a1e81a6c
Move javascript files into their own folder
2021-10-17 18:21:02 -07:00