Frisasky
2a2e73445b
feat(nmrihserver): remove default parameter that disables VAC ( #2326 )
6 years ago
Attila
46dd088b82
feat(csgoserver) Add mapgroup and map example for the new Danger Zone map: Sirocco ( #2323 )
Co-authored-by: Borzák Attila <[email protected] >
This new map Sirocco introduced to the game on 2019.04.30.
Plus add note to not use other mapgroups with Danger Zone mode.
6 years ago
Frisasky
5ec80b9521
feat(install): Add mono support for RHEL 8 ( #2306 )
Co-authored-by: Frisa <[email protected] >
6 years ago
Frisasky
a7dc7fd388
fix(twserver): Change how Teeworlds configs are handled ( #2313 )
Co-authored-by: Frisa <[email protected] >
6 years ago
Attila
b8f1c675ad
feat(csgoserver): Unnecessary FreeForAll info, add map hint to Danger Zone ( #2318 )
And some indentation fix.
6 years ago
Daniel Gibbs
cd36a1efd9
fix(terraria): add fix preventing server from starting ( #2317 )
6 years ago
Daniel Gibbs
1ba0cd7545
feat(monitor): add udp query option ( #2314 )
6 years ago
Daniel Gibbs
aba8f0c2c2
fix(bsserver): updated executable directory ( #2308 )
6 years ago
frisasky1
ba96836f5c
feat(debug): add debug option for quake engine ( id tech 1) ( #2293 )
Co-authored-by: [email protected]
6 years ago
Attila
24f0900426
feat(csgoserver): Add SVG support to FastDL ( #2298 )
Co-authored-by: [email protected]
CS:GO with Panorama now supports SVG custom logos, which are displayed in more places than a PNG logo.
Panorama now uses materials/panorama/images/tournaments/teams folder to look for custom team logos, which can be .png and .svg
Fixes #2297
6 years ago
frisasky1
e9939cc854
feat(newserver): Nuclear Dawn ( #2291 )
Co-authored-by: [email protected]
6 years ago
Daniel Gibbs
25cf2b2081
fix(fix): re-add fix_tf2 and minor fix refactor ( #2289 )
6 years ago
Daniel Gibbs
11547a3c82
feat(travis-ci): Add support for Minecraft test to travis-ci ( #2287 )
* feat(travis-ci): add minecraft test
* update MIT Licence date
* feat(travis): depricate travis-ci shellcheck
* removed bash from travis as reverting to trusty
* fix(mcserver): eula now correctly alteres to true
* fix(update): correct mcserver timed loop
* travis-ci now uses ens interface instead of eth
* added internet IP next to query raw
6 years ago
Daniel Gibbs
b4eac064d2
feat(dev): add udp query to query raw
6 years ago
Daniel Gibbs
8d54475023
fix(gsquery): update help with correct list of engines
6 years ago
Daniel Gibbs
f0eda3aa34
fix(mcserver): eula now correctly alters to true ( #2286 )
6 years ago
Daniel Gibbs
64d21a1b88
fix(mcserver):correct minecraft port info ( #2284 )
6 years ago
Daniel Gibbs
38164851bd
fix(monitor): monitor does not continue to query if session has failed
6 years ago
Daniel Gibbs
b6e3b1b191
feat(install): refactor gslt to automatically detect gslt variable ( #2280 )
6 years ago
frisasky1
6e48c66e18
fix(bsserver): fix launch issue and add GSLT support ( #2276 )
Co-authored-by: [email protected]
* fix launch problem
* add gslt parameter
* blade symphony now requires gslt
6 years ago
Frisasky
6468e8e897
feat(newserver): Dystopia ( #2245 )
Co-authored-by: [email protected]
6 years ago
Daniel Gibbs
5058214388
fix(fix): re-add fix_tf2 and minor fix refactor ( #2279 )
6 years ago
Daniel Gibbs
c7413599d2
fix(check): prevent restart from bypassing check_executable ( #2278 )
6 years ago
Daniel Gibbs
62a49df88b
fix(ts3server): Change password will no longer show in all game servers apart from TS3 ( #2273 )
6 years ago
Daniel Gibbs
df27a40d8e
fix(update): correct remotelocation for fctrserver
6 years ago
visdmin
87b8ed40f7
fix(install): Teamspeak3 server installation with MariaDB fixed. ( #2261 )
Co-authored-by: visdmin [email protected]
fix(ts3server): can now add socket info to mariadb.ini
feat(ts3server): copy libmariadb.so.2 if not found in serverfiles
feat(install): EULA agreement now handled by install_eula.sh
6 years ago
Daniel Gibbs
0a26d8a41a
fix(mcserver): fix syntax error with localbuild #2257
6 years ago
frisasky1
7edca8a44f
fix mta download url
6 years ago
BogdanWDK
5c1741a5f9
Update update_factorio.sh
Specify which version to be downloaded in branch
Issue: https://github.com/GameServerManagers/LinuxGSM/issues/2252
6 years ago
Daniel Gibbs
6ea05a3d85
codacy: Declare and assign separately to avoid masking return values.
6 years ago
Daniel Gibbs
4e81d81c31
codacy: Declare and assign separately to avoid masking return values.
6 years ago
Daniel Gibbs
6ee091b5a7
codacy: Use "${var:?}" to ensure this never expands to /* .
6 years ago
Daniel Gibbs
208c342bcc
corrected message
6 years ago
Daniel Gibbs
a79feaf34c
feat(update): Update command refactor
* Update update_factorio.sh
* feat(core): add error eol message
* fix(alert): resolve typo with script messages
* fix(check): add debug to executable check
* fix(general): correct commandname
* fix(general): change to lowercase
* fix(general): remove not required exitcodes
* fix(general): remove not required exitcodes
fix(general): remove not required exitcodes
* fix(check): a minor refactor
* feat(linuxgsm): Clear tmp directory
added script log
* feat(update: Factorio update now checks current build from executable
* feat(update: Factorio update now checks current build from executable
sqush
* moved executable dir
* feat(update): refactor of fctrserver updater
* changed to directory
squash
* corrected build details in log file
* corrected build details in log file
* more changes to logging
* altered log messages
* Re-worded current>local latest>remote
* Re-worded current>local latest>remote
* corrected logging
* corrected fn_script_log_fatal
* altered message to error from fatal
* improves messages
* minor tidy
* correct script log message
* code tidy
* feat(mumble): refactor mumble updater
* feat(mtaserver): refactor mtaserver updater
* feat(mcserver): refactor mcserver updater
* feat(fctrserver): refactor fctrserver updater
* tidy up script wording
* corrected function name
* bug fixes for mcserver updater
* add sleep to allow mcserver time to generate log file
* increase timer to 30 seconds
* increased to 60 seconds
* changed back to red
* add check for log file delay to allow time to generate
* further refactor improvements
* mtaserver: curl now uses to get info from version.h
* minor tidy
* refactor ts3 updater
* corrected server arch
* refactor
* refactor updaters
* refactor updaters
* removed app_info_print
6 years ago
Frisasky
fff52d90b9
fix codwaw
6 years ago
Frisasky
2dd606e0a2
fix coduo
6 years ago
Frisasky
6a509e1a32
fix cod
6 years ago
Frisasky
5831bd3e0a
fix cod4
6 years ago
Frisasky
80fbf5af8d
fix cod2
6 years ago
Kenny Lindelof
cfe0bd83c8
corrected the documentation link
6 years ago
Daniel Gibbs
3f31260bf8
full stop
6 years ago
Daniel Gibbs
f275d3a67e
fix(kfserver): add missing dir variables ( #2219 )
6 years ago
Daniel Gibbs
cdf0d4ec1e
fix(fctrserver): refactor update_factorio.sh
general tidy up and optimise of code
6 years ago
Jonathan Rosewood
a98b5fdd4b
fix(fctrserver): resolve factorio update bug
6 years ago
WatskeBart
7c6d37e2d3
Update _default.cfg
-hostname="${servername}" should be -hostname='${servername}'
When applying the wrong quotes, spaces are not detected and the server name will be cut off after the first space and showing incorrectly in the server browser.
6 years ago
Daniel Gibbs
4c2fa9037a
fix(rtcwserver): added ioquake3 engine to query
* fix(rtcwserver): added ioquake3 engine to query
* fix(rtcwserver): add missing queryport var
6 years ago
Daniel Gibbs
07461bf7e1
fix(ts3server): corrected ts3arch if
6 years ago
Daniel Gibbs
d5d0116b28
feat(ts3server): deprecate legacy ts3 update functions ( #2206 )
* feat(ts3server): deprecate legacy ts3 update functions
* fix(ts3server): bug fix currentbuild and minor refactor
6 years ago
Attila
749b3e8d81
Correct ts3server config file name
It's ts3server.ini, not ts3-server.ini
6 years ago
Daniel Gibbs
2b289d740a
fix(rtwcserver): re-add rtwc download that got removed
6 years ago