forked from bwapi/bwapi
-
Notifications
You must be signed in to change notification settings - Fork 21
Merged v4.4.0 into openbw develop branch #15
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
Open
Bytekeeper
wants to merge
180
commits into
OpenBW:develop-openbw
Choose a base branch
from
basil-ladder:develop-openbw
base: develop-openbw
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Turned icons into sprite sheets. Optimized icon images. Removed several background images. Combined and reduced several css properties. Make some tags conform better with w3c standards.
This reverts commit 6dfecea.
Note: Requires certain utilities. See Wiki.
Hide google translate element from print view. Simplify DOM elements. Make docs HTML5 compliant.
- Encourage issue creation at the top (where most people will see it). - Moved versioning information from building wiki to here. - Added some policies regarding friendlier API changes.
e.g. for selecting 2 vs 2 for game_type TOP_VS_BOTTOM or 7500 for GREED
"fatal error C1001: An internal error has occurred in the compiler. To work around this problem, try simplifying or changing the program near the locations listed above."
removed LoadRegString() because it is now unused
…variables for example, to override the key lan_mode in the section [auto_menu] in bwapi.ini [auto_menu] lan_mode=Direct IP you can start starcraft.exe with the environment variable BWAPI_CONFIG_AUTO_MENU__LAN_MODE=Local Area Network (UDP) or generally, "BWAPI_CONFIG_" + section + "__" + key note the double underscores between section and key additionally, the environment variable BWAPI_CONFIG_INI may be used to specify another file than the default bwapi-data/bwapi.ini
maybe pressing N to bring up the New ID dialog isn't portable between languages in starcraft
Right, the fields should still be initialized.
This class often causes several issues when automated tools attempt to process BWAPI header files to make the API available in other languages (i.e. Java, Python, etc.). Its removal will only slightly increase the amount of code from within BWAPI itself, but make it easier for BWAPI to be used from other languages.
This should help resolve the Visual Studio patching issues. I rearranged some header files to make BWAPILIB compilable in the example projects folder. It is now part of the example solution by default and treats it as a direct project dependency.
Updating to latest Microsoft Visual C++ Redistributable for Visual Studio 2017 (x86)
…nistic when using seed_override
BWAPI 4.4.0 update
Hold off on isCloaked change until we've decided on what to do
I checked all the files, I think the remaining added files are ok and match those, that are present. |
Fix build under MacOS
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.
I merged 4.4.0 into the openbw develop branch and fixed all compile errors. Initial test looks good. I did not catch (delete) all unnecessary files yet, so some cleanup is pending.