7 Commits

Author SHA1 Message Date
Dirk Sohler
55dd5b1d9a fully implement custom timer logic
Addresses https://gitlab.com/4w/mtimer/-/issues/10
2021-02-12 20:23:40 +01:00
Dirk Sohler
6922ab9797 make mTimer game-agnostic
Before this commit mTimer depended on Minetest Game’s `default` mod just
for the reason because it was common practice depending mods on it.

Since Minetest Game will be discontinued and put in maintenance mode
mTimer was sucessfully tested to run without the `default` dependency.

Tests were done using “Development Test” and paramat’s “minipeli”.

https://github.com/minetest/minetest/tree/master/games/devtest
https://github.com/paramat/minipeli
2020-08-24 20:56:21 +02:00
Dirk Sohler
15ded5a0b2 implement an default settings configuration system
Settings can be placed in minetest.conf ow world-specific _mtimer.conf
files. See updated readme for details.
2020-08-16 00:13:24 +02:00
Dirk Sohler
29e8398997 add language information 2019-03-21 18:54:34 +01:00
Dirk Sohler
85c109e23a Check user documentation
See https://gitlab.com/4w/mtimer/issues/8
2019-03-16 23:26:16 +01:00
Dirk Sohler
3fd5d23181 documentation update 2019-02-23 16:08:04 +01:00
Dirk Sohler
5875f97856 add user documentation 2019-02-23 15:51:11 +01:00