Tacodiva

Results 24 issues of Tacodiva

Not sure if this is the right place to suggest this, please refer me to the right place if it isn't. I think allowing people to launch the server using...

Currently, there are only color, brightness and saturation sliders in the color picker. I suggest adding a new one for alpha (or opacity). In vanilla scratch the only way to...

type: enhancement
new addon
scope: addon

Resolves #36 Hopefully all my assumptions about the types of blocks are correct so far :crossed_fingers:

Resolves or at least makes good progress on #48 I know you didn't want me to try to avoid big PRs but this kinda all had to be done in...

A simple example is ( ( 1 / 0 ) / ( -0 + -0 ) ) which returns -Infinity in TurboWarp but Infinity in Scratch ![image](https://user-images.githubusercontent.com/27910867/206086144-7b9f53b9-40ee-493f-98ef-d73b0cd188d3.png) See demo project...

Creates two new classes `IntermediateStack` and `IntermediateInput` to replace `Node`. Right now these two classes almost the same, they contain an opcode and an object of inputs that contains all...

Removed all the 'opcode' strings that have to be the same (like `control.if`) between irgen and jsgen and moves them into a shared enum. This also distinguishes between opcodes that...

When a constant number input is passed into the `` block like this: ![image](https://user-images.githubusercontent.com/27910867/204465362-fd8f1518-5c2b-4c91-9241-000d231fe9ff.png) In Scratch, this script always says false. In TurboWarp, this script says true if you are...

bug

Can you please update the Nuget package to the current state of this repository? I'm trying to use `Vulkan.GetRequiredInstanceExtensions` but because [this commit](https://github.com/ForeverZer0/glfw-net/commit/229408bd1651dc5bd9cc793fbeb7d63e64ff3cac) isn't in the nuget package it crashes...

See https://github.com/ScratchAddons/ScratchAddons/issues/6665#issuecomment-1947595991 for the problems these changes solve and the idea behind fixing them. Tested manually, fixes the issues with and without faster-project-loading enabled, and works as normal on things...

scope: addon
scope: addon compatiblity