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
813d221952
Tabs
2013-11-02 13:52:40 -04:00
Thraka
5379b393aa
Added player reference to the ChestOpenEventArgs
...
The ChestOpen handler doesn't have reference to the player, which makes
it difficult to search through who is opening the chest. This change
rectifies that by passing reference of the Player to the OnChestOpen
method and then through the handler. The Player reference was already
available, but not being passed.
2013-11-02 01:38:40 -07:00
Zack Piispanen
1fb6ab4eee
Add permission to allow a user to drop banned items.
2013-10-26 07:17:29 -04:00
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
83a813e4f5
Implement halloween check, like xmas
...
Update binary
Add new "invasion" to GetDataHandlers.cs
2013-10-25 08:20:43 -04:00
Zack Piispanen
0ade98dfab
Add fix for duplicating items abusing the disable code. Add in frozen debuff to disable
2013-10-24 19:12:17 -04:00
MarioE
666ea54e1e
Merge branch 'general-devel' of https://github.com/NyxStudios/TShock into general-devel
2013-10-23 18:08:36 -04:00
MarioE
61b8885ba0
Fix the last sendtilesquare exploit, I hope.
2013-10-23 18:08:21 -04:00
Zack Piispanen
95d04d98c3
Cleanup
2013-10-22 02:39:58 -04:00
Zack Piispanen
229d2bf990
Wrap usages of TShock.Players[] with checks for out of bounds.
2013-10-22 02:37:19 -04:00
MarioE
16093fd9ca
Fix another sendtilesquare exploit
...
... removing EnableInsecureTileFixes in the process.
2013-10-21 17:22:59 -04:00
MarioE
a81165026c
Fix a crash exploit related to extremely long death messages or text
2013-10-20 14:31:54 -04:00
MarioE
6a27d51261
Fix more exploits
2013-10-20 13:16:23 -04:00
MarioE
40b3870061
Fix severe sendtilesquare exploit
2013-10-20 13:00:20 -04:00
Zack Piispanen
84225c4861
Check if player is being ignored when they try to spawn a boss.
2013-10-20 00:08:16 -04:00
Zack Piispanen
4c5c2ba0de
Convert Itemban.HasPermission to check if user has Permission.usebanneditem and remove redundant checks elsewhere.
2013-10-19 12:34:00 -04:00
Zack Piispanen
2b8e40ad0e
Rod of discord permission change.
2013-10-18 22:34:35 -04:00
k0rd
4f106c7dff
Additional handling for beds (yes, magic mirror is still required)
2013-10-16 19:50:31 -04:00
Zack Piispanen
0d350d53fa
Fix Skeletron Prime Crash Exploiting people, naughty naughty
...
Set secondUpdate to stop displaying, because apparently no one knows that not being logged in is breaking the rules when requirelogin:true
2013-10-11 21:02:05 -04:00
Zack Piispanen
ddb2afefe9
Fix hardcore deaths by wiping and reseeding the tsCharacter table.
...
Log to server/logs chat over head.
2013-10-11 00:49:46 -04:00
k0rd
8bb817458e
fixes for placement of new chairs and beds; also corrects a math err
2013-10-10 02:24:54 -04:00
k0rd
c838315aec
Fixes placement of monster banners
2013-10-10 01:22:31 -04:00
MarioE
6b2a914f97
Update server bin & fix crash exploit
2013-10-09 22:29:45 -04:00
Zidonuke Ghost
8f1d88abe7
0 Mana is technically allowed due to older characters.
2013-10-09 06:46:43 -04:00
MarioE
a6b46a2748
Fix HandleTile
2013-10-08 23:37:49 -04:00
MarioE
3db37bb94a
Item stacks are shorts. Fixes severe SSC bugs
2013-10-08 19:45:04 -04:00
MarioE
944b319bed
Check HP <= 495 instead of 480
2013-10-08 17:02:44 -04:00
k0rd
0878900ea5
Removed DisablePiggybanksOnSSC configuration option; piggy banks and safes cannot be used with SSC at this time.
2013-10-07 23:18:49 -04:00
Zack Piispanen
fe00e3a195
Fix description in config for chatoverheads, as well as fix handling of health/mana item usage for SSC
2013-10-07 22:41:37 -04:00
Zidonuke Ghost
3f956801f8
Removed stat hack configs and permissions, added hardcoded limits due to crash exploit potential from abnormal stats. Also added hardcoded limits of player damage and killme due to crash exploits.
2013-10-06 02:56:55 -04:00
MarioE
428ee68b86
Up the default TilePaintThreshold and fix one last typo
2013-10-05 18:22:05 -04:00
MarioE
c12b592d60
Added some paint boundary checks, fixed OnPaintWall typo, fixed paint rollback
2013-10-05 18:00:05 -04:00
MarioE
d7103b815e
Fix a typo
2013-10-05 17:52:26 -04:00
MarioE
a2766fdb17
Having it build is good.
2013-10-05 17:48:19 -04:00
MarioE
7630db080c
Apparently there are spectre painting tools
2013-10-05 17:45:30 -04:00
Zack Piispanen
ba23be0236
If health is dead, then kill the player.
2013-10-05 17:08:31 -04:00
k0rd
4e6aef1ddc
Disables noclip detection for the following items:
...
metal bars
platforms
work benches
tables
anvils
tinkerer's workshop
pianos
dressers
bookcases
2013-10-05 12:12:38 -04:00
k0rd
d1852464ae
added mannequins to orientable tiles
2013-10-05 01:56:33 -04:00
Zack Piispanen
60d3252a2e
Add in cases for every boss, even though most are caught by npc.boss.
2013-10-04 23:02:34 -04:00
MarioE
d4c7385781
Add some more hack checks to painting tiles & walls
...
Also add permission to ignore paint threshold
2013-10-04 19:05:10 -04:00
MarioE
149dbdf56d
Add hack checks to painting tiles & walls
2013-10-04 18:37:56 -04:00
k0rd
71e18c146c
Additional fixes for beds/ssc
2013-10-04 17:16:02 -04:00
k0rd
3df69f9765
Merge remote branch 'origin' into general-devel
2013-10-04 17:15:24 -04:00
MarioE
9aa27b9d3f
Add region protection to painting tiles & walls
2013-10-04 17:11:11 -04:00
k0rd
511d3f8834
Additional check for SSC spawning on bed
2013-10-04 17:03:42 -04:00
Zack Piispanen
ef35ffe091
Ensure we only save SSC when SSC is enabled.
2013-10-04 16:59:57 -04:00
Zack Piispanen
f55eaa3caf
Fixed cannon tiles orientation bug
2013-10-04 15:21:28 -04:00
k0rd
142b67ace3
hardmode dungeon mobs shouldn't falsely trigger cheat detection when they hit you
2013-10-04 02:22:37 -04:00
k0rd
48a94b6247
Initial handling for saving/using beds with SSC
2013-10-04 00:14:52 -04:00