Commit Graph

3674 Commits

Author SHA1 Message Date
Silversthorn
84a09ad9be Improve player display 2023-04-15 20:47:35 +02:00
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
Zedifus
e92a88e698 Merge branch 'feature/steamcmd' of gitlab.com:crafty-controller/crafty-4 into feature/steamcmd 2023-04-15 01:20:22 +01:00
Zedifus
b5e19c4d65 Add steamcmd dep to docker.
May cause arm build issues...
2023-04-15 01:20:16 +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
amcmanu3
c90b49c03a Add search bar to steam select 2023-04-14 17:11:52 -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
amcmanu3
0992e6288c Remove print comments 2023-04-12 13:04:57 -04:00
amcmanu3
3e8f04318c Remove print statements 2023-04-12 13:04:18 -04:00
amcmanu3
5542f792c8 Fix role server calculation 2023-04-12 13:03:44 -04:00
amcmanu3
b7ef960cf1 Add print statements for running 2023-04-12 12:42:39 -04:00
amcmanu3
58b9dc615d Major logic changes to fix this. 2023-04-12 12:14:37 -04:00
amcmanu3
146e9d7b60 Fix import loop detection. 2023-04-12 10:32:40 -04:00
amcmanu3
8eac424ab1 More debug data 2023-04-11 16:04:09 -04:00
amcmanu3
e321086f7f Adding print statements 2023-04-10 15:19:15 -04:00
Andrew
cc092d6ecb Fix type error comparrison 2023-04-09 16:10:53 -04:00
Andrew
7d8ade5d5e Fix this for unloaded servers 2023-04-09 07:34:22 -04:00
Andrew
7d804afe20 Make this more efficient 2023-04-08 20:33:11 -04:00
Andrew
d65f2f7111 Fix traceback on user order 2023-04-08 20:16:11 -04:00
Zedifus
8b528993b5 Prepare 4.0.23 release base 2023-04-08 18:17:35 +01:00
Iain Powrie
c431a42f57 Merge branch 'dev' into 'master'
v4.0.22

See merge request crafty-controller/crafty-4!573
2023-04-08 16:51:57 +00:00
Zedifus
c69dae3e92 Close v4.0.22 changelog 2023-04-08 17:36:12 +01:00
Iain Powrie
7fec82d959 Merge branch 'bug/motd-obfuscation' into 'dev'
Fix motd jumping with obfuscation

See merge request crafty-controller/crafty-4!572
2023-04-02 16:48:20 +00:00
Zedifus
3f1744a6ee Update changelog !572 2023-04-01 14:59:14 +01:00
Zedifus
e0e631e1ec Merge branch 'dev' into bug/motd-obfuscation 2023-04-01 14:57:16 +01:00
Iain Powrie
50eb948441 Merge branch 'tweak/dashboard-storage' into 'dev'
Fix traceback for users without disks

See merge request crafty-controller/crafty-4!571
2023-04-01 13:52:12 +00:00
Zedifus
97a8bf2069 Update changelog !571 2023-04-01 14:46:53 +01:00
Zedifus
f4b8685c8e Merge branch 'dev' into tweak/dashboard-storage 2023-04-01 14:43:54 +01:00
Iain Powrie
74cbf197a7 Merge branch 'tweak/internet-ping' into 'dev'
Add a fallback for google.com

See merge request crafty-controller/crafty-4!570
2023-04-01 13:41:39 +00:00
Zedifus
64a4c25af5 Update changelog !570 2023-04-01 14:34:57 +01:00
Zedifus
1be451d5eb Merge branch 'dev' into tweak/internet-ping 2023-04-01 14:32:37 +01:00
Iain Powrie
5377fce50a Merge branch 'tweak/tz-fail-logging' into 'dev'
Add better logging on tz failures

See merge request crafty-controller/crafty-4!569
2023-04-01 13:21:31 +00:00
Zedifus
611dd0feaf Update changelog !569 2023-04-01 14:15:09 +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
amcmanu3
709539417f Merge branch 'bugfix/disk-data' into tweak/dashboard-storage 2023-03-18 21:50:17 -04:00
Andrew
fa87dcee1a Fix traceback for users without disks 2023-03-18 21:45:31 -04:00
amcmanu3
907004ef02 Refactor for steam frontend 2023-03-18 21:40:44 -04:00
amcmanu3
cb11db7d21 Merge branch 'feature/steamcmd' of gitlab.com:crafty-controller/crafty-4 into feature/steamcmd 2023-03-18 19:52:40 -04:00
amcmanu3
f807678690 Add beta badging 2023-03-18 19:52:38 -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