Releases: Open-GTO/mdialog
Releases · Open-GTO/mdialog
mdialog v1.4.3
mdialog v1.4.2
mdialog v1.4.1
- Compilation fix
mdialog v1.4.0
- 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 byDialog_Close
or by opening other dialog (see usage section of the README).
mdialog v1.3.6
- Now
Dialog_IsOpen
can accept dialog name for check if specific dialog are opened.
mdialog v1.3.5
- Add support for script without const-correctness fixes
- Add ability to disable tags support with
MDIALOG_DISABLE_TAGS
definition
mdialog v1.3.4
- Remove zlang from sampctl dependencies
mdialog v1.3.3
- Fix const-correctness issues
- Add tests
mdialog v1.3.2
- sampctl support
mdialog v1.3.1
- Fixed second button text purification for zlang mode.