Daniel Gibbs
da9a9a3d98
Merge pull request #392 from dgibbs64/update-functions
Added update functions option
10 years ago
Daniel Gibbs
624af378cc
Added error checking. Corrected typo
10 years ago
Daniel Gibbs
0c0eca9b95
Added fn_update_functions
10 years ago
Daniel Gibbs
49f0efadc8
Added update functions option
This new option will update the functions to the newest version by
simply deleting the contents of the functions dir
10 years ago
Daniel Gibbs
d54cb6e31a
Added force-update to unreal2
10 years ago
Daniel Gibbs
b09a28672c
Merge pull request #388 from dgibbs64/steamuser-patch
Added fn_check_steamuser to check that the correct steamuser is defined
10 years ago
Daniel Gibbs
100d03c9cb
Added tab
10 years ago
Daniel Gibbs
434c3a802d
Added SteamCMD and steamuser check
10 years ago
Daniel Gibbs
4b96738284
Removed SteamCMD and Steamuser
Not required in this file as fn_update_check covers it.
10 years ago
Daniel Gibbs
0ddb5a9da2
Added SteamCMD and steamuser check
10 years ago
Daniel Gibbs
f1a0d24413
Updated date
10 years ago
Daniel Gibbs
a9a76c98df
now checks if steamuser is set to username
* Now checks if the username has not been changed and warns
* Altered warning message
10 years ago
Daniel Gibbs
4d8700f915
Added fn_check_steamuser
10 years ago
Scarsz
8146c562f9
Update fn_validate
10 years ago
Scarsz
82ec8d1618
Update fn_update_dl
10 years ago
Scarsz
2ce3f5bf94
Update fn_install_serverfiles
10 years ago
Scarsz
9fab0b0562
Create fn_check_steamuser
10 years ago
Scarsz
bad8b25b36
Tell people Steam username variable isn't set
The script will also resort to trying to use the default anonymous login for any hopes of getting the server installed
10 years ago
Daniel Gibbs
f6fbceb62d
Moved ts3server log checking to fn_check_logs
10 years ago
Daniel Gibbs
0aef50de77
Fixed bug stopping ts3 from updating
10 years ago
Daniel Gibbs
ca1028a6bc
Added teamspeak 3 to check logs
10 years ago
Daniel Gibbs
caea938675
Removed echo used for dev
10 years ago
Daniel Gibbs
d4599d2afe
Minor improvements
10 years ago
Daniel Gibbs
d2b2638aff
Found bug with ts3 updater not working
10 years ago
Daniel Gibbs
4cb78a3ef9
added link to glibc wiki page
10 years ago
Daniel Gibbs
20d383e625
Made some adjustments to SS3 config
10 years ago
Daniel Gibbs
d7465ab8b5
Merge pull request #377 from dgibbs64/development
Merge pull request #375 from dgibbs64/master
10 years ago
Daniel Gibbs
e3957b710e
Removed allocs fixed
I have decided to remove allocs fixes as the builds are not kept up to
date and can break the server. I think allocs fixes would be best
applied manually currently.
10 years ago
Daniel Gibbs
2628745e83
Added fn_sdtdfix_alloc
10 years ago
Daniel Gibbs
6c90474ed8
Merge pull request #375 from dgibbs64/master
Master to development
10 years ago
Daniel Gibbs
0d87b423de
Merge went wrong. Fixed issue code.
10 years ago
Daniel Gibbs
c0f0ed5b57
Arma 3 updated Port Requirement
10 years ago
Daniel Gibbs
214559c584
Added .gitignore
10 years ago
Daniel Gibbs
65bbda1bf7
Added .gitignore
10 years ago
Daniel Gibbs
691e137240
arma 3 updated port requirement
See issue
https://github.com/dgibbs64/linuxgsm/issues/325
10 years ago
Daniel Gibbs
c1ad3e6716
added updateonstart variable
this new variable will allow the script to check for updates when
running the start command
10 years ago
Daniel Gibbs
db2b8fb107
added option to check for update update on start
10 years ago
Scarsz
f1c80c1ebd
Update development Travis-CI image
10 years ago
Ilija Matoski
620c51b5af
Added gitignore
10 years ago
Ilija Matoski
15f2e552b8
Merge remote-tracking branch 'upstream/master' into config-select
Conflicts:
functions/fn_getopt
10 years ago
Daniel Gibbs
1f0c45f8cf
Merge pull request #369 from dgibbs64/ilijamt-config-select
Ilijamt config select
10 years ago
Daniel Gibbs
a22753c4f6
Merge branch 'config-select' of git://github.com/ilijamt/linuxgameservers into ilijamt-config-select
Conflicts:
functions/fn_getopt
10 years ago
Daniel Gibbs
f84b8839ed
Merge pull request #368 from dgibbs64/master
Update Development Branch
10 years ago
Daniel Gibbs
297b3f522c
Merge pull request #360 from Nerdcubed-Servers/master
Add Half-Life Deathmatch: Source
10 years ago
Daniel Gibbs
078a5ccbd8
Added app_info_print 1
Added app_info_print 1 to check availablebuild. This shoudl resolve the
issue with the latest buildid not being grabbed from the server. Thanks
for xPaw from SteamDB.info for pointing this out
10 years ago
Daniel Gibbs
c8a5f9b792
Improved Tmux error reporting.
10 years ago
Daniel Gibbs
94a2f50d99
Added update-restart back in
update-restart option is now available again however it is not listed.
There is no need to use this option anymore and it behaves axactly the
same as force-update however I have put is back in for legacy reasons
just in case some cronjobs are still using it.
10 years ago
Daniel Gibbs
0590ac47dd
Added force-update option
The update checker is not detecting updates as SteamCMD is not always
returning the latest release number. I dont know why SteamCMD is doing
this.
I have added force-update which bypasses the check and just runs and
update without checking first.
I recommend using update once an hour and force-update daily.
10 years ago
Daniel Gibbs
14b6598426
Revert "added force-update option"
This reverts commit 672558e335
.
10 years ago
Daniel Gibbs
672558e335
added force-update option
The update checker is not detecting updates as SteamCMD is not always
returning the latest release number. I dont know why SteamCMD is doing
this.
I have added force-update which will simply force an update without
checking first (the server will restart)
I recommend using update once an hour and force-update daily.
10 years ago