diff --git a/DD_IDE.dof b/DD_IDE.dof index 8c147edc..20d2a231 100644 --- a/DD_IDE.dof +++ b/DD_IDE.dof @@ -115,7 +115,7 @@ AutoIncBuild=1 MajorVer=1 MinorVer=0 Release=7 -Build=49 +Build=50 Debug=0 PreRelease=0 Special=0 @@ -126,7 +126,7 @@ CodePage=1252 [Version Info Keys] CompanyName=Jim Valavanis FileDescription=DelphiDoom Script IDE -FileVersion=1.0.7.49 +FileVersion=1.0.7.50 InternalName=DD_IDE LegalCopyright=Copyright 2016-2022, Jim Valavanis LegalTrademarks=Copyright 2016-2022, Jim Valavanis diff --git a/DD_IDE.res b/DD_IDE.res index 5218e673..82bb481d 100644 Binary files a/DD_IDE.res and b/DD_IDE.res differ diff --git a/Doom_what's new.txt b/Doom_what's new.txt index 29da7230..18570a16 100644 --- a/Doom_what's new.txt +++ b/Doom_what's new.txt @@ -1,3 +1,5 @@ +Version 2.0.7 build 734 - (20220428) +----------------------- Fixed problem in wide status bar when changing screen resolution (software rendering). Fixed problem in wide status bar when the menu shades the background (OpenGL rendering). Corrections to external textures caching in software rendering mode. diff --git a/Heretic_what's new.txt b/Heretic_what's new.txt index 0ad7f1ca..a021eb76 100644 --- a/Heretic_what's new.txt +++ b/Heretic_what's new.txt @@ -1,3 +1,5 @@ +Version 2.0.7 build 734 - (20220428) +----------------------- Corrections to external textures caching in software rendering mode. Virtual filesystem places hi-res textures in 'TEXTURES' directory. Wall textures can be loaded from pk3/zip filesystem without a TEXTUREx equivalent. They must be located inside "TEXTURES" folder. diff --git a/Hexen_what's new.txt b/Hexen_what's new.txt index 4124ce23..2551909b 100644 --- a/Hexen_what's new.txt +++ b/Hexen_what's new.txt @@ -1,3 +1,5 @@ +Version 2.0.7 build 734 - (20220428) +----------------------- Corrections to external textures caching in software rendering mode. Virtual filesystem places hi-res textures in 'TEXTURES' directory. Wall textures can be loaded from pk3/zip filesystem without a TEXTUREx equivalent. They must be located inside "TEXTURES" folder. diff --git a/Launcher.dof b/Launcher.dof index 75bd7b7b..23f1eeeb 100644 --- a/Launcher.dof +++ b/Launcher.dof @@ -115,7 +115,7 @@ AutoIncBuild=1 MajorVer=1 MinorVer=9 Release=2 -Build=78 +Build=79 Debug=0 PreRelease=0 Special=0 @@ -126,7 +126,7 @@ CodePage=1252 [Version Info Keys] CompanyName=Jim Valavanis FileDescription=Launcher -FileVersion=1.9.2.78 +FileVersion=1.9.2.79 InternalName=Launcher LegalCopyright=Copyright 2008-2022, Jim Valavanis LegalTrademarks=Copyright 2008-2022, Jim Valavanis @@ -179,16 +179,16 @@ Count=1 Item0=C:\Program Files\Borland\Delphi7\Lib [HistoryLists\hlUnitOutputDirectory] Count=15 -Item0=..\dcu\Launcher -Item1=..\dcu\DD_IDE -Item2=..\dcu\ddc_strife -Item3=..\dcu\ddc_hexen -Item4=..\dcu\ddc_heretic -Item5=..\dcu\ddc_doom -Item6=..\dcu\Strife\soft -Item7=..\dcu\Strife\GL -Item8=..\dcu\Hexen\GL -Item9=..\dcu\Hexen\Soft +Item0=..\dcu\DD_IDE +Item1=..\dcu\ddc_strife +Item2=..\dcu\ddc_hexen +Item3=..\dcu\ddc_heretic +Item4=..\dcu\ddc_doom +Item5=..\dcu\Strife\soft +Item6=..\dcu\Strife\GL +Item7=..\dcu\Hexen\GL +Item8=..\dcu\Hexen\Soft +Item9=..\dcu\Launcher Item10=..\dcu\Heretic\Soft Item11=..\dcu\Heretic\GL Item12=..\dcu\Doom\GL @@ -196,10 +196,10 @@ Item13=..\dcu\Doom\soft Item14=..\dcu [HistoryLists\hlOutputDirectorry] Count=7 -Item0=..\bin\ -Item1=..\bin\Tools -Item2=..\bin\Strife -Item3=..\bin\Hexen +Item0=..\bin\Tools +Item1=..\bin\Strife +Item2=..\bin\Hexen +Item3=..\bin\ Item4=..\bin\Heretic Item5=..\bin\Doom Item6=..\bin diff --git a/Launcher.res b/Launcher.res index 6166f6b8..5c312528 100644 Binary files a/Launcher.res and b/Launcher.res differ diff --git a/Strife_what's new.txt b/Strife_what's new.txt index 67296716..5ed9248b 100644 --- a/Strife_what's new.txt +++ b/Strife_what's new.txt @@ -1,3 +1,5 @@ +Version 2.0.7 build 734 - (20220428) +----------------------- Corrections to external textures caching in software rendering mode. Virtual filesystem places hi-res textures in 'TEXTURES' directory. Fixed support for 'TEXTURE3' texture lump. It was working only in old TEXTURE format.