Commit graph

131 commits

Author SHA1 Message Date
Lucas Nicodemus
01917d48ed
Merge remote-tracking branch 'sgk/pr2811' into general-devel 2022-11-09 23:20:19 -08:00
Lucas Nicodemus
ea86ce94c2
Fix changelog 2022-11-09 23:18:03 -08:00
James Puleo
50e55cafab
Update docs/changelog.md 2022-11-09 23:18:03 -08:00
Lucas Nicodemus
ea6a128759
Merge remote-tracking branch 'sgk/pr2808' into general-devel 2022-11-09 23:05:50 -08:00
Lucas Nicodemus
f52e909eea
Update changelog 2022-11-09 22:57:59 -08:00
SGKoishi
c49619260b
Update changelog 2022-11-07 11:46:15 -08:00
SGKoishi
34886864ec
Update HandleSpawnBoss
Apply permission restriction to Mechdusa, Deerclops, and slime pet
2022-11-07 11:42:26 -08:00
Stargazing Koishi
51a8ee8672
Merge branch 'general-devel' into pr2811 2022-11-07 11:38:21 -08:00
Stargazing Koishi
287bb84f07
Update changelog 2022-11-07 11:37:35 -08:00
Lucas Nicodemus
842f8c0108
Merge remote-tracking branch 'drunderscore/fix/allow-surly-slime-to-be-fished' into general-devel 2022-11-06 23:03:48 -08:00
SGKoishi
bd70495774
Allow Torch God's Facor to place biome torch and campfire 2022-11-06 11:45:02 -08:00
James Puleo
a41272ce2e
Update CHANGELOG.md 2022-11-03 03:19:12 -04:00
DGGua
3af529dad2
fix docker example code 2022-11-03 14:28:36 +08:00
DGGua
78880836c3
fix docker docs for changes in Dockerfile 2022-11-03 13:54:49 +08:00
Luke
3e4ee001ea Update changelog.md 2022-11-02 15:35:21 +10:00
punchready
bfd665bcb5
Update changelog 2022-11-01 01:32:28 +01:00
Lucas Nicodemus
80c2ff6bd9
Update changelog with language credits 2022-10-31 16:44:52 -07:00
Lucas Nicodemus
917eb1ca5a
Fix malformed docs 2022-10-31 16:22:51 -07:00
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
Lucas Nicodemus
f7a95c7a9f
Update docs (again) 2022-10-31 15:58:53 -07:00
Lucas Nicodemus
f186a7abb0
Update sidebar with proper convention for titles 2022-10-31 15:56:45 -07:00
Lucas Nicodemus
5d32f35047
Minor docs updates 2022-10-31 15:55:04 -07:00
Lucas Nicodemus
2ec33a16c1
Update language documentation with -lang flag 2022-10-31 15:53:49 -07:00
Stargazing Koishi
e72896490d
Hide command args when not DoLog
resolves #2779
2022-10-31 14:18:26 -07:00
Lucas Nicodemus
9503c4b6c7
Merge remote-tracking branch 'hufang360/general-devel' into general-devel 2022-10-28 17:34:56 -07:00
Lucas Nicodemus
9f7a8aa05b
Merge remote-tracking branch 'kawaiiyuyu/lang' into general-devel 2022-10-28 17:34:38 -07:00
Lucas Nicodemus
1b3a3d6cc4
Merge remote-tracking branch 'pontaoski/work/janb/give-direct' into general-devel 2022-10-28 17:34:19 -07:00
Lucas Nicodemus
e76b393689
Merge remote-tracking branch 'potatocider/docker' into general-devel 2022-10-28 17:34:06 -07:00
Janet Blackquill
7198a47e82 Add ability for items given to players to be inserted directly into their inventory instead of spawned as an item drop 2022-10-28 15:04:53 -04:00
hufang360
d5c7ad65e4
Merge branch 'general-devel' into general-devel 2022-10-29 00:31:28 +08:00
結柚
0c017ee7ac
Merge branch 'general-devel' into lang 2022-10-28 21:29:33 +08:00
yuyu
3ead63f9ac Handle vanilla -lang and -language CLI flags for I18n 2022-10-26 22:17:49 +08:00
yuyu
dfbf2b3b3c Update permissions reference 2022-10-26 22:17:25 +08:00
yuyu
4621a2f7f5 Update Bouncer / OnNPCAddBuff 2022-10-26 22:17:25 +08:00
hufang360
ca93fa685e 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
BashGuy10
8818885a9e Fix being kicked for using the new sponge types 2022-10-22 20:52:33 -07:00
BashGuy10
309f4e5500
Fix flamethrowers kicking players 2022-10-22 17:28:16 -07:00
Joseph Goh
7f15146217
Merge remote-tracking branch 'upstream/general-devel' into docker 2022-10-23 07:06:01 +08:00
Joseph Goh
298f277bf0
Finish up docker docs and fix docker non-buildx builds 2022-10-23 07:02:49 +08:00
Lucas Nicodemus
890ddf8cad
Document SSC caveats as a result of loadout sync issues 2022-10-22 15:16:18 -07:00
Joseph Goh
108b19970b
Add support for multi-platform builds with docker buildx
- also added docs
2022-10-23 06:10:36 +08:00
James Puleo
0a25857278
Update CHANGELOG.md 2022-10-22 17:37:02 -04:00
Joseph Goh
d85efbad60
Dockerize TShock 2022-10-23 04:09:57 +08:00
Luke
0c2d194d02 Include geoip.dat file again
This should allow the GeoIP.dat file to be found, and used the same way it used to on TShock 4.
It appears I had missed including this in the upgrade, and simply allowing it to copy to the output will allow the system to start working again.
Confirmed by enabling in config and joining via mobile (external network) and my country has appeared, N/A otherwise (local network)
Note: only ipv4 was tested.
2022-10-22 21:45:31 +10:00
Lucas Nicodemus
32b2441efc
Add tile benchmark results from @SignatureBeef's 2022-10-21 22:56:53 -07:00
Lucas Nicodemus
9ff108b333
Update documentation a tiny bit on languages, changelog 2022-10-21 21:32:18 -07:00
Janet Blackquill
5549cfeded Use global using static for ICatalog methods 2022-10-21 13:25:02 -04:00
Lucas Nicodemus
a10bff1018
Update documentation on i18n system. 2022-10-20 02:10:31 -07:00
yuyu
9e4028fb9d
Change strings to instanced;
Move the changelog to bottom;
2022-10-19 23:20:41 +08:00
yuyu
69e5e202de
Add localization support for console spam reduction
Signed-off-by: yuyu <kawaiiyuyu@outlook.com>
2022-10-19 22:27:11 +08:00