Commit Graph

4944 Commits

Author SHA1 Message Date
slweeb efa7fa0cf3 Version 1.13 - December 17, 2025 - Gizmos & Gadgets
+ Filter
    + Only allows the first element it touches to pass
+ Gate
    + Only allows pixels to pass if electrified
    + Only conducts electricity into itself and Wire
+ Canvas background images
    + Some presets and custom image URLs
+ Outline View (Press 5)
+ 2-wide and 4-wide brushes
+ Ruler tool in Special to measure lengths and angles
+ Manual element control
    + Shift-clicking certain element buttons prompt the user for more information
    + Erase tool allows only deleting certain elements
    + Cloners allow multiple comma-separated elements
    + Filters allow states (solid, liquid, or gas) or multiple elements
    + Sensors allow sensing specific elements
    + Portals allow the setting of channels
    + Void allows only deleting certain elements
    + Random tool allows pre-selected element choices
    + Explosion allows custom radius
    + Antibombs allow pre-selected explosion elements
~ Replaced LED Red, Green, and Blue with a single customizable LED
    ~ LEDs in old saves are automatically converted to the new element
- Merged Superheaters and Freezers with Heaters and Coolers
    + Heaters can be heated to heat the same as a Superheater
    + Coolers can be cooled to cool the same as a Freezer
- Removed Tesla Coil and Shocker
    ~ These elements in old saves are automatically converted to E-cloners
