-
Notifications
You must be signed in to change notification settings - Fork 174
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
Change gMapSides when knife round swaps. #753
Conversation
This should fix Side Restore Issues in splewis#699.
I get
any ideas? |
Make sure you don't have any other changes, I've never used smbuild as I've used my own Environment. https://github.com/PhlexPlexico/get5/suites/6611108015/artifacts/248719183 But it looks like it compiled successfully here, so you can use that if you'd like. |
Hmm I have the 0.9 changes pulled too. Probably why it happens. Any chance to get this rebased to 0.9 since from what I understand it will be the next release |
@tapir We're more likely to rebase 0.9 on this though. I will do that once this gets merged in. |
We've been in the talks about that, and whatever gets merged in first we'll adjust and rebase as necessary. But for now, I was working on the fact that it's not breaking changes, so it shouldn't be merged into 0.9 just yet. |
Thanks a lot. Turns out was just a matter of renaming it to Get5_GetMapNumber() btw. |
* Update Dockerfile to debian 11 (splewis#760) Update Dockerfile to debian 11 * Change gMapSides when knife round swaps. (splewis#753) This should fix Side Restore Issues in splewis#699. * Include basic mkdocs installation. Update build to use one run instead of multiple. TODO: Update build job to build and host files with GH Pages. * Documentation conversion. Start with essentials. Include build job for github pages. Update example match json for new map pool. * Update mkdocs and github action. * Update published directory. * Try once more. * Change to a different build process. * Another build change? * Include space for commands for proper formatting. * Remove redunant text in README and point to docs site. * Swap URL. * Branch update. * Include colours from the utils class. * Update generate_docs.yml Attempt to fix directory issue Co-authored-by: Alex <[email protected]>
* Update Dockerfile to debian 11 (splewis#760) Update Dockerfile to debian 11 * Change gMapSides when knife round swaps. (splewis#753) This should fix Side Restore Issues in splewis#699. * Include basic mkdocs installation. Update build to use one run instead of multiple. TODO: Update build job to build and host files with GH Pages. * Documentation conversion. Start with essentials. Include build job for github pages. Update example match json for new map pool. * Update mkdocs and github action. * Update published directory. * Try once more. * Change to a different build process. * Another build change? * Include space for commands for proper formatting. * Remove redunant text in README and point to docs site. * Swap URL. * Branch update. * Include colours from the utils class. * Update generate_docs.yml Attempt to fix directory issue Co-authored-by: Alex <[email protected]> Shift docs generation around.
* Update Dockerfile to debian 11 (splewis#760) Update Dockerfile to debian 11 * Change gMapSides when knife round swaps. (splewis#753) This should fix Side Restore Issues in splewis#699. * Include basic mkdocs installation. Update build to use one run instead of multiple. TODO: Update build job to build and host files with GH Pages. * Documentation conversion. Start with essentials. Include build job for github pages. Update example match json for new map pool. * Update mkdocs and github action. * Update published directory. * Try once more. * Change to a different build process. * Another build change? * Include space for commands for proper formatting. * Remove redunant text in README and point to docs site. * Swap URL. * Branch update. * Include colours from the utils class. * Update generate_docs.yml Attempt to fix directory issue Co-authored-by: Alex <[email protected]> Shift docs generation around.
This should fix Side Restore Issues in #699.
Currently on round 0, it appears that the temp valve backup is not created, which causes us to hit the conditional in
RestoreGet5Backup()
and callsSetStartingTeams()
inteamlogic.sp
on Line 301. So instead of rewriting a bunch of logic, we just set the currentg_MapSides
value to be whichever side choice is selected by the!swap
command.