David Leal
8a0fac277a
Update README.md
2024-01-16 15:41:56 -06:00
David Leal
0b24486d5c
Clarify license and cleanup ( #61 )
2024-01-16 20:10:50 +01:00
David Leal
ee4954bdad
Fix call on nil player error in /tpf ( #58 )
...
Bug introduced in #55
2023-11-12 08:59:20 +01:00
David Leal
cf6a550378
Update the timer in the formspec in real-time ( #55 )
2023-10-24 12:13:44 -06:00
Oversword
c692fa2ed1
Fix tp snipe complex ( #49 )
...
* 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
* Allow selection from multiple requests
* Fix teleport direction and admin tpr
* Linting, variable conflicts
* Ensure form is not re-displayed if quitting or if there are no changes
* Spelling
* Add area support
---------
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-10-23 13:48:25 -06:00
David Leal
a20e85128f
Use a faster and newer LuaCheck ( #54 )
2023-09-27 19:01:28 -06:00
David Leal
547e0c8e2e
Update copyright notices from 2022 to 2023
2023-09-28 00:56:31 +00:00
David Leal
9fb25e34b9
Remove intllib
( #53 )
2023-09-27 18:55:57 -06:00
David Leal
c2b6f474bf
Update copyright notices to 2022
2022-03-22 09:42:22 -06:00
David Leal
40de57687e
Add short contributing guidelines ( #44 )
2021-08-09 11:01:51 -05:00
David Leal
e64982fc70
Revert "Fix tp snipe simple ( #48 )" ( #50 )
...
This reverts commit 868101983a65bb9f42aee643366f584955cd6901.
2021-08-08 20:15:16 -05:00
Oversword
868101983a
Fix tp snipe simple ( #48 )
...
* 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
* Do not allow multiple simultaneous requests to occur
2021-08-08 20:00:03 -05: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
Oversword
8e13e160fc
Fix indentation ( #45 )
...
* Fix indentation
* Remove additions
2021-08-08 18:57:09 -05:00
David Leal
414a31cf37
Fix spelling errors in the PR template
2021-07-02 19:06:16 -05:00
David Leal
5bbc935d8c
Add support for MT 5.0.0+ translation system ( #42 )
...
* Add support for MT 5.0.0+ transla...
...tion system.
* Minor fix in `template.txt`
2021-03-23 13:54:46 -06:00
David Leal
355d484f74
Add ContentDB badge on README.md
2021-01-12 14:25:57 -06:00
David Leal
215fd428cd
Update copyright notices to 2021
2021-01-12 14:24:17 -06:00
David Leal
a902bfb79e
Allow muting other players' teleport requests ( #40 )
...
* Allow muting players
Allow muting other players' teleport requests.
* Update translations
2020-10-18 12:08:10 -05:00
David Leal
a15fcb822c
Minor improvements
2020-09-22 13:18:43 -05:00
Panquesito7
2fe2febab6
Fix some minor issues
2020-05-03 13:38:22 -05:00
David Leal
b5643fa131
Add spam prevention ( #37 )
2020-05-03 12:55:24 -05:00
Panquesito7
97bbeb0f08
Update TO-DO list
...
This task was completed many time ago.
2020-04-07 11:11:08 -05:00
David Leal
0087302a9d
Add pull request template ( #35 )
2020-04-07 10:49:32 -05:00
David Leal
a11e162bf7
Complete 1 task from TODO list ( #30 )
...
- Area owners can now accept area requests from other users.
- Various message improvements.
- Translation updates.
Only compatible with `areas` mod (https://github.com/minetest-mods/areas ).
2020-04-07 10:48:22 -05:00
David Leal
d0e5a1a8b8
Add Brazilian Portuguese translation ( #34 )
...
Co-authored-by: Animetrom <animetrom@users.noreply.github.com>
2020-03-24 18:35:48 -06:00
David Leal
ccd6044b19
Senders can deny their own requests ( #32 )
2020-03-04 10:41:01 -06:00
David Leal
b418b67920
Add new warp sound ( #29 )
...
Co-authored-by: ChaosWormz <ChaosWormz@users.noreply.github.com>
2020-01-21 15:31:11 -06:00
Panquesito7
c4fc42fcb1
Fix TPY messages
2020-01-20 16:35:43 -06:00
Panquesito7
30c74a92e6
Fix build status
2020-01-19 12:11:15 -06:00
tuedel
322d5fa4ae
Fix positional sound ( #28 )
2020-01-19 12:06:31 -06:00
coil
64d914e9e9
Fix crash on protection check ( #27 )
2020-01-17 21:06:49 -06:00
Panquesito7
8be62b3fe2
Link build status badge to build history
2020-01-16 19:11:26 -06:00
Panquesito7
83db70ead7
Download 'luacheckrc' file from 'master'
2020-01-16 14:18:34 -06: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
Panquesito7
2005c1fe77
Update several copyright notices...
...
...to 2020.
2020-01-09 21:23:28 -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
6fd408f5dd
Adjust various lines of code
2020-01-08 14:04:38 -06:00
Panquesito7
2620063046
Fix compatibility with beerchat
...
Tested; works.
2020-01-05 14:25:15 -06:00
coil
9f99764820
Fix compatibility with beerchat muting ( #21 )
2020-01-02 18:30:53 -06:00
Panquesito7
d7802b7cd2
Improve README.md
2020-01-01 21:30:31 -06:00
Panquesito7
065d59ca6b
Fix beerchat compatibility
...
Untested.
2020-01-01 20:50:00 -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
ChaosWormz
d0d26f7666
Merge pull request #20 from OgelGames/master
...
Fix crashing when unknown nodes are near
2020-01-01 09:51:50 +02:00
OgelGames
bb15b744ff
check if node is registered before checking if walkable
2019-12-30 18:49:22 +11:00
Panquesito7
06c076a885
Various improvements
...
Small changes; and improvements on readability
2019-12-01 19:11:07 -06:00
Panquesito7
0ab6de5e42
Improve README.md
2019-11-30 22:21:10 -06:00
ChaosWormz
e84ff67522
Merge pull request #19 from Panquesito7/gamehub_support
...
Various changes and improvements
2019-11-23 10:17:24 +02:00
Panquesito7
723a0ad42d
Add support for gamehub (UNTESTED)
...
By @shivajiva101.
2019-11-22 13:50:10 -06:00