Update credits, fix double atree load bug, compress a bunch of pngs
|
@ -7,7 +7,7 @@ The game, of course
|
||||||
|
|
||||||
Additional Contributors, in no particular order:
|
Additional Contributors, in no particular order:
|
||||||
- Kiocifer (Icons!)
|
- Kiocifer (Icons!)
|
||||||
- IncinerateMe (helping transition to 1.20.3 / CI helper)
|
- IncinerateMe (helping transition to 1.20.3 / atree / CI helper)
|
||||||
- puppy (dog)
|
- puppy (dog)
|
||||||
- SockMower (ability tree encode/decode optimization)
|
- SockMower (ability tree encode/decode optimization)
|
||||||
- ITechnically (coding emotional support / misc)
|
- ITechnically (coding emotional support / misc)
|
||||||
|
|
|
@ -124,7 +124,6 @@ function decodeBuild(url_tag) {
|
||||||
for (let i in tomes) {
|
for (let i in tomes) {
|
||||||
let tome_str = info[1].charAt(i);
|
let tome_str = info[1].charAt(i);
|
||||||
let tome_name = getTomeNameFromID(Base64.toInt(tome_str));
|
let tome_name = getTomeNameFromID(Base64.toInt(tome_str));
|
||||||
console.log(tome_name);
|
|
||||||
setValue(tomeInputs[i], tome_name);
|
setValue(tomeInputs[i], tome_name);
|
||||||
}
|
}
|
||||||
info[1] = info[1].slice(7);
|
info[1] = info[1].slice(7);
|
||||||
|
|
|
@ -1076,8 +1076,6 @@ function builder_graph_init() {
|
||||||
// These two are defined in `atree.js`
|
// These two are defined in `atree.js`
|
||||||
atree_node.link_to(class_node, 'player-class');
|
atree_node.link_to(class_node, 'player-class');
|
||||||
atree_merge.link_to(class_node, 'player-class');
|
atree_merge.link_to(class_node, 'player-class');
|
||||||
atree_graph_creator = new AbilityTreeEnsureNodesNode(build_node, stat_agg_node)
|
|
||||||
.link_to(atree_collect_spells, 'spells');
|
|
||||||
atree_stats.link_to(build_node, 'build');
|
atree_stats.link_to(build_node, 'build');
|
||||||
stat_agg_node.link_to(atree_stats, 'atree-stats');
|
stat_agg_node.link_to(atree_stats, 'atree-stats');
|
||||||
|
|
||||||
|
@ -1092,6 +1090,9 @@ function builder_graph_init() {
|
||||||
armor_powder_node.update();
|
armor_powder_node.update();
|
||||||
level_input.update();
|
level_input.update();
|
||||||
|
|
||||||
|
atree_graph_creator = new AbilityTreeEnsureNodesNode(build_node, stat_agg_node)
|
||||||
|
.link_to(atree_collect_spells, 'spells');
|
||||||
|
|
||||||
// kinda janky, manually set atree and update. Some wasted compute here
|
// kinda janky, manually set atree and update. Some wasted compute here
|
||||||
if (atree_data !== null && atree_node.value !== null) { // janky check if atree is valid
|
if (atree_data !== null && atree_node.value !== null) { // janky check if atree is valid
|
||||||
const atree_state = atree_state_node.value;
|
const atree_state = atree_state_node.value;
|
||||||
|
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 595 B |
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 297 B |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 250 B |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 834 B After Width: | Height: | Size: 453 B |
Before Width: | Height: | Size: 809 B After Width: | Height: | Size: 442 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 930 B After Width: | Height: | Size: 521 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 705 B After Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 828 B After Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |