Skip to content

Commit 2a15e26

Browse files
committed
1.3.5 Update
Updated English (Lots of grammar correction and spelling mistakes) - Localization system improvements - Deutsch Language added (thanks for wookiefriseur) - Bug fixes in automatic detection of official maps and minor improvements - Dual-screen-setup fix - Localization file improved * Special thanks for wookiefriseur in this update
1 parent aafb347 commit 2a15e26

File tree

9 files changed

+26
-16
lines changed

9 files changed

+26
-16
lines changed

code/KF2ServerTool.dproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ProjectGuid>{9B3AECDB-8B01-414C-B11B-E80D00D1C83B}</ProjectGuid>
44
<ProjectVersion>18.3</ProjectVersion>
55
<MainSource>KF2ServerTool.dpr</MainSource>
6-
<Config Condition="'$(Config)'==''">Debug</Config>
6+
<Config Condition="'$(Config)'==''">Release</Config>
77
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
88
<FrameworkType>VCL</FrameworkType>
99
<Base>True</Base>
@@ -52,7 +52,6 @@
5252
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
5353
<Custom_Styles>&quot;Aqua Graphite|VCLSTYLE|$(BDSCOMMONDIR)\Styles\AquaGraphite.vsf&quot;;Glow|VCLSTYLE|$(BDSCOMMONDIR)\Styles\Glow.vsf;&quot;Killing Floor 2 DKS|VCLSTYLE|KF2.vsf&quot;;Light|VCLSTYLE|$(BDSCOMMONDIR)\Styles\Light.vsf;&quot;Ruby Graphite|VCLSTYLE|$(BDSCOMMONDIR)\Styles\RubyGraphite.vsf&quot;;&quot;Tablet Light|VCLSTYLE|$(BDSCOMMONDIR)\Styles\TabletLight.vsf&quot;;&quot;Windows10 Dark|VCLSTYLE|$(BDSCOMMONDIR)\Styles\Windows10Dark.vsf&quot;</Custom_Styles>
5454
<DCC_OutputDRCFile>true</DCC_OutputDRCFile>
55-
<GetItPackages>JEDICodeLibraryJCL-3.1;JEDIVisualComponentLibraryJVCL-3.6</GetItPackages>
5655
</PropertyGroup>
5756
<PropertyGroup Condition="'$(Cfg_1)'!=''">
5857
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
@@ -195,10 +194,10 @@
195194
<Platform value="Win64">False</Platform>
196195
</Platforms>
197196
<Deployment Version="3">
198-
<DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png" Configuration="Release" Class="UWP_DelphiLogo150">
197+
<DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png" Configuration="Release" Class="UWP_DelphiLogo44">
199198
<Platform Name="Win32">
200199
<RemoteDir>Assets\</RemoteDir>
201-
<RemoteName>Logo150x150.png</RemoteName>
200+
<RemoteName>Logo44x44.png</RemoteName>
202201
<Overwrite>true</Overwrite>
203202
</Platform>
204203
</DeployFile>
@@ -214,10 +213,10 @@
214213
<Overwrite>true</Overwrite>
215214
</Platform>
216215
</DeployFile>
217-
<DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png" Configuration="Release" Class="UWP_DelphiLogo44">
216+
<DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png" Configuration="Release" Class="UWP_DelphiLogo150">
218217
<Platform Name="Win32">
219218
<RemoteDir>Assets\</RemoteDir>
220-
<RemoteName>Logo44x44.png</RemoteName>
219+
<RemoteName>Logo150x150.png</RemoteName>
221220
<Overwrite>true</Overwrite>
222221
</Platform>
223222
</DeployFile>

code/KF2ServerTool.exe

364 KB
Binary file not shown.

code/KF2ServerTool.res

363 KB
Binary file not shown.

code/KF2ServerToolCMD.exe

0 Bytes
Binary file not shown.

