Lucas Nicodemus
007c685c19
Move OnNPCStrike to Bouncer
2017-12-15 21:42:20 -07:00
Lucas Nicodemus
e8a3f87e23
Merge remote-tracking branch 'origin/general-devel' into fragments
2017-12-15 19:28:12 -07:00
Lucas Nicodemus
81db59d864
Merge branch 'general-devel' into sql_improve
2017-12-15 18:38:25 -07:00
Lucas Nicodemus
01d865fddc
Move OnPlayerDamage to Bouncer
...
Remove reference to PlayerDamage v1 hook
2017-12-15 18:27:55 -07:00
Lucas Nicodemus
5cdb38675c
Move OnPlayerBuff logic to Bouncer
2017-12-15 17:51:16 -07:00
Lucas Nicodemus
845fc3b7c8
Move OnChestItemChange to Bouncer
...
Fix issue where TShock didn't properly do anti-cheat on chest
item changes.
2017-12-15 12:12:21 -07:00
Lucas Nicodemus
bcc1816071
Update changelog
2017-12-14 20:54:04 -07:00
Lucas Nicodemus
6d7c8aa019
TileKill -> PlaceChest (hook changed, so did packet); +Bouncer
2017-12-14 20:13:25 -07:00
Lucas Nicodemus
5f647f087c
(Probably) fix invasions started by TShock being weird
...
TShock used to call the StartInvasion method in Main with a type
and a size, but then in some update it stopped taking a size. So
you have to change a field to change the size, but the problem is
that the field is reset when StartInavsion is called. This means
that any effort to manually change the size would have failed due
to the fact that the field is reset at the end. The order has been
changed to account for this.
In addition, the start size is now set, so the game can report
progress correctly on the current invasion.
2017-12-14 08:08:57 -07:00
Lucas Nicodemus
3f22c52698
Move StartInvasion() out of the TShock main class
2017-12-14 07:56:41 -07:00
Lucas Nicodemus
5cd5bdaaa0
Move OnLiquidSet to Bouncer
2017-12-14 07:46:29 -07:00
Lucas Nicodemus
2f4b1a5bfc
Merge branch 'general-devel' into fragments
2017-12-14 07:06:31 -07:00
Lucas Nicodemus
868a3fac21
Merge branch 'general-devel' into fragments
2017-12-14 00:18:18 -07:00
Lucas Nicodemus
0826a37fe8
Update changelog
2017-12-13 22:41:00 -07:00
Ryozuki
0842ee5563
Merge branch 'general-devel' into sql_improve
2017-12-13 07:24:35 +01:00
Lucas Nicodemus
74eb680bff
Really update the changelog properly this time
2017-12-12 03:31:05 -07:00
Lucas Nicodemus
30c9f74ad3
Merge branch 'general-devel' into fragments
2017-12-12 03:19:34 -07:00
Lucas Nicodemus
270cc4c481
Update changelog for critical crash fix
2017-12-12 03:18:44 -07:00
Lucas Nicodemus
b808ad8e4c
Merge remote-tracking branch 'origin/general-devel' into fragments
2017-12-11 16:28:20 -07:00
Lucas Nicodemus
69eda3d38e
Remove server restart rest routes
2017-12-11 16:09:03 -07:00
Lucas Nicodemus
b923f74782
Merge remote-tracking branch 'origin/general-devel' into fragments
2017-12-11 15:52:26 -07:00
Lucas Nicodemus
9cf949cc60
Update changelog
2017-12-11 15:47:05 -07:00
Ryozuki
bbabec6003
update changelog
2017-12-11 16:29:37 +01:00
Lucas Nicodemus
9b8aaceb12
Merge remote-tracking branch 'origin/general-devel' into fragments
2017-12-10 23:45:03 -07:00
Lucas Nicodemus
ba851d3570
Remove TShock.CheckProjectilePermission
...
Add TSPlayer.HasProjectilePermission() and its inverse:
TSPlayer.LacksProjectilePermission()
2017-12-10 23:38:03 -07:00
Lucas Nicodemus
c5f9a51802
Move most of HandleProjectileKill to Bouncer
...
Added GetDataHandlers.ProjectileKill hook and related arguments.
Fired when a projectile kill packet is accepted by the server.
2017-12-10 23:07:17 -07:00
quake1337
a5e196178e
Add credit
2017-12-11 01:16:10 +01:00
Patrikk
6f044b2123
Adding missing Changelog.
2017-12-10 20:37:59 +01:00
Ryozuki
7d98e3db77
update changelog
2017-12-10 09:39:20 +01:00
Lucas Nicodemus
3e5c1bf0c5
Merge remote-tracking branch 'origin/general-devel' into fragments
2017-12-09 21:06:47 -07:00
Chris
ba31d1faab
Merge branch 'general-devel' into fix-permdump
2017-12-10 14:24:27 +10:30
Chris
078bd15300
Merge branch 'general-devel' into cmdline-fix
2017-12-10 14:12:58 +10:30
Lucas Nicodemus
434e817b68
Merge branch 'general-devel' into fix-permdump
2017-12-09 19:29:34 -07:00
Zaicon
82f53addd7
Update CHANGELOG.md
2017-12-09 20:12:12 -06:00
Lucas Nicodemus
aa2f040787
Change command /datadump to /dump-reference-data
2017-12-09 16:03:12 -07:00
Lucas Nicodemus
419b5415da
Updated the changelog
2017-12-09 15:57:57 -07:00
Lucas Nicodemus
dd7ffe2d3a
Move PlayerKillMeV2 anti-crash to Bouncer
...
Removed PacketTypes.PlayerKillMe since it's out of the protocol.
Removed handler method for PlayerKillMe since it's out of the
protocol.
Updated changelog to reflect new hook changes.
2017-12-09 13:50:18 -07:00
Lucas Nicodemus
54c33a5a09
Merge remote-tracking branch 'origin/general-devel' into fragments
2017-12-09 10:33:55 -07:00
Ryozuki
a146e9bc38
update changelog
2017-12-09 18:25:10 +01:00
Lucas Nicodemus
031398591a
Merge remote-tracking branch 'origin/general-devel' into fragments
2017-12-09 08:44:49 -07:00
Ryozuki
5770be0ac3
Update CHANGELOG.md
2017-12-09 16:20:52 +01:00
Lucas Nicodemus
46617e61d0
Update changelog re. new hook changes
2017-12-09 01:29:23 -07:00
Chris
c1e72bbc25
Changelog update
2017-12-09 15:30:57 +10:30
Lucas Nicodemus
746c5450cc
Merge branch 'general-devel' into ssc-force
2017-12-06 13:07:35 -07:00
Lucas Nicodemus
0902d6f3f8
Merge branch 'general-devel' into ssc-force
2017-12-06 13:01:28 -07:00
Lucas Nicodemus
215fc4a9b1
Merge branch 'general-devel' into rps
2017-12-06 13:00:36 -07:00
Lucas Nicodemus
f319ec94b4
Updated changelog to reflect ssc changes
2017-12-03 16:26:41 -07:00
Lucas Nicodemus
ec59549f2f
Update changelog to add note about account bans
2017-12-03 15:55:40 -07:00
Lucas Nicodemus
d1500d7841
Update changelog w/ permissions
2017-12-03 15:13:30 -07:00
Lucas Nicodemus
a429d706fa
Merge branch 'general-devel' into newer-bans
2017-12-02 18:57:15 -07:00