TShock/TShockAPI
Lucas Nicodemus 61e36d0abd
Move GiveItemsDirectly config item to tshock config
Due to an issue that stops the SSC config persister thing from working,
I moved the config item that's new back to the config file. I tried
applying the patches from
https://github.com/Pryaxis/TShock/pull/2354/commits but these didn't
actually resolve the issue. I'm keeping the commits here but I'm not
sure they help.

The core problem is this: if you add a new config file item to the ssc
config, the ssc config is overwritten with the default config items
instead of being merged automatically with the new items. This is a
critical issue as it means that SSC is disabled on all servers that had
it enabled and results in "data misplacement" which is alarming enough
to cause users to think they had data loss, which is not ideal.

Until the issue with the SSC config is resolved, I'm not willing or
confident to change it.
2022-10-31 16:18:39 -07:00
..
CLI Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
Configuration Move GiveItemsDirectly config item to tshock config 2022-10-31 16:18:39 -07:00
DB Fixed SSC not save ateArtisanBread, usedAegisCrystal, usedAegisFruit, usedArcaneCrystal, usedGalaxyPearl, usedGummyWorm, usedAmbrosia, unlockedSuperCart, enabledSuperCart flags, and Server will correct read them. 2022-10-24 13:27:50 +08:00
Extensions Some i18nifiying 2022-10-21 16:12:04 -04:00
Handlers Some i18nifiying 2022-10-21 16:12:04 -04:00
Hooks PlayerHasBuildPermission hook (#8) 2022-07-24 19:23:10 -04:00
Localization pass compile; add void vault code 2020-05-17 21:38:47 +08:00
Models Update GetDataHandler.HandleProjectileNew to include HasBannerIdToRespondTo 2021-04-05 10:45:41 +08:00
Modules Some i18nifiying 2022-10-21 16:12:04 -04:00
Net Some i18nifiying 2022-10-21 16:12:04 -04:00
Rest Update some i18n source text 2022-10-24 12:51:08 -07:00
Sockets Typo fixes on comments/strings 2021-07-16 14:53:37 -04:00
BackupManager.cs Some i18nifiying 2022-10-21 16:12:04 -04:00
Bouncer.cs Show buff time in the log 2022-10-31 14:33:05 -07:00
Commands.cs Hide command args when not DoLog 2022-10-31 14:18:26 -07:00
FileTools.cs separate online players / max slots in stock MOTD 2021-07-15 16:13:51 -04:00
GeoIPCountry.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
GetDataHandlers.cs Merge remote-tracking branch 'hufang360/general-devel' into general-devel 2022-10-28 17:34:56 -07:00
Group.cs Typo fixes on comments/strings 2021-07-16 14:53:37 -04:00
HandlerList.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
I18n.cs Fix i18n not calling actual method 2022-10-28 22:47:21 -07:00
ILog.cs Some i18nifiying 2022-10-21 16:12:04 -04:00
IPackable.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
ItemBans.cs i18n most texts 2022-10-24 21:16:28 -07:00
NetItem.cs Introduce support for loadouts, and save current loadout index to SSC 2022-10-22 17:36:57 -04:00
PaginationTools.cs Use full sentence rather than combining words 2022-10-25 08:50:29 -07:00
Permissions.cs Update Bouncer / OnNPCAddBuff 2022-10-26 22:17:25 +08:00
PlayerData.cs Fixed SSC not save ateArtisanBread, usedAegisCrystal, usedAegisFruit, usedArcaneCrystal, usedGalaxyPearl, usedGummyWorm, usedAmbrosia, unlockedSuperCart, enabledSuperCart flags, and Server will correct read them. 2022-10-24 13:27:50 +08:00
RegionHandler.cs Use full sentence rather than combining words 2022-10-25 08:50:29 -07:00
SaveManager.cs i18n most texts 2022-10-24 21:16:28 -07:00
SqlLog.cs Use i18n for most string.Format if shown in log, console or client side 2022-10-24 13:38:33 -07:00
TextLog.cs Some i18nifiying 2022-10-21 16:12:04 -04:00
TShock.cs i18n commands 2022-10-24 13:49:26 -07:00
TShockAPI.csproj Update i18n dependency 2022-10-24 12:30:54 -07:00
TShockAPI.licenseheader Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
TSPlayer.cs Move GiveItemsDirectly config item to tshock config 2022-10-31 16:18:39 -07:00
TSServerPlayer.cs Merge branch 'general-devel' into otapi3 2022-02-28 00:15:06 -08:00
UpdateManager.cs i18n most texts 2022-10-24 21:16:28 -07:00
Utils.cs Merge branch 'general-devel' into patch-3 2022-10-27 15:49:53 -06:00