We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All work to be done in branch identity-translation.
identity-translation
Complete all tickets in milestone then QA.
Prioritise readability over performance - this project avoids spaghetti as much as SQF will allow.
Short functions preferred over long imperative sprawl.
Comments not needed if code per file is short and self-documenting.
All functional code to be located in folder components\identity.
components\identity
All configuration to be located in appropriately named files/folders within folder configuration.
configuration
Any config code needed in description.ext to be appropriately named, complex logic to be split out into functions.
description.ext
The text was updated successfully, but these errors were encountered:
Working identity translation and initial definitions. CombinedArmsGam…
ad3e080
…ing#2 90% complete. Resolves CombinedArmsGaming#3 resolves CombinedArmsGaming#4 resolves CombinedArmsGaming#5 resolves CombinedArmsGaming#6 Still need to handle if no identity is assigned and do MP test.
CombinedArmsGaming#2 Misc fixes, added documentation for Identity Tra…
41a7579
…nslation config files
dgibso29
Successfully merging a pull request may close this issue.
All work to be done in branch
identity-translation
.Complete all tickets in milestone then QA.
Prioritise readability over performance - this project avoids spaghetti as much as SQF will allow.
Short functions preferred over long imperative sprawl.
Comments not needed if code per file is short and self-documenting.
All functional code to be located in folder
components\identity
.All configuration to be located in appropriately named files/folders within folder
configuration
.Any config code needed in
description.ext
to be appropriately named, complex logic to be split out into functions.The text was updated successfully, but these errors were encountered: