Commit graph

607 commits

Author SHA1 Message Date
Zack Piispanen
af5eb4e80f Ignore Mourning Woods projectiles
Added pumpkin command to start the pumpkin wave on the correct wave.
2013-10-25 09:03:43 -04:00
Zack Piispanen
fa097e61e3 Fix login handling to only allow correct passwords if a password is given. 2013-10-24 13:18:21 -04:00
MarioE
ea83ff1bda Redo some permissions
Split up tshock.world.causeevents & tshock.world.editspawn and moved
/maxspawns and /spawnrate to the npc node.
2013-10-15 18:23:06 -04:00
Zack Piispanen
acdaa2eb05 Fix Chat over head.
Copy pasta fix in /group (CS #Regions)
2013-10-11 00:16:19 -04:00
MarioE
7be923f640 Send better wall of flesh error messages 2013-10-10 19:16:19 -04:00
MarioE
966ba85e1c Add /spawnboss for the time being 2013-10-10 18:57:33 -04:00
k0rd
f8e5e1e081 blank UUID ignore for login, forgot to add this file 2013-10-09 23:55:46 -04:00
MarioE
d3f3ff7501 Fix /whisper 2013-10-09 17:58:02 -04:00
Simon311
f63758a7d4 & -> && 2013-10-07 11:44:53 +04:00
Simon311
55537d3034 Coin Gun is not eligible for this ;) 2013-10-07 10:58:56 +04:00
Simon311
a1fa2cdb9c Fixing Heart and Star requiring inventory slot
Those don't ever get to inventory, they are consumed by players :)
2013-10-07 10:44:54 +04:00
MarioE
311fbde46e If /help second argument starts with /, remove it 2013-10-05 15:30:28 -04:00
MarioE
acfc770c8a Added /clear npc (/butcher without item drops) 2013-10-05 12:28:38 -04:00
MarioE
4bd522f1db Modify more commands
Combined /killprojectile and /clearitems
Removed whisper prefix from whisper messages (color should be more than
sufficient)
Removed /star
Added /butcher [mob type]
Removed deprecated command methods
2013-10-05 12:07:07 -04:00
MarioE
017b3f07f6 Update /invade, make /help <command> not work if no access 2013-10-05 10:59:37 -04:00
MarioE
aa28b84d8c Refactor some commands... 2013-10-05 10:46:40 -04:00
MarioE
b0997536d3 Add command help text
Also remove /debugreg, as it is now pointless.
2013-10-05 10:34:28 -04:00
MarioE
dd54ddeb5f Modifiy commands
Remove boss spawning commands, remove deprecation commands, and merge
hardmode commands.
2013-10-05 09:23:47 -04:00
Zack Piispanen
e868cc52e9 Send right id 2013-10-05 01:54:01 -04:00
Zack Piispanen
55262e6108 Send packet too 2013-10-04 23:07:44 -04:00
Zack Piispanen
90231a73a4 Add KillProjectile command 2013-10-04 22:48:01 -04:00
Zack Piispanen
ef35ffe091 Ensure we only save SSC when SSC is enabled. 2013-10-04 16:59:57 -04:00
Zack Piispanen
6f0d98000e Another annoy command, the possibilities are endless. 2013-10-04 00:16:54 -04:00
Zack Piispanen
87e36a8433 Fix checks in rocket 2013-10-03 23:29:39 -04:00
Zack Piispanen
9e59de4f5a Add more annoy commands, because MarioE loves them so much ;) 2013-10-03 23:26:53 -04:00
Vladimir Panteleev
a7b7301eef Commands.cs: Fix listperm pager hint 2013-10-04 03:18:36 +00:00
Zack Piispanen
e246183108 Add prefix, suffix, color to group command.
Fix stupid chat color getter returning the hex color.
2013-10-02 17:47:16 -04:00
MarioE
7f6b54fb1a Let's use better messages 2013-10-02 15:35:50 -04:00
MarioE
01dcf6c3fc Fix /clearitems
1.2 has 400 item slots instead of 200.
2013-10-02 15:01:57 -04:00
Zack Piispanen
9304c128b0 When an account is registed seed the CharacterDB with the proper start values. 2013-10-01 20:39:28 -04:00
Zidonuke Ghost
262e6d8349 Merge branch 'general-devel' of github.com:NyxStudios/TShock into general-devel 2013-10-01 06:22:25 -04:00
Zidonuke Ghost
0d351778a7 Initial server side character system implementation. 2013-10-01 06:22:08 -04:00
Zack Piispanen
6fd6bc9b9c Fix Added text to godmode
Fixed negated permissions
2013-10-01 04:56:18 -04:00
Zack Piispanen
98a282cd2a Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2013-10-01 04:53:06 -04:00
Zidonuke Ghost
aff4314f8a Merge branch 'general-devel' of github.com:NyxStudios/TShock into general-devel 2013-10-01 04:39:01 -04:00
k0rd
f8440bae35 fix for /spawn 2013-10-01 04:38:25 -04:00
Zidonuke Ghost
b2a8198bb1 Client UUID Implementation: Bans and User Auth.
Send ServerSideCharacter flag if set in WorldInfo.
2013-10-01 04:35:49 -04:00
Zack Piispanen
ce73b0c0b5 Add canchat permission as well as godmode being a toggle command. 2013-10-01 04:20:52 -04:00
k0rd
2569c10823 fixes warps, tp [name], tphere (no longer places you below the target) 2013-10-01 02:12:05 -04:00
Zack Piispanen
2621774e85 Updated Commands to use heal packet instead of hearts, enabling godmode. needs permission. 2013-09-30 23:56:59 -04:00
k0rd
f08c1449c9 added /eclipse command 2013-09-30 22:58:32 -04:00
k0rd
75eaaafdec added command /rain 2013-09-30 20:38:53 -04:00
Zack Piispanen
d71aacc58d Did some tweaks to Teleport to make the bounds checks in one place.
Fixed item drop packet, as well as update the bounds.
2013-09-30 19:34:43 -04:00
Zack Piispanen
fddaf657a5 Teleport code has been cleaned up.
Added tp prevention based on permission tp.  Updated to latest server exe.
2013-09-30 16:23:11 -04:00
Zack Piispanen
1a2f874285 Implemented Packet Teleport mechanism. 2013-09-29 03:37:20 -04:00
Zack Piispanen
c17b661166 Stripped out stupid shit
Commented packets we dont know about yet.
2013-09-28 17:32:03 -04:00
Zack Piispanen
dea360869b Refactored the many matches found redundancy by adding a utils method. Changed the csproj to build x86 instead of anycpu which was causing issues for release. 2013-09-27 01:42:13 -04:00
MarioE
0dfe99ca68 Split superadmin permission. 2013-09-25 20:52:03 -04:00
MarioE
e1531ab675 Overhauled permissions.
Overhauled permissions to use permission nodes, and separated some
permissions into smaller ones (such as cfg into tshock.cfg.maxspawns,
tshock.cfg.spawnrate, etc),
2013-09-23 18:53:36 -04:00
Zack Piispanen
856def83b3 Added basic framework for allowing for ban durations and banning admin.
Added BanningUser, Date(of ban), and Expiration to the db
On join, Expiration is checked, if ban is expired we remove it and the user is allowed on.
When running the ban command, your UAN is used as the banning user, and the date is that moment, with no expiration.
#531
2013-09-22 16:04:12 -04:00