-
Started 11th Jul 2018 in Help
Does this link work? https://powdertoy.co.uk/Startup.json It should start like {"Updates":{"Stable":{"Major":93,"Minor":3,"Build":340,"Fil...
-
Started 11th Jul 2018 in Help
Yeah it's definitely being blocked from the internet. I don't know why, windows or your antivirus may be doing it.
-
Started 11th Jul 2018 in Help
Click the button in the bottom left and check if you can see all the saves people have uploaded. It's possible you have a firewall blocking TPT from the internet or something.
-
Started 11th Jul 2018 in Help
How many times have you tried logging in? Does the online save browser work? Something might be changing or interfering with the login request.
-
Started 7th Jul 2018 in Development
@NUCLEAR_FOX (View Post) https is secure, it means nobody can read what pages you are looking at or their content. http is insecure, everything is sent in plain text. If you are at...
-
Started 7th Jul 2018 in Development
This should be fixed now. Views are updated via some archaic system that I have only limited insight into how it really works, besides the fact that forcing https on the website broke it.
-
Started 5th Jul 2018 in Feedback
@micro (View Post) That is extremely boring. If we're adding magnets, it should be more realistic, and not a copy of some existing feature which only applies to specific elements.
-
Started 4th Jul 2018 in The Powder Toy/Lua scripting
@DayTimer253 (View Post) Where is the script you copied from? How old is it? Many years ago you could draw stuff inside of update and graphics functions. It's possibly even a bug that you ...
-
Started 3rd Jul 2018 in The Powder Toy/Lua scripting
@DayTimer253 (View Post) You can't draw graphics inside of update functions (not graphics functions either). The fact that it shows up sometimes is a really minor issue on Android that wil...
-
Started 3rd Jul 2018 in Development Assistance
@DUC (View Post) Lua scripts are a lot slower than actual compiled code. A Lua element with an update function can get really laggy. Lua scripts are far more portable though. And y...