Daniel Gibbs
fda09fb22e
changed Quake Live engine to idtech3_ql
Quake live uses modified version of idtech3 that has config and query
differences.
9 years ago
Daniel Gibbs
87c5084057
Updated servercfgdefault
9 years ago
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
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
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
Daniel Gibbs
ea34b9a5cd
Corrected port name
9 years ago
Daniel Gibbs
61cea10bf3
Fixed gameport now listed as port
9 years ago
UltimateByte
e3bc648f5d
Update qlserver
9 years ago
UltimateByte
36a717a175
New fetching system (LGSM & Functions dirs)
9 years ago
UltimateByte
480b6a6662
New fetching system
9 years ago
Daniel Gibbs
d6eaa8f796
altered default password
9 years ago
Daniel Gibbs
ee0d87ad55
corrected passwords
9 years ago
Daniel Gibbs
fd929b4cad
Stats port now displaying
9 years ago
Daniel Gibbs
1596383554
Getting Quake live monitor and details working
9 years ago
Alexander Hurd
7bd42fde16
ip fix
9 years ago
Alexander Hurd
492b20de11
refactor + tested rcon settings
9 years ago
Alexander Hurd
d3111365aa
adding Quake Live
Ubuntu 14.04 x64
9 years ago
Daniel Gibbs
5f290fd3b8
Updates all version numbers
9 years ago
Daniel Gibbs
d3efed7da9
updated functions and getopt names
9 years ago
Daniel Gibbs
35be754990
New feature: Dev debug
I useful feature for developers.
This will enable a log to be created of everything that ran when
executing a command. It uses the set command.
When you run a command a file dev-debug.log is created and will output
set -x
9 years ago
Daniel Gibbs
9c4df59a48
Updated selfname and curl error checking
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
38efaf6a9e
added teeworlds server logging
10 years ago
Daniel Gibbs
34b0b498da
Added default config
10 years ago
Daniel Gibbs
0341ed537b
Fixed name
10 years ago
Bryce Van Dyk
6087cbd46f
Update details for teeworlds
10 years ago
Bryce Van Dyk
fe5257ca76
Add teeworlds server script
10 years ago
Bryce Van Dyk
0aedbf9d57
Add config param
10 years ago
Bryce Van Dyk
539e3bc360
Remove game log -- terraria doesn't have any
10 years ago
Bryce Van Dyk
ea85f9fac3
Update game log info
10 years ago
Bryce Van Dyk
d3aefc9753
Add default config file
10 years ago
Bryce Van Dyk
3343790d9d
First run at Terraia script
10 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
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
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
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
wb
bcb36f368b
Updated wget URL for repository
changed linuxgameserver to linuxgsm across 33 files
10 years ago
Daniel Gibbs
c3450ec606
Added Starbound server
Added Starbound server. First release please report issues.
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