It's been open source and "ambiguously" GPL for a long time but as of yesterday it is super duper official definitely under GPLv2. Just source code, not assets of course.

  • invalidusernamelol [he/him]
    ·
    edit-2
    8 months ago
    // if non-number, do not draw it
    if (n == 1994)
        return 0;
    
    //
    // Display level completion time and par,
    //  or "sucks" message if overflow.
    //
    

    ...

        else
        {
            // "sucks"
            V_DrawPatch(x - SHORT(sucks->width), y, FB, sucks); 
        }
    
          case 141:
            // Silent Ceiling Crush & Raise
            EV_DoCeiling(line,silentCrushAndRaise);
            line->special = 0;
            break;
    

    So many switch statements