-
Started 24th Jun 2013 in Feedback
We don't have a clear rule about this, but look here: https://powdertoy.co.uk/Discussions/Thread/View.html?Thread=16316 you just copied from wikipedia directly, that is not how to su...
-
Started 24th Jun 2013 in Creations
@xetalim (View Post) lol, editing the flaming out after I hide them ... Still won't be unhidden
-
Started 24th Jun 2013 in Development Assistance
@greymatter (View Post) parts[i] usually contains info on the particle being updated. So parts[i].life is the life value of the current particle. parts[r>>8] usually contains info o...
-
Started 23rd Jun 2013 in Feedback
i've known this the first release of tpt++ back in September. I just didn't know what caused it, for example is it reloading the save? Is it pasting stamps? Is it moving a sign? No idea. It...
-
Started 23rd Jun 2013 in Development Assistance
if you edit a .h file, expect more to be recompiled, since anything that includes it needs to be recompiled. Things like Simulation.h and config.h are included by a ton. If you edit something like GO...
-
Started 23rd Jun 2013 in Development Assistance
@greymatter (View Post) it only has to rebuild the one file you changed. If it's rebuilding the entire thing you are still doing it wrong.
-
Started 23rd Jun 2013 in Development Assistance
the same exact error? Odd, since I see no problem. Maybe make sure SDL.h is in /Library/Frameworks/SDL.framework/Headers or something, i'm not sure what else to do since the mac compiling guide ...
-
Started 23rd Jun 2013 in Development Assistance
Are you sure you installed SDL properly? The wiki says you should download http://www.libsdl.org/release/SDL-1.2.15.tar.gz Once you download it, extract it somewhere, and do:  ...
-
Started 23rd Jun 2013 in Development Assistance
try removing --stable, it should be on by default and using it without args doesn't work. The only time it should be used is if you want to do --stable=false, but you don't want to do that.
-
Started 22nd Jun 2013 in Development Assistance
@greymatter (View Post) you always have to rebuild, or else you are just running the last version ... I think you set something up wrong I always just click the green arrow on top,...