mtimer/system
Dirk Sohler b179c6f8c1
use formspec checkbox for timer type
Unfortunately the formspec seems not to be properly updated when
unchecking a checkbox, even if fields are sent and thus the formspec
action should be triggered. This causes unselecting the currently
selected timer type to be unselected when uinselecting it – instead of
updating the formspec and show the selected option again.

This is just a “visual glitch” and does not affect the timer
functionality. When re-opening the timer window the type is selected
correctly again.

addresses https://gitlab.com/4w/mtimer/-/issues/11
2021-04-03 15:25:52 +02:00
..
formspecs use formspec checkbox for timer type 2021-04-03 15:25:52 +02:00
chat_command.lua fully implement custom timer logic 2021-02-12 20:23:40 +01:00
formspec_helpers.lua make title dynamic and adapt to new style 2021-04-03 15:06:17 +02:00
get_timer_data.lua fully implement custom timer into logic 2021-02-10 21:34:11 +01:00
get_times.lua fully implement custom timer logic 2021-02-12 20:23:40 +01:00
load_configuration.lua make all timer standard values configurable 2021-04-02 10:54:49 +02:00
on_joinplayer.lua add HUD element scaling using HUD's size parameter 2020-08-07 05:15:47 +02:00
on_receive_fields.lua use formspec checkbox for timer type 2021-04-03 15:25:52 +02:00
register_globalstep.lua Go through code documentation 2019-03-16 22:48:49 +01:00
update_timer.lua implement offset dialogs+i18n and setting logic 2020-08-11 21:02:26 +02:00