Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix serverinfo overflow - reduce version cvar #31

Merged

Commits on Apr 9, 2018

  1. Fix serverinfo overflow - reduce version cvar

    Mitigate the serverinfo overflow issue by reducing the version cvar
    length which is somewhat longer than the official engine by 33 chars.
    
    - Abbreviate PRODUCT_NAME to match official (will affect pid filenames)
    - Remove redundant product name from makeFile VERSION
    - Reduce git info to rev alone (commit date can be inferred from hash)
    
    Mitigates mickael9#30
    ThomasBrierley committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    4fa5cdc View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Fixed typo.

    The **q** in ioq3 is always lowercase!
    BidyBiddle authored Apr 10, 2018
    Configuration menu
    Copy the full SHA
    ca200e4 View commit details
    Browse the repository at this point in the history