2,061,512 events, 1,045,628 push events, 1,660,744 commit messages, 130,639,682 characters
added BZK as a greek general, rest is unimportant
-added BZK as a greek general (might make greece too hard to break but honestly fuck you idc) -yeeted the panzerschiffs (sorry heart) -reduced destroyer manpower requirements
Various changes to bring up to date with new API
Removed Strukkit API dependency in favor of Paper-API.
Removed unsupported BukkitSettings dependency. Patched uses of the Settings API with sane defaults for now. (this includes removing PlayerSettingCallback impls)
Implement Title utility using new title API
Implement Action Bar utility using new API
Stub BloodModule (TODO: reimplement)
Update default ItemStacks in ChestModule to use new naming (god damnit mojang)
Stub ChunkLoadModule (this does not sound like a good idea at all, TODO: reimplement)
Disable ChestModule runnable (TODO: reimplement)
Update various player APIs in modules
Stub OregenModule (TODO: reimplement)
Improve const-correctness of JIT.
This started off as a minor fix based on Adam's question, "why is printing a graph not const" and snowballed into a giant yak shaving exercise.
-
The Graph and Node APIs now uniformly enforce deep constness; e.g., if you get a const Node* or const Graph*, it is not possible to get a non-const Node*/Graph* somewhere else in the graph (even though the member variables of these are non-const. Hooray for private access specifier.)
-
A big pile of functions got const versions, most notably the printing functions, and functions for accessing inputs().
-
REALLY IMPORTANT, BC-BREAKING CHANGE: inputs() now returns a COPY of the inputs, rather than a reference to the underlying. I was forced to do this because there is no way to portably turn a std::vector<Node*> into a std::vector<const Node*>, which is necessary to provide a const-correct version of inputs() that enforces deep const-correctness. I then justified this choice to myself with the observation that outputs() returned a copy (by necessity), so this makes the API more uniform.
But making this change uncovered two very subtle bugs:
-
If you change functions from returning a reference to returning a copy, the idiom node->inputs().begin() is no longer valid, because the memory the iterator points to immediately becomes invalid. THIS SUCKS. Honestly, we should add a lint rule rejecting calling begin()/end() on temporaries because this is very dangerous. To excise this pattern from the codebase, I added begin() and end() methods to Graph, so that we got rid of the graph->nodes().begin() idiom, which happens to be sound, despite not returning a reference, because graph_node_list is a non-owning reference.
-
pybind11 doesn't handle std::vector<Node*> cast out of the box. Fortunately, I found a simple fix in the GitHub issues tracker that involved adding an extra type converter. And yes, this does mean that outputs() in Python never worked correctly.
-
-
New const_graph_node_list, which is a graph_node_list that gives you const Node*
There are some more miscellaneous improvements:
-
Applied CR comment fixes on export.cpp; using replaceInput, and renaming variables for clarity.
-
assertValidInput helper method added, and applied to replaceInput
-
Use an explicit function to print THPObjectPtr, otherwise we get the wrong overload.
Signed-off-by: Edward Z. Yang ezyang@fb.com
Fuck the Chakram
Stupid fucking activeboxes sticking around bug fuck you
Database update Changes: Changed the lower bound price of hot_potato_book to 86845, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 86845, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 639, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 639, responsible user: Automated Price Update Changed the lower bound price of enchanted_dark_oak_wood to 951, responsible user: Automated Price Update Changed the upper bound price of enchanted_dark_oak_wood to 951, responsible user: Automated Price Update Changed the lower bound price of sunflower to 3, responsible user: Automated Price Update Changed the upper bound price of sunflower to 3, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_lazuli to 405, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_lazuli to 405, responsible user: Automated Price Update Changed the lower bound price of enchanted_gold to 1330, responsible user: Automated Price Update Changed the upper bound price of enchanted_gold to 1330, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 134774, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 134774, responsible user: Automated Price Update Changed the lower bound price of enchanted_emerald_block to 201105, responsible user: Automated Price Update Changed the upper bound price of enchanted_emerald_block to 201105, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 622378, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 622378, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_end to 155545, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_end to 155545, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 480019, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 480019, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 617640, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 617640, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 43123, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 43123, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 545, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 545, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 470350, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 470350, responsible user: Automated Price Update Changed the lower bound price of enchanted_blaze_rod to 466063, responsible user: Automated Price Update Changed the upper bound price of enchanted_blaze_rod to 466063, responsible user: Automated Price Update Changed the lower bound price of vampirism_v to 6742, responsible user: Automated Price Update Changed the upper bound price of vampirism_v to 6742, responsible user: Automated Price Update Changed the lower bound price of enchanted_fermented_spider_eye to 110337, responsible user: Automated Price Update Changed the upper bound price of enchanted_fermented_spider_eye to 110337, responsible user: Automated Price Update Changed the lower bound price of golden_tooth to 125765, responsible user: Automated Price Update Changed the upper bound price of golden_tooth to 125765, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 537, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 537, responsible user: Automated Price Update Changed the lower bound price of enchanted_lily_pad to 57247, responsible user: Automated Price Update Changed the upper bound price of enchanted_lily_pad to 57247, responsible user: Automated Price Update Changed the lower bound price of ender_chestplate to 33108, responsible user: Automated Price Update Changed the upper bound price of ender_chestplate to 33108, responsible user: Automated Price Update Changed the lower bound price of enchanted_baked_potato to 94467, responsible user: Automated Price Update Changed the upper bound price of enchanted_baked_potato to 94467, responsible user: Automated Price Update Changed the lower bound price of wolf_talisman to 92532, responsible user: Automated Price Update Changed the upper bound price of wolf_talisman to 92532, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 473316, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 473316, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 483486, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 483486, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_lazuli to 415, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_lazuli to 415, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1338, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1338, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 530, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 530, responsible user: Automated Price Update Changed the lower bound price of compactor to 5144, responsible user: Automated Price Update Changed the upper bound price of compactor to 5144, responsible user: Automated Price Update Changed the lower bound price of white_gift to 2315, responsible user: Automated Price Update Changed the upper bound price of white_gift to 2315, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 524, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 524, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 1958, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 1958, responsible user: Automated Price Update Changed the lower bound price of enchanted_blaze_rod to 469137, responsible user: Automated Price Update Changed the upper bound price of enchanted_blaze_rod to 469137, responsible user: Automated Price Update Changed the lower bound price of enchanted_fermented_spider_eye to 109970, responsible user: Automated Price Update Changed the upper bound price of enchanted_fermented_spider_eye to 109970, responsible user: Automated Price Update Changed the lower bound price of golden_tooth to 125091, responsible user: Automated Price Update Changed the upper bound price of golden_tooth to 125091, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 1942, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 1942, responsible user: Automated Price Update Changed the lower bound price of crystal_boots to 27466, responsible user: Automated Price Update Changed the upper bound price of crystal_boots to 27466, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 1927, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 1927, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 5019, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 5019, responsible user: Automated Price Update Changed the lower bound price of sea_creature_ring to 70715, responsible user: Automated Price Update Changed the upper bound price of sea_creature_ring to 70715, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 619126, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 619126, responsible user: Automated Price Update Changed the lower bound price of haste_ring to 201653, responsible user: Automated Price Update Changed the upper bound price of haste_ring to 201653, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 769, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 769, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 518, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 518, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 513, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 513, responsible user: Automated Price Update Changed the lower bound price of undead_catalyst to 496, responsible user: Automated Price Update Changed the upper bound price of undead_catalyst to 496, responsible user: Automated Price Update Changed the lower bound price of ember_helmet to 1298, responsible user: Automated Price Update Changed the upper bound price of ember_helmet to 1298, responsible user: Automated Price Update Changed the lower bound price of hunk_of_ice to 92, responsible user: Automated Price Update Changed the upper bound price of hunk_of_ice to 92, responsible user: Automated Price Update Changed the lower bound price of enchanted_ender_pearl to 181, responsible user: Automated Price Update Changed the upper bound price of enchanted_ender_pearl to 181, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 509, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 509, responsible user: Automated Price Update Changed the lower bound price of crystal_chestplate to 69088, responsible user: Automated Price Update Changed the upper bound price of crystal_chestplate to 69088, responsible user: Automated Price Update Changed the lower bound price of raider_axe to 153877, responsible user: Automated Price Update Changed the upper bound price of raider_axe to 153877, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 486887, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 486887, responsible user: Automated Price Update Changed the lower bound price of jungle_axe to 1325, responsible user: Automated Price Update Changed the upper bound price of jungle_axe to 1325, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 488199, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 488199, responsible user: Automated Price Update Changed the lower bound price of enchanted_cactus_green to 1465, responsible user: Automated Price Update Changed the upper bound price of enchanted_cactus_green to 1465, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 489380, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 489380, responsible user: Automated Price Update Changed the lower bound price of enchanted_gold to 1353, responsible user: Automated Price Update Changed the upper bound price of enchanted_gold to 1353, responsible user: Automated Price Update Changed the lower bound price of crystal_leggings to 149143, responsible user: Automated Price Update Changed the upper bound price of crystal_leggings to 149143, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 486442, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 486442, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_chestplate to 347838, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_chestplate to 347838, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 478253, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 478253, responsible user: Automated Price Update Changed the lower bound price of creeper_pants to 329933, responsible user: Automated Price Update Changed the upper bound price of creeper_pants to 329933, responsible user: Automated Price Update Changed the lower bound price of crystal_boots to 26719, responsible user: Automated Price Update Changed the upper bound price of crystal_boots to 26719, responsible user: Automated Price Update Changed the lower bound price of creeper_pants to 321308, responsible user: Automated Price Update Changed the upper bound price of creeper_pants to 321308, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 795, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 795, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 623338, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 623338, responsible user: Automated Price Update Changed the lower bound price of enchanted_glowstone to 153829, responsible user: Automated Price Update Changed the upper bound price of enchanted_glowstone to 153829, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 480429, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 480429, responsible user: Automated Price Update Changed the lower bound price of undead_sword to 98, responsible user: Automated Price Update Changed the upper bound price of undead_sword to 98, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 482388, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 482388, responsible user: Automated Price Update Changed the lower bound price of red_gift to 49477, responsible user: Automated Price Update Changed the upper bound price of red_gift to 49477, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 638, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 638, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_chestplate to 353054, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_chestplate to 353054, responsible user: Automated Price Update Changed the lower bound price of string to 6, responsible user: Automated Price Update Changed the upper bound price of string to 6, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_leggings to 358123, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_leggings to 358123, responsible user: Automated Price Update Changed the lower bound price of snow_suit_leggings to 12254, responsible user: Automated Price Update Changed the upper bound price of snow_suit_leggings to 12254, responsible user: Automated Price Update Changed the lower bound price of miner_chestplate to 2831, responsible user: Automated Price Update Changed the upper bound price of miner_chestplate to 2831, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_chestplate to 2347, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_chestplate to 2347, responsible user: Automated Price Update Changed the lower bound price of ember_rod to 25022, responsible user: Automated Price Update Changed the upper bound price of ember_rod to 25022, responsible user: Automated Price Update Changed the lower bound price of magical_mushroom_soup to 32, responsible user: Automated Price Update Changed the upper bound price of magical_mushroom_soup to 32, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 671, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 671, responsible user: Automated Price Update Changed the lower bound price of enchanted_baked_potato to 94048, responsible user: Automated Price Update Changed the upper bound price of enchanted_baked_potato to 94048, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 480149, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 480149, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 42834, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 42834, responsible user: Automated Price Update Changed the lower bound price of raw_porkchop to 15, responsible user: Automated Price Update Changed the upper bound price of raw_porkchop to 15, responsible user: Automated Price Update Changed the lower bound price of ender_pearl to 9, responsible user: Automated Price Update Changed the upper bound price of ender_pearl to 9, responsible user: Automated Price Update Changed the lower bound price of miner_helmet to 791, responsible user: Automated Price Update Changed the upper bound price of miner_helmet to 791, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 135097, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 135097, responsible user: Automated Price Update Changed the lower bound price of enchanted_pumpkin to 844, responsible user: Automated Price Update Changed the upper bound price of enchanted_pumpkin to 844, responsible user: Automated Price Update Changed the lower bound price of raw_porkchop to 15, responsible user: Automated Price Update Changed the upper bound price of raw_porkchop to 15, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 416808, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 416808, responsible user: Automated Price Update Changed the lower bound price of raw_porkchop to 15, responsible user: Automated Price Update Changed the upper bound price of raw_porkchop to 15, responsible user: Automated Price Update Changed the lower bound price of enchanted_pumpkin to 833, responsible user: Automated Price Update Changed the upper bound price of enchanted_pumpkin to 833, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 87418, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 87418, responsible user: Automated Price Update Changed the lower bound price of enchanted_ender_pearl to 183, responsible user: Automated Price Update Changed the upper bound price of enchanted_ender_pearl to 183, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 625404, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 625404, responsible user: Automated Price Update Changed the lower bound price of compactor to 4694, responsible user: Automated Price Update Changed the upper bound price of compactor to 4694, responsible user: Automated Price Update Changed the lower bound price of golden_tooth to 129832, responsible user: Automated Price Update Changed the upper bound price of golden_tooth to 129832, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 88216, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 88216, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 153012, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 153012, responsible user: Automated Price Update Changed the lower bound price of grappling_hook to 5364, responsible user: Automated Price Update Changed the upper bound price of grappling_hook to 5364, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 627264, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 627264, responsible user: Automated Price Update Changed the lower bound price of raw_porkchop to 14, responsible user: Automated Price Update Changed the upper bound price of raw_porkchop to 14, responsible user: Automated Price Update Changed the lower bound price of enchanted_ender_pearl to 185, responsible user: Automated Price Update Changed the upper bound price of enchanted_ender_pearl to 185, responsible user: Automated Price Update Changed the lower bound price of raw_porkchop to 15, responsible user: Automated Price Update Changed the upper bound price of raw_porkchop to 15, responsible user: Automated Price Update Changed the lower bound price of young_dragon_fragment to 6253, responsible user: Automated Price Update Changed the upper bound price of young_dragon_fragment to 6253, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 26360, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 26360, responsible user: Automated Price Update Changed the lower bound price of blaze_rod to 35, responsible user: Automated Price Update Changed the upper bound price of blaze_rod to 35, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 485034, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 485034, responsible user: Automated Price Update Changed the lower bound price of crystal_fragment to 17570, responsible user: Automated Price Update Changed the upper bound price of crystal_fragment to 17570, responsible user: Automated Price Update Changed the lower bound price of raw_porkchop to 15, responsible user: Automated Price Update Changed the upper bound price of raw_porkchop to 15, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 622038, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 622038, responsible user: Automated Price Update Changed the lower bound price of enchanted_ender_pearl to 186, responsible user: Automated Price Update Changed the upper bound price of enchanted_ender_pearl to 186, responsible user: Automated Price Update Changed the lower bound price of miner_helmet to 812, responsible user: Automated Price Update Changed the upper bound price of miner_helmet to 812, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 620784, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 620784, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 505, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 505, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 2616, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 2616, responsible user: Automated Price Update Changed the lower bound price of miner_helmet to 831, responsible user: Automated Price Update Changed the upper bound price of miner_helmet to 831, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 135387, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 135387, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_chestplate to 2245, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_chestplate to 2245, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 621956, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 621956, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 624160, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 624160, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1065, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1065, responsible user: Automated Price Update Changed the lower bound price of grappling_hook to 4878, responsible user: Automated Price Update Changed the upper bound price of grappling_hook to 4878, responsible user: Automated Price Update Changed the lower bound price of grappling_hook to 4440, responsible user: Automated Price Update Changed the upper bound price of grappling_hook to 4440, responsible user: Automated Price Update Changed the lower bound price of young_dragon_fragment to 6294, responsible user: Automated Price Update Changed the upper bound price of young_dragon_fragment to 6294, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 87420, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 87420, responsible user: Automated Price Update Changed the lower bound price of enchanted_ender_pearl to 187, responsible user: Automated Price Update Changed the upper bound price of enchanted_ender_pearl to 187, responsible user: Automated Price Update Changed the lower bound price of grappling_hook to 4155, responsible user: Automated Price Update Changed the upper bound price of grappling_hook to 4155, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_leggings to 1366, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_leggings to 1366, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 481381, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 481381, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 479243, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 479243, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1052, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1052, responsible user: Automated Price Update Changed the lower bound price of enchanted_lily_pad to 54759, responsible user: Automated Price Update Changed the upper bound price of enchanted_lily_pad to 54759, responsible user: Automated Price Update Changed the lower bound price of enchanted_ender_pearl to 188, responsible user: Automated Price Update Changed the upper bound price of enchanted_ender_pearl to 188, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 1941, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 1941, responsible user: Automated Price Update Changed the lower bound price of grappling_hook to 3790, responsible user: Automated Price Update Changed the upper bound price of grappling_hook to 3790, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 7852, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 7852, responsible user: Automated Price Update Changed the lower bound price of grappling_hook to 3461, responsible user: Automated Price Update Changed the upper bound price of grappling_hook to 3461, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 619244, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 619244, responsible user: Automated Price Update Changed the lower bound price of medium_backpack to 24368, responsible user: Automated Price Update Changed the upper bound price of medium_backpack to 24368, responsible user: Automated Price Update Changed the lower bound price of blaze_rod to 34, responsible user: Automated Price Update Changed the upper bound price of blaze_rod to 34, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 614820, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 614820, responsible user: Automated Price Update Changed the lower bound price of enchanted_ender_pearl to 189, responsible user: Automated Price Update Changed the upper bound price of enchanted_ender_pearl to 189, responsible user: Automated Price Update Changed the lower bound price of red_gift to 49819, responsible user: Automated Price Update Changed the upper bound price of red_gift to 49819, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 610916, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 610916, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 26024, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 26024, responsible user: Automated Price Update Changed the lower bound price of minion_expander to 13569, responsible user: Automated Price Update Changed the upper bound price of minion_expander to 13569, responsible user: Automated Price Update Changed the lower bound price of enchanted_ender_pearl to 190, responsible user: Automated Price Update Changed the upper bound price of enchanted_ender_pearl to 190, responsible user: Automated Price Update Changed the lower bound price of raw_porkchop to 14, responsible user: Automated Price Update Changed the upper bound price of raw_porkchop to 14, responsible user: Automated Price Update Changed the lower bound price of miner_helmet to 848, responsible user: Automated Price Update Changed the upper bound price of miner_helmet to 848, responsible user: Automated Price Update Changed the lower bound price of medium_backpack to 23081, responsible user: Automated Price Update Changed the upper bound price of medium_backpack to 23081, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 607324, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 607324, responsible user: Automated Price Update Changed the lower bound price of minion_expander to 12612, responsible user: Automated Price Update Changed the upper bound price of minion_expander to 12612, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 135648, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 135648, responsible user: Automated Price Update Changed the lower bound price of weak_wolf_catalyst to 635278, responsible user: Automated Price Update Changed the upper bound price of weak_wolf_catalyst to 635278, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 760, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 760, responsible user: Automated Price Update Changed the lower bound price of grappling_hook to 3165, responsible user: Automated Price Update Changed the upper bound price of grappling_hook to 3165, responsible user: Automated Price Update Changed the lower bound price of mastiff_crown to 1071332, responsible user: Automated Price Update Changed the upper bound price of mastiff_crown to 1071332, responsible user: Automated Price Update Changed the lower bound price of fish_affinity_talisman to 228530, responsible user: Automated Price Update Changed the upper bound price of fish_affinity_talisman to 228530, responsible user: Automated Price Update Changed the lower bound price of enchanted_emerald to 2643, responsible user: Automated Price Update Changed the upper bound price of enchanted_emerald to 2643, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 604167, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 604167, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 139431, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 139431, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 601326, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 601326, responsible user: Automated Price Update Changed the lower bound price of ink_sack to 93, responsible user: Automated Price Update Changed the upper bound price of ink_sack to 93, responsible user: Automated Price Update Changed the lower bound price of weak_wolf_catalyst to 646500, responsible user: Automated Price Update Changed the upper bound price of weak_wolf_catalyst to 646500, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 729, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 729, responsible user: Automated Price Update Changed the lower bound price of grappling_hook to 2934, responsible user: Automated Price Update Changed the upper bound price of grappling_hook to 2934, responsible user: Automated Price Update Changed the lower bound price of ender_pearl to 9, responsible user: Automated Price Update Changed the upper bound price of ender_pearl to 9, responsible user: Automated Price Update Changed the lower bound price of white_gift to 2260, responsible user: Automated Price Update Changed the upper bound price of white_gift to 2260, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 88298, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 88298, responsible user: Automated Price Update
Bear Traps now fuck you up (#25535)
-
bear traps now fuck you up
-
bear traps now freeze you in place, crush your hands, and more
-
fixes beartraps in autolathes, spawners
-
someone on discord told me finding and replacing text in .dmm files is ok
-
affecting -> trappedorgan, im a dumbass
-
you can pry open bear traps with crowbars
V8: Change "Include subfolders in search" to "Search only in th… (#4720)
Lots of lovely work here - this is one of those PRs that show how good communication can really make the experience of contributing one of learning for all parties. Thanks Kenn and all who contributed their time here
Refactor svg observer setup to not do silly things when observing an ancestor.
Right now we post updates and it "works" because we prevent the UpdateOverflow call if we're during reflow.
If this happens during styling however this is not sound (and it is not sound in general and has caused badness in the past, as noted by the other workarounds).
Make it sound by preventing to observe ancestors, and do it everywhere, removing various ad-hoc hacks that were spread around elsewhere.
This changes expectations of two tests:
-
clip-path-recursion-002.svg: Now we consider the inner clip-path reference invalid. This matches WebKit and Blink, and I don't see any spec text explicitly asking for our old behavior, so I just changed the test.
-
element-paint-recursion.html: Changes the expectations of elements referencing themselves via -moz-element(). Now it is invalid, instead of painting ourselves once inside ourselves, which was a bit wild on its own.
Differential Revision: https://phabricator.services.mozilla.com/D53890
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1507674 gecko-commit: 0fd8713b9050483915cfc784b124537cb5ba5c75 gecko-integration-branch: autoland gecko-reviewers: longsonr
Fuck ring replacement Fuck this shit Stupid bitch ass Fuck you little fucker
Database update Changes: Changed the lower bound price of enchanted_redstone_block to 98659, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 98659, responsible user: Automated Price Update Changed the lower bound price of enchanted_dark_oak_wood to 1111, responsible user: Automated Price Update Changed the upper bound price of enchanted_dark_oak_wood to 1111, responsible user: Automated Price Update Changed the lower bound price of enchanted_glowstone to 141836, responsible user: Automated Price Update Changed the upper bound price of enchanted_glowstone to 141836, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 269, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 269, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1464, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1464, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 364, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 364, responsible user: Automated Price Update Changed the lower bound price of compactor to 1081, responsible user: Automated Price Update Changed the upper bound price of compactor to 1081, responsible user: Automated Price Update Changed the lower bound price of protector_dragon_fragment to 1132, responsible user: Automated Price Update Changed the upper bound price of protector_dragon_fragment to 1132, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 569238, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 569238, responsible user: Automated Price Update Changed the lower bound price of ender_chestplate to 27459, responsible user: Automated Price Update Changed the upper bound price of ender_chestplate to 27459, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 71552, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 71552, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 441102, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 441102, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 570964, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 570964, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1473, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1473, responsible user: Automated Price Update Changed the lower bound price of enchanted_ghast_tear to 132, responsible user: Automated Price Update Changed the upper bound price of enchanted_ghast_tear to 132, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1495, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1495, responsible user: Automated Price Update Changed the lower bound price of remnant_of_the_eye to 531, responsible user: Automated Price Update Changed the upper bound price of remnant_of_the_eye to 531, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 290, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 290, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 4360, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 4360, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_helmet to 654629, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_helmet to 654629, responsible user: Automated Price Update Changed the lower bound price of crystal_fragment to 15252, responsible user: Automated Price Update Changed the upper bound price of crystal_fragment to 15252, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 439606, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 439606, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 96398, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 96398, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 566868, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 566868, responsible user: Automated Price Update Changed the lower bound price of emerald_blade to 458452, responsible user: Automated Price Update Changed the upper bound price of emerald_blade to 458452, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 390, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 390, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 94363, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 94363, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 1010, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 1010, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1474, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1474, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 70445, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 70445, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 382, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 382, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 568831, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 568831, responsible user: Automated Price Update Changed the lower bound price of golden_powder to 413565, responsible user: Automated Price Update Changed the upper bound price of golden_powder to 413565, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 987, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 987, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 441933, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 441933, responsible user: Automated Price Update Changed the lower bound price of wood_singularity to 4220301, responsible user: Automated Price Update Changed the upper bound price of wood_singularity to 4220301, responsible user: Automated Price Update Changed the lower bound price of mastiff_boots to 1027649, responsible user: Automated Price Update Changed the upper bound price of mastiff_boots to 1027649, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_lazuli to 713, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_lazuli to 713, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 443366, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 443366, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 69449, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 69449, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 73082, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 73082, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 75831, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 75831, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 569448, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 569448, responsible user: Automated Price Update Changed the lower bound price of protector_dragon_fragment to 1038, responsible user: Automated Price Update Changed the upper bound price of protector_dragon_fragment to 1038, responsible user: Automated Price Update Changed the lower bound price of fancy_sword to 38, responsible user: Automated Price Update Changed the upper bound price of fancy_sword to 38, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1332, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1332, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 92531, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 92531, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 565503, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 565503, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_chestplate to 371420, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_chestplate to 371420, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_boots to 538086, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_boots to 538086, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 568178, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 568178, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_leggings to 379648, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_leggings to 379648, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 385, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 385, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2008, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2008, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 570010, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 570010, responsible user: Automated Price Update Changed the lower bound price of young_dragon_leggings to 789644, responsible user: Automated Price Update Changed the upper bound price of young_dragon_leggings to 789644, responsible user: Automated Price Update Changed the lower bound price of lava_talisman to 27569, responsible user: Automated Price Update Changed the upper bound price of lava_talisman to 27569, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_chestplate to 2205, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_chestplate to 2205, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 394, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 394, responsible user: Automated Price Update Changed the lower bound price of enchanted_ender_pearl to 335, responsible user: Automated Price Update Changed the upper bound price of enchanted_ender_pearl to 335, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 573384, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 573384, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_block to 78599, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_block to 78599, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 335273, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 335273, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 378, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 378, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_helmet to 270679, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_helmet to 270679, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 12173, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 12173, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 341, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 341, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 78248, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 78248, responsible user: Automated Price Update Changed the lower bound price of enchanted_dark_oak_wood to 1095, responsible user: Automated Price Update Changed the upper bound price of enchanted_dark_oak_wood to 1095, responsible user: Automated Price Update Changed the lower bound price of medium_backpack to 20888, responsible user: Automated Price Update Changed the upper bound price of medium_backpack to 20888, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 338, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 338, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 439279, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 439279, responsible user: Automated Price Update Changed the lower bound price of feather_ring to 19629, responsible user: Automated Price Update Changed the upper bound price of feather_ring to 19629, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 571546, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 571546, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 328, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 328, responsible user: Automated Price Update Changed the lower bound price of experience_artifact to 597934, responsible user: Automated Price Update Changed the upper bound price of experience_artifact to 597934, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 569891, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 569891, responsible user: Automated Price Update Changed the lower bound price of enchanted_ghast_tear to 127, responsible user: Automated Price Update Changed the upper bound price of enchanted_ghast_tear to 127, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 90882, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 90882, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 571552, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 571552, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 357, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 357, responsible user: Automated Price Update Changed the lower bound price of enchanted_pork to 2712, responsible user: Automated Price Update Changed the upper bound price of enchanted_pork to 2712, responsible user: Automated Price Update Changed the lower bound price of ender_chestplate to 27384, responsible user: Automated Price Update Changed the upper bound price of ender_chestplate to 27384, responsible user: Automated Price Update Changed the lower bound price of desert_island to 556, responsible user: Automated Price Update Changed the upper bound price of desert_island to 556, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 1798, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 1798, responsible user: Automated Price Update Changed the lower bound price of medium_backpack to 18891, responsible user: Automated Price Update Changed the upper bound price of medium_backpack to 18891, responsible user: Automated Price Update Changed the lower bound price of medium_backpack to 17094, responsible user: Automated Price Update Changed the upper bound price of medium_backpack to 17094, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 569897, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 569897, responsible user: Automated Price Update Changed the lower bound price of young_dragon_fragment to 4202, responsible user: Automated Price Update Changed the upper bound price of young_dragon_fragment to 4202, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 309, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 309, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 76173, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 76173, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 81483, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 81483, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_helmet to 659166, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_helmet to 659166, responsible user: Automated Price Update Changed the lower bound price of ender_boots to 26346, responsible user: Automated Price Update Changed the upper bound price of ender_boots to 26346, responsible user: Automated Price Update Changed the lower bound price of ender_leggings to 23061, responsible user: Automated Price Update Changed the upper bound price of ender_leggings to 23061, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 11956, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 11956, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2032, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2032, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 89398, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 89398, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 12433, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 12433, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1363, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1363, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 32373, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 32373, responsible user: Automated Price Update Changed the lower bound price of enchanted_ice to 138, responsible user: Automated Price Update Changed the upper bound price of enchanted_ice to 138, responsible user: Automated Price Update Changed the lower bound price of jungle_axe to 1910, responsible user: Automated Price Update Changed the upper bound price of jungle_axe to 1910, responsible user: Automated Price Update Changed the lower bound price of young_dragon_fragment to 4547, responsible user: Automated Price Update Changed the upper bound price of young_dragon_fragment to 4547, responsible user: Automated Price Update Changed the lower bound price of wolf_talisman to 100411, responsible user: Automated Price Update Changed the upper bound price of wolf_talisman to 100411, responsible user: Automated Price Update Changed the lower bound price of enchanted_iron_block to 133830, responsible user: Automated Price Update Changed the upper bound price of enchanted_iron_block to 133830, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 567907, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 567907, responsible user: Automated Price Update Changed the lower bound price of young_dragon_fragment to 5064, responsible user: Automated Price Update Changed the upper bound price of young_dragon_fragment to 5064, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 4303, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 4303, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 460651, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 460651, responsible user: Automated Price Update Changed the lower bound price of ember_leggings to 1538, responsible user: Automated Price Update Changed the upper bound price of ember_leggings to 1538, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 330841, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 330841, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 563616, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 563616, responsible user: Automated Price Update Changed the lower bound price of ember_helmet to 1226, responsible user: Automated Price Update Changed the upper bound price of ember_helmet to 1226, responsible user: Automated Price Update Changed the lower bound price of hunk_of_blue_ice to 11382, responsible user: Automated Price Update Changed the upper bound price of hunk_of_blue_ice to 11382, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 463592, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 463592, responsible user: Automated Price Update Changed the lower bound price of potion_affinity_talisman to 409, responsible user: Automated Price Update Changed the upper bound price of potion_affinity_talisman to 409, responsible user: Automated Price Update Changed the lower bound price of enchanted_dark_oak_wood to 1083, responsible user: Automated Price Update Changed the upper bound price of enchanted_dark_oak_wood to 1083, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 33025, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 33025, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_block to 76489, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_block to 76489, responsible user: Automated Price Update Changed the lower bound price of grappling_hook to 8412, responsible user: Automated Price Update Changed the upper bound price of grappling_hook to 8412, responsible user: Automated Price Update Changed the lower bound price of feather to 25, responsible user: Automated Price Update Changed the upper bound price of feather to 25, responsible user: Automated Price Update Changed the lower bound price of ember_chestplate to 1379, responsible user: Automated Price Update Changed the upper bound price of ember_chestplate to 1379, responsible user: Automated Price Update Changed the lower bound price of critical_v to 10330, responsible user: Automated Price Update Changed the upper bound price of critical_v to 10330, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 559754, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 559754, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 459633, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 459633, responsible user: Automated Price Update Changed the lower bound price of obsidian_chestplate to 5686, responsible user: Automated Price Update Changed the upper bound price of obsidian_chestplate to 5686, responsible user: Automated Price Update Changed the lower bound price of weak_wolf_catalyst to 733202, responsible user: Automated Price Update Changed the upper bound price of weak_wolf_catalyst to 733202, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 453920, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 453920, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 326, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 326, responsible user: Automated Price Update Changed the lower bound price of young_dragon_helmet to 499052, responsible user: Automated Price Update Changed the upper bound price of young_dragon_helmet to 499052, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1497, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1497, responsible user: Automated Price Update Changed the lower bound price of candy_artifact to 833845, responsible user: Automated Price Update Changed the upper bound price of candy_artifact to 833845, responsible user: Automated Price Update Changed the lower bound price of bone to 6, responsible user: Automated Price Update Changed the upper bound price of bone to 6, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 561279, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 561279, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_chestplate to 2536861, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_chestplate to 2536861, responsible user: Automated Price Update Changed the lower bound price of wolf_talisman to 104327, responsible user: Automated Price Update Changed the upper bound price of wolf_talisman to 104327, responsible user: Automated Price Update Changed the lower bound price of remnant_of_the_eye to 538, responsible user: Automated Price Update Changed the upper bound price of remnant_of_the_eye to 538, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 455477, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 455477, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 353, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 353, responsible user: Automated Price Update Changed the lower bound price of enchanted_blaze_rod to 565512, responsible user: Automated Price Update Changed the upper bound price of enchanted_blaze_rod to 565512, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 341, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 341, responsible user: Automated Price Update Changed the lower bound price of desert_island to 550, responsible user: Automated Price Update Changed the upper bound price of desert_island to 550, responsible user: Automated Price Update Changed the lower bound price of zombie_sword to 539932, responsible user: Automated Price Update Changed the upper bound price of zombie_sword to 539932, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 559151, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 559151, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 558736, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 558736, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 12190, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 12190, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 560362, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 560362, responsible user: Automated Price Update Changed the lower bound price of red_claw_talisman to 3764, responsible user: Automated Price Update Changed the upper bound price of red_claw_talisman to 3764, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 341, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 341, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 338, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 338, responsible user: Automated Price Update Changed the lower bound price of golden_tooth to 117068, responsible user: Automated Price Update Changed the upper bound price of golden_tooth to 117068, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone to 456, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone to 456, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_block to 77840, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_block to 77840, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 355, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 355, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 81315, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 81315, responsible user: Automated Price Update Changed the lower bound price of enchanted_blaze_rod to 558961, responsible user: Automated Price Update Changed the upper bound price of enchanted_blaze_rod to 558961, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 561826, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 561826, responsible user: Automated Price Update Changed the lower bound price of spider_talisman to 133923, responsible user: Automated Price Update Changed the upper bound price of spider_talisman to 133923, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 446985, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 446985, responsible user: Automated Price Update Changed the lower bound price of ender_boots to 26372, responsible user: Automated Price Update Changed the upper bound price of ender_boots to 26372, responsible user: Automated Price Update Changed the lower bound price of obsidian_chestplate to 5405, responsible user: Automated Price Update Changed the upper bound price of obsidian_chestplate to 5405, responsible user: Automated Price Update Changed the lower bound price of enchanted_end_stone to 433, responsible user: Automated Price Update Changed the upper bound price of enchanted_end_stone to 433, responsible user: Automated Price Update Changed the lower bound price of life_steal_iii to 6941, responsible user: Automated Price Update Changed the upper bound price of life_steal_iii to 6941, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 327757, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 327757, responsible user: Automated Price Update Changed the lower bound price of zombie_sword to 531565, responsible user: Automated Price Update Changed the upper bound price of zombie_sword to 531565, responsible user: Automated Price Update Changed the lower bound price of mastiff_boots to 1043909, responsible user: Automated Price Update Changed the upper bound price of mastiff_boots to 1043909, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone to 434, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone to 434, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 12121, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 12121, responsible user: Automated Price Update Changed the lower bound price of grappling_hook to 7951, responsible user: Automated Price Update Changed the upper bound price of grappling_hook to 7951, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 1046, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 1046, responsible user: Automated Price Update Changed the lower bound price of grappling_hook to 7357, responsible user: Automated Price Update Changed the upper bound price of grappling_hook to 7357, responsible user: Automated Price Update Changed the lower bound price of jungle_axe to 1774, responsible user: Automated Price Update Changed the upper bound price of jungle_axe to 1774, responsible user: Automated Price Update Changed the lower bound price of hurricane_bow to 124757, responsible user: Automated Price Update Changed the upper bound price of hurricane_bow to 124757, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 82184, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 82184, responsible user: Automated Price Update Changed the lower bound price of old_dragon_fragment to 1755, responsible user: Automated Price Update Changed the upper bound price of old_dragon_fragment to 1755, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_end to 209838, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_end to 209838, responsible user: Automated Price Update Changed the lower bound price of zombie_sword to 508408, responsible user: Automated Price Update Changed the upper bound price of zombie_sword to 508408, responsible user: Automated Price Update Changed the lower bound price of lava_talisman to 25392, responsible user: Automated Price Update Changed the upper bound price of lava_talisman to 25392, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 82966, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 82966, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 4481, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 4481, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 444836, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 444836, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 440352, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 440352, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 368, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 368, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 564293, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 564293, responsible user: Automated Price Update Changed the lower bound price of red_claw_talisman to 3438, responsible user: Automated Price Update Changed the upper bound price of red_claw_talisman to 3438, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 89203, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 89203, responsible user: Automated Price Update Changed the lower bound price of titanic_experience_bottle to 283089, responsible user: Automated Price Update Changed the upper bound price of titanic_experience_bottle to 283089, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 2076, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 2076, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone to 414, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone to 414, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_chestplate to 2592525, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_chestplate to 2592525, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 379, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 379, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 565364, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 565364, responsible user: Automated Price Update Changed the lower bound price of enchanted_blaze_rod to 553065, responsible user: Automated Price Update Changed the upper bound price of enchanted_blaze_rod to 553065, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 154408, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 154408, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2024, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2024, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 85164, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 85164, responsible user: Automated Price Update Changed the lower bound price of spider_ring to 173897, responsible user: Automated Price Update Changed the upper bound price of spider_ring to 173897, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1527, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1527, responsible user: Automated Price Update Changed the lower bound price of candy_artifact to 845460, responsible user: Automated Price Update Changed the upper bound price of candy_artifact to 845460, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 310, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 310, responsible user: Automated Price Update Changed the lower bound price of young_dragon_fragment to 5136, responsible user: Automated Price Update Changed the upper bound price of young_dragon_fragment to 5136, responsible user: Automated Price Update Changed the lower bound price of magical_water_bucket to 52, responsible user: Automated Price Update Changed the upper bound price of magical_water_bucket to 52, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 433372, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 433372, responsible user: Automated Price Update Changed the lower bound price of speed_talisman to 516, responsible user: Automated Price Update Changed the upper bound price of speed_talisman to 516, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 336, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 336, responsible user: Automated Price Update Changed the lower bound price of bat_artifact to 1467319, responsible user: Automated Price Update Changed the upper bound price of bat_artifact to 1467319, responsible user: Automated Price Update Changed the lower bound price of enchanted_red_mushroom_block to 69330, responsible user: Automated Price Update Changed the upper bound price of enchanted_red_mushroom_block to 69330, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 435035, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 435035, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2046, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2046, responsible user: Automated Price Update Changed the lower bound price of enchanted_quartz to 1768, responsible user: Automated Price Update Changed the upper bound price of enchanted_quartz to 1768, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 431782, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 431782, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 334, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 334, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_leggings to 2490033, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_leggings to 2490033, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 431218, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 431218, responsible user: Automated Price Update Changed the lower bound price of enchanted_spider_eye to 1738, responsible user: Automated Price Update Changed the upper bound price of enchanted_spider_eye to 1738, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 328441, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 328441, responsible user: Automated Price Update Changed the lower bound price of enchanted_glowstone to 135720, responsible user: Automated Price Update Changed the upper bound price of enchanted_glowstone to 135720, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 301, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 301, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2079, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2079, responsible user: Automated Price Update Changed the lower bound price of enchanted_dark_oak_wood to 1084, responsible user: Automated Price Update Changed the upper bound price of enchanted_dark_oak_wood to 1084, responsible user: Automated Price Update Changed the lower bound price of hurricane_bow to 120281, responsible user: Automated Price Update Changed the upper bound price of hurricane_bow to 120281, responsible user: Automated Price Update Changed the lower bound price of golden_tooth to 115361, responsible user: Automated Price Update Changed the upper bound price of golden_tooth to 115361, responsible user: Automated Price Update Changed the lower bound price of wolf_talisman to 112717, responsible user: Automated Price Update Changed the upper bound price of wolf_talisman to 112717, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2085, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2085, responsible user: Automated Price Update Changed the lower bound price of enchanted_rabbit_foot to 4474, responsible user: Automated Price Update Changed the upper bound price of enchanted_rabbit_foot to 4474, responsible user: Automated Price Update Changed the lower bound price of magical_water_bucket to 51, responsible user: Automated Price Update Changed the upper bound price of magical_water_bucket to 51, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 4202, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 4202, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 334075, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 334075, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 562828, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 562828, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 272, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 272, responsible user: Automated Price Update Changed the lower bound price of enchanted_blaze_rod to 539758, responsible user: Automated Price Update Changed the upper bound price of enchanted_blaze_rod to 539758, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 260, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 260, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_chestplate to 363958, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_chestplate to 363958, responsible user: Automated Price Update Changed the lower bound price of fish_affinity_talisman to 191597, responsible user: Automated Price Update Changed the upper bound price of fish_affinity_talisman to 191597, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 89028, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 89028, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 85648, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 85648, responsible user: Automated Price Update Changed the lower bound price of guardian_chestplate to 6047, responsible user: Automated Price Update Changed the upper bound price of guardian_chestplate to 6047, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 265, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 265, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond_block to 204360, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond_block to 204360, responsible user: Automated Price Update Changed the lower bound price of young_dragon_fragment to 5197, responsible user: Automated Price Update Changed the upper bound price of young_dragon_fragment to 5197, responsible user: Automated Price Update Changed the lower bound price of old_dragon_fragment to 1602, responsible user: Automated Price Update Changed the upper bound price of old_dragon_fragment to 1602, responsible user: Automated Price Update Changed the lower bound price of spider_talisman to 129836, responsible user: Automated Price Update Changed the upper bound price of spider_talisman to 129836, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 564045, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 564045, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_dragons to 6324464, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_dragons to 6324464, responsible user: Automated Price Update Changed the lower bound price of enchanted_iron_block to 133547, responsible user: Automated Price Update Changed the upper bound price of enchanted_iron_block to 133547, responsible user: Automated Price Update Changed the lower bound price of old_dragon_chestplate to 247556, responsible user: Automated Price Update Changed the upper bound price of old_dragon_chestplate to 247556, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 565140, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 565140, responsible user: Automated Price Update Changed the lower bound price of ember_boots to 14357, responsible user: Automated Price Update Changed the upper bound price of ember_boots to 14357, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 425152, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 425152, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 87577, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 87577, responsible user: Automated Price Update Changed the lower bound price of weak_wolf_catalyst to 705882, responsible user: Automated Price Update Changed the upper bound price of weak_wolf_catalyst to 705882, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1493, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1493, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 566701, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 566701, responsible user: Automated Price Update Changed the lower bound price of grappling_hook to 8370, responsible user: Automated Price Update Changed the upper bound price of grappling_hook to 8370, responsible user: Automated Price Update Changed the lower bound price of potion_affinity_talisman to 409, responsible user: Automated Price Update Changed the upper bound price of potion_affinity_talisman to 409, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 155067, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 155067, responsible user: Automated Price Update Changed the lower bound price of enchanted_leather to 11325, responsible user: Automated Price Update Changed the upper bound price of enchanted_leather to 11325, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 425251, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 425251, responsible user: Automated Price Update Changed the lower bound price of enchanted_raw_beef to 1479, responsible user: Automated Price Update Changed the upper bound price of enchanted_raw_beef to 1479, responsible user: Automated Price Update Changed the lower bound price of medium_backpack to 16535, responsible user: Automated Price Update Changed the upper bound price of medium_backpack to 16535, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 567531, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 567531, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_leggings to 2461030, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_leggings to 2461030, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_block to 80406, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_block to 80406, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 287, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 287, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 4022, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 4022, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 89465, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 89465, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 568278, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 568278, responsible user: Automated Price Update Changed the lower bound price of medium_backpack to 15782, responsible user: Automated Price Update Changed the upper bound price of medium_backpack to 15782, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 259, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 259, responsible user: Automated Price Update Changed the lower bound price of minion_expander to 29128, responsible user: Automated Price Update Changed the upper bound price of minion_expander to 29128, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 241, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 241, responsible user: Automated Price Update Changed the lower bound price of crystal_fragment to 14827, responsible user: Automated Price Update Changed the upper bound price of crystal_fragment to 14827, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 566450, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 566450, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 563805, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 563805, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 564924, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 564924, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 88870, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 88870, responsible user: Automated Price Update Changed the lower bound price of radiant_power_orb to 54589, responsible user: Automated Price Update Changed the upper bound price of radiant_power_orb to 54589, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 225, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 225, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 568232, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 568232, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 439076, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 439076, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 566409, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 566409, responsible user: Automated Price Update Changed the lower bound price of enchanted_raw_beef to 1547, responsible user: Automated Price Update Changed the upper bound price of enchanted_raw_beef to 1547, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 567268, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 567268, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 2174, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 2174, responsible user: Automated Price Update Changed the lower bound price of enchanted_leather to 11102, responsible user: Automated Price Update Changed the upper bound price of enchanted_leather to 11102, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 204, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 204, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 428502, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 428502, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 225, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 225, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 203, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 203, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 573791, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 573791, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 571412, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 571412, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 2057, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 2057, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 573560, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 573560, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 32916, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 32916, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 206, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 206, responsible user: Automated Price Update Changed the lower bound price of ender_helmet to 27175, responsible user: Automated Price Update Changed the upper bound price of ender_helmet to 27175, responsible user: Automated Price Update
Euclidstation + Housestation job changes
Part 1: Euclidstation Based off of lamprey and my insanity. Most areas are copypastes from other stations mashed weirdly together. There's 4-5 rooms that i made myself, which are the truly terrifying ones. Euclidstation is admin only. Adminbus punishment you could say. Second, job changes wasn't fucking included for some reason which WAS the problem for house. That's fixed now.
tiled: Initial mostly-kinda-working tileMap renderering
This is super hacky and we'll need to optimise it to all hell but it shows some weak points in the spritebatch. We need to fix various calls and make sure clip regions work as advertised but we're getting much much closer to what we want.
Signed-off-by: Ikey Doherty ikey.doherty@lispysnake.com
Store all topic visits, adjust triggers/queries
This changes from storing only a single topic visit per user to just storing all of them. I don't intend to keep all of these and will probably find a way to "quantize" repeated visits soon. However, I want to get an idea of the volume first, and also use this to see how the new querying methods work in production.
On that note, I'm not sure that the LATERAL outer join is the best method, but it seems interesting (and was kind of a pain in the ass in SQLAlchemy), so we'll see how it looks.
As part of this, I also changed the method of adjusting num_comments on past topic visits to be done entirely in triggers, instead of the previous approach of doing it in _increment_topic_comments_seen(). However, this really just made me realize how incorrect this idea is and how many edge cases can come up that will mess up the comment counters on the visits (e.g. post a comment and then delete it immediately). Hopefully this can go away in the somewhat near future with some other changes to notifications.
Because I'am an ignorant ahole, I just wrote a small generator idea test based off of my idea of commands to see how it will work. Testing it tonight, but I am still sticking to magic bot.
Feedback for TJ's Killer Article
Wonderful comparison article. Seriously, I loved it.
I think it's funny you like how Angular handles styles. It's actually my biggest issue with Angular. I use ViewEncapsulation.None
often. I feel like the way that Angular scopes styles per component breaks down the whole "cascading" part of CSS. I anticipate my styles being global and having different weights. So it throws me when I forget to disable view encapsulation. lol
I wanted to comment on the flow of your article. Your transitions from one section to the next are seamless. You really are a good writer, TJ. I'm sorry about submitting all the changes like this. After making this, I realized comments might be easier for you to work with. Merp :/
Created Text For URL [www.timeslive.co.za/tshisa-live/tshisa-live/2020-01-30-watch--stupid-criminals-told-my-friends-i-was-arrested-papa-penny-warns-about-con-men/]
Merge pull request #10 from dcramps/acme-stupid-ass-map-bullshit
Added maps to duel rulesets
Bug 24123: Fix import of UTF-8 encoded MARC21 MARCXML using bulkmarcimport (elastic only)
If elastic is used as search engine, the bulkmarcimport.pl will not handle correctly UTF-8 encoded MARCXML
Koha::SearchEngine::Search->new uses a require statement to load the correct Search module. This is done l.257 of bulkmarcimport.pl: 257 my $searcher = Koha::SearchEngine::Search->new
Koha::SearchEngine::Elasticsearch::Search will use MARC::File::XML
, and so resets the arguments set before:
216 $MARC::File::XML::_load_args{BinaryEncoding} = 'utf-8';
220 $MARC::File::XML::_load_args{RecordFormat} = $recordformat;
An easy (but dirty) fix could be to move the declaration of my $searcher before in the script. The tricky (but correct) fix would be to remove the long standing "ugly hack follows" comment.
This patch is the easy, and dirty, fix
Test plan: Use the command line tool to import MARXCML records that contains unicode characters into Koha
Something like misc/migration_tools/bulkmarcimport.pl -biblios -file record.marcxml -m=MARCXML
Without this patch you will notice that unicode characters will not be displayed correctly
Signed-off-by: Michal Denar black23@gmail.com Signed-off-by: Tomas Cohen Arazi tomascohen@theke.io Signed-off-by: Martin Renvoize martin.renvoize@ptfs-europe.com
Signed-off-by: Joy Nelson joy@bywatersolutions.com
FIXED BALLS SHIT ASS COLLISION
Collision no longer makes me want to die and now it just fucking CUMS