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
Daniel Gibbs
f76cd6b266
fix(logs): resolve modulename not showing in logs ( #2818 )
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
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
835fdee88e
feat(core): convert ${curlpath} to using curl and improve code standards ( #2616 )
5 years ago
Daniel Gibbs
03de2ca2eb
comments
6 years ago
Daniel Gibbs
e8f4621cc0
ts3 tmux getopt
6 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
Daniel Gibbs
e0acffad80
feat: Refactor comments to follow standards ( #2389 )
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
cfbc460667
refactor: shortname variable change ( #2088 )
* change `${gamename}` to `${shortname}`
* apply shellcheck recommendations
6 years ago
Daniel Gibbs
77bb111830
Added donate option
6 years ago
Daniel Gibbs
132a986590
minor visual adjustment
6 years ago
Daniel Gibbs
67094a7688
Added donate feature
6 years ago
UltimateByte
f60854542e
better naming for wipe all
7 years ago
UltimateByte
07e693a926
added var for fullwipe
7 years ago
UltimateByte
6271da3cb1
Added command wipeall
Related to #1830
7 years ago
Daniel Gibbs
6848c9dbf7
Revert " SC2168: 'local' is only valid in functions."
This reverts commit 062ca4236c
.
7 years ago
Daniel Gibbs
062ca4236c
SC2168: 'local' is only valid in functions.
7 years ago
Daniel Gibbs
b84f5dc701
added missing cmd_dev_clear_functions
7 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)
7 years ago
Daniel Gibbs
b48ab1e03d
fix merge conflict
7 years ago
Daniel Gibbs
c2bef39ad2
new feature gamedig
7 years ago
Daniel Gibbs
1619253a1a
added dev clear functions
Allows devs to wipe functions dir quickly rather than manually
7 years ago
Daniel Gibbs
77f1f9ea23
changed to new domain linuxgsm.com
7 years ago
Daniel Gibbs
fdbc6fc73c
updated function_selfname to help with issue #1425
8 years ago
Daniel Gibbs
1547dd13d8
samp does not update
8 years ago
Daniel Gibbs
11962ef83d
corrected url link
8 years ago
Chaos
f0855a16d1
Fixes force update for MTA
8 years ago
Scarsz
09e62c7ae8
Add getopt block for Squad license prompt
8 years ago
Daniel Gibbs
0bfbdbc01f
Got rid of double returns
8 years ago
Daniel Gibbs
898619be85
Altered getopt to move update-lgsm
8 years ago
Daniel Gibbs
7fd3177c89
renaming update_functions to update_linuxgsm
8 years ago
UltimateByte
e5b77379e0
Fixes commands setting vars not working
Some commands that require setting a variable, like "force-update" wouldn't work without this "eval" argument.
Example:
````
$ ./insserver fu
/home/insserver/lgsm/functions/core_getopt.sh: line 176: forceupdate=1;: command not found
````
This fixes the issue.
Tested on Debian & Ubuntu.
8 years ago
Daniel Gibbs
f013f96c4e
Also reverted getopt as well
being worked on in ultimatebyte-0220 branch
8 years ago
UltimateByte
e51746e5b1
proper exit (fix opt running after uf)
8 years ago
Daniel Gibbs
8c17f44d24
Forgot to add installer
8 years ago
Daniel Gibbs
3229ae3b1f
minor tidy
8 years ago
Daniel Gibbs
0398f33c62
re wording
8 years ago
Daniel Gibbs
7e1bc80fe1
A re shuffle and changed some commands
8 years ago
Daniel Gibbs
8ee9fdbb3c
stray &&
8 years ago
Daniel Gibbs
fca87cde2d
Changed noupdate servers to use engines
shortens the if statement
8 years ago
UltimateByte
f126f52de9
hide "DEVCOMMAND" description commands
8 years ago
UltimateByte
a49de6bcbd
new algorithm to find commands
8 years ago
UltimateByte
73be10ffa0
typo + missing )
8 years ago
UltimateByte
6e8afb5e2a
dev commands
8 years ago
UltimateByte
edf5b787a9
fix for full commands to work
8 years ago
UltimateByte
b9162f1c69
hm )
8 years ago
UltimateByte
021a86c737
missing commands
8 years ago
UltimateByte
007a373d5d
appearance
8 years ago