• Started 30th Jun 2013 in Feedback
    I never noticed this. But then again, I spent a few minutes testing different things and wondering why it wasn't working until I figured out I was using my mod and it obviously wouldn't hap...
  • Started 29th Jun 2013 in Feedback
    Stop with the "credit" nonsense, it's just a suggestion, so maybe you should be commenting on it ...    if you can imagine yourself using it, then give a positive comment, or...
  • Started 29th Jun 2013 in Development Assistance
    no, I either have to ban everyone or wait for Simon who's been missing a month (but he said he'd be back at the end of this month, which is only 2 days left).    But I can say tha...
  • Started 29th Jun 2013 in Development Assistance
    @greymatter (View Post)  (r&0xFF) is sort of read only, you can't change it and make the element change type. You will have to do this:    parts[r>>8].type = PT_SPRK;&nb...
  • Started 28th Jun 2013 in Development Assistance
    @greymatter (View Post)  Try using my code instead, the problem was that you did pmap[x+rx][y+ry] instead of pmap[y+ry][x+rx], and also it was activated on empty particles    Also it&#...
  • Started 28th Jun 2013 in Powder Toy mods
    @cyberdragon (View Post)  Just like always, there is absolutely nothing wrong with things like (!(elements[t].Properties & PROP_NOCTYPEDRAW))), that's just the latest repo changes. ...
  • Started 28th Jun 2013 in Feedback
    if they annoy you, just get an ad blocker. But we get the ads through a trusted ad provider that will remove any viruses right away if somehow they accidentally get through. You don't have to wo...
  • Started 27th Jun 2013 in Creations
    @bimmo_devices (View Post)  yes, exactly. This does nothing at all to stop direct copies, and really that is the worst thing that should be prevented.    If someone wants to use someth...
  • Started 27th Jun 2013 in Development Assistance
    I would actually say that indentation isn't right in more ways than just missing the tabs, but it's probably just my preference.    if( (r&0xFF) != PT_HTER &&   ...
  • Started 27th Jun 2013 in Development Assistance
    @xetalim (View Post)  what? ...    @greymatter (View Post)  "if(r&0xFF!=PT_HTER && parts[r>>8].temp + parts[r>>8].temp * 0.2f <= MAX_TEMP){"&n...