Commit Graph

88 Commits

Author SHA1 Message Date
Robbie Ferguson
55a86adc76 Minor improvements to the UX. 2016-05-18 07:49:07 -04:00
Robbie Ferguson
89b1021275 Update README.md 2016-05-18 07:43:47 -04:00
Robbie Ferguson
4964bf1de7 Increase version to 1.4
So much development has gone into it so far so I think it warrants a tick on the increment clock  :)
2016-05-18 07:41:39 -04:00
Robbie Ferguson
9778db4268 Make /tpj require interact priv and recode /tpj
Also make it so Minetest checks for the tp_tpc priv rather than our function.
2016-05-18 07:40:42 -04:00
Robbie Ferguson
9af1969f37 Update README.md 2016-05-18 07:28:24 -04:00
Robbie Ferguson
a23aad4334 Update README.md 2016-05-18 07:26:52 -04:00
Robbie Ferguson
a17658174f Add /tpj
From ChaosWormz "mt_reletive_teleportation" mod (typo his).
2016-05-18 07:16:48 -04:00
Robbie Ferguson
86bec396ae Update README.md 2016-05-17 14:01:19 -04:00
Robbie Ferguson
c18ee77a47 Add new priv. 2016-05-17 14:00:19 -04:00
Robbie Ferguson
5207e67e80 Update README.md 2016-05-17 13:45:22 -04:00
Robbie Ferguson
5f12f7b6d6 /tpc now requires tp_tpc priv
As requested by ChaosWormz
2016-05-17 13:15:48 -04:00
Robbie Ferguson
f64bb6ea16 Add feature request from ChaosWormz 2016-05-17 13:04:01 -04:00
Robbie Ferguson
97502163f4 Add Traxie21, Github link to Robbie 2016-05-17 10:49:11 -04:00
Robbie Ferguson
c557d124e7 Feature addition 2016-05-16 09:51:29 -04:00
Robbie Ferguson
14bb394336 Add sound to /tpr and /tphr 2016-05-13 18:08:55 -04:00
Robbie Ferguson
05d88072ef Switch sound to stereo 2016-05-13 17:57:24 -04:00
Robbie Ferguson
5c13b8b9ec Other players hear teleporter
Put it back to allowing nearby players to hear the teleport sound effect.
2016-05-13 17:52:39 -04:00
Robbie Ferguson
0c12e27341 Delete tps_portal.ogg 2016-05-13 17:41:54 -04:00
Robbie Ferguson
0b5fd2ca98 Missed an instance of new sound 2016-05-13 17:41:23 -04:00
Robbie Ferguson
aa5e87dbf6 Improve sound. 2016-05-13 17:36:35 -04:00
Robbie Ferguson
7cd84cabc9 Add files via upload 2016-05-13 17:33:00 -04:00
Robbie Ferguson
dcf9a5e271 Delete LICENSE.md 2016-05-13 17:32:44 -04:00
Robbie Ferguson
b2e8764cb7 Added particles, so remove from to-do. 2016-05-13 15:00:29 -04:00
Robbie Ferguson
80fc854a93 Add particles, fix sound. 2016-05-13 14:59:32 -04:00
Robbie Ferguson
5882f803aa Delete dummy 2016-05-13 14:55:51 -04:00
Robbie Ferguson
d500f7a5d9 Add files via upload 2016-05-13 14:55:41 -04:00
Robbie Ferguson
f02c3ae424 Create dummy 2016-05-13 14:55:32 -04:00
Robbie Ferguson
751f76050b Delete dummy 2016-05-13 14:55:20 -04:00
Robbie Ferguson
08fd2c8671 Create dummy 2016-05-13 14:54:14 -04:00
Robbie Ferguson
59e2597765 Update README.md 2016-05-13 14:47:24 -04:00
Robbie Ferguson
b8655526a8 Update README.md 2016-05-13 14:31:47 -04:00
Robbie Ferguson
e97baea05a Update init.lua 2016-05-13 14:09:57 -04:00
Robbie Ferguson
1a4e71c0bb Update init.lua 2016-05-13 13:56:36 -04:00
Robbie Ferguson
cd6a2c3fa5 Reorder functions 2016-05-13 13:41:44 -04:00
Robbie Ferguson
07b44e6b29 Ensure area is walkable for /tpc
Don't spawn in rock. :)
2016-05-13 13:24:39 -04:00
Robbie Ferguson
f06658f319 Working on areas protection.
Changing the way we detect areas and whether the player is allowed to teleport to a protected area.
2016-05-13 13:12:11 -04:00
Robbie Ferguson
80da1f0614 Update init.lua
Test fix for admin priv
2016-05-13 12:03:18 -04:00
Robbie Ferguson
57b97f9ac0 Features added to to-do 2016-05-13 10:04:16 -04:00
Robbie Ferguson
c6f7cc011f Add contributors
Contributors: please add yourself and/or update your web link if desired.
2016-05-13 08:50:21 -04:00
Robbie Ferguson
f9cdbb047a Update README.md 2016-05-13 08:46:44 -04:00
Robbie Ferguson
9f6f5034d8 Admin priv update
Heh - I had no idea the original author had already added a placeholder for a priv called tpr_admin (how did I miss that), but since it did nothing, I removed it. I also renamed my admin priv to "tp_admin" - I'd originally called it tpr_admin because I still tend to refer to the mod as TPR even though it's evolving into something different, but then realized people might get confused since this mod is called tps_teleport (so should it be tps_admin?) -- so I opted for tp_admin instead... avoid the confusion, and since the original mod doesn't yet use tpr_admin, there's no reason to keep it as that.

Also, incremented the version to 1.3 because I feel we've been making pretty big headway here.
2016-05-13 08:42:58 -04:00
Robbie Ferguson
589c4e60d8 Update README.md 2016-05-13 08:38:19 -04:00
Robbie Ferguson
836b417586 Add tpr_admin priv
New tpr_admin priv overrides area check for /tpc
2016-05-13 08:35:20 -04:00
Robbie Ferguson
52b520fa23 Merge pull request #2 from DonBatman/master
Added areas support

--Thanks DonBatman!
2016-05-12 22:05:48 -04:00
DonBatman
c1fedad691 Added areas support 2016-05-12 18:45:09 -07:00
Robbie Ferguson
4dd4591d4f Enhanced area protection features
Thanks to NathanS21 for submitting the update!! Now you can teleport to a protected area *if* you own it.
2016-05-11 17:27:26 -04:00
Robbie Ferguson
3a46a5b689 Merge pull request #1 from NathanSalapat/master
can TPC to your own areas.
2016-05-11 17:25:39 -04:00
NathanSalapat
ef4b78e4c2 can TPC to your own areas. 2016-05-11 16:06:15 -05:00
Robbie Ferguson
cc3da82277 New feature on to-do list
Shara accidentally gave me a great idea.
2016-05-11 13:36:25 -04:00
Robbie Ferguson
f425b4ec5a Update
Clarify description, add a couple to-do items.
2016-05-11 10:31:45 -04:00