-
Notifications
You must be signed in to change notification settings - Fork 12
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
v0.3.4 - fix for broken onVisibilityChanged in non epic gametypes since WoT 1.10.0.2 #3
Open
CH4MPi
wants to merge
51
commits into
GambitER:master
Choose a base branch
from
CH4MPi:master
base: master
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
CH4MPi
commented
Jul 12, 2020
- check for epicMapOverlayVisibility & isRespawnScreenVisible to disable visibility of guiflash elements
- updated swc-files from WoT client 1.9.1.2
- GUIFlash.swf re-compiled
- gambiter.guiflash_0.x.x.wotmod recompiled and version number increased
- small console text output when guiflash was initialised
Willster419
reviewed
Jul 12, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
translated to english
CH4MPi
changed the title
v0.3.3
v0.3.4 - fix for broken onVisibilityChanged in non epic gametypes since WoT 1.10.0.2
Sep 18, 2020
- GUIFlash elements disabled when select-spawn page is visible in battle royal mode. - simple build script added. It stores the wotmod-package and zip-package into the build-folder - changes: wotmod package no longer contains the .py files! It's not needed. The PYC files are not crypted and the project is open source - The LICENSE and README.md stays stays as respect for the original author. - README.md: URL to the english Wiki changed to my fork - version number increased to 0.3.6 to avoid confusing (because there's a 0.3.5 version outside) - gambiter.guiflash_0.3.6.wotmod included - guiflash_0.3.6_1.10.1.0.zip included
- GUIFlash elements disabled when select-spawn page is visible in battle royal mode. - simple build script added. It stores the wotmod-package and zip-package into the build-folder - changes: wotmod package no longer contains the .py files! It's not needed. The PYC files are not crypted and the project is open source - The LICENSE and README.md stays stays as respect for the original author. - README.md: URL to the english Wiki changed to my fork - version number increased to 0.3.6 to avoid confusing (because there's a 0.3.5 version outside) - gambiter.guiflash_0.3.6.wotmod included - guiflash_0.3.6_1.10.1.0.zip included
- fix for broken onBattleRoyaleSpawnVisibilityChanged hook - version number increased to 0.3.7 - gambiter.guiflash_0.3.7.wotmod included - guiflash_0.3.7_1.10.1.3.zip included
- fix for broken onBattleRoyaleSpawnVisibilityChanged hook - version number increased to 0.3.7 - gambiter.guiflash_0.3.7.wotmod included - guiflash_0.3.7_1.10.1.3.zip included
- textfield propertie 'GlowFilter' added - WG swc files removed from project - swc markdown file added with info where the latest swc files from WG can be found - version number increased to 0.3.8 - gambiter.guiflash_0.3.8.wotmod included - guiflash_0.3.8_1.13.0.0.zip included
- added ability to work with lobby view (by PolyacovYury) - zip package with current wot mods folder removed - some inspection directives added to reduce PyCharm code check warnings - version number increased to 0.3.9 - gambiter.guiflash_0.3.9.wotmod included
- g_guiViews cleanup when leaving lobby and battle - updateComponent no longer skips ImageEx components - version number increased to 0.4.0 - gambiter.guiflash_0.4.0.wotmod included
- hotfix for broken animation - version number increased to 0.4.1 - gambiter.guiflash_0.4.1.wotmod included
- hotfix for broken animation - version number increased to 0.4.1 - gambiter.guiflash_0.4.1.wotmod included
Corrected filenames. gui.pkg was splitted in 2 files by WG years ago. gui-part1.pkg (lobby) and gui-part2.pkg (battle)
It's just a personal preference and it was already used in previous builds of GUIFlash. Please keep version syntax up to 3 digits: 0.4.x │ │ │ │ │ └───────── build number │ └─────────── minor number └───────────── major number
- fix position animation issues once and for all (by PolyacovYury) - version number increased to 0.4.2 - gambiter.guiflash_0.4.2.wotmod included
- fixed an import error (v1.17 CT) - version number increased to 0.4.3 - gambiter.guiflash_0.4.3.wotmod included
- fix for change of namespace for frontline/battle royale (v1.17 CT) - version number increased to 0.4.4 - gambiter.guiflash_0.4.4.wotmod included - removed commented out Python code
… and not neccessary here
- properly handle autoSize for LabelEx (thanks to Kurzdor) - disable grab cursor when mouse is over component and drag is disabled (thanks to Kurzdor) - add TEXTFIELD_AUTOSIZE constants exports to python-side API (thanks to Kurzdor) - version number increased to 0.4.6 - gambiter.guiflash_0.4.6.wotmod included
- properly handle autoSize for LabelEx (thanks to Kurzdor) - disable grab cursor when mouse is over component and drag is disabled (thanks to Kurzdor) - add TEXTFIELD_AUTOSIZE constants exports to python-side API (thanks to Kurzdor) - version number increased to 0.4.6 - gambiter.guiflash_0.4.6.wotmod included
- rollback to 0.4.4 because 0.4.6 / 0.5.0 (PR) broke the alignment of guiflash components. - useless TEXTFIELD_AUTOSIZE constant removed. Its simply not needed if things are fixed in the correct way! - fix for broken alignment by using the LABEL_EX component (TextField) without setting the width/height. - fix for not updating the alignment when the text was changed after the LABEL_EX component was created. - change: disable grab cursor when mouse is over component and drag is disabled. (thanks to Kurzdor) - CONTRIBUTING.md added to provide some information how you can contribute to the project. - .gitignore added to skip unwanted files by pull-request Note: A bottom- or top-justified textfield will now expand the text in the correct direction. Of course this counts too for left- or right-justified textfields. So modders should check their text alignment!
- hide GUIFlash elements if the personal reserves full-screen dialog is shown. (included with WOT 1.18.1)
- hide GUIFlash elements if the personal reserves full-screen dialog is shown. (included with WOT 1.18.1)
- extended LabelEx component with a customBackground that supports round edges, margin, transparency, line thickness border frame etc.
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.