Daniel Gibbs
050bc42419
Merge branch 'hotfix/v20.1.2'
5 years ago
Daniel Gibbs
e4306dd79b
release v20.1.2
5 years ago
Daniel Gibbs
8856a075ce
Merge branch 'hotfix/v20.1.2'
5 years ago
Daniel Gibbs
72a439645f
fix(ark): fix broken steamcmd link preventing mods from working ( #2756 )
* fix(steamcmd): wont fail to start if steamcmd dependency missing
removes the symlink if broken. fixes issue with older versions of LinuxGSM linking to /home/arkserver/steamcmd rather than ${HOME}/.steam.
5 years ago
Daniel Gibbs
a15a6a250c
fix(steamcmd): failing to start if missing dependencies required to run SteamCMD ( #2755 )
* fix(steamcmd): wont fail to start if steamcmd dependency missing
* added netcat to allow termbin.com to work
5 years ago
Daniel Gibbs
77041a52f2
release v20.1.1
5 years ago
Daniel Gibbs
e7ed1cb256
Merge branch 'hotfix/v20.1.1'
5 years ago
Daniel Gibbs
dbf94a6334
remove unwanted code
5 years ago
Daniel Gibbs
4703fc00df
Merge branch 'develop' into hotfix/v20.1.1
5 years ago
Daniel Gibbs
5eeded3f27
fix(steamcmd): update steamcmd symbolic links ( #2747 )
* fix(steamcmd): update steamcmd symbolic links
* steamapps
* bypass apt install steamcmd if debian non-free repo is missing
* travis test
5 years ago
Daniel Gibbs
9ab09d9e9d
add alterative location for steamclient.so
5 years ago
Daniel Gibbs
0a89292bb4
travis test
5 years ago
Daniel Gibbs
6e698afb05
bypass apt install steamcmd if debian non-free repo is missing
5 years ago
Michael Ambord
bb9b1758eb
fix(ark): fix typo in servercfgdefault ( #2745 )
5 years ago
Daniel Gibbs
eb649c3c1e
steamapps
5 years ago
Daniel Gibbs
4f383912be
fix(steamcmd): update steamcmd symbolic links
5 years ago
Daniel Gibbs
3f1f2aa2d8
Merge branch 'release/v20.1.0'
5 years ago
Daniel Gibbs
1347695428
Merge branch 'release/v20.1.0' into develop
5 years ago
Daniel Gibbs
402e4a110f
add missing dots
5 years ago
Daniel Gibbs
f6c332bac0
fix(dstserver): fix config installation ( #2742 )
* fix(dstserver): move cluster configvars
5 years ago
Daniel Gibbs
022657eba0
feat(install): change lib32tinfo5 to libtinfo5:i386 ( #2740 )
5 years ago
Daniel Gibbs
f28c18ad42
Merge branch 'master' into release/v20.1.0
5 years ago
Daniel Gibbs
877d4b7ebe
release v20.1.0
5 years ago
Daniel Gibbs
306faa9e01
feat: standardise config vars and fix session only monitor ( #2736 )
* fix(monitor): bypass port query if session only mode selected
* removed factorio queryport
* remove queryport from servers that do not use them
* add check_config to details command
* updated eco servercfgdir
* update _default.cfg test
* update _default.cfg test
* update test master config
* reordered servercfg vars
* re-ordered and standardised config file vars
* tidy configs
* shellcheck
* standardised servercfgdir
5 years ago
Daniel Gibbs
171aace200
Create pr_labels.yml
5 years ago
Daniel Gibbs
47cc808e4a
remove unnecessary if
5 years ago
Daniel Gibbs
c27a0b3d34
feat: removed libdir as no longer required ( #2732 )
5 years ago
Daniel Gibbs
260428fe7d
feat: deprecate servercfgfullpath variable ( #2724 )
* migrating servercfgfullpath
* migrated servercfgpath
* removed servercfgfullpath from _default.cfg as always the same
* removed servercfgfullpathdefault as not needed
* re-ordered sdtd
5 years ago
Daniel Gibbs
8a29dcc7aa
fix(fix): fix sof2 LD_LIBRARY_PATH and standardise usage ( #2731 )
5 years ago
Daniel Gibbs
8740b34dca
feat(_default.cfg): Refactor of _default.cfg messages ( #2725 )
5 years ago
Daniel Gibbs
abaa614cad
feat: general code standards improvements ( #2730 )
* add missing space in ; then
* standardise command if
* standardised True if the length of "STRING" is non-zero.
* changed -e to -f
5 years ago
Daniel Gibbs
3a6f7f9034
feat: rm command best practices ( #2729 )
5 years ago
Daniel Gibbs
d106384e28
feat: convert commandname to modulename ( #2728 )
5 years ago
Daniel Gibbs
1f4fa0ce13
added new servers
5 years ago
Daniel Gibbs
466bc15e7b
fix(stats): fix stats bugs with language and sending stats ( #2727 )
* Update info_stats.sh
* added CPU frequency
* feat: swapped event label and event action
* fix: prevent df from displaying non-english text with disk space vars
* fix force English language on df to ensure a point is used
5 years ago
Daniel Gibbs
8b9038892b
Update Licence Date ( #2726 )
5 years ago
Daniel Gibbs
e607122c0d
fix(install): add java dependency check for wurm ( #2710 )
5 years ago
Daniel Gibbs
4b06363604
feat(install): refactor check dependencies ( #2708 )
* feat: replace lib32tinfo5 with libtinfo5:i386
* dependency refactor and check
refactored check_deps and corrected some incorrect dependencies
* dependency refactor and check
* apt-get back to apt
* further code refactor
* improve messages for check_deps
5 years ago
Daniel Gibbs
0af1f5ed47
fix(details): catch error should ifconfig.co fail ( #2704 )
5 years ago
Daniel Gibbs
4ba7fc072d
feat(install): convert libstdc++6:i386 to lib32stdc++6 ( #2707 )
* feat(install): convert libstdc++6:i386 to lib32stdc++6
* update the package in travis to lib32stdc++6
5 years ago
Daniel Gibbs
8f442559fe
feat(install): deprecate centos6 support and tmux source install detect ( #2709 )
5 years ago
Daniel Gibbs
45b3a4df9e
fix(install): add code to auto accept steamcmd deb license ( #2705 )
5 years ago
Daniel Hultgren
f2c8501e24
feat(mcserver): update minecraft server to support release branches ( #2696 )
* Updated regex to support grepping pre-release versions and snapshot versions
* Minecraft update now downloads the latest release including snapshot versions
* Added config for picking release vs snapshot
Co-authored-by: Daniel Gibbs <[email protected] >
5 years ago
Frédéric C
8bc25e1c83
feat(newserver): Onset ( #2682 )
Co-authored-by: Daniel Gibbs <[email protected] >
5 years ago
Frisasky
9f91d4ee01
feat(newserver): Unreal Tournament 4 ( #2644 )
Co-authored-by: Daniel Gibbs <[email protected] >
5 years ago
Daniel Gibbs
fad35d08fe
Merge branch 'develop' of https://github.com/GameServerManagers/LinuxGSM into develop
5 years ago
Daniel Gibbs
5d5040b3d6
add steamcmd to packages
5 years ago
Daniel Gibbs
0ea6a6e6a8
feat(install): use a new linuxgsm domain linuxgsm.download for files ( #2698 )
This will separate out linuxgsm files from the main domain to reduce the change of an ssl change breaking downloads
5 years ago
Daniel Gibbs
6874f93637
feat(update): allow linuxgsm to use steamcmd from apt ( #2697 )
* standardise command if
* feat: debian based distros will now use the steamcmd package
5 years ago
Daniel Gibbs
e13990694d
tabs
5 years ago