• Started 18th Jan 2012 in Development Assistance
    In the elements transitions table there are quite a few fields that are not filled in with numbers but instead with certain constants like IPL, NT, IPH, ITL, and ITH. What do these mean?
  • Started 18th Jan 2012 in Development Assistance
    Speaking of flash, someone should port TPT to flash (SWF file) so that it can be embedded in web pages.
  • Started 18th Jan 2012 in Development Assistance
    Can someone tell me what's wrong here?      if ((scanx!=0) and (scany!=0)){  create_part(-1,x+scanx,y+scany,PT_BOMB);  ...
  • Started 17th Jan 2012 in Development Assistance
    Neospector:In powder.h, did you remember to make the particle recognize the .c file?int update_GOO(UPDATE_FUNC_ARGS);  int update_HETR(UPDATE_FUNC_ARGS);  int update_HSWC(UPDATE_FUNC_ARGS);...
  • Started 17th Jan 2012 in Development Assistance
    Had to take out the pound sign because the stupid software made it into a link.  include     int update_HETR(UPDATE_FUNC_ARGS) {  int r;  r=pmap[x][y]>>...
  • Started 17th Jan 2012 in Development Assistance
    So isn't saying parts[r>>8] the same as saying parts[i] (where i is already passed to the function and so doesn't need to be defined)? If so, why would anyone choose the longer way of...
  • Started 17th Jan 2012 in Development Assistance
    Sorry that was a typo. It should have said "Can someone explain TPT c-code?"    This looks so completely different than the Lua scripts I've been using to alter powder update...
  • Started 17th Jan 2012 in Powder Toy mods
    mniip:@Videogamer555 (View Post)  ot worked ok for me  Thanks for checking it.    And now I've removed the link for the EXE file because I don't have the exact source fo...
  • Started 17th Jan 2012 in Powder Toy mods
    What's the menu with no name for then? There was a menu that literally had no name in there.    Also the "Cracker!" (note the exclamation point) is currently used to hold wha...
  • Started 17th Jan 2012 in Powder Toy mods
    jacksonmj:Please post the source code. TPT is released under the GPL - if you post a mod of TPT, you must post the source code.     Before I even bother to post mod source, I want to make s...