~ Drag tool is faster and smoother
~ Pixelated and colorful button borders
+ Translations for Swedish
+ Parital translations for Japanese, Thai, Arabic, Hebrew, and Viossa
[Changes]
+ Pipes can transport pixels directly with Filter and Gate
~ Pipes no longer conduct heat
~ Brightened blue stage in Pipes
~ Incomplete pipes darken after being initialized
+ Oxygen can be used to dispose Molten Lead in reactors
+ Electrolysis of raw Salt
+ Smashing hot Cooked Meat releases Grease
+ Worms can compost Lettuce, Tomato, Corn, Pickle, and Bread
+ Rats can eat Spiders
+ Caramel and Herb make peppermint-colored sugar
+ Baking Soda can be made with Lye and Carbon Dioxide
+ Melting Ash with Dirt creates Tuff
~ Poison Gas no longer makes Slag from molten elements
~ Perfume can exist at room temperature
~ Acid doesn't dissolve Mercury or Diamond
~ Sulfur ignites when hot
~ All Cloud types can be smashed like Rain Cloud
~ Thermite burns into less Iron
~ Rock Wall deletes Light when placed over it for better eclipses
- Removed Gallium-Sodium reaction
~ Copper Sulfate reacts with more carbs
~ Rainbow recipe uses Pointer instead of Flash
~ Bless deletes Strange Matter instead of turning it into Neutron
+ Static recipe
+ Malware can mix with some metals to create machine parts
+ Tea stains Paper
+ Unique fire color for Tin
~ Element buttons are consistently spaced on all sides
~ Recolored Pyrite
~ Acid has a smoother texture
~ Purple Gold is slightly more purple
~ Hyphae and Lichen are grainier
~ Recolored Random button
~ Recolored Balloon button
~ Recolored Confetti button
~ Recolored Hair button
~ Recolored Pistil button
~ Reordered colors in many buttons for consistent "lighting" look
~ Rice, Candy, Nut Oil, Dye, Rainbow, and Spray Paint buttons display with dark text
+ Firefly alias 'Lightning Bug'
~ Shortened hiding setting labels
~ Language should automatically be set from browser preferences (Untested)
~ Re-saving after saving automatically fills in name, author, and description
~ Save browser thumbnails are crisper
~ Steam Deck compliance
[Technical]
+ 'onShiftSelect' element property, called when selecting element while holding Shift
+ 'onlyConduct' element property, list of the only elements to conduct electricity into
+ 'renderTool' element property, renderer function called once per frame while selected
+ 'updateOrder' element property, prioritizes (positive) or deprioritizes (negative) tick order (integer; default 0)
+ autoResizeRatio(height,width) function (e.g. (16,9))
~ 'shiftDown' variable is set even when in a menu
[Bug Fixes]
~ Fixed: Placing Humans with Replace Mode causes a gory mess
~ Fixed: Using Human on Cloners cause a gory mess
~ Fixed: Bottom pixels can be cut off on certain window sizes
~ Fixed: Line-drawing preview is opaque when using a theme
~ Fixed: Text in Debug popup can't be selected
~ Fixed: onClicked passes "unknown" when no element is selected, now passes null
~ Fixed: onMouseDown doesn't get called on mobile
~ Fixed: onMouseDown is called when clicking out of a menu
~ Fixed: Using Heat Ray on Stained Glass can make Rainbows
~ Fixed: Saves with pipes containing invalid elements fail to load
~ Fixed: Some Fireflies stay illuminated after hitting another
~ Fixed: Liquid/gaseous pixels with 'skip' property can be displaced by denser pixels
~ Fixed: Salt isn't considered a food and can't be eaten by Humans
~ Fixed: Corn can't be dragged or put into Pipes
2025-12-17 12:08:39 -05:00
slweeb d681c0bf69 Update ar.json 2025-12-15 17:48:46 -05:00
slweeb ef9611f059 Create pressure_sensitive.js 2025-12-12 22:25:27 -05:00
slweeb 83334b0d60 background images 2025-12-11 18:26:46 -05:00
slweeb 75e5309df9 Merge branch 'main' of https://github.com/R74nCom/sandboxels 2025-12-07 19:46:59 -05:00
slweeb 44c7fec32e . 2025-12-07 19:46:57 -05:00
slweeb 9bdb0c6c64
Merge pull request #1317 from charcoal-afterlife/patch-3
I think this works
2025-12-07 14:07:28 -05:00
slweeb ddbdfbe07e
Merge pull request #1318 from Mnem42/main
zoom.js ui improvements
2025-12-07 14:06:47 -05:00
Mnem42 6e17036e1c Merge branch 'main' of https://github.com/Mnem42/sandboxels 2025-12-07 15:35:11 +00:00
Mnem42 50d82733f1 Forgot about the other one 2025-12-07 14:41:21 +00:00
Mnem42 d6196381e1
Merge branch 'main' into main 2025-12-07 14:40:35 +00:00
Mnem42 300dc5e721 Temporarily remove that unrelated mod 2025-12-07 14:39:07 +00:00
Mnem42 6d6cf9cb2d . 2025-12-07 14:31:01 +00:00
Mnem42 d287ec2e9f zoom.js: ui improvements 2025-12-07 14:24:29 +00:00
Phi ea840ed510
I think this works 2025-12-07 08:33:42 +00:00
slweeb a280825e02 no_blood.js 2025-12-04 15:53:47 -05:00
slweeb 37cf6ec025 Update borders.js 2025-12-01 18:04:07 -05:00
slweeb d4abb188ba Update borders.js 2025-12-01 17:36:47 -05:00
slweeb a0a634fe76 Merge branch 'main' of https://github.com/R74nCom/sandboxels 2025-11-30 17:45:34 -05:00
slweeb 60f77cb7fb Update borders.js 2025-11-30 17:45:32 -05:00
slweeb 7eb5d3d188
Merge pull request #1312 from Mnem42/patch-5
Add floating tool thing to zoom.js
2025-11-30 13:23:10 -05:00
Mnem42 8647714816
idk why it uses % instead of em 2025-11-29 21:39:28 +00:00
Mnem42 6bc1c2b88c
Add floating tool thing to zoom.js 2025-11-29 20:00:26 +00:00
slweeb c6e1fbffd3
Merge pull request #1310 from Cube14yt/mobile_keybinds
2 NEW MODS IN ONE DAY?!?!?!
2025-11-28 13:52:34 -05:00
slweeb decafeb6d9
Merge pull request #1309 from Cube14yt/static_mod
Update static.js
2025-11-28 13:52:21 -05:00
slweeb 84fc2f6284 Update index.html 2025-11-27 19:36:47 -05:00
Cube14yt b145474432
Add files via upload 2025-11-27 20:56:39 +08:00
Cube14yt 6d1108878f
Update static.js 2025-11-27 20:34:10 +08:00
slweeb 961f3e297b Update borders.js 2025-11-26 10:19:56 -05:00
slweeb a532128761 Merge branch 'main' of https://github.com/R74nCom/sandboxels 2025-11-26 10:07:15 -05:00
slweeb 7ce9544b14 Update borders.js 2025-11-26 10:07:13 -05:00
slweeb d5f4ceb062
Merge pull request #1308 from Cube14yt/static_mod 2025-11-26 09:03:01 -05:00
Cube14yt 2e244f636b
Add static.js 2025-11-26 19:46:33 +08:00
Cube14yt f2aaa56da0
Merge branch 'R74nCom:main' into static_mod 2025-11-26 19:43:38 +08:00
slweeb b9e61a7585 Update borders.js 2025-11-25 22:02:54 -05:00
slweeb 8100e2ab0d Update borders.js 2025-11-25 21:59:59 -05:00
slweeb f7c1b3e023 borders.js 2025-11-25 21:57:38 -05:00
Cube14yt c32e71a56e
Bugfixes 2025-11-25 17:37:17 +08:00
Cube14yt 9ca4b13921
Merge branch 'R74nCom:main' into main 2025-11-25 17:30:46 +08:00
slweeb e25045aba2 Merge branch 'main' of https://github.com/R74nCom/sandboxels 2025-11-22 19:05:45 -05:00
slweeb d1859f3b79 background_changer.js 2025-11-22 19:05:43 -05:00
Cube14yt 5c4d12a983
patched some things 2025-11-20 12:22:26 +08:00
slweeb e8f3e20b6c
Merge pull request #1301 from Adacey-sbxls/patch-4
Update adaceythings.js
2025-11-06 20:27:55 -05:00
Adacey-sbxls ab348dd519
Update adaceythings.js 2025-11-07 12:20:55 +11:00
slweeb 5ae202bded
Merge pull request #1299 from marmotgod/main
Create morebombs.js
2025-11-06 15:49:42 -05:00
slweeb 5b09e997c9
Merge pull request #1300 from Mnem42/patch-4
Fix zoom.js
2025-11-06 15:48:56 -05:00
Mnem42 79de216008
Fix zoom.js
Fixes for mistakes i really should've found sooner
2025-11-05 18:50:52 +00:00
marmotgod 828db284da
Create morebombs.js 2025-11-05 09:16:59 -06:00
slweeb 7f7771045c Merge branch 'main' of https://github.com/R74nCom/sandboxels 2025-11-04 11:50:44 -05:00
slweeb e776ea1ba1 GenTown! 2025-11-04 11:50:42 -05:00