Commit Graph

4963 Commits

Author SHA1 Message Date
slweeb c6603aaff7 mod hotfixes 2025-12-18 16:22:56 -05:00
slweeb ec74def16a Update index.html 2025-12-18 15:36:04 -05:00
slweeb e42932a504 Update index.html 2025-12-18 15:35:26 -05:00
slweeb 53dfa6eaa6 Update index.html 2025-12-18 14:16:16 -05:00
slweeb 342504b04c 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
2025-12-18 13:53:49 -05:00
slweeb 4dbdc48bbd
Merge pull request #1322 from Cube14yt/main 2025-12-18 09:52:16 -05:00
slweeb fee19fa426
Merge pull request #1323 from SquareScreamYT/main 2025-12-18 09:51:50 -05:00
sq 3c9e0aadd5 christmas update !!!! 2025-12-18 17:01:53 +08:00
Cube14yt f3f488ef77
Merge pull request #1 from Cube14yt/Cube14yt-patch-1
Deprecate pyrite, adjustable heaters/coolers and others
2025-12-18 13:16:01 +08:00
Cube14yt 9b5c2159e9
Deprecate pyrite and related machine categories 2025-12-18 13:14:33 +08:00
slweeb 4659b507c9 hotfix 2025-12-17 16:11:57 -05:00
slweeb e33ad18faa Deprecate borders.js and background_changer.js 2025-12-17 12:10:53 -05:00
slweeb 336ebe6e17 Merge branch 'main' of https://github.com/R74nCom/sandboxels 2025-12-17 12:08:41 -05:00
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 0fda4ed0d2
Merge pull request #1321 from binhnguyen-discord/main
Add toms_stuff.js as a sbxls mod
2025-12-17 10:08:28 -05:00
slweeb 9a4c988094
Merge pull request #1320 from Mnem42/patch-6
(zoom.js) Show border to canvas
2025-12-17 10:07:50 -05:00
slweeb 8637d81896
Merge pull request #1319 from Cube14yt/mobile_keybinds
mobile_keybinds.js bugfix
2025-12-17 10:06:11 -05:00
binhnguyen-discord 3b8da6836e
Add files via upload 2025-12-17 10:42:27 +07:00
Mnem42 e601e24d20
(zoom.js) Show border to canvas
Display borders on the canvas so the canvas bounds are more obvious.
2025-12-16 21:19:15 +00: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
Cube14yt 06fb3cf501
Update mobile_keybinds.js 2025-12-12 16:30:40 +08: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