Skip to content

Releases: CH4MPi/GUIFlash

v0.6.4

v0.6.4 Pre-release
Pre-release

Choose a tag to compare

@CH4MPi CH4MPi released this 11 Sep 10:27
  • 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

Choose a tag to compare

@CH4MPi CH4MPi released this 10 Sep 15:38
  • fix for kill cam behavior so guiflash elements will no longer be set to invisible when player vehicle gets destroyed

v0.6.2

Choose a tag to compare

@CH4MPi CH4MPi released this 02 May 11:15

v0.6.2

  • improved view loading

v0.6.1

Choose a tag to compare

@CH4MPi CH4MPi released this 07 Apr 11:18

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

Choose a tag to compare

@CH4MPi CH4MPi released this 14 Nov 16:53

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

Choose a tag to compare

@CH4MPi CH4MPi released this 11 Oct 22:20

v0.5.2 for WoT client v1.18 and higher

  • hide GUIFlash elements if the personal reserves full-screen dialog is shown. (included with WOT 1.18.1)

v0.5.1

Choose a tag to compare

@CH4MPi CH4MPi released this 08 Sep 13:32
69aaa42
  • 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

v0.4.6 Pre-release
Pre-release

Choose a tag to compare

@CH4MPi CH4MPi released this 06 Jun 16:07
  • 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

v0.4.4

Choose a tag to compare

@CH4MPi CH4MPi released this 28 May 11:48
  • 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

v0.4.3

v0.4.3 Pre-release
Pre-release

Choose a tag to compare

@CH4MPi CH4MPi released this 12 May 19:02
  • fixed an import error (v1.17 CT)
  • version number increased to 0.4.3
  • gambiter.guiflash_0.4.3.wotmod included