Commit graph

15 commits

Author SHA1 Message Date
hppeng-wynn eeb5d61c74
Remove "air gap" nodes (#240)
* Remove "air gap" nodes

they... just aren't necessary... compute graph supports having inputs in the middle anyway
WHY did I do this in the past (and it caused issues with dusty update)

* Fix loading older item db versions and v0 links

* Remove debug prints

Co-authored-by: hppeng <hppeng>
2022-12-20 21:34:11 +00:00
hppeng-wynn 408f697d56
Radiance (#219)
* Janky radiance implementation

.....

* Special case scale tome multipliers

* Update doc.html

* Remove poison display, no more poison special treatment

* Fix fatal typo with defmult processing, only affect positive IDs

* Properly handle negative spellcost and negative IDs

* Fix some fatal typos

Co-authored-by: hppeng <hppeng>
2022-09-18 16:14:38 -07:00
hppeng-wynn 974b9ee0d8
Move all builder js files into their own folder (#208)
* Move all builder js files into their own folder

* Minify index.html

* Fix comment in atree constants readme

Co-authored-by: hppeng <hppeng>
2022-08-15 22:32:49 -07:00
hppeng-wynn fb1077de7e
Shaman atree + schema augmentation (#196)
* Beginnings of shaman atree

* Fix aura parents

* Day's work (ft. frozenearth and endistic)

* More incremental work -- finish another two pages i think, or one

* One more page to go on shaman atree

* Fix missing archetype on overseer and fix regeneration to be not 100% heal per tick

* Just missing 4 abils at the bottom hopefully

* Fix typos in display

* Fix archetype req for chant of the fanatic

* Shaman atree complete

except fluid healing doesn't work yet

* Add comments, fix some misc. formatting related stuffs

* Misc. patch

Fix rebound interaction
Fix translations for newly added target parts
Fix tree misc. connection/archetype missing bugs

Co-authored-by: hppeng <hppeng>
2022-08-11 03:13:53 -07:00
hppeng f9e783e56e Fix memory leak and toggle spell tab display bug
also fix documentation in atree and doc.html
2022-07-23 05:28:21 -07:00
hppeng 75f4fc684b Add debug flag to fix compute graph memory leak
mfw no destructor hook
2022-07-20 12:06:34 -07:00
hppeng 167dc838f1 replace doc.html with updated vers. 2022-07-18 01:23:16 -07:00
hppeng d65c58fd92 Move some js files into debug/, implement db corruption detector 2022-07-13 01:17:45 -07:00
hppeng dc8973a73f Don't reload atree when build changes, only when player class changes
for some reason `atree-merge` node was depending on build instead of `player-class` node, which auto caches things.

Also first time debugging compute graph using `builder/doc.html`! epic success
2022-07-11 06:15:53 -07:00
lodenrogue 2e3e6f3640 Fixed credits links 2022-07-07 00:24:33 -04:00
ferricles 294b90a608 discord ad banner, discord in sidebar 2022-07-04 01:24:49 -07:00
hppeng a99f164a29 Clean up js files
rename display_atree -> atree
remove d3_export
2022-06-26 06:14:19 -07:00
hppeng 2e65e88b6c autodoc done 2022-06-25 05:23:58 -07:00
hppeng 94b67115aa Fix builder throwing error on empty URL
TODO: clean up dirty flags
2022-06-24 22:43:28 -07:00
hppeng 2000d381a8 Incremental progress 2022-06-24 20:26:26 -07:00