RedEnchilada (notice the lack of a space) (redenchilada)'s status on Sunday, 22-Jun-14 05:59:14 UTC

  1. !coderponies

    analogmove = (!netgame
    && ((player == &players[consoleplayer] && cv_analog.value)
    || (player == &players[secondarydisplayplayer] && cv_analog2.value))
    && thiscam->chase);

    cmd = &player->cmd;
    if ((twodlevel || (actor->target->flags2 & MF2_TWOD)))
    movepushangle = ANGLE_90;
    else if (analogmove)
    movepushangle = thiscam->angle;
    else
    movepushangle = actor->angle;

    # GLIDEMOVEFACTOR 600
    P_Thrust(actor, movepushangle, cmd->forwardmove*GLIDEMOVEFACTOR);
    P_Thrust(actor, movepushangle-ANGLE_90, cmd->sidemove*GLIDEMOVEFACTOR);

    Sunday, 22-Jun-14 05:59:14 UTC from web