Releases: CH4MPi/GUIFlash
v0.6.4
- fix for interface scale. Thanks to StranikS-Scan
Note: I got several issues reported about wrong placed guiflash elements and that its impossible to drag the element down to the bottom while running the game in window mode.
Until this issue is fixed i recommend to stay with version 0.6.3
v0.6.3
v0.6.2
v0.6.1
v0.6.1
- safe support for the new kill cam added (introduced with WG WoT patch 1.24.1)
All flash elements created with GUIFlash are set to invisible during the Kill Cam event. Modders don't have to adapt their mods for this.
Note: This version works with the Lesta game client too
v0.6.0
v0.6.0 for WoT client v1.18 and higher
- extended LabelEx component with a customBackground that supports round edges, margin, transparency, line thickness border frame etc.
See customBackground for example how to use it.
v0.5.2
v0.5.1
- rollback to 0.4.4 because 0.4.6 / 0.5.0 (PR) broke the alignment of guiflash components.
- removing of useless TEXTFIELD_AUTOSIZE constant. 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)
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!
At the moment there is another GUIFlash version in circulation which I cannot recommend in the current version. You can always find versions checked and approved by me in the zip files of my mods and in my WoT Mod Installer. In addition, it is also included in the Aslain Modpack.
I recommend to delete any other guiflash version.
v0.4.6
- 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