Commit graph

6162 commits

Author SHA1 Message Date
Shank
ebfe78d12a The server now informs you of what list you were on when you are booted. 2011-06-03 04:18:36 -06:00
Shank
cd0382f3e4 Merge branch 'master' of github.com:TShock/TShock 2011-06-03 03:03:13 -06:00
Shank
aefde30a8d Fixed /off, it now saves the world.
Added /off-nosave, it doesn't.
Raised threshold to 20.
Closes #8
Closes #6
Closes #5
2011-06-03 03:02:48 -06:00
high
f66606f01a Updated Server/API (ServerHooks.OnCommand) 2011-06-03 03:32:54 -04:00
high
e50d855f5f Added new Server/API 2011-06-03 03:20:12 -04:00
Shank
fc4435e5f2 Added basic README 2011-06-03 01:20:12 -06:00
Shank
bd9d89599e Version Tick: 1.5 for release 2011-06-03 00:50:48 -06:00
high
0836685afc Merge branch 'master' of git.assembla.com:terraria 2011-06-03 02:36:20 -04:00
high
cf736cbb30 Fixed kick, SendData sets kill when sending packet 0x2. Also when a socket is killed players are resynced. 2011-06-03 02:34:25 -04:00
Maverick Motherfucker
35f78a2207 made /invasion a toggle 2011-06-02 23:31:40 -07:00
Maverick Motherfucker
be94eecd3e oops 2011-06-02 23:30:01 -07:00
Maverick Motherfucker
2f02b7b9ae Merge branch 'master' of git.assembla.com:terraria 2011-06-02 23:24:44 -07:00
Maverick Motherfucker
abe6b5c998 fixed /spawn 2011-06-02 23:24:28 -07:00
Shank
ad8b6cd6ac Updating .gitignore 2011-06-03 00:22:01 -06:00
Shank
df18ab37c2 Adding two dlls. 2011-06-03 00:21:13 -06:00
Maverick Motherfucker
6726c497a9 Dont fucking remove that 2011-06-02 23:19:24 -07:00
Maverick Motherfucker
96ae877e15 Merge branch 'master' of git.assembla.com:terraria 2011-06-02 23:18:19 -07:00
Maverick Motherfucker
5fe2462193 Fixed exploit where cheaters can send chat as other people 2011-06-02 23:16:35 -07:00
high
1e1216f090 Update player exploit patched 2011-06-03 02:16:28 -04:00
Maverick Motherfucker
100d7d10f3 Forgot one call when caching IsAdmin 2011-06-02 22:45:05 -07:00
Maverick Motherfucker
f5a76dd154 Griefing != Cheating 2011-06-02 22:24:43 -07:00
Maverick Motherfucker
818348a445 Caching IsAdmin as to optimize load on file system 2011-06-02 21:59:33 -07:00
Maverick Motherfucker
79c0bddf5e Did same kind of protection with mana 2011-06-02 21:35:58 -07:00
Maverick Motherfucker
bb8cf74ec0 More cheat detection, if more than 20 HP is added to max at a time, bye bye 2011-06-02 21:34:24 -07:00
Maverick Motherfucker
087dfabffe Changed ifs into else ifs for optimization purposes 2011-06-02 21:30:16 -07:00
Maverick Motherfucker
892ef0c770 Moved the admin check for cheating into HandleCheater instead of cheat detection 2011-06-02 21:28:47 -07:00
Maverick Motherfucker
39bc48968a Added TSPlayer class to contain variables that are player specific 2011-06-02 21:26:07 -07:00
Maverick Motherfucker
947540cb1f Added myass.bat to gitignore 2011-06-02 21:08:35 -07:00
Maverick Motherfucker
e52a1d35b5 Merge branch 'master' of git.assembla.com:terraria 2011-06-02 21:06:44 -07:00
Maverick Motherfucker
e187e673f9 Fixed teleport somewhat 2011-06-02 21:06:25 -07:00
Deathmax
cbf525b148 Fixed /item and /give 2011-06-03 11:51:40 +08:00
Deathmax
ff5c47a57c Updated NPC and Item methods for the new items. 2011-06-03 10:57:43 +08:00
Deathmax
daf56053c8 Remove item max stack check. 2011-06-03 10:51:02 +08:00
Shank
0aa44fed67 Merge branch 'master' of git.assembla.com:terraria 2011-06-02 20:49:09 -06:00
Shank
b2f4ee698b Re-added broadcast event for kill tile abuse.
Added kick for SendSection
Added kick for NPC abuse
2011-06-02 20:48:42 -06:00
Shank
83c5ece94c Fixed SendData to use 255 instead of 8. 2011-06-02 18:04:06 -06:00
Shank
8707ad0c39 Merge branch 'master' of git.assembla.com:terraria 2011-06-02 17:07:53 -06:00
Shank
b080b5b0c8 You need to put TerrariaServerAPI and TerrariaServer inside the TShockAPI folder. 2011-06-02 17:07:10 -06:00
Deathmax
49561497bd Fixed /slap (now it goes both directions, but very small knockback)
Fixed issues with /spawnrate and /maxspawns where if the input string does not convert, it throws an exception.
2011-06-02 23:43:25 +08:00
Deathmax
17c6fa8e87 Added /slap - /slap <player> [dmg].
^ Seems buggy ATM, only smacks you in one direction and seems to ignore tile collision.
2011-06-02 23:14:23 +08:00
Deathmax
098841e7e9 Fixed an issue with /item 2011-06-02 22:55:15 +08:00
Deathmax
00ce4ff2c4 /kill - Suicide or if admin, kill other people. 2011-06-02 22:46:44 +08:00
Deathmax
eea8afdcf2 Added inventory stack check. (Not tested, but should work) 2011-06-02 20:34:08 +08:00
Deathmax
b2d25a24a5 Added /time.
Fixed multiple bugs with /heal.
Oh, and the previous commit added kick/ban protection for admins.
2011-06-02 20:24:23 +08:00
Deathmax
4e5059fff5 Added some error messages for commands. 2011-06-02 19:27:19 +08:00
Shank
5c10115b07 Version Tick: 1.4.0.0 2011-06-02 03:29:34 -06:00
Shank
b4e028e103 Minor changes 2011-06-02 02:54:26 -06:00
Shank
fe998ad677 Ignore 2011-06-02 01:52:12 -06:00
Shank
c45f3557ca Added Newtonsoft.Json.dll 2011-06-02 01:51:19 -06:00
Shank
45a8cf09ce Json starting fresh. 2011-06-02 01:39:05 -06:00