Ben Peddell
|
ca3ff1e5f6
|
Fix restart --warn broadcasting shutdown message
|
2016-05-30 02:38:19 +10:00 |
|
Ben Peddell
|
e2c3fa3c68
|
Fix warning in runSteamCMDspinner
|
2016-05-30 02:31:04 +10:00 |
|
Ben Peddell
|
0be8a67ba0
|
Actually cancel warning when Ctrl-C etc are pressed
|
2016-05-30 02:25:11 +10:00 |
|
Ben Peddell
|
957a5689dc
|
Fix an error in doWarn that was causing duplicate warnings
|
2016-05-28 20:41:25 +10:00 |
|
Ben Peddell
|
ea6de39917
|
" \n " added to empty response message
Server response when a command returns no response is
"Server received, But no response!! \n "
|
2016-05-28 20:19:06 +10:00 |
|
Ben Peddell
|
f9668ceae0
|
Fix a typo in the documentation
|
2016-05-28 13:35:03 +10:00 |
|
Ben Peddell
|
5f317c8d57
|
Allow {time} in warning reason
|
2016-05-28 13:25:01 +10:00 |
|
Ben Peddell
|
6b22944fe6
|
Print SteamCMD command being executed
|
2016-05-21 19:26:04 +10:00 |
|
Ben Peddell
|
41097175fa
|
Add cancelshutdown command
|
2016-05-19 19:09:18 +10:00 |
|
Ben Peddell
|
9a4211d474
|
Update documentation with new options
|
2016-05-17 10:14:13 +10:00 |
|
Ben Peddell
|
e05ec78ac8
|
Change to the home directory
This should prevent errors when running from an inaccessible
directory
|
2016-05-17 09:56:33 +10:00 |
|
Ben Peddell
|
c8f6cee90b
|
Fix typo in doBackup
|
2016-05-17 09:52:48 +10:00 |
|
Ben Peddell
|
bc40544bf8
|
Fix an inconsistency between install.sh and arkmanager.init
|
2016-05-17 08:11:40 +10:00 |
|
Ben Peddell
|
8c57170e4d
|
Remove now unnecessary ulimit setup
|
2016-05-17 07:12:33 +10:00 |
|
Ben Peddell
|
eaefdfaaa6
|
Move .modbranch to __arkmanager_modbranch__.info
|
2016-05-16 17:55:50 +10:00 |
|
Ben Peddell
|
2b83abf65c
|
Allow stop and restart commands to take a reason
|
2016-05-16 17:39:49 +10:00 |
|
Ben Peddell
|
053a938f56
|
Improve broadcast warning messages
|
2016-05-16 17:38:37 +10:00 |
|
Ben Peddell
|
e9b2c9b21f
|
Parse output of download_workshop_item command
|
2016-05-16 17:38:08 +10:00 |
|
Ben Peddell
|
103c3abcf9
|
Account for all lower-case names in some environments
|
2016-05-16 17:32:32 +10:00 |
|
Ben Peddell
|
912c4dc824
|
Handle multiple map files in mods
|
2016-05-08 23:27:51 +10:00 |
|
Ben Peddell
|
3eca9d3446
|
Fix numPlayersConnected to use getQueryPort
|
2016-03-09 20:03:31 +10:00 |
|
Ben Peddell
|
63ded49b30
|
Fix a couple of potential issues with player count checking
|
2016-03-09 19:32:01 +10:00 |
|
Ben Peddell
|
fd26375770
|
Return -1 from numplayers if server unreachable
|
2016-03-09 19:27:41 +10:00 |
|
Ben Peddell
|
1729c16df0
|
Use serverMapModId to set map name and MapModID option
|
2016-03-09 19:27:13 +10:00 |
|
Ben Peddell
|
326bb5560b
|
Process ark options in config file order
|
2016-03-09 19:26:27 +10:00 |
|
Ben Peddell
|
eb72148b35
|
Add support for adding and removing cron jobs
|
2016-03-09 19:25:59 +10:00 |
|
Ben Peddell
|
4eeeebeb8e
|
Add handling for global options
|
2016-03-09 19:25:59 +10:00 |
|
Ben Peddell
|
7c0abf2dfb
|
Add Blob SHA to --version output
This should make it possible to determine the arkmanager
version when it hasn't been installed using the netinstall
script.
|
2016-03-09 19:24:37 +10:00 |
|
Ben Peddell
|
e81f1905cd
|
Use name from mod.info if mod name can't be retrieved
|
2016-03-09 19:24:05 +10:00 |
|
Ben Peddell
|
fe11e77f0f
|
Only try to remove .mod if it exists
|
2016-03-09 19:24:05 +10:00 |
|
Ben Peddell
|
7014502ee1
|
Change .mod file output
|
2016-03-09 19:24:05 +10:00 |
|
Fez Vrasta
|
666f7fbd3f
|
Merge pull request #429 from klightspeed/1.6-dev
Begin development on v1.6
|
2016-02-27 10:50:14 -08:00 |
|
Ben Peddell
|
7f797acd95
|
Begin development on v1.6
|
2016-02-27 22:06:04 +10:00 |
|
Ben Peddell
|
ed9d38207e
|
Merge pull request #418 from klightspeed/fix-653e934
Fix typo when comparing strings - should fix #417
|
2016-02-21 01:44:53 +10:00 |
|
Ben Peddell
|
2c06b1466f
|
Merge pull request #415 from klightspeed/1.5#fix-e48bd5b
Fix typo in useConfig - should fix #414
|
2016-02-21 01:44:36 +10:00 |
|
Ben Peddell
|
fdc7bffb6b
|
Fix logic error in configfile test
|
2016-02-20 22:39:12 +10:00 |
|
Ben Peddell
|
af216eee99
|
Fix typo when comparing strings
Perl uses `eq` to compare strings, not `==`.
Fixes 653e934268c876ac17bafa31998b9bb67c44abb6 Replace empty server
response with "Command processed"
|
2016-02-20 21:38:15 +10:00 |
|
Ben Peddell
|
3b2f1e7a30
|
Fix typo in useConfig
Fixes: e48bd5b830a16fc5f30deb19a880b9443705259b Add configfile name to
list-instances
|
2016-02-19 09:10:52 +10:00 |
|
Fez Vrasta
|
5e8b53be78
|
Merge pull request #413 from klightspeed/1.5#listinstances
Add configfile name to list-instances
|
2016-02-18 22:39:24 +01:00 |
|
Ben Peddell
|
e48bd5b830
|
Add configfile name to list-instances
|
2016-02-19 04:46:11 +10:00 |
|
Fez Vrasta
|
84fcc923d0
|
Merge pull request #411 from klightspeed/1.5#readme
Convert README to asciidoc
|
2016-02-18 17:23:47 +01:00 |
|
Ben Peddell
|
fef3a4b86a
|
Convert README to asciidoc
|
2016-02-18 19:26:30 +10:00 |
|
Fez Vrasta
|
0494e73603
|
Merge pull request #410 from klightspeed/1.5#rconresponse
Replace empty server response with "Command processed"
|
2016-02-18 09:25:58 +01:00 |
|
Ben Peddell
|
653e934268
|
Replace empty server response with "Command processed"
Replaces the "Server received, But no response!!" return
from an RCON command with "Command processed".
|
2016-02-18 06:31:33 +10:00 |
|
Fez Vrasta
|
ce999a7f45
|
Merge pull request #405 from klightspeed/1.5#fix-61446ab
Fix typo in install script
|
2016-02-17 18:19:29 +01:00 |
|
Ben Peddell
|
910a57ff8c
|
Fix typo in install script
Fixes: 61446ab88c986da27694b14a3192aa53b37cd152 Add CONFIGFILE and
INSTANCEDIR variables in install.sh
|
2016-02-18 03:10:33 +10:00 |
|
Fez Vrasta
|
d9f08f637c
|
Merge pull request #406 from klightspeed/1.5#printinstalling
Print "Installing ARK server" in doInstall
|
2016-02-17 17:33:43 +01:00 |
|
Fez Vrasta
|
acd936d41f
|
Merge pull request #407 from klightspeed/1.5#defaultinstance
Make "main" instance default in new installs
|
2016-02-17 17:33:29 +01:00 |
|
Ben Peddell
|
a205b4c81e
|
Make "main" instance default in new installs
|
2016-02-18 01:36:28 +10:00 |
|
Ben Peddell
|
5ad361a2df
|
Print "Installing ARK server" in doInstall
|
2016-02-18 01:16:22 +10:00 |
|