Version 1.13.1 - December 18, 2025 - G&G Hotfix

~ This is a quick group of bug fixes and improvements following yesterday's update.
+ More Shift-Select functionality:
    + Fuse can turn into an element after charged
    + Filler can turn into an element after cloning itself
    + Heat and Cool tools can specify limits
    + Paint tool can specify a specific element to paint
    + Udder can dispense a specific element
    ~ Distinct border for Shift-Selected element buttons
~ Chlorine Ice kills Virus like gaseous and liquid forms
~ When window is shortened vertically, canvas will shrink to fit screen
[Bug Fixes]
~ Fixed: 2- and 4-wide brushes aren't possible with scroll wheel
~ Fixed: Tea doesn't stain Paper very well
~ Fixed: Fireflies change the color of any pixel they touch
~ Fixed: Slow Cloner can't clone more than one element with Shift-Select
~ Fixed: Slow Cloner doesn't immediately grab element
~ Fixed: E-cloners can clone Walls
~ Fixed: Outline View uses white outline with custom URL backgrounds
~ Fixed: Heaters, Coolers, and Cloners can be mixed without holding Shift
~ Fixed: Language isn't autoselected for Brazilian Portuguese or Chinese
[Technical]
+ chargePixel(pixel, amount?) helper function to easily shock a pixel
+ burnPixel(pixel) helper function to easily ignite a pixel
This commit is contained in:
slweeb 2025-12-18 13:53:49 -05:00
parent 4dbdc48bbd
commit 342504b04c
5 changed files with 550 additions and 391 deletions

View File

@ -113,6 +113,33 @@
<p>The original <a href="https://sandboxels.R74n.com/changelog.txt">plain text version</a> of this is still maintained.</p>
</div>
<h2 id="1.13.1">[Version 1.13.1 - December 18, 2025 - G&amp;G Hotfix]</h2>
<ul>
<li>~ This is a quick group of bug fixes and improvements following yesterday's update.</li>
<li>+ More Shift-Select functionality:</li>
<li> + Fuse can turn into an element after charged</li>
<li> + Filler can turn into an element after cloning itself</li>
<li> + Heat and Cool tools can specify limits</li>
<li> + Paint tool can specify a specific element to paint</li>
<li> + Udder can dispense a specific element</li>
<li> ~ Distinct border for Shift-Selected element buttons</li>
<li>~ Chlorine Ice kills Virus like gaseous and liquid forms</li>
<li>~ When window is shortened vertically, canvas will shrink to fit screen</li>
<li>[Bug Fixes]</li>
<li>~ Fixed: 2- and 4-wide brushes aren't possible with scroll wheel</li>
<li>~ Fixed: Tea doesn't stain Paper very well</li>
<li>~ Fixed: Fireflies change the color of any pixel they touch</li>
<li>~ Fixed: Slow Cloner can't clone more than one element with Shift-Select</li>
<li>~ Fixed: Slow Cloner doesn't immediately grab element</li>
<li>~ Fixed: E-cloners can clone Walls</li>
<li>~ Fixed: Outline View uses white outline with custom URL backgrounds</li>
<li>~ Fixed: Heaters, Coolers, and Cloners can be mixed without holding Shift</li>
<li>~ Fixed: Language isn't autoselected for Brazilian Portuguese or Chinese</li>
<li>[Technical]</li>
<li>+ chargePixel(pixel, amount?) helper function to easily shock a pixel</li>
<li>+ burnPixel(pixel) helper function to easily ignite a pixel</li>
</ul>
<h2 id="1.13">[Version 1.13 - December 17, 2025 - Gizmos & Gadgets]</h2>
<ul>
<li>+ Filter</li>
@ -146,7 +173,7 @@
<li>~ Drag tool is faster and smoother</li>
<li>~ Pixelated and colorful button borders</li>
<li>+ Translations for Swedish</li>
<li>+ Parital translations for Japanese, Thai, Arabic, Hebrew, and Viossa</li>
<li>+ Partial translations for Japanese, Thai, Arabic, Hebrew, and Viossa</li>
<li>[Changes]</li>
<li>+ Pipes can transport pixels directly with Filter and Gate</li>
<li>~ Pipes no longer conduct heat</li>

View File

