Simple features/bugfixes/polish that you would like to see in the future

Discussion in 'Testing Discussion' started by wealthysoup, Jan 23, 2012.

  1. LordDz_2

    LordDz_2 Strange things happens here

    Messages:
    2,956
    Likes Received:
    93
    Trophy Points:
    0
    Then make it play only for you and the last player you killed / got killed by?
     
  2. Deadpool

    Deadpool SVETLANNNAAAAAA

    Messages:
    2,246
    Likes Received:
    0
    Trophy Points:
    0
    why!?

    why why why?
     
  3. Trickster

    Trickster Retired Developer

    Messages:
    16,576
    Likes Received:
    46
    Trophy Points:
    0
    Why change it at all?
     
  4. -=]Kane[=-

    -=]Kane[=- Member

    Messages:
    2,925
    Likes Received:
    7
    Trophy Points:
    0
    Yeah why would you change that? Taunts aren't only there to laugh about who you already killed anyway, it can also be used to let the enemy know about your presence and taunt him that way to show up/stop hiding/start running idk.
    But why should your teammates not being able to hear you anyway?
    Don't do useless stuff like that.
     
  5. flasche

    flasche Member Staff Member Moderator

    Messages:
    13,299
    Likes Received:
    168
    Trophy Points:
    0
    taunts are among the most awesome features of empires ...
     
  6. Deadpool

    Deadpool SVETLANNNAAAAAA

    Messages:
    2,246
    Likes Received:
    0
    Trophy Points:
    0
    thank you lol

    jeez it took a while but we got there
     
  7. Deadpool

    Deadpool SVETLANNNAAAAAA

    Messages:
    2,246
    Likes Received:
    0
    Trophy Points:
    0
    k lets get this shit rolling again

    have you guys identified the CLASSIC "reselect your class to spawn" bug? - and it's ugly cousin "I CANT SPAWN IN THAT APC no matter what!"*

    *you spawn in an apc, die quick cause youre bad, try to spawn again asap in same apc...nothing happens, change your spawn to rax then back to apc, still won't work. you reselect your class, still nothing, eventually you just spawn somewhere else.
     
  8. Candles

    Candles CAPTAIN CANDLES, DUN DUN DUN, DUN DUN DUN DUN.

    Messages:
    4,251
    Likes Received:
    10
    Trophy Points:
    0
    The second one has never happened to me, but oh god the second one. Trying to spawn and spending ten seconds before realizing that you have the spawn bug and need to reset your class. I don't even what to know what it'd be like to a new player that doesn't know about the bug.
     
  9. Beerdude26

    Beerdude26 OnThink(){ IsDownYet(); }

    Messages:
    7,243
    Likes Received:
    13
    Trophy Points:
    0
    The spawn selection code is a mess of GOTO's. Rewriting it to be more sane (and hence, bug-proof) is a massive pain, but I guess I'll try and get around to it
     
  10. ViroMan

    ViroMan Black Hole (*sniff*) Bully

    Messages:
    8,382
    Likes Received:
    4
    Trophy Points:
    0
    what... gotos??? ohh... wow.
     
  11. Candles

    Candles CAPTAIN CANDLES, DUN DUN DUN, DUN DUN DUN DUN.

    Messages:
    4,251
    Likes Received:
    10
    Trophy Points:
    0
    It consists... of GOTOs...

    Mother of god... I knew it'd be bad like everything else, but this takes the cake in terms of legibility, format and structure.
     
  12. flasche

    flasche Member Staff Member Moderator

    Messages:
    13,299
    Likes Received:
    168
    Trophy Points:
    0
    took me 10 posts to figure out its not GTFO ^^
     
  13. LordDz_2

    LordDz_2 Strange things happens here

    Messages:
    2,956
    Likes Received:
    93
    Trophy Points:
    0
    Goto is like gtfo, you don't use it :)
     
  14. ViroMan

    ViroMan Black Hole (*sniff*) Bully

    Messages:
    8,382
    Likes Received:
    4
    Trophy Points:
    0
    seriously... don' t use it. You can use if's or whiles or do's hell even a switch statement(which is just a macro for ifs) ANYTHING is better then a goto.
     
  15. Candles

    Candles CAPTAIN CANDLES, DUN DUN DUN, DUN DUN DUN DUN.

    Messages:
    4,251
    Likes Received:
    10
    Trophy Points:
    0
    You forgot Fors, Fors are a miracle for formatting and small loops.
     
  16. ViroMan

    ViroMan Black Hole (*sniff*) Bully

    Messages:
    8,382
    Likes Received:
    4
    Trophy Points:
    0
    indeed how could I have FORgotten that?
     
  17. flasche

    flasche Member Staff Member Moderator

    Messages:
    13,299
    Likes Received:
    168
    Trophy Points:
    0
    dont use that either, almost each do/while/for could be turned into a recursive function right away ;)

    [​IMG]
     
  18. ViroMan

    ViroMan Black Hole (*sniff*) Bully

    Messages:
    8,382
    Likes Received:
    4
    Trophy Points:
    0
    recursion functions are one of the most powerful tools available to programers. IF you don't fuck it up that is, otherwise it becomes an annoying bug that can freeze a system.
     
  19. flasche

    flasche Member Staff Member Moderator

    Messages:
    13,299
    Likes Received:
    168
    Trophy Points:
    0
    to understand recursion you have to first understand recursion ;)
     
  20. -=]Kane[=-

    -=]Kane[=- Member

    Messages:
    2,925
    Likes Received:
    7
    Trophy Points:
    0
    Empires code, lots of If "1" goto "2"; if "2" goto "1"; if "3" delete system32.exe and goto "1"
    but aren't there cheap and easy tools to find out if it loops, so if you don't want it to loop why would it?

    maybe you should wipe the banana crumbs of the monkey's goto key in ya basement so he hits it less ...
     

Share This Page