-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Update 236 #874
Merged
Merged
Update 236 #874
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
…ionality and reduce template duplication. * Updated statistic rows to show a question mark and tooltip if the stat is based on the player's scanning range. * Added new Tick Income statistic row, which is shown if there are any financial analysts in the player's scanning range. * Added calculateTickIncome() method to gameHelper.js. * Updated getStarsOwnedByPlayer() to return an empty array if the player parameter value was null or undefined. * Fixed token debt forgiveness between two players being displayed as tokens in the in-game chat between those players.
…r on the galaxy map on mobile to also send an additional tap event through to whatever modal that would open up afterwards (resulting in accidental infrastructure acquisition, etc). - Updated onClicked() method in carrier.js and star.js to run in a setTimeout() to allow the click/tap event to be fully processed before we'll have shown any modals that may result from that tap event. This prevents the tap event that opened the modal also being picked up as a new tap event on that modal. - Updated onViewObjectRequested() method in MapObjectSelector component to not emit onOpenStarDetailRequested or onOpenCarrierDetailRequested. These would be handled in the MainBar component, and ultimately lead to a call to store.commit() for MENU_STATES.STAR_DETAIL or MENU_STATES.CARRIER_DETAIL. However, store.commit() for these menu states is also ultimately called as part of the map.clickStar() or map.clickCarrier() calls, meaning that (now that the click is deferred), the requested detail would open and then immediately close. - Updated onStarClicked() and onCarrierClicked() methods in map.js to support an additional property on the dic parameter for tryMultiSelect, to allow for programmatically selecting a carrier orbiting a star without it opening the star detail panel. - Updated onCarrierClicked() method in map.js to remove the orbiting check for a carrier, where it would select the star if you clicked on the carrier when it was orbiting a star, because we do actually want to open the carrier detail panel.
Fix KOTH when star is not in the exact center
…ectation Fix and improve spectatio
…-forcing Update simplex-noise and greatly increase irregular map seeds
Fix game galaxy mapping
This reverts commit a1f18a2.
Fix/ai issues
Feature/misc updates
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.
No description provided.