Marvin Lehmann
2a58964887
Added Steam App Branch Selects
9 years ago
Daniel Gibbs
73a576955c
${lgsmdir}/tmp has become ${tmpdir}
9 years ago
Daniel Gibbs
67402a1020
added emailfrom
9 years ago
Daniel Gibbs
c7149168ba
Merge from master
9 years ago
Daniel Gibbs
75e4f1dc13
Updated URL's to new location
LGSM has been moved to an organisation. There is a new URL
https://github.com/GameServerManagers/LinuxGSM/
The old url will still work. So there is no issue with old installs.
9 years ago
Daniel Gibbs
5fe11e00ef
bug fix missing ip=
9 years ago
Daniel Gibbs
7a08e4a157
Added libdir to all scripts
9 years ago
Daniel Gibbs
678f8b83f8
Removed trailing spaces from files
Added "trim_trailing_white_space_on_save": true in to my sublime
text install to make sure trailing spaces get removed.
9 years ago
Daniel Gibbs
7216f75217
Version 210516
9 years ago
Daniel Gibbs
bf03a08f06
Version 210516
9 years ago
Daniel Gibbs
885d3b118b
notifications are now called alerts
Added pushbullet support to all servers
9 years ago
Daniel Gibbs
65bc10074c
Changed http to https on LGSM links
9 years ago
UltimateByte
ee6cf5a054
Update hwserver
9 years ago
UltimateByte
1d08229548
Update hwserver
9 years ago
UltimateByte
267342eb6b
New fetching system (LGSM & Functions dirs)
9 years ago
UltimateByte
00d24f56f8
New fetching system
9 years ago
Daniel Gibbs
e2c2cbf10c
corrected githubbranch
9 years ago
Daniel Gibbs
d3efed7da9
updated functions and getopt names
9 years ago
UltimateByte
a45936d8ff
removing quotes from a comment
9 years ago
UltimateByte
df7fe29442
renamed addadmins to admins, save to loadsave, changed comments
9 years ago
UltimateByte
310aba93f2
x64 mode, addadmins, more settings categories
9 years ago
UltimateByte
152aee400f
engine set to unity3d
9 years ago
UltimateByte
949775a4dd
Cleaned useless servercfgs
9 years ago
UltimateByte
4ecb781e8b
Capital to Hurtworld makes my life better
9 years ago
UltimateByte
d69576e34a
Renamed variables, readded IP for gsquery
9 years ago
UltimateByte
0245452658
Removed useless IP variable
Need to see serverconfig.xml, could be useless.
9 years ago
Daniel Gibbs
9e3789f7ad
updated header
now includes dev-debug option.
9 years ago
Daniel Gibbs
aae4610b0c
updated githubbranch= while in development
9 years ago
Daniel Gibbs
150110fbe8
Renamed to hwserver
9 years ago
UltimateByte
b69ea037a8
Update hurtworldserver
9 years ago
UltimateByte
9ba341f125
Testing, not working yet
9 years ago
Daniel Gibbs
a023b47ac5
Fixed curl check bug
9 years ago
Daniel Gibbs
9cf1775749
All servers now have new github branch select feature
9 years ago
Daniel Gibbs
a9d6acb1a6
changed to updateonstart="off"
changed to off/on instead of no/yes
10 years ago
Daniel Gibbs
a8c39c9ab1
Speed up function loading
Removed sleep 1 from fn_runfunction to speed up loading of functions.
This will save me a lot of time waiting.
10 years ago
Daniel Gibbs
4095d32023
Fixes issues relating to A12 Update
10 years ago
Daniel Gibbs
9eea49a923
Updates to fn_install_config
Made this function more consistent across different servers and changed
defaultconfig var to servercfgdefault
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
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
a09c64c9a9
removed stray if
10 years ago
Daniel Gibbs
58f1e2ace3
Removed --no-check-certificate from wget
--no-check-certificate presents a possible security risk.
--no-check-certificate is only used because older distros do not
recognise githubusercontent.com and will fail to download files. I have
decided to remove remove this option for now. It may be the case later
that I all this with older distros if there is a need for it.
10 years ago
Daniel Gibbs
183518f0c1
Removed non requires variables.
10 years ago
chriskoepf
3862b5ccbe
Update sdtdserver
Customized to include Telnet settings and Alloc's server fixes.
10 years ago
wb
bcb36f368b
Updated wget URL for repository
changed linuxgameserver to linuxgsm across 33 files
10 years ago
Daniel Gibbs
aa1e2cf491
Moved logdays to correct location
10 years ago
Poil
7df2d8c602
True selfname. Remove stupid code
10 years ago
Daniel Gibbs
c912c4d2bd
Major rename of functions
* All functions names have been reviewed and renamed to make it easier
to identify what the function is for. This is for my benefit as there
are now over 50 functions to manage.
* New details feature. It has been reworked to add more useful info and
fix any bugs with details not always being displayed.
* Main script file e.g csgoserver should no longer require any updates
from this point. All code modifications should be made from the
functions. Any future edits would relate to server specific config.
* servername variable has been moved to its own function if name is
gathered from a config file. The same applies for ports, usernames and
passwords.
* new function fn_details_distro gathers all the required OS info for
fn_details and other functions that require this info
* Various improvements and bug fixes that I cannot remember.
10 years ago
Daniel Gibbs
13b2b2bbe3
Migrated scripts to use fn_functions
* Scripts have been migrated to use fn_functions
* Major changes please report any bug right away
10 years ago
Daniel Gibbs
136687de41
Minor changes
10 years ago
Daniel Gibbs
5caf0a0937
Fixed: Update restart
Fixed bug causing updater not to function as intended
10 years ago