Jimmy Maple
6f91a262bb
Update query_gamedig.sh
- Re-worked if statement for Minecraft servers to not subtract 1 from the length of the player count.
3 months ago
Daniel Gibbs
72db1e4ef8
space
5 years ago
Daniel Gibbs
42758c8ae4
correct else
5 years ago
Jimmy Maple
7ef3f33f3e
Merge branch 'develop' of https://github.com/jimmyatSplunk/LinuxGSM into develop
5 years ago
Jimmy Maple
f14600796f
fix: query_gamedig.sh tuning for correct player count
Reworked the jq flags to produce a count of players based on the length of the original JSON key used. However, I've found that while things like TF2 will produce the proper value, the Minecraft plugin will have an extra user online that is empty. See example below:
"players": [
{
"id": "81eeda65-9002-4f0d-9d3f-b4872e2a2042",
"name": "iamjack1221"
},
{}
]
5 years ago
Daniel Gibbs
fcfae12338
Merge branch 'hotfix/v20.3.3' into develop
5 years ago
Daniel Gibbs
363c5ab1f3
release v20.3.3
5 years ago
Daniel Gibbs
b52dc9af8e
fix(ut3server): correct md5sum for ut3server download
5 years ago
Daniel Gibbs
5cf7546e4e
Merge branch 'hotfix/v20.3.2'
5 years ago
Daniel Gibbs
1a47b550dd
Merge branch 'hotfix/v20.3.2' into develop
5 years ago
Daniel Gibbs
58956fab3c
release v20.3.2
release v30.3.2
5 years ago
Daniel Gibbs
ff4d037da3
remove install_modules
5 years ago
Christian
3ae3d89bf7
fix(download): fix some files not downloading ( #2904 )
5 years ago
Daniel Gibbs
c7a0daca73
Merge branch 'master' into develop
5 years ago
Daniel Gibbs
b19e648517
Merge branch 'hotfix/check-version' into develop
5 years ago
Daniel Gibbs
755907a7a6
Update FUNDING.yml
5 years ago
Daniel Gibbs
8fed4ba064
Merge branch 'hotfix/v20.3.1' into develop
5 years ago
Daniel Gibbs
04440d6bb0
Merge branch 'hotfix/v20.3.1'
5 years ago
Daniel Gibbs
498cb67146
release v20.3.1
5 years ago
Daniel Gibbs
eb38074640
fix(update-lgsm): versions before v20.3.0 will not use version tags ( #2900 )
5 years ago
Daniel Gibbs
04bb8485b8
fix(update): fix update on start not working ( #2901 )
* add space to grep to get accurate session name
* move messages to get proper output
5 years ago
Daniel Gibbs
81e23c729e
fix(mods): resolve broken downloader for mods ( #2899 )
5 years ago
Daniel Gibbs
0fa77403cd
stray fi
5 years ago
Daniel Gibbs
a752554290
space
5 years ago
Daniel Gibbs
51a4c75ea5
linuxgsm.sh check first
5 years ago
Daniel Gibbs
05f3d2d3b4
messages
5 years ago
Daniel Gibbs
707a546078
Auto stash before cherry pick of "versions before v20.3.0 will not use version tags"
5 years ago
Daniel Gibbs
f65d3626c2
versions before v20.3.0 will not use version tags
also removed some very old legacy mode code
5 years ago
Daniel Gibbs
efdc0d7539
will now check linuxgsm.sh first
5 years ago
Daniel Gibbs
d908637965
fix(update-lgsm): will force check_version.sh to download
this fix will help older versions of LinuxGSM transition to v20.3.0 and above by forcing check_version.sh to download if missing
5 years ago
Daniel Gibbs
d9b26ff0ca
Update git-sync.yml
5 years ago
Daniel Gibbs
2e548b4fed
Delete .all-contributorsrc
5 years ago
Daniel Gibbs
983924fbbc
Merge branch 'release/v20.3.0'
5 years ago
Daniel Gibbs
d1fa709e01
Merge branch 'release/v20.3.0' into develop
5 years ago
Daniel Gibbs
f05eab2633
feat(avorion): remove avgalaxy variable and replace with selfname
5 years ago
Daniel Gibbs
95ce894f10
fix resolving update not running on install ( #2893 )
5 years ago
Daniel Gibbs
57c7156d32
release v30.3.0
5 years ago
Daniel Gibbs
13b3acbb45
release v20.3.0
5 years ago
Daniel Gibbs
2b9df619e2
fix(details): correct if for bf1942 details ( #2891 )
5 years ago
Daniel Gibbs
f40ad7dd6a
fix(update): ensure that tmpdir is cleared when update is found ( #2890 )
5 years ago
Christian
6fcd8d78f4
feat(newserver): Chivalry: Medieval Warfare ( #2880 )
Co-authored-by: Daniel Gibbs <[email protected] >
5 years ago
Daniel Gibbs
b4c6f561eb
remove dev code
5 years ago
Christian
7a6b9f3294
fix(mods): sdtd oxide url parsing from github with jq ( #2883 )
5 years ago
Daniel Gibbs
a76cd3f7b3
feat(update-lgsm): LinuxGSM update refactor ( #2884 )
This update is a major refactor of how LinuxGSM updates itself.
* will now use a version tag if downloading module for the first time.
* added backup repo (Bitbucket) that will be used if Github is unavailable.
* added ./gameserver and module version comparison this will allow instances to be correctly updated if there is a version mismatch.
* UI changes when modules are fetched for the first time
* added sessionname to fix broken tmux session is ./gameserver is called ./gameserver.sh
* change apt to apt-get as recommended by the apt packages when dealing with scripts.
5 years ago
WorthlessJ
523daebd71
feat(install):Add config locations to install text ( #2872 )
5 years ago
n8rade
1c6c6112e1
fix(update): Minecraft Bedrock issue causing update to not grab the version from logs
5 years ago
Daniel Gibbs
2c41a03263
Merge branch 'master' into develop
5 years ago
Daniel Gibbs
c712dee139
Update git-sync.yml
5 years ago
Daniel Gibbs
b769f2c6cb
fix(monitor): fix monitor timings and lockfile bug ( #2882 )
* adjusting timings and fix lockfile bug
* added sleep time to eol messages
5 years ago
Daniel Gibbs
fba832c3ea
Update git-sync.yml
5 years ago