MarioE
766b077e99
Undo plugin-breaking changes
2013-12-15 18:50:44 -05:00
MarioE
51a593f274
Fix landmines
...
Also prevents any possible issues if Tile becomes a struct...
2013-12-08 16:02:00 -05:00
MarioE
93737060b6
Yeah maybe it'd be nice if it built
2013-12-07 10:30:38 -05:00
MarioE
81fa02bfc2
Differentiate between prefixes 43 and 76
2013-12-07 10:26:23 -05:00
MarioE
968b326798
Change various things
...
Show "player has joined." only when they are being greeted, send
info/success messages in pagination tools if the target is not a real
player, and change the "player left" message to "player has left."
2013-11-30 09:58:50 -05:00
MarioE
652425c4ba
Attempt another invis fix
...
Drops HP packets which have the current HP <= 0. Also removes some
unused TSPlayer fields.
2013-11-30 09:07:09 -05:00
MarioE
02820c0172
Change the way that forced PvP works
2013-11-28 17:23:12 -05:00
MarioE
8b7e8772da
Add float/double data types
2013-11-27 22:00:47 -05:00
Zack
234e203eb3
Merge pull request #722 from MarioE/general-devel
...
Temporary banning, and some other miscellaneous things
2013-11-26 09:58:11 -08:00
Zack Piispanen
0cf9c46529
Fix submodule messup
2013-11-23 18:34:20 -05:00
Zack Piispanen
1b66d817ad
Don't copy nonexisting binary.
2013-11-23 18:27:10 -05:00
Zack Piispanen
7e8e1f245e
use list of args, push terraria server api update to submodule thingy
2013-11-23 18:25:25 -05:00
Zack Piispanen
36fc211dc2
Update path for git
2013-11-23 18:17:56 -05:00
MarioE
ccfb93228e
Remove sloping and pounding hack checks, lower send tile square radii
2013-11-23 17:59:30 -05:00
MarioE
8fa238fa64
Revert part of previous commit
2013-11-20 22:11:17 -05:00
MarioE
fde99208f5
Don't allow breaking right-clickable tiles, fix /item and /give logic
2013-11-20 17:52:50 -05:00
MarioE
e50386084c
Fix invis glitch
2013-11-19 18:01:47 -05:00
MarioE
8c4401219c
Fix /status if using old REST model
2013-11-11 11:50:11 -05:00
MarioE
bfe1244fba
Fix self-inflicted damage if not in PvP
2013-11-11 11:40:57 -05:00
MarioE
dd86888c2f
Remove some unused code
2013-11-11 00:10:45 -05:00
MarioE
4011ee5bc9
Add months, fix whitespace in command quotes
2013-11-11 00:05:02 -05:00
MarioE
bc72390bf0
Add /group help, show time left instead of date of expiration
2013-11-10 23:58:39 -05:00
MarioE
9c2ee33784
Add /ban help
2013-11-10 23:19:27 -05:00
MarioE
ebc36a5ada
Add temp banning, remove /ban clear, fix temp ban check
2013-11-10 23:03:12 -05:00
MarioE
6a4e7584a0
Add AllowCrimsonCreep config option
2013-11-10 15:55:09 -05:00
MarioE
e5d01b19d6
Merge pull request #712 from MarioE/general-devel
...
Raptor
2013-11-10 11:45:14 -08:00
MarioE
9f7055b806
Merge with upstream
2013-11-10 14:40:16 -05:00
Zack Piispanen
b248778a2d
Try this path for git
2013-11-10 09:00:56 -05:00
Zack Piispanen
b52472748b
Update release script
2013-11-10 08:57:37 -05:00
Zack Piispanen
d56e02bb4e
Add TSAPI as a submodule to the TShock repo, and reference it in the TShock project instead of an exe.
2013-11-10 08:44:30 -05:00
Zack Piispanen
f8eafb9073
Require at least one digit in regex.
2013-11-10 08:14:33 -05:00
Zack Piispanen
9b477e461d
Fix that awful code that parses colors to use a regex. This likely fixes the issue Icy mentioned.
2013-11-10 07:53:14 -05:00
MarioE
39e1d9ced8
Fix water fountains
2013-11-09 14:08:12 -05:00
Zack Piispanen
6b283393b0
version tick
2013-11-08 03:36:48 -05:00
Zack Piispanen
e635b6f01a
Fix sand guns.
2013-11-08 03:28:24 -05:00
Zack Piispanen
f4c332ab2f
Only Initialize the stat tracker once, and explicitly set timeout to 5 seconds.
2013-11-08 02:20:38 -05:00
Zack Piispanen
b2abf89432
Re-add loading regions.
2013-11-08 01:46:36 -05:00
MarioE
1a242bca6b
Add some more hacking checks
2013-11-07 23:13:41 -05:00
MarioE
8c3ae80184
Compute max place styles on initialization
2013-11-07 22:58:34 -05:00
MarioE
fead716d6c
Fix heart lanterns
2013-11-07 22:44:36 -05:00
Zack Piispanen
2e510aa5ba
Add more info to the stat tracker.
2013-11-07 21:27:13 -05:00
Zack Piispanen
8d00f9fa83
Dont let a client open a chest if the config protects regions and they dont have access to the chest.
2013-11-07 05:51:16 -05:00
Zack Piispanen
55f969f250
Add config option to allow cutable and breakable tiles to be cut or broken by users with no permissions etc.
2013-11-07 05:43:31 -05:00
Zack Piispanen
691204f319
Version Tick
2013-11-07 05:00:26 -05:00
Zack Piispanen
9c3cffb4b8
Enable Stat Tracker every 15 minutes for maximum stat mining.
2013-11-07 02:39:36 -05:00
Zack Piispanen
bd2f98c203
Re-add Stat Tracker. Disabled while we set up the backend.
2013-11-06 23:41:50 -05:00
Zack Piispanen
f527e02932
Fix styles for new items, and include things like doors and chandeliers that we never checked for before.
2013-11-06 14:52:59 -05:00
MarioE
927602962e
Fix warps
2013-11-03 19:47:35 -05:00
MarioE
3405acd15b
Fix warps
2013-11-03 17:10:20 -05:00
MarioE
a9ef5d9b6d
Change acknowledgement order
2013-11-03 10:36:27 -05:00