[PR #2349] [MERGED] v19.6.0 #3603

Closed
opened 2026-02-27 03:55:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/2349
Author: @dgibbs64
Created: 5/9/2019
Status: Merged
Merged: 5/9/2019
Merged by: @dgibbs64

Base: masterHead: release/190509


📝 Commits (10+)

  • 2a2c1e1 Merge branch 'release/190503' into develop
  • 954e4e9 fix(q3server): correct Quake 3 dedicated parameter
  • 147dd20 fix(update): correct minecraft localbuild var
  • a705a31 feat(qwserver): update nquake download archive (#2340)
  • 09fe439 feat(config): standardise 32/64 bit binary selection (#2339)
  • 378d8f0 feat(install): update Return to Castle Wolfenstein package (#2344)
  • ab48c0b feat(query-raw): add TCP/UDP query to game port (#2341)
  • 66e0bd9 feat(newserver): Mordhau (#2333)
  • cc90664 mhserver: correct server name (#2346)
  • 1747e4e mhserver: further fixes after accidental merge of wrong branch (#2347)

📊 Changes

16 files changed (+238 additions, -37 deletions)

View changed files

📝 lgsm/config-default/config-lgsm/hwserver/_default.cfg (+1 -8)
lgsm/config-default/config-lgsm/mhserver/_default.cfg (+130 -0)
📝 lgsm/config-default/config-lgsm/q3server/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/qlserver/_default.cfg (+2 -5)
📝 lgsm/config-default/config-lgsm/sdtdserver/_default.cfg (+1 -5)
📝 lgsm/data/serverlist.csv (+1 -0)
📝 lgsm/functions/check_system_requirements.sh (+3 -0)
📝 lgsm/functions/command_dev_query_raw.sh (+39 -11)
📝 lgsm/functions/info_config.sh (+22 -0)
📝 lgsm/functions/info_glibc.sh (+3 -0)
📝 lgsm/functions/info_messages.sh (+13 -0)
📝 lgsm/functions/info_parms.sh (+11 -3)
📝 lgsm/functions/install_config.sh (+7 -0)
📝 lgsm/functions/install_server_files.sh (+2 -2)
📝 lgsm/functions/update_minecraft.sh (+1 -1)
📝 linuxgsm.sh (+1 -1)

📄 Description

Release v19.6.0


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GameServerManagers/LinuxGSM/pull/2349 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 5/9/2019 **Status:** ✅ Merged **Merged:** 5/9/2019 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `release/190509` --- ### 📝 Commits (10+) - [`2a2c1e1`](https://github.com/GameServerManagers/LinuxGSM/commit/2a2c1e153c4f8b15c110837bbb158ac3e088b3bd) Merge branch 'release/190503' into develop - [`954e4e9`](https://github.com/GameServerManagers/LinuxGSM/commit/954e4e9f1be0522ac3191045376e5aa77de53e0b) fix(q3server): correct Quake 3 dedicated parameter - [`147dd20`](https://github.com/GameServerManagers/LinuxGSM/commit/147dd20bc264bf4c60806c2ef36d457f0fa55ba1) fix(update): correct minecraft localbuild var - [`a705a31`](https://github.com/GameServerManagers/LinuxGSM/commit/a705a31a77e5d6166477c8c21ea359d8abd8b979) feat(qwserver): update nquake download archive (#2340) - [`09fe439`](https://github.com/GameServerManagers/LinuxGSM/commit/09fe43935cc74c9c14ef887bb01cf6c965041a8b) feat(config): standardise 32/64 bit binary selection (#2339) - [`378d8f0`](https://github.com/GameServerManagers/LinuxGSM/commit/378d8f0fa3a1be2e4f6596959022aef1dfec1e3d) feat(install): update Return to Castle Wolfenstein package (#2344) - [`ab48c0b`](https://github.com/GameServerManagers/LinuxGSM/commit/ab48c0b7f05c732b1486a85ff865ed5df7e1282c) feat(query-raw): add TCP/UDP query to game port (#2341) - [`66e0bd9`](https://github.com/GameServerManagers/LinuxGSM/commit/66e0bd9fea82499ccc92b49e2970a530fe422fa2) feat(newserver): Mordhau (#2333) - [`cc90664`](https://github.com/GameServerManagers/LinuxGSM/commit/cc906640d109a7fdb3130369a701b368cf3e9059) mhserver: correct server name (#2346) - [`1747e4e`](https://github.com/GameServerManagers/LinuxGSM/commit/1747e4ee940dcce47c19bf7b23b40bf569bfdca2) mhserver: further fixes after accidental merge of wrong branch (#2347) ### 📊 Changes **16 files changed** (+238 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `lgsm/config-default/config-lgsm/hwserver/_default.cfg` (+1 -8) ➕ `lgsm/config-default/config-lgsm/mhserver/_default.cfg` (+130 -0) 📝 `lgsm/config-default/config-lgsm/q3server/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/qlserver/_default.cfg` (+2 -5) 📝 `lgsm/config-default/config-lgsm/sdtdserver/_default.cfg` (+1 -5) 📝 `lgsm/data/serverlist.csv` (+1 -0) 📝 `lgsm/functions/check_system_requirements.sh` (+3 -0) 📝 `lgsm/functions/command_dev_query_raw.sh` (+39 -11) 📝 `lgsm/functions/info_config.sh` (+22 -0) 📝 `lgsm/functions/info_glibc.sh` (+3 -0) 📝 `lgsm/functions/info_messages.sh` (+13 -0) 📝 `lgsm/functions/info_parms.sh` (+11 -3) 📝 `lgsm/functions/install_config.sh` (+7 -0) 📝 `lgsm/functions/install_server_files.sh` (+2 -2) 📝 `lgsm/functions/update_minecraft.sh` (+1 -1) 📝 `linuxgsm.sh` (+1 -1) </details> ### 📄 Description Release v19.6.0 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 03:55:07 +03:00
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#3603
No description provided.