Commit Graph

21 Commits

Author SHA1 Message Date
David Leal
547e0c8e2e Update copyright notices from 2022 to 2023 2023-09-28 00:56:31 +00:00
David Leal
c2b6f474bf
Update copyright notices to 2022 2022-03-22 09:42:22 -06:00
Oversword
7d21dd7123
Fix chat (#47)
* Fix indentation

* Remove additions

* Fix minetest.after calls

* Remove chat message code duplication; Allow setting of chat color

* No need to specify it's mod specific

* Apply suggestions from code review

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-08-08 19:06:35 -05:00
David Leal
215fd428cd
Update copyright notices to 2021 2021-01-12 14:24:17 -06:00
David Leal
b5643fa131
Add spam prevention (#37) 2020-05-03 12:55:24 -05:00
David Leal
4d609719ed
Add Factorio Luacheck (#25)
See https://github.com/marketplace/actions/factorio-mod-luacheck for more information.
2020-01-16 14:10:15 -06:00
David Leal
390ce2d199
Divide into various files
Commands, privileges and functions are divided into various files.
2020-01-09 21:13:59 -06:00
Panquesito7
95b44fde7d
Improve the code 2020-01-01 20:00:50 -06:00
Panquesito7
c8a67de651
Update copyright notices to 2020 2020-01-01 13:50:42 -06:00
Panquesito7
06c076a885
Various improvements
Small changes; and improvements on readability
2019-12-01 19:11:07 -06:00
Panquesito7
924a16c06f
Update config.lua 2019-09-05 20:04:47 -05:00
Panquesito7
91ffafc98e
Update config.lua 2019-08-07 19:44:03 -05:00
Panquesito7
e4ed515d1f
Add chat2 support
This commit adds chat2 support (https://github.com/minetest-mods/chat2).
Tested with MT/MTG 5.0.1 and works pretty well.

If there's any bug/error/typo, please tell me, so, I can fix it.
2019-08-06 22:19:30 -05:00
Panquesito7
b24e687c80
Update config.lua 2019-08-05 23:05:39 -05:00
Panquesito7
65cad92d7d
Add "enable_immediate_teleport"
With this function enabled, players with "tp_admin" privilege teleport immediately to the specified player.
Otherwise, it will send a request to the specified player.
2019-07-27 19:34:36 -05:00
Panquesito7
cd51a52ff2
Update config.lua 2019-07-25 19:39:26 -05:00
Panquesito7
fb4a5fe25a
Fix a critical bug
This commit fixes a crash.
2019-07-25 17:39:58 -05:00
Panquesito7
1380297b12
Update config.lua 2019-07-25 14:54:26 -05:00
Panquesito7
05797f2252
Move some TPR functions...
...to "config.lua".
2019-07-25 14:12:26 -05:00
Panquesito7
8aef6b783e
Move functions...
...to "config.lua" and register privileges in "config.lua".
This makes it easier for people to know where they can personalize TPR to their like.
2019-07-19 15:53:49 -05:00
Panquesito7
033f3fbf53
Merge branch 'license_changes' into 'master'
I've changed the license to complete another task from the TODO list (and to make it compatible with MT/MTG and many other games/mods) .

Please decide if it was correct to change the license.
If you do not like this change, please tell me, so, I can revert these changes.
2019-07-17 18:04:52 -05:00