Skip to content

Releases: Open-GTO/mdialog

mdialog v1.4.3

Choose a tag to compare

@ziggi ziggi released this 27 Jan 14:28
  • #22: Fix DialogInterrupt:* calling

mdialog v1.4.2

Choose a tag to compare

@ziggi ziggi released this 17 Oct 04:03
  • #19: Fix potential recursion
  • #18: Fix warning 244
  • #15: Fix tagging mess in _MDialog_ProcessTags()

mdialog v1.4.1

Choose a tag to compare

@ziggi ziggi released this 26 Oct 14:31
  • Compilation fix

mdialog v1.4.0

Choose a tag to compare

@ziggi ziggi released this 23 Aug 22:27
  • Add Dialog_GetCurrent function to get the name of the current dialog
  • Add DialogInterrupt: prefix. The function with this prefix will be called when the dialog was closed by Dialog_Close or by opening other dialog (see usage section of the README).

mdialog v1.3.6

Choose a tag to compare

@ziggi ziggi released this 22 Jan 01:21
  • Now Dialog_IsOpen can accept dialog name for check if specific dialog are opened.

mdialog v1.3.5

Choose a tag to compare

@ziggi ziggi released this 07 Oct 19:41
  • Add support for script without const-correctness fixes
  • Add ability to disable tags support with MDIALOG_DISABLE_TAGS definition

mdialog v1.3.4

Choose a tag to compare

@ziggi ziggi released this 01 Oct 12:54
  • Remove zlang from sampctl dependencies

mdialog v1.3.3

Choose a tag to compare

@ziggi ziggi released this 01 Oct 11:39
  • Fix const-correctness issues
  • Add tests

mdialog v1.3.2

Choose a tag to compare

@ziggi ziggi released this 21 Aug 19:58

mdialog v1.3.1

Choose a tag to compare

@ziggi ziggi released this 06 Jan 21:02
  • Fixed second button text purification for zlang mode.