Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
8 years ago
Marvin Lehmann
6b26e2437d
Changed Teamspeak to TeamSpeak
- added fix for TeamSpeak 3 scripts using gamename="Teamspeak 3"
(core_functions.sh)
9 years ago
Marvin Lehmann
3eee2b3690
Fixed some typos and improved descriptions
These changes do not affect the functionality of the code.
9 years ago
Daniel Gibbs
46941def99
function_selfname + fixes
9 years ago
Daniel Gibbs
44453353df
messages
9 years ago
Daniel Gibbs
6a3193194d
removed local commandaction="Checking"
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
b0628fa30c
& != teamspeak3
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
bf03a08f06
Version 210516
9 years ago
Daniel Gibbs
65bc10074c
Changed http to https on LGSM links
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
Daniel Gibbs
ece19b3355
Updated messages func names
Update al messages function names to make is easier to read
9 years ago
Daniel Gibbs
5f290fd3b8
Updates all version numbers
9 years ago
Daniel Gibbs
069f2cba06
updated dates
9 years ago
Daniel Gibbs
f005da0fe8
Renamed all functions test required now
9 years ago
Daniel Gibbs
860126bf7d
Initial renaming
creating new branch to test renaming
9 years ago
Daniel Gibbs
39e963fb13
Change to function version to variable
9 years ago
Daniel Gibbs
d24c9aa36c
check logs now uses fn_install_logs
fn_check_logs now uses fn_install_logs to generate any missing logs.
Merged fn_install_logs code to reduce duplicate code.
10 years ago
Daniel Gibbs
65b17aea03
changed to -d
10 years ago
Daniel Gibbs
795fdb38d8
Fixed ts3server logs issue #378
Also optimsed this function.
10 years ago
Daniel Gibbs
ca1028a6bc
Added teamspeak 3 to check logs
10 years ago
Daniel Gibbs
bcad424b78
danielgibbs.co.uk to gameservermanager.com
10 years ago
Daniel Gibbs
99e02e5000
First release of pzserver
Project Zomboid server has its first release
10 years ago
Daniel Gibbs
c3450ec606
Added Starbound server
Added Starbound server. First release please report issues.
10 years ago
Daniel Gibbs
f494ca7084
ts3server online status now works
10 years ago
Daniel Gibbs
1b818e0151
touch to create consolelog file
*This will remove any chance of error stating the file does not exist
*Check logs has been added to create log dirs if missing.
10 years ago
Daniel Gibbs
c7b20905eb
Updated dates
10 years ago
Poil
bb4aa69646
No error when links already exist
10 years ago
Daniel Gibbs
c912c4d2bd
Major rename of functions
* All functions names have been reviewed and renamed to make it easier
to identify what the function is for. This is for my benefit as there
are now over 50 functions to manage.
* New details feature. It has been reworked to add more useful info and
fix any bugs with details not always being displayed.
* Main script file e.g csgoserver should no longer require any updates
from this point. All code modifications should be made from the
functions. Any future edits would relate to server specific config.
* servername variable has been moved to its own function if name is
gathered from a config file. The same applies for ports, usernames and
passwords.
* new function fn_details_distro gathers all the required OS info for
fn_details and other functions that require this info
* Various improvements and bug fixes that I cannot remember.
10 years ago
Daniel Gibbs
872c51df95
Added symbolic link to SteamCMD logs in logs dir
10 years ago
Daniel Gibbs
0a517ef948
changed unity3d to 7d2d specific logs
10 years ago
Daniel Gibbs
030bcc6af7
added unity3d support
10 years ago
Daniel Gibbs
fa4dd29a8e
Added unity3d support
10 years ago
Daniel Gibbs
8d16cf1cba
unreal 2 server log dir now works #2
11 years ago
Daniel Gibbs
51f6005483
unreal2 server log dir now works
11 years ago
Daniel Gibbs
c818a2adff
migrated fn_loginstall
migrated fn_loginstall. Fixed issue with symbolic link for server logs
being created even if it does not exit for that server.
11 years ago