• Started 13th Feb 2013 in Help
    @pedroc1999 (View Post)  drawing is about 10% of time, the other 90 are simulation
  • Started 10th Feb 2013 in Powder Toy mods
    TPT's internal format is Kelvin in fact, but all the UI uses Celsius
  • Started 10th Feb 2013 in General
    Well, after you learn 7-8 languages, learning new ones takes no time at all, they are all similar in some way
  • Started 10th Feb 2013 in The Powder Toy/Lua scripting
    What have you saved the script with?  If notepad, make sure the encoding is ansi
  • Started 9th Feb 2013 in The Powder Toy/Lua scripting
      local checkloop --otherwise it won't be seen inside the function itself  checkloop=function()  local x,y = tpt.mousex,tpt.mousey  tpt_records = pressed(x,y)...
  • Started 9th Feb 2013 in General
    @MiningMarsh (View Post)  HTML - maybe not,  but CSS was proven to be turing-complete
  • Started 8th Feb 2013 in The Powder Toy/Lua scripting
    @byzod (View Post)  I have programmed in many compiled and/or fixed typing languages such as C and Pascal.
  • Started 8th Feb 2013 in The Powder Toy/Lua scripting
    oh yeah, checkloop() is dumb too
  • Started 8th Feb 2013 in General
    Recently I'm only coding in lua, for either TPT, my bot or my lua website.  But I know many other programming languages including but not limited to:  C/C++, pascal, ActionScript, Java...
  • Started 7th Feb 2013 in The Powder Toy/Lua scripting
    finally someone with good code :O  well, probably function button_codec_change() is a bit dumb but still