TShock/TShockAPI
Lucas Nicodemus 3b748f1156
Potentially fix player desync issue
It was discovered that LastNetPosition is being checked to see if it's
zero in Bouncer. Then, Bouncer rejects the update. The default is zero
and potentially this can be zero in other ways. The original code in
master (checked at 9f4892f in GetDataHandlers) had an additional write
on LastNetPosition to update it, but this write was not moved over to
Bouncer. Thus, there is a high probability that players are "desync'd"
after LastNetPosition gets stuck at zero and never updates.
2020-05-19 23:50:02 -07:00
..
CLI Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
DB Presumptively fix MySQL 8 compat 2020-05-18 18:40:51 -07:00
Extensions Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
Hooks Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
Localization pass compile; add void vault code 2020-05-17 21:38:47 +08:00
Models Add modeling to new projectile handling 2020-05-18 15:47:31 +09:30
Net Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
Properties Version tick: 4.4.0 2020-05-18 01:04:51 -07:00
Rest Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
ServerSideCharacters Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
Sockets pass compile; add void vault code 2020-05-17 21:38:47 +08:00
app.config Saving work to apply merge changes 2017-04-19 17:12:38 -06:00
BackupManager.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
Bouncer.cs Potentially fix player desync issue 2020-05-19 23:50:02 -07:00
Commands.cs Remove /confuse command 2020-05-19 22:26:45 -07:00
ConfigFile.cs Overhaul debug logging 2020-05-19 22:04:10 -07:00
FileTools.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
GeoIPCountry.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
GetDataHandlers.cs Merge branch 'general-devel' into h/betterlogs 2020-05-19 23:02:46 -07:00
Group.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
HandlerList.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
ILog.cs Overhaul debug logging 2020-05-19 22:04:10 -07:00
IPackable.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
ItemBans.cs Update Bouncer/Item Bans refs for new models 2020-05-18 14:45:36 +09:30
NetItem.cs pass compile; add void vault code 2020-05-17 21:38:47 +08:00
packages.config Update to Newtonsoft JSON v10.0.3 for parity with OTAPI/TSAPI 2019-03-30 15:47:14 +10:30
PaginationTools.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
Permissions.cs Add annotations to new permissions 2020-05-20 00:39:24 +09:30
PlayerData.cs pass compile; add void vault code 2020-05-17 21:38:47 +08:00
RegionHandler.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
Resources.Designer.cs Remove headers from autogenerated file 2016-10-17 11:28:34 +05:30
Resources.resx Remove 2 year old config files... 2013-10-01 20:55:19 -04:00
SaveManager.cs pass compile; add void vault code 2020-05-17 21:38:47 +08:00
SqlLog.cs Overhaul debug logging 2020-05-19 22:04:10 -07:00
TextLog.cs Overhaul debug logging 2020-05-19 22:04:10 -07:00
TShock.cs Add verbose debug logs to a variety of checks 2020-05-19 22:11:21 -07:00
TShockAPI.csproj Add modeling to new projectile handling 2020-05-18 15:47:31 +09:30
TShockAPI.licenseheader Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
TSPlayer.cs Updating SpawnPlayer and PlayerUpdate packet 2020-05-18 00:04:49 +02:00
TSServerPlayer.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
UpdateManager.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
Utils.cs pass compile; add void vault code 2020-05-17 21:38:47 +08:00
web.config Saving work to apply merge changes 2017-04-19 17:12:38 -06:00