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
4 years ago
Daniel Gibbs
852feec520
fix: standardise and refactor comment headers ( #3198 )
6 years ago
tkrn
097bb991ab
feat(mods): metamod/amxmodx for goldsrc engines ( #3104 )
6 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] >
6 years ago
Daniel Gibbs
d327e93880
fix(log): allow logs to correctly display primary command ( #2969 )
6 years ago
Daniel Gibbs
8316d87853
fix(log): allow logs to correctly display primary command ( #2958 )
6 years ago
Daniel Gibbs
b769f2c6cb
fix(monitor): fix monitor timings and lockfile bug ( #2882 )
* adjusting timings and fix lockfile bug
* added sleep time to eol messages
6 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
6 years ago
Daniel Gibbs
f76cd6b266
fix(logs): resolve modulename not showing in logs ( #2818 )
6 years ago
Daniel Gibbs
3a6f7f9034
feat: rm command best practices ( #2729 )
6 years ago
Daniel Gibbs
d106384e28
feat: convert commandname to modulename ( #2728 )
6 years ago
Daniel Gibbs
835fdee88e
feat(core): convert ${curlpath} to using curl and improve code standards ( #2616 )
7 years ago
Daniel Gibbs
41b40c7c78
removed Exiting
7 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
7 years ago
Daniel Gibbs
e0acffad80
feat: Refactor comments to follow standards ( #2389 )
7 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.
7 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
7 years ago
Daniel Gibbs
6848c9dbf7
Revert " SC2168: 'local' is only valid in functions."
This reverts commit 062ca4236c .
8 years ago
Daniel Gibbs
616e976251
Revert "SC2168: 'local' is only valid in functions."
This reverts commit aaa971c0ad .
8 years ago
Daniel Gibbs
aaa971c0ad
SC2168: 'local' is only valid in functions.
8 years ago
Daniel Gibbs
062ca4236c
SC2168: 'local' is only valid in functions.
8 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)
8 years ago
Daniel Gibbs
77f1f9ea23
changed to new domain linuxgsm.com
8 years ago
Daniel Gibbs
8ce79afc75
SC2059
8 years ago
Daniel Gibbs
20c33da6ba
SC2115
8 years ago
Daniel Gibbs
fdbc6fc73c
updated function_selfname to help with issue #1425
9 years ago
Daniel Gibbs
19a3d31763
fixed typo that says install instead of remove
9 years ago
Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
10 years ago
s-eam
0901753364
Abstract Y/N Prompt Logic
- Modularize prompt logic into separate function (fn_prompt_yn)
- Refactor scripts to utilize fn_prompt_yn
- Enhance Y/N prompt interface for usability
10 years ago
UltimateByte
f8072b69de
typo: loga > log
10 years ago
Daniel Gibbs
3ea100cc72
improvements to script log messages
10 years ago
Daniel Gibbs
d83666625d
update wording for script log
10 years ago
Daniel Gibbs
ae864bb92b
More UI modifications
10 years ago
UltimateByte
b62d58fe85
added missing fn_print_ok_eol_nl
10 years ago
UltimateByte
3c3d68fbdc
check fails in the loop and echo the right files amount
10 years ago
Daniel Gibbs
33b9467009
used correct var
10 years ago
Daniel Gibbs
c2de5e9c81
corrected var
10 years ago
Daniel Gibbs
63a8193798
corrected variable
10 years ago
Daniel Gibbs
f1dbdd6cc6
Major re-organise
This is a major sort out of the new functions. To simplify and make it easier to follow the code. All functionality remains.
Possible bugs in this that will be resolved after testing
10 years ago
Daniel Gibbs
8b3721f25a
Many various changes
Im being laxy with commits. Still work to be done
10 years ago
Daniel Gibbs
1985955f3a
Loads of UI improvements and fixes
still lots of testing to do
10 years ago
Daniel Gibbs
4d692f59e2
Various UI and code changes.
10 years ago
Daniel Gibbs
a84ba451aa
Changes to the UI
more to come soon
10 years ago
UltimateByte
ec68e34e86
Move mods error message
10 years ago
UltimateByte
849c13037a
Attempt for the use of cleaner core functions
10 years ago
UltimateByte
16b0329345
spacing
10 years ago
UltimateByte
156b351d10
echo "" moved here
10 years ago
UltimateByte
3853dd36cd
attempd for new mods remove list
10 years ago
UltimateByte
ea37fc9b68
validate after remove oxide
10 years ago
UltimateByte
c3924fa16d
Polishing
10 years ago