Commit Graph

1402 Commits

Author SHA1 Message Date
Zedifus
ba429585d7 Create a gamefiles dir with relative path
Defineing an absolute path causes a file permissions error in steamcmd during app install

Tested working on windows with './'
2023-04-15 01:54:50 +01:00
amcmanu3
a1eb6f1a44 Fix Popen call 2023-04-14 19:43:21 -04:00
amcmanu3
41fae2d16d Fix buf size delcaration 2023-04-14 19:16:18 -04:00
amcmanu3
6afa8a5b33 Remove memory and port selection (for now) 2023-04-14 19:14:15 -04:00
amcmanu3
7ef40be77c Fix logging issues 2023-04-14 19:13:55 -04:00
amcmanu3
9261193da0 Fix space in windows paths 2023-04-14 19:13:47 -04:00
amcmanu3
d80ab7bdfd Fix problems with steam calls 2023-04-14 19:13:26 -04:00
amcmanu3
58e9454db1 Add steam startup to server.py 2023-04-14 19:13:06 -04:00
Zedifus
0e60480a8f Replace _print_log with logger 2023-04-14 21:48:26 +01:00
amcmanu3
4bc3d90b1e Merge branch 'refactor/raknet-nomenclature' into feature/steamcmd 2023-04-14 16:26:01 -04:00
amcmanu3
4d47624b21 Merge branch 'dev' into refactor/raknet-nomenclature 2023-04-12 13:27:07 -04:00
Zedifus
e0e631e1ec Merge branch 'dev' into bug/motd-obfuscation 2023-04-01 14:57:16 +01:00
Zedifus
f4b8685c8e Merge branch 'dev' into tweak/dashboard-storage 2023-04-01 14:43:54 +01:00
Zedifus
1be451d5eb Merge branch 'dev' into tweak/internet-ping 2023-04-01 14:32:37 +01:00
amcmanu3
7c01ccd376 Add server creation process for steamcmd servers.
TODO: Find out what the executables will be called or startup commands..
2023-03-20 21:59:08 -04:00
Zedifus
70ddb75aab Merge branch 'feature/steamcmd' of gitlab.com:crafty-controller/crafty-4 into feature/steamcmd 2023-03-18 20:59:45 +00:00
Zedifus
83fd9ca83a Further lint cleaning 2023-03-18 20:59:40 +00:00
amcmanu3
f21b95e358 Start of frontend 2023-03-18 16:46:29 -04:00
Zedifus
060af7ff04 Correct lint issues on SteamCMD class 2023-03-18 20:24:12 +00:00
amcmanu3
bb3ffc221b Fix imports
Refactor exceptions
2023-03-18 16:04:32 -04:00
Zedifus
8142c61a10 Merge branch 'dev' into feature/steamcmd 2023-03-18 19:37:37 +00:00
amcmanu3
c5bb1f42e2 Add try/except around disk data 2023-03-18 15:27:08 -04:00
amcmanu3
dc4dc095c5 Fix motd jumping with obfuscation 2023-03-15 15:15:00 -04:00
Andrew
6fa1b02888 Add better logging on tz failures 2023-03-09 11:09:58 -05:00
amcmanu3
5ff14be92f Add a fallback for google.com 2023-03-08 18:46:06 -05:00
Zedifus
c1c99f315b Merge branch 'dev' into bugfix/master-server-dir 2023-03-04 15:20:14 +00:00
Zedifus
87eb53d7d6 Merge branch 'dev' into bugfix/unloaded-server 2023-03-04 15:08:11 +00:00
Iain Powrie
ee747a314a Merge branch 'tweak/delete-crafty-logs' into 'dev'
Crafty log clean up -config option

See merge request crafty-controller/crafty-4!563
2023-03-04 15:03:42 +00:00
amcmanu3
39190ed43b Default to not delete logs 2023-03-02 13:40:45 -05:00
amcmanu3
bd0c975009 Remove print statement 2023-03-01 14:30:59 -05:00
amcmanu3
566463cd55 Fix bug where "servers" was not appended 2023-03-01 14:22:33 -05:00
amcmanu3
efb9c9844f Fix bug where failed server could not delete 2023-03-01 13:35:36 -05:00
amcmanu3
6e35d4ae97 Default delete crafty logs after 2 weeks 2023-02-26 16:38:27 -05:00
amcmanu3
a50fa25ae5 Appease black 2023-02-25 16:25:09 -05:00
amcmanu3
1dc731c9f7 Rework logic 2023-02-25 16:15:50 -05:00
amcmanu3
b766ae10e9 Only copy bedrock_server executable on update 2023-02-25 15:40:38 -05:00
amcmanu3
a62964f3e1 Only show first mount by default 2023-02-25 14:39:29 -05:00
amcmanu3
3571b893a3 Fix f command in forge installs 2023-02-25 14:39:11 -05:00
amcmanu3
46ca7eeef0 Fix launch check bug.
Automated server starts were not caught
2023-02-23 11:57:22 -05:00
amcmanu3
9d1b39d88c Fix command pathing bug 2023-02-23 11:57:00 -05:00
amcmanu3
1f95b22dce Add check for migration before starting a server 2023-02-20 15:37:51 -05:00
Andrew
70ceb1a4e7 Merge branch 'dev' into bugfix/world-size-calc 2023-02-18 09:50:16 -05:00
Zedifus
69480c8ff7 Merge branch 'dev' into bug/verbose-console 2023-02-17 00:47:54 +00:00
Zedifus
784aef9f50 Appease lint 2023-02-17 00:36:18 +00:00
Zedifus
c27e1e667d Merge branch 'dev' into tweak/java-check 2023-02-17 00:19:27 +00:00
Zedifus
5dea17a7cb Merge branch 'dev' into enhancement/add-storage-to-dash 2023-02-17 00:00:00 +00:00
Zedifus
2b7f14ec3c Merge branch 'dev' into tweak/master-server-dir-config 2023-02-16 23:39:33 +00:00
Zedifus
34f1acd3e2 Appease black 2023-02-16 23:29:06 +00:00
Andrew
224e55429f appease the linter 2023-02-15 18:44:53 -05:00
Andrew
e52294dbb3 Appease the linter 2023-02-15 18:40:20 -05:00