Daniel Gibbs
cfbc460667
refactor: shortname variable change ( #2088 )
* change `${gamename}` to `${shortname}`
* apply shellcheck recommendations
6 years ago
Daniel Gibbs
20a081e61d
changed from goldsource to appid 90
7 years ago
Daniel Gibbs
6848c9dbf7
Revert " SC2168: 'local' is only valid in functions."
This reverts commit 062ca4236c
.
7 years ago
Daniel Gibbs
616e976251
Revert "SC2168: 'local' is only valid in functions."
This reverts commit aaa971c0ad
.
7 years ago
Daniel Gibbs
aaa971c0ad
SC2168: 'local' is only valid in functions.
7 years ago
Daniel Gibbs
062ca4236c
SC2168: 'local' is only valid in functions.
7 years ago
Daniel Gibbs
eeffab7265
Possible fix for #1861 GoldSrc servers not installing properly
7 years ago
UltimateByte
ea8cc95c6e
Fixes validate function
appid var was set to an unset variable for unknown reason
7 years ago
Daniel Gibbs
fff8e0a2f5
Release 180409
* Added new server Rising World
* Added new server ET: Legacy
* Added support for node-gamedig
* Updated Factorio to glibc 2.18
* Changed apt-get to apt
* Changed many sleep timers from 1 second to 0.5 to speed up LinuxGSM
* Fix for issue #1784 Tmux closing wrong session
* Fixed dependency requirements for CoD 2 and CoD:UO #1866
* Discord now uses external IP over standard IP
* Code tidy/improvements with guidance from Shellcheck
* Added development command query-raw
* Added development command clear-functions
* Added development log dev-debug-function-order.log
* Added fctrserver to Travis CI tests
* Updates to GitHub Issues; Added bots and updated templated
* Fixed waffle.io button no longer working
* Corrected Query Port for UT3 (Query Port does not work btw)
7 years ago
Daniel Gibbs
77f1f9ea23
changed to new domain linuxgsm.com
7 years ago
Daniel Gibbs
fe16698ec4
SC2046
7 years ago
Daniel Gibbs
fdbc6fc73c
updated function_selfname to help with issue #1425
8 years ago
Daniel Gibbs
a7e79a5350
renamed scriptlog to lgsmlog
Since there are so many types of logs beign used now changing script to lgsm will clarify what you are working with
8 years ago
Daniel Gibbs
26b717b0f8
forgot to add ${1}
8 years ago
Daniel Gibbs
67c9eb7b1f
added check for csco
8 years ago
Daniel Gibbs
287475b491
A good tidy up
8 years ago
Daniel Gibbs
6fbd530633
renamed filesdir to serverfiles
makign it easier to understand by changing the var to serverfiles (the actual name of the directory
8 years ago
Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
8 years ago
UltimateByte
88c70c9928
Validate fix
Fixes Fixes #991 for validate command
Also, it lacked a line jump.
8 years ago
UltimateByte
da6b5087b7
Revert single quote on ${steampass}
8 years ago
Chaos
3b9ec2b1a4
Fixes Steam Login fail when password includes a '$'
8 years ago
Daniel Gibbs
5447e52f7d
removed nl
9 years ago
GhoulofGSG9
458ea8ffdf
Fixed that the steam branch parameter wasn't used in various places.
9 years ago
Daniel Gibbs
ac96d6ffad
removed nl
9 years ago
Marvin Lehmann
38cd98222e
Replaced insignificant spaces with tabs
9 years ago
Daniel Gibbs
997dc006fd
corrected message display
9 years ago
Daniel Gibbs
2e0e9257d5
nl
9 years ago
Daniel Gibbs
46941def99
function_selfname + fixes
9 years ago
Daniel Gibbs
7b49a8dd39
bugs
9 years ago
Daniel Gibbs
4697448b8b
messages
9 years ago
Daniel Gibbs
fe86ab76d6
messages
9 years ago
Daniel Gibbs
edaa4e2bc2
moved print_dots
9 years ago
Daniel Gibbs
21512494fa
module name has been split
now named
commandname and command action
command name is used in logs
command action is used on-screen.
Also alterations to function_selfname now called just selfname
9 years ago
Daniel Gibbs
b8f44749a0
Ditched lgsm_version as not used
added
local modulename="Function"
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
to all functions
9 years ago
Daniel Gibbs
b013b20aa8
function_selfname is now local
9 years ago
Daniel Gibbs
7c66cb0588
exitbypass
9 years ago
Daniel Gibbs
b6c117bca6
local modulename may be required after all
9 years ago
Daniel Gibbs
e880fda8fe
Removed local from module name as for functions only
9 years ago
Daniel Gibbs
3f22dc1ef5
converted more to exitcodes
9 years ago
Marco 'DaMaxx' Bühring
44bbcf6917
removed 'unbuffer' completely and replaced it with stdbuf
9 years ago
Daniel Gibbs
adfbaa49f3
updated fn_scriptlog to fn_script_log
Bringing in line with other function names
9 years ago
cedarlug
be315b3b3d
Use unbuffer if present first, then try stdbuf
9 years ago
cedarlug
552554627c
testing stdbuf as an unbuffer replacement
9 years ago
Daniel Gibbs
bf03a08f06
Version 210516
9 years ago
Daniel Gibbs
f373fe1201
code presentation
9 years ago
Daniel Gibbs
65bc10074c
Changed http to https on LGSM links
9 years ago
Daniel Gibbs
8bd29c5e4b
date
9 years ago
Daniel Gibbs
3bbfb0dbe5
Getting server status is now consistent
Both tmux and ts3 status gathering are the same/ Now call a file called
check_status.sh this returns the server status as 0 or 1
9 years ago
Daniel Gibbs
841a65b2f7
moved functions to lgsm dir
9 years ago
Daniel Gibbs
cbb5bbe170
all nl messages will act the same
most nl messages already waited 1 second before new line. however all
should now do this giving a more consistent feel
9 years ago