• Started 29th Jun 2012 in Help
    There are different display modes activated by hitting the number keys. Hit 4 to go to fire display, the default. You are probably in 2, velocity display, right now. Also, try hitting the rainbow box...
  • Started 29th Jun 2012 in Feedback
    @cracker64 (View Post)  My original idea before a check was added was to change it, then make them click a button on the bottom of the screen to confirm their screen was large enough, or else it...
  • Started 29th Jun 2012 in General
    I wouldn't have even noticed for a while this without this thread being posted, since I rarely go to the download page anymore. I predict that in the future, the forums and the rest of the websi...
  • Started 29th Jun 2012 in The Powder Toy/Lua scripting
    @plead-for-destruction (View Post)  == and = are different, you have to use the right one or it won't work.    @Dawgie (View Post)  You also don't have an end at the end...
  • Started 29th Jun 2012 in Development Assistance
    @plead-for-destruction (View Post)  You need to re-do the wiki steps now that you've switched. You only have to re enter the settings like the libraries, and build and other directories. I&...
  • Started 29th Jun 2012 in Development Assistance
    @plead-for-destruction (View Post)  Okay, if you need any more help, just ask, but I'm going to sleep now.
  • Started 29th Jun 2012 in Development Assistance
    @plead-for-destruction (View Post)  I just checked it, there's also no comma after 0.01f * CFDS
  • Started 29th Jun 2012 in Feedback
    @baizuo (View Post)  FIND is already in my mod with the Ctrl + F shortcut, I didn't put it in any pull requests yet because I put it on github in a commit which I overwrote later with the t...
  • Started 29th Jun 2012 in Development Assistance
    On line 194, if there a comma at the end? Also, you're compiling in debug mode, which is slower when ran as an exe compared to release, so don't release a mod compiled like that.
  • Started 29th Jun 2012 in Powder Toy Mods
    @plead-for-destruction (View Post)  newgraphics.c, right on top. That pattern might be a little harder to do, and instead you might want to do like if tmp == 0, make it this color, else if tmp =...