From b9717b28027ab5d4d923845dfd3982b7e0d15c09 Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Sat, 5 Oct 2024 11:53:31 -0400 Subject: [PATCH] Version 1.10.1 - October 5, 2024 - Creepy Crawlies [Version 1.10.1 - October 5, 2024 - Creepy Crawlies] [Crawly] + Spider, will climb and create Webs + Web (Hidden), will trap bugs + Ants can climb walls [Creepy] + Soul (Hidden), from Humans + Ectoplasm (Hidden) + Tombstone, spawns Souls ~ Note: Soul features will move to the souls.js mod after October + Candy is candy corn-colored + Humans will wear orange shirts on Halloween [Changes] + Fire can heat existing pixels when placed over them + Wet Sand and Mud release Steam when heated + Smashing Clouds can release their Water + Water will create Bubbles before boiling + Dirty Water can be purified before boiling + Panicking humans will cause others to panic + Rice can be fermented + Rats can eat Vines + Bleach kills Algae + Salt slowly dissolves in Bleach + Bleach destroys Ink and Dye + Bleach stains Porcelain Shards brown + Caramel dissolves in Vinegar + Image tool set to Paint will recolor pixels + Midas Touch converts hot liquids to Molten Gold ~ Thermite can no longer form Slag ~ Milk boils more realistically ~ Increased minimum temperature for Meat to make Grease ~ Blaster explodes into less Plasma ~ Moved Hive to after Bee when unhidden + Rust alias 'Iron Oxide' [Bug Fixes] ~ Fixed: Mix with Replace Mode deletes pixels ~ Fixed: Cannot Erase lines on mobile ~ Fixed: Heat glow appears in inappropriate views ~ Fixed: Void can be dragged ~ Fixed: Oxidized Copper can't sink in liquids ~ Fixed: Pressure Plate doesn't conduct Heat or sink ~ Fixed: Fire created by molten pixels isn't hot enough ~ Fixed: Mods added with backslash can't be removed ~ Fixed: Single Sponge pixels have NaN moisture ~ Fixed: Non-string hoverStat values crash simulation ~ Fixed: Crash when pixel changes state into a customColor element [Technical] + URL parameter ?holiday=false disables holiday events + Pressure Plate 'min' attribute for minimum density + 'onStateHigh' and 'onStateLow' element properties + 'buttonGlow' element property + Saves with abnormally large canvases display a warning + createPixel and changePixel functions accept null values ~ Corn updated to use 'onStateHigh' property ~ Pixel 'glow' attribute can be false to override default ~ Pixel 'glow' attribute is removed when pixel changes ~ Random element is no longer hard-coded --- changelog.html | 60 ++ changelog.txt | 58 ++ index.html | 1389 ++++++++++++++++++++++++----------------- mod-list.html | 1 + mods/lighting_test.js | 79 +++ mods/souls.js | 144 +++++ 6 files changed, 1166 insertions(+), 565 deletions(-) create mode 100644 mods/lighting_test.js create mode 100644 mods/souls.js diff --git a/changelog.html b/changelog.html index dd8cbd4b..400c8429 100644 --- a/changelog.html +++ b/changelog.html @@ -109,6 +109,66 @@

The original plain text version of this is still maintained.

+

[Version 1.10.1 - October 5, 2024 - Creepy Crawlies]

+ +

[Version 1.10 - August 2, 2024 - Return of the Sand]