Skip to content

Releases: Open-GTO/mdialog

mdialog v1.4.3

27 Jan 14:28

Choose a tag to compare

  • #22: Fix DialogInterrupt:* calling

mdialog v1.4.2

17 Oct 04:03

Choose a tag to compare

  • #19: Fix potential recursion
  • #18: Fix warning 244
  • #15: Fix tagging mess in _MDialog_ProcessTags()

mdialog v1.4.1

26 Oct 14:31

Choose a tag to compare

  • Compilation fix

mdialog v1.4.0

23 Aug 22:27

Choose a tag to compare

  • 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

22 Jan 01:21

Choose a tag to compare

  • Now Dialog_IsOpen can accept dialog name for check if specific dialog are opened.

mdialog v1.3.5

07 Oct 19:41

Choose a tag to compare

  • Add support for script without const-correctness fixes
  • Add ability to disable tags support with MDIALOG_DISABLE_TAGS definition

mdialog v1.3.4

01 Oct 12:54

Choose a tag to compare

  • Remove zlang from sampctl dependencies

mdialog v1.3.3

01 Oct 11:39

Choose a tag to compare

  • Fix const-correctness issues
  • Add tests

mdialog v1.3.2

21 Aug 19:58

Choose a tag to compare

mdialog v1.3.1

06 Jan 21:02

Choose a tag to compare

  • Fixed second button text purification for zlang mode.