Daniel Gibbs
e0b77391bc
feat: various UI changes ( #4326 )
* refactor: remove unnecessary comments in default server configurations
The commit removes unnecessary comments from the default server configurations. The comments were providing instructions to edit the configuration files with care, but they are not needed and can be safely removed.
* refactor: update server names in default configuration files
- Updated the servername value in multiple default configuration files to "LinuxGSM" for consistency.
- Refactored the code to reflect the changes made.
* refactor: rename fn_script_log_fatal to fn_script_log_faail
to create more consistency with naming
* feat: improve console output formatting
- Added separator function to improve readability of console output.
- Replaced multiple instances of manual separators with the new function.
- Updated commit message to follow conventional commit standard.
* refactor: remove unnecessary fn_sleep_time calls
This commit removes the fn_sleep_time function calls that are no longer needed in multiple modules. The fn_sleep_time function was used to introduce a delay, but it is no longer necessary for the current implementation.
* better standardise random
* removed bold where not required
2 years ago
Daniel Gibbs
6921851da6
feat(pvr): add fix_pvr.sh module
2 years ago
Daniel Gibbs
0bec0ca218
feat: convert functions dir to modules dir ( #4169 )
* functions dir will be deleted after 14 days
2 years ago
jusito
4fc6280cca
refactor(fix.sh): removed error prone code ( #4157 )
* refactor: removed error prone code
* prettier
---------
Co-authored-by: Daniel Gibbs <[email protected] >
2 years ago
Daniel Gibbs
e86848c41c
feat: update refactor ( #4146 )
* feat(ut99): add oldunreal update functionality
* non-steam update refactor
* chore: flipping exit code if statements
Must have consistancy XD
* rename variables
* feat(ut99): now supports native x64
* extracts will now fail if files doesnt exist
* localbuild fix
* a
* fix: exit code bug
* improve progress bar
* add extractsrc and extractdest to deal with specific dir extracts
* update ts3 extract
* update
* paper REFACTOR
* mta
a
* fix(mta): prevent default resources exit from installer
* streamline mcserver
* mcb
* jk2
* fixes
* correct directory extract for factorio
* mcb remove non printable characters
* codacy
2 years ago
Daniel Gibbs
c957b2aa5a
fix(av): fix will trigger on start as well ( #4123 )
this should resolve the steamclient bug
2 years ago
Marcin Jakubowski
9fc6244fc3
fix(bt): missing user data directory ( #3916 )
3 years ago
Daniel Gibbs
635f4bce52
chore: use prettier for code tidy ( #3901 )
* feat: start using prettier linter
https://prettier.io/
* feat: prettier code formatting
* feat: add super linter
3 years ago
Christian
c68394ff62
feat(newserver): Arma Reforger ( #3871 )
* feat(newserver): Arma Reforger
* feat(armarserver): Add server profile name
* feat(armarserver): Add fix for create profile directory
* feat(armar): limit fps for the server to fix the performance
* feat(armar): add dependencys
Co-authored-by: FliesWithWind <[email protected] >
* feat(armar): move queryport to config parser and add adminpass
* feat(armar): fix dependencys
* change ss command for armar
* add battleeyeport
* bug
* tcp
Co-authored-by: Marcin Jakubowski <[email protected] >
Co-authored-by: FliesWithWind <[email protected] >
Co-authored-by: Daniel Gibbs <[email protected] >
3 years ago
Claiyc
746dbbd066
fix: misspelling & fix_lo.sh
4 years ago
Claiyc
24f2b6fcf2
fix: fix.sh
4 years ago
Claiyc
019431b009
add fix_lo.sh
4 years ago
Daniel Gibbs
bb994660f7
fix(config): resolves issue with settings not always picked up in start parameter ( #3320 )
4 years ago
Daniel Gibbs
419d74b831
feat(newserver): Valheim ( #3212 )
Co-authored-by: Alasdair Haig <[email protected] >
Co-authored-by: Alasdair Haig <[email protected] >
Co-authored-by: AlasdairHaig <[email protected] >
4 years ago
Daniel Gibbs
852feec520
fix: standardise and refactor comment headers ( #3198 )
4 years ago
Christian
b1d866d023
fix(samp): fix config change after installation ( #3119 )
4 years ago
Daniel Gibbs
f0f0a56133
feat: remove support for Serious Sam 3 and Goldeneye: Source ( #3078 )
5 years ago
Daniel Gibbs
ee515b7786
feat(alerts): add rocket.chat and alerts refactor ( #3051 )
* update linuxgsm alert logo
* add Rocket.chat alert option
* Refactor of post details by removing pastebin and hastebin
* Improved alert standardisation
Co-authored-by: Alasdair Haig <[email protected] >
Co-authored-by: Alasdair Haig <[email protected] >
Co-authored-by: AlasdairHaig <[email protected] >
5 years ago
H3o66
a6d564ccbe
refactor(fix): move steamclient.so fix to a seperate function
5 years ago
Daniel Gibbs
358e34dc0f
feat: various improvements to steamclient.so related messages and issues ( #3040 )
converted ballistic overkill to 64-bit
removed log parameter from hurtworld to enable verbose console
converted Huttworld to 64-bit only
add steamclient.so fixes for all unity3d servers
standardise steamclient.so fixes mainly for unity3d servers
5 years ago
Christian
9e7ce431b2
fix(squad): move systemdir to new location ( #3036 )
5 years ago
Christian
cb03c16539
fix(pzserver): fix missing steamclient.so ( #3029 )
* further standardisation of steamclient.so fixes
Co-authored-by: Daniel Gibbs <[email protected] >
5 years ago
Christian
fa5a668997
fix(csserver): fix missing steamclient.so ( #3030 )
Co-authored-by: Daniel Gibbs <[email protected] >
5 years ago
Daniel Gibbs
167cf43e5b
codacy
5 years ago
Christian
6fcd8d78f4
feat(newserver): Chivalry: Medieval Warfare ( #2880 )
Co-authored-by: Daniel Gibbs <[email protected] >
5 years ago
Daniel Gibbs
66bf5e059e
feat(log): refactor log handling ( #2859 )
* standardise module identifiers
* renamed logs.sh to core_logs.sh
* improve stats log
* remove local
* functionselfname rename
5 years ago
Christian
2f9800e13c
feat(newserver): Avorion ( #2476 )
Co-authored-by: Daniel Gibbs <[email protected] >
5 years ago
Daniel Gibbs
8f14f97ec5
feat(steamcmd): move steamcmd dir to standard location ( #2822 )
* improvements to steamclient.so fix
* added fix to install inconsistent location across distros
* added dev/null for master server
* XDG_DATA_HOME
* prevent check_last_update from restarting server if stopped
5 years ago
Daniel Gibbs
a3e1b53b02
fix(messages): improvements to messaging ( #2792 )
* Revert "fix(messages): fix some messages not using newline correctly (#2772 )"
This reverts commit 3bd64bbc13
.
* Revert "fix(messages): fix some messages not using newline correctly (#2765 )"
This reverts commit c847ecb4b6
.
* added new [ START ] message
* various messages improvements made
5 years ago
Daniel Gibbs
3bd64bbc13
fix(messages): fix some messages not using newline correctly ( #2772 )
* update donate links
5 years ago
Daniel Gibbs
47cc808e4a
remove unnecessary if
5 years ago
Daniel Gibbs
abaa614cad
feat: general code standards improvements ( #2730 )
* add missing space in ; then
* standardise command if
* standardised True if the length of "STRING" is non-zero.
* changed -e to -f
5 years ago
Daniel Gibbs
d106384e28
feat: convert commandname to modulename ( #2728 )
5 years ago
Frédéric C
8bc25e1c83
feat(newserver): Onset ( #2682 )
Co-authored-by: Daniel Gibbs <[email protected] >
5 years ago
Stijn
4a0c59d2ff
fix(nmrihserver): add symbolic links to fix the crashes related to missing files ( #2668 )
* Create symlinks after nmrih install
* Fixed missing space in nmrih elif statement
* Fixed variable assignment in nmrih_symlinks
* nmrih_symlinks now use pre-existing location var
* Double quotes added in install_nmrih_symlinks
* Changed nmrih symlinks from install to fix
5 years ago
Daniel Gibbs
86478573d9
feat(newserver): Minecraft Bedrock ( #2626 )
5 years ago
Daniel Gibbs
7059d9a6cf
feat(linuxgsm): various ui improvements ( #2554 )
* added column to debug
* added colour to header
* colourised LinuxGSM header text
* updated donate message
* ascii logo
* warn colour and altered header
6 years ago
Frisasky
a917b553ab
feat(newserver): Zombie Master: Reborn ( #2465 )
Co-authored-by: Frisa <[email protected] >
6 years ago
Frisasky
eb17129279
feat(newserver): SourceForts Classic ( #2430 )
Co-authored-by: Frisa <[email protected] >
6 years ago
Daniel Gibbs
e0acffad80
feat: Refactor comments to follow standards ( #2389 )
6 years ago
tkrn
e2ca77de3b
feat(newserver): Soldier of Fortune 2: Gold Edition ( #2359 )
Co-authored-by: tkrn <[email protected] >
6 years ago
Daniel Gibbs
fa6cfe4086
feat(ui): add message display setting ( #2357 )
* setting to change the time in seconds messages are displayed. Default 0.5s
* Travis-CI messages have a 0s delay to speed up testing.
6 years ago
Heihachi
7734a3519e
feat(newserver): Unturned ( #2296 )
Co-authored-by: [email protected]
6 years ago
Daniel Gibbs
cd36a1efd9
fix(terraria): add fix preventing server from starting ( #2317 )
6 years ago
Daniel Gibbs
5058214388
fix(fix): re-add fix_tf2 and minor fix refactor ( #2279 )
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
Daniel Gibbs
820b0cf725
refactor(sdtd): changes required for A17 update ( #2121 )
* feat(sdtd): added sdtd_fix
* refactor(config): add local config copying
* fix(sdtd): repair selection of 64 bit executable
* fix(sdtd): adjust configfile path
6 years ago
Daniel Gibbs
9bc5458898
fix(ts3server): re-add support for libmariadb2 ( #2114 )
* fix(ts3server): re-add support for libmariadb2 #1924
6 years ago
Daniel Gibbs
cfbc460667
refactor: shortname variable change ( #2088 )
* change `${gamename}` to `${shortname}`
* apply shellcheck recommendations
6 years ago
Nick Soracco
b2442d34e6
Fix the missing library segfault issue.
7 years ago