Lucas Nicodemus
5362389e71
Remove obsolete GiveItem call.
2017-12-26 20:04:22 -07:00
Lucas Nicodemus
656c9afdb2
Remove obsolete Rest event.
2017-12-26 20:03:36 -07:00
Lucas Nicodemus
3e6cc78a2c
Remove obsolete GiveItemCheck.
2017-12-26 19:59:53 -07:00
Lucas Nicodemus
4444023b2d
Remove deprecated distance method
2017-12-26 19:58:11 -07:00
Lucas Nicodemus
cd80edb2f7
Remove unused, deprecated REST config option
2017-12-26 19:57:26 -07:00
Lucas Nicodemus
0b98ac5fc1
Remove deprecated motd, color code support
2017-12-26 19:54:21 -07:00
Chris
830b1634f2
Merge pull request #1585 from Pryaxis/fix-projectiles
...
Fix #1584 / Revert "Change Utils.SearchProjectile to return -1 in error"
2017-12-27 02:19:58 +00:00
Lucas Nicodemus
cfe8562e74
Merge branch 'general-devel' into fix-projectiles
2017-12-26 18:31:47 -07:00
Lucas Nicodemus
fddd7b53a9
Merge pull request #1586 from mistzzt/fix-mass-wire
...
Fix mass wire operation in Bouncer
2017-12-25 08:47:10 -07:00
Ziteng Wang
354d20bc1c
Fix mass wire operation in Bouncer
2017-12-25 18:19:48 +08:00
Lucas Nicodemus
f2da3f6c83
Remove index check on Bouncer NewProjectiles
...
Note: even in the previous iteration of the code the search function
returned -1 if it couldn't find it in the system, which would have made
removal of projectiles by ident and owner impossible because they
weren't found anyway.
Either way, this is related to fixing #1584 .
2017-12-24 20:13:53 -07:00
Lucas Nicodemus
f942a6c98a
Revert "Change Utils.SearchProjectile to return -1 in error"
...
This reverts commit e19fd22fe0 .
2017-12-24 20:09:12 -07:00
Chris
0082b25533
Merge pull request #1580 from Pryaxis/warnings
...
Turn off compiler warnings for missing comments in permissions
2017-12-24 01:41:28 +00:00
Chris
39d411d695
Merge branch 'general-devel' into warnings
2017-12-24 01:36:36 +00:00
Chris
babd73d81f
Merge pull request #1579 from Pryaxis/crp
...
Rewrite TShock.CheckTilePermission
2017-12-24 01:36:21 +00:00
Chris
530f62c704
Merge branch 'general-devel' into crp
2017-12-24 01:25:37 +00:00
Chris
f0770dc96b
Merge pull request #1581 from Pryaxis/better-args
...
Update GetDataHandlers events to use new GetDataHandledEventArgs.
2017-12-24 01:25:25 +00:00
Chris
1148c3dd76
Merge branch 'general-devel' into warnings
2017-12-24 01:23:24 +00:00
Chris
ad21f39ee1
Merge branch 'general-devel' into crp
2017-12-24 01:23:21 +00:00
Chris
12427aeb32
Merge branch 'general-devel' into better-args
2017-12-24 01:21:26 +00:00
Chris
acfa3412e5
Merge pull request #1583 from Pryaxis/noip
...
Remove IP reset code in TShock init
2017-12-24 01:19:24 +00:00
Lucas Nicodemus
abb9aa1881
Merge branch 'general-devel' into crp
2017-12-23 17:32:07 -07:00
Lucas Nicodemus
78189f0c76
Merge branch 'general-devel' into warnings
2017-12-23 17:31:59 -07:00
Lucas Nicodemus
1e635828f4
Merge branch 'general-devel' into better-args
2017-12-23 17:31:48 -07:00
Lucas Nicodemus
dca542c386
Remove IP reset code in TShock init
...
This is now handled by the dedicated server in ServerLoop():
Netplay.ServerIP = IPAddress.Any;
2017-12-23 17:28:54 -07:00
Lucas Nicodemus
aec81c5d3a
Remove unused 'NoRestart' variable & startup flag
2017-12-23 16:58:43 -07:00
Lucas Nicodemus
6b6cce3640
Patch docs, fix warnings, update changelog
2017-12-23 15:51:09 -07:00
Lucas Nicodemus
ad83c39300
OnPaintWall now uses GetDataHandledEventArgs.
2017-12-23 15:40:14 -07:00
Lucas Nicodemus
6814aabf6e
OnTeleport now uses GetDataHandledEventArgs.
2017-12-23 15:35:38 -07:00
Lucas Nicodemus
1ff2d6566b
OnPlayerBuffUpdate now uses GetDataHandledEventArgs.
2017-12-23 15:34:28 -07:00
Lucas Nicodemus
cd07aaf62c
OnPlayerAnimation now uses GetDataHandledEventArgs.
2017-12-23 15:32:57 -07:00
Lucas Nicodemus
c607ecfe27
OnNPCSpecial now uses GetDataHandledEventArgs.
2017-12-23 15:31:20 -07:00
Lucas Nicodemus
8413343cbd
OnPlaceTileEntity now uses GetDataHandledEventArgs.
2017-12-23 15:28:27 -07:00
Lucas Nicodemus
16654cafc4
OnMassWireOperation now uses GetDataHandledEventArgs.
2017-12-23 15:27:00 -07:00
Lucas Nicodemus
61d1bcf93f
OnNPCStrike now uses GetDataHandledEventArgs.
2017-12-23 15:24:56 -07:00
Lucas Nicodemus
45c81e960a
OnPlayerDamage now uses GetDataHandledEventArgs.
2017-12-23 15:23:26 -07:00
Lucas Nicodemus
d0efdc3939
OnItemDrop now uses GetDataHandledEventArgs.
2017-12-23 15:22:29 -07:00
Lucas Nicodemus
5d4a4f7067
OnPlayerBuff now uses GetDataHandledEventArgs.
2017-12-23 15:21:36 -07:00
Lucas Nicodemus
ed1a04b38b
OnUpdateNPCHome now uses GetDataHandledEventArgs.
2017-12-23 15:20:35 -07:00
Lucas Nicodemus
82a749c24d
OnSignEvent now uses GetDataHandledEventArgs.
2017-12-23 15:17:29 -07:00
Lucas Nicodemus
3b25043d11
OnChestItem now uses GetDataHandledEventArgs.
2017-12-23 15:10:32 -07:00
Lucas Nicodemus
1d0d4750e2
OnChestOpen now uses GetDataHandledEventArgs.
2017-12-23 15:09:43 -07:00
Lucas Nicodemus
df9920564a
OnPlayerSpawn now uses GetDataHandledEventArgs.
...
OnPlayerSpawn's player ID field is now PlayerID.
2017-12-23 15:06:01 -07:00
Lucas Nicodemus
4c3600f58d
OnLiquidSet now uses GetDataHandledEventArgs.
2017-12-23 14:36:28 -07:00
Lucas Nicodemus
50104612cf
OnNewProjectile now uses GetDataHandledEventArgs.
2017-12-23 14:35:32 -07:00
Lucas Nicodemus
40755192b3
OnPlaceObject now uses GetDataHandledEventArgs.
2017-12-23 14:33:12 -07:00
Lucas Nicodemus
a3ca7f3d0e
OnSendTileSquare now uses GetDataHandledEventArgs.
2017-12-23 14:32:32 -07:00
Lucas Nicodemus
f0a6ad54a2
OnHealOtherPlayer now uses GetDataHandledEventArgs.
2017-12-23 14:31:39 -07:00
Lucas Nicodemus
c6c4446021
OnPlayerUpdate now uses GetDataHandledEventArgs.
2017-12-23 14:29:16 -07:00
Lucas Nicodemus
649cd453d7
OnKillMe now uses GetDataHandledEventArgs.
2017-12-23 14:28:09 -07:00