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

CSQC: Initial support. #147

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

CSQC: Initial support. #147

wants to merge 2 commits into from

Conversation

dsvensson
Copy link
Collaborator

Draft PR until #145 has been merged, and a bit more functionality has been implemented.

Minimal support for client to download and execute, and notify outdated clients that they're missing out:

void(float apilevel, string enginename, float engineversion) CSQC_Init =
{
    print("Hello World\n");
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant