-
Notifications
You must be signed in to change notification settings - Fork 11
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
[WIP] Merge wiki #8
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Allows joining server multiple times with same account.
Speeds-up/slows-down game
v3 uses Node 16 which is slated for deprecation by GitHub Actions
Previously only mentioned 10th and 11th gen Intel CPUs but since then 12th and 13th gen have also released.
For the record, `~0x20000000` clears the 29th bit of the result from cpuid, while `0x20000000` replaces the result with one with just the 29th bit set (OPENSSL_ia32cap.3). The 29th bit represents the Intel SHA Extensions. As such, if the second one (without the ~) works, the actual solution has nothing to do with the 29th bit; it's one of the others.
to facilitate adding more pages in the future
to match the structure in the sidebar and update any relative links
Current rules will be added in separate PR so that they can be properly attributed to their original author.
The rules where committed under @xamionex's name as they were the last person to post them in the `#rules` channel and exact attribution is quite difficult at this time as the message is over two years old now. Co-authored-by: amione <[email protected]>
https://taskinoz.com/northstar/ seems to occasionally either take too long to respond or falsely detect us as spam so easiest is to just skip it during linkcheck
Adds a link which shows the history of the rules page on GitHub
that was lost when copy/pasting from Discord Co-authored-by: amione <[email protected]>
The readme that was linked to was recently removed upstream resulting in a 404. As Origin support in Lutris is being deprecated it makes no sense to keep linking to a page that is no longer up-to-date
GitBook seems to require links to be explicitly formatted as such to be clickable
We are in fact not less strict than Discord ToS as we have to adhere to them ourselves as well as we are a public server.
Adds a rule regarding the disallowing of alt accounts as is standard practice in most communities.
As suggested by S2ymi
so that the channel is clickable when posting the rules This only applies to the `#get-support-here` channel as we don't want the mention of `#general` to be clickable to further reduce the chance of someone entering that channel for support as `#general` is not designed to give tech support.
based on the fact that we now only create release branches if they are actually necessary
Adds links for writing commit messages and doing atomic commits.
…tructions (#308) and replace mention specific to Nvidia GPUs that is no longer relevant.
Merged via 9c3ee01 instead |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proof-of-concept branch in regards to merging Wiki and combining it with ModdingDocs to some degree.