@ -4,6 +4,31 @@ See sneak peaks for upcoming updates on the Discord: https://discord.gg/ejUc6YPQ
A fancier version of this changelog can be found here: https://sandboxels.R74n.com/changelog
[Version 1.13.1 - December 18, 2025 - G&G Hotfix]
~ This is a quick group of bug fixes and improvements following yesterday's update.
+ More Shift-Select functionality:
+ Fuse can turn into an element after charged
+ Filler can turn into an element after cloning itself
+ Heat and Cool tools can specify limits
+ Paint tool can specify a specific element to paint
+ Udder can dispense a specific element
~ Distinct border for Shift-Selected element buttons
~ Chlorine Ice kills Virus like gaseous and liquid forms
~ When window is shortened vertically, canvas will shrink to fit screen
[Bug Fixes]
~ Fixed: 2- and 4-wide brushes aren't possible with scroll wheel
~ Fixed: Tea doesn't stain Paper very well
~ Fixed: Fireflies change the color of any pixel they touch
~ Fixed: Slow Cloner can't clone more than one element with Shift-Select
~ Fixed: Slow Cloner doesn't immediately grab element
~ Fixed: E-cloners can clone Walls
~ Fixed: Outline View uses white outline with custom URL backgrounds
~ Fixed: Heaters, Coolers, and Cloners can be mixed without holding Shift
~ Fixed: Language isn't autoselected for Brazilian Portuguese or Chinese
[Technical]
+ chargePixel(pixel, amount?) helper function to easily shock a pixel
+ burnPixel(pixel) helper function to easily ignite a pixel
[Version 1.13 - December 17, 2025 - Gizmos & Gadgets]
+ Filter
+ Only allows the first element it touches to pass
@ -36,7 +61,7 @@ A fancier version of this changelog can be found here: https://sandboxels.R74n.c
~ Drag tool is faster and smoother
~ Pixelated and colorful button borders
+ Translations for Swedish
+ Parital translations for Japanese, Thai, Arabic, Hebrew, and Viossa
+ Partial translations for Japanese, Thai, Arabic, Hebrew, and Viossa
[Changes]
+ Pipes can transport pixels directly with Filter and Gate
~ Pipes no longer conduct heat

File diff suppressed because it is too large Load Diff

View File

@ -136,7 +136,7 @@
<tr><td>classic_textures.js</td><td>Use textures from early versions of the game</td><td><a href="https://R74n.com" class="R74nLink">R74n</a></td></tr>
<tr><td>color_everything.js</td><td>Allows every element to have a custom color</td><td><a href="https://R74n.com" class="R74nLink">R74n</a></td></tr>
<tr><td>death_count.js</td><td>Messages counting when Humans die</td><td><a href="https://R74n.com" class="R74nLink">R74n</a></td></tr>
<tr><td>devsnacks.js</td><td>Extra food ingredients and recipes; Only Tea stuff currently</td><td><a href="https://R74n.com" class="R74nLink">R74n</a></td></tr>
<tr><td>devsnacks.js</td><td>Extra food ingredients and recipes</td><td><a href="https://R74n.com" class="R74nLink">R74n</a></td></tr>
<tr><td>devtests.js</td><td>Experimental features from the Sandboxels developer</td><td><a href="https://R74n.com" class="R74nLink">R74n</a></td></tr>
<tr><td>edible_everything.js</td><td>Allows every element to be mixed into Batter and Dough</td><td><a href="https://R74n.com" class="R74nLink">R74n</a></td></tr>
<tr><td>fools.js</td><td>Re-adds FOOLS Mode</td><td><a href="https://R74n.com" class="R74nLink">R74n</a></td></tr>

View File

@ -84,6 +84,10 @@ a:hover { text-decoration: underline; }
#game {
image-rendering: pixelated;
max-width: 100vw;
max-height: 100vh;
transform: translateX(-50%);
left: 50%;
position: relative;
}
#bottomInfoBox { /* place under the game canvas */
margin: 1.5em 50px 0px 50px;
@ -458,6 +462,9 @@ input[type="button"]:active, input[type="button"]:active:hover {
border-color:#5ee05e!important;
box-shadow: 0px 1px 15px rgba(0, 255, 0, .75);
}
#controls .elementButton[modified="true"] {
border-color:#0d62ff!important;
}
#controls button.bright[current="true"] {
color: rgba(0, 0, 0, 1);
}
@ -791,7 +798,8 @@ button, input { /*Disable double tap zoom on mobile devices*/
}
#canvasDiv {
position:relative;
overflow-x:hidden
overflow-x:hidden;
background-color: var(--theme-opac75);
}
#colorSelector {
position:absolute;
@ -1069,3 +1077,6 @@ img {
#controls .elementButton[current="true"]::after {
background: #5ee05e;
}
#controls .elementButton[modified="true"]::after {
background: #0d62ff;
}