code/interface/Main.dfm

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object FormMain: TFormMain
1414
Font.Name = 'Tahoma'
1515
Font.Style = []
1616
OldCreateOrder = False
17-
Position = poDesktopCenter
17+
Position = poScreenCenter
1818
OnCanResize = FormCanResize
1919
OnCreate = FormCreate
2020
OnDestroy = FormDestroy
@@ -32,7 +32,7 @@ object FormMain: TFormMain
3232
Margins.Bottom = 2
3333
Align = alTop
3434
Alignment = taRightJustify
35-
Caption = 'darkdks @ 2018'
35+
Caption = 'darkdks @ 2019'
3636
Font.Charset = DEFAULT_CHARSET
3737
Font.Color = clWhite
3838
Font.Height = -11
@@ -413,7 +413,7 @@ object FormMain: TFormMain
413413
Margins.Top = 2
414414
Margins.Right = 2
415415
Margins.Bottom = 2
416-
ActivePage = tsMaps
416+
ActivePage = tsServer
417417
Align = alClient
418418
TabOrder = 1
419419
OnChange = pgcntrlTabsChange
@@ -615,6 +615,7 @@ object FormMain: TFormMain
615615
ParentShowHint = False
616616
ShowHint = True
617617
TabOrder = 0
618+
Visible = False
618619
OnClick = btnStartServerClick
619620
end
620621
object chkAutoConnectWeb: TCheckBox
@@ -862,7 +863,7 @@ object FormMain: TFormMain
862863
AlignWithMargins = True
863864
Left = 6
864865
Top = 2
865-
Width = 131
866+
Width = 648
866867
Height = 17
867868
Margins.Left = 6
868869
Margins.Top = 2
@@ -872,6 +873,7 @@ object FormMain: TFormMain
872873
Caption = 'Additional parameters'
873874
Color = clBlack
874875
ParentColor = False
876+
ExplicitWidth = 131
875877
end
876878
object edtAddParam: TEdit
877879
AlignWithMargins = True
@@ -990,6 +992,10 @@ object FormMain: TFormMain
990992
object tsMaps: TTabSheet
991993
Caption = 'Maps'
992994
ImageIndex = 8
995+
ExplicitLeft = 0
996+
ExplicitTop = 0
997+
ExplicitWidth = 0
998+
ExplicitHeight = 0
993999
object imgMapsPlaceholder: TImage
9941000
Left = 336
9951001
Top = 296
@@ -1057,7 +1063,7 @@ object FormMain: TFormMain
10571063
Left = 504
10581064
Top = 3
10591065
Width = 162
1060-
Height = 25
1066+
Height = 26
10611067
Hint = 'Change view mode'
10621068
Margins.Right = 10
10631069
Align = alRight
@@ -1347,6 +1353,10 @@ object FormMain: TFormMain
13471353
Margins.Bottom = 2
13481354
Caption = 'Options'
13491355
ImageIndex = 3
1356+
ExplicitLeft = 0
1357+
ExplicitTop = 0
1358+
ExplicitWidth = 0
1359+
ExplicitHeight = 0
13501360
object grpEnableDisable: TGroupBox
13511361
AlignWithMargins = True
13521362
Left = 8
@@ -1963,7 +1973,7 @@ object FormMain: TFormMain
19631973
Left = 632
19641974
Top = 168
19651975
Bitmap = {
1966-
494C010106000800080010001000FFFFFFFF2110FFFFFFFFFFFFFFFF424D3600
1976+
494C010106000800100010001000FFFFFFFF2110FFFFFFFFFFFFFFFF424D3600
19671977
0000000000003600000028000000400000002000000001002000000000000020
19681978
0000000000000000000000000000000000000000000000000000000000000000
19691979
0000070707302A2A2A962D2D30D8212023F9201F22F82E2D30D6282829920606
@@ -2373,7 +2383,7 @@ object FormMain: TFormMain
23732383
Left = 636
23742384
Top = 221
23752385
Bitmap = {
2376-
494C0101020008000800DC008000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
2386+
494C0101020008001000DC008000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
23772387
00000000000036000000280000007003000080000000010020000000000000E0
23782388
0600000000000000000000000000000000000000000000000000000000000000
23792389
0000000000000000000000000000000000000000000000000000000000000000

code/interface/PathDialog.dfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object kfPathDialog: TkfPathDialog
1212
Font.Name = 'Tahoma'
1313
Font.Style = []
1414
OldCreateOrder = False
15-
Position = poDesktopCenter
15+
Position = poScreenCenter
1616
OnCreate = FormCreate
1717
PixelsPerInch = 96
1818
TextHeight = 12

code/interface/frmDnt.dfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object frmDonate: TfrmDonate
1313
Font.Name = 'Tahoma'
1414
Font.Style = []
1515
OldCreateOrder = False
16-
Position = poDesktopCenter
16+
Position = poScreenCenter
1717
OnCreate = FormCreate
1818
PixelsPerInch = 96
1919
TextHeight = 12

code/interface/languagePrompt.dfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object FormSetLanguage: TFormSetLanguage
1313
Font.Name = 'Tahoma'
1414
Font.Style = []
1515
OldCreateOrder = False
16-
Position = poDesktopCenter
16+
Position = poScreenCenter
1717
PixelsPerInch = 96
1818
TextHeight = 13
1919
object lblSelectLanguage: TLabel

code/units/KFServerTool.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ TKFServerTool = class(TObject)
150150
- Localization system improvements
151151
- Deutsch Language added (thanks for wookiefriseur)
152152
- Bug fixes in automatic detection of official maps and minor improvements
153+
- Dual-screen-setup fix
153154
- Localization file improved
154155
155156
* Special thanks for wookiefriseur in this update

0 commit comments

Comments
 (0)