• Started 9th Nov 2015 in Development Assistance
    @orendr7500 (View Post)  Welcome to windows development. It sucks, it just does.    Have you looked at MSDN?    https://msdn.microsoft.com/en-us/library/windows/desktop/ms741...
  • Started 21st Sep 2015 in The Powder Toy/Lua scripting
    It'll take enormous amounts of time to evolve something even vaguely resembling your picture.    Also Lua, not LUA.
  • Started 6th Sep 2015 in Development Assistance
    @orendr7500 (View Post)  For future reference, whenever a "strange error" happens, you usually copy-paste the error text, and other relevant information. It's very hard to guess w...
  • Started 2nd Sep 2015 in General
    TPT++++
  • Started 26th Aug 2015 in The Powder Toy/Lua scripting
    {"for%s-(%b())%s-(%b{});", ""},  That's not a token.    Take a look at lua tokens:  # % ( ) * , - . / : ; < = > [ ] ^ { }    TK_AND, TK_BR...
  • Started 22nd Aug 2015 in The Powder Toy/Lua scripting
    @Schmolendevice (View Post)  compiler/interpreter how-to:    1. You have a string: local x = concat(123, "moo-456", x)  2. Iterate over the characters, grouping them sem...
  • Started 22nd Aug 2015 in The Powder Toy/Lua scripting
    What kind of abomination is this...    There's no tokenizer, no lexer, no parser, no AST. Everything is parsed with fragile pattern matches. The syntax is terrible, unconventional, and...
  • Started 18th Aug 2015 in Creations
  • Started 25th Jul 2015 in Creations
    @MoffD (View Post)  I computed a table of BIZR colors a long time ago: https://gist.github.com/mniip/7146703    The table of 5 values contains the amount of bits in R, Y, G, C, B compo...
  • Started 21st Jul 2015 in Help
    @Anatol12345 (View Post)  Does your password include any characters outside the ASCII range (you can't type those in TPT), or maybe your password too long for the password field?