k0rd
d9b0d656a5
cleanup
2012-03-13 12:58:31 -04:00
k0rd
83fae7e4f3
workaround for buggy noclip detection when player is wet
2012-03-12 19:46:36 -04:00
Zack Piispanen
fd4880bcfe
Added in handler for TeamChange packet
2012-03-01 16:14:08 -05:00
stevenh
41dbd31aac
Converted all files to LF line endings
2012-02-21 15:56:34 +00:00
k0rd
fa0e02eb09
fix for noclip detection sometimes being activated by liquids
2012-02-14 18:39:43 -05:00
Zack Piispanen
46a653da99
Added config option for how often to save ssi, and applied that to the save checker.
...
Changed the OnTileEdit hook to take a player as well, so we know who is doing the edit.
Changed the output of the Debug folder to go back to bin\Debug\ since I dont work 3 directories about TShock.
2012-02-04 16:39:36 -05:00
k0rd
74035d5c1e
sand, silt, pearlsand, and ebonsand shouldn't trigger noclip detection
2012-01-30 04:05:55 -05:00
k0rd
274cdf63a6
Fix for music box disappearing for the player when a player right-clicks it (part of insecure tile fixes)
2012-01-26 20:42:16 -05:00
Zack Piispanen
2603b942bb
Added console output/logging of boss summons.
2012-01-26 20:01:03 -05:00
k0rd
b66358bef2
Prevents users from sneaking items onto the server by holding them in their hands when ServerSideInventory is enabled.
2012-01-24 00:07:25 -05:00
k0rd
2d650b0a1b
Fix for skeletron prime disabling players.
...
New config option to ignore crystal shrapnel for projectile updates.
2012-01-23 10:54:10 -05:00
Graham Cantin
4d863a9021
Finally committing a change to this now that tortoisegit is fixed.
...
I know this is commented out, but these stupid debug messages
should really be showing *WHY* things aren't matching.
2012-01-22 17:33:07 -08:00
Lucas Nicodemus
0052280339
Added lots of XML commenting, fixed a bug where chests were checking to see if spawn was null
2012-01-21 23:41:48 -07:00
Lucas Nicodemus
2d45398315
Added XML comments for TileEdit for use in the upcoming Doxygen documented documentation release
2012-01-21 23:17:15 -07:00
Lucas Nicodemus
940341e7bb
I promise this sort of fixes some of the issues!
2012-01-20 23:40:34 -07:00
Zack Piispanen
efee7caed2
Added ice workaround for players who want to use ice even with canbuild off.
...
This feature is only half done as players still get warned when their ice breaks.
2012-01-20 23:36:27 -05:00
Deathmax
290fe1a1da
Remove some redundant code
2012-01-20 15:20:07 +08:00
Deathmax
672d360e9d
Merge fail
2012-01-20 14:35:59 +08:00
Deathmax
92996bf738
Replace usages of ASCII with UTF8
2012-01-18 20:56:18 +08:00
Deathmax
e879135d21
Remove valid string checks, Terraria seems to check and replace invalid chars by default
2012-01-18 20:55:30 +08:00
Deathmax
27f61645ce
Add permissions for spawning bosses/starting invasions
2012-01-18 19:50:49 +08:00
Zack Piispanen
95946ba060
added a no clip override in the config file, this hopefully will allow you to stop all that dumb teleporting when you accidentally no clip.
2012-01-15 17:33:43 -05:00
Zack Piispanen
2a59de5293
Added config options for ignoring projectile bugs. Just turn these on if you get debuffed for projectile update/create/kill messages.
2012-01-15 02:11:23 -05:00
Zack Piispanen
00b2d768d7
Added config options for max damage and projectile max damage
2012-01-14 23:03:28 -05:00
Zack Piispanen
aa99c1d0b2
Gave user feedback when a region overrides their permission
2012-01-14 22:18:14 -05:00
Zack Piispanen
80ec7d8053
removed debug code, like a boss
2012-01-14 22:14:19 -05:00
Zack Piispanen
1a3c0191d9
NPC home fix since the packet doesnt work
2012-01-14 22:13:16 -05:00
Deathmax
71117ae0b5
Add reasons to all Disable() usages
2012-01-14 10:40:06 +08:00
Deathmax
a5aa923123
Workaround for Skeletron Prime's projectiles triggering disables.
2012-01-13 17:41:14 +08:00
Zack Piispanen
4c4cd4027d
Removed lua, because it shouldnt be here.
...
Attempted hotfix of trashcan abuse. User's inventory shouldn't be saved if they are being nagged about logging out.
2012-01-12 18:00:05 -05:00
Deathmax
0cf287ca11
Increase the projectile range to 128 rather than 100. (2048px)
2012-01-12 19:06:11 +08:00
Lucas Nicodemus
61c4edfcde
Disable leave message if the server is full.
...
TSHOCKPLUGINS-16
2012-01-07 14:22:21 -07:00
Deathmax
946bf2ad49
Fix chairs not having the correct direction
...
This also fixes purification powder not working, and other stuff that relies on sendtilesquare
2012-01-06 21:52:15 +08:00
darkunderdog
ddf7531d66
Merge branch 'general-devel' of ssh://github.com/TShock/TShock into general-devel
2012-01-04 20:11:34 -06:00
darkunderdog
6079d84c9e
Updated Regions.InAreaRegion.Name to allow overlapping regions - For plugins that use this it will require updating the code
2012-01-04 20:11:22 -06:00
Lucas Nicodemus
4b77ca549e
Users shouldn't "leave" when they enter an incorrect password anymore. Just as soon as someone reimplements the OnLeave hook.
2012-01-01 18:46:06 -07:00
high
37a913d7a3
Merge branch 'general-devel' of github.com:TShock/TShock into general-devel
2012-01-01 15:37:59 -05:00
high
5bc011679f
Event typo
2012-01-01 15:37:33 -05:00
Lucas Nicodemus
bf9d0137f1
Added any missing license headers to all files
2012-01-01 03:06:48 -07:00
Lucas Nicodemus
23dba29545
Add PlayerBuff hook
...
This is the last hook I'm adding for the time being. If you feel that there aren't enough hooks, well request it.
2012-01-01 02:23:00 -07:00
Lucas Nicodemus
54882b6deb
Add PlayerAnimation hook
2012-01-01 02:16:15 -07:00
Lucas Nicodemus
c9b33e527a
Add NPCSpecial hook
2012-01-01 02:13:03 -07:00
Lucas Nicodemus
13b8326a6e
Add NPCStrike hook
2012-01-01 02:08:56 -07:00
Lucas Nicodemus
45bf75c7b7
Add PlayerDamage hook
2012-01-01 02:01:21 -07:00
Lucas Nicodemus
439efac901
Add ItemDrop hook
2012-01-01 01:57:18 -07:00
Lucas Nicodemus
5c9639c9c1
Add PlayerBuff hook
2012-01-01 01:53:03 -07:00
Lucas Nicodemus
cc51e95eba
Add NPCHome hook
2012-01-01 01:49:36 -07:00
Lucas Nicodemus
f04da74f8b
Copy paste fail
2011-12-31 22:11:37 -07:00
Lucas Nicodemus
addea02fb7
Sign hook
2011-12-31 22:11:09 -07:00
Lucas Nicodemus
9c9769fd5e
Add ChestItemChange hook
2011-12-31 21:37:16 -07:00