9 Commits

Author SHA1 Message Date
ShihanAlma
5097f77a62
Gracefully handle nil .tiles node property () 2020-05-14 21:18:29 -07:00
Unknown
c187160955 Clean up
* Add mod.conf
* Bump license date
* Add .travis.yml
* Add .luacheckrc
* Use settings object
* Use player metadata
2018-05-01 16:39:26 -07:00
octacian
1895969d2a
Convert spaces to tabs 2018-05-01 14:50:34 -07:00
octacian
ec78c939f0 Fix HUDs hiding too soon
When punching a block quickly, the built up minetest.after callbacks would cause the HUDs to disappear almost immediately until all the callbacks were executed. See video linked in forum post for demo of bug.
2017-01-16 21:42:10 -08:00
octacian
dc647f5a7b Expand /punchinfo chatcommand
Players can now customize the HUD size and show time themselves, rather than being stuck with the global settings. See README for specifics.
2017-01-16 19:34:09 -08:00
octacian
c7a26637a0 Add punchinfo.hud_size
Allows the HUD size to be configured in minetest.conf with
punchinfo.hud_size = 1, 2, or 3
2017-01-16 17:31:40 -08:00
octacian
ad58704715 Add /punchinfo
allows enabling or disabling punch info per-player
with /punchinfo true or /punchinfo false
2017-01-15 11:59:42 -08:00
octacian
1489750b5a Added screenshot 2017-01-15 11:37:30 -08:00
octacian
84d838eb53 initial commit 2017-01-15 10:55:41 -08:00