mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2025-01-19 20:55:37 +00:00
Update GZDoom to 4.11.2
This commit is contained in:
parent
f20122a7be
commit
909e0ded64
|
@ -1,18 +0,0 @@
|
||||||
diff --git a/src/d_iwad.cpp b/src/d_iwad.cpp
|
|
||||||
index b421b1b35..9f0b16948 100644
|
|
||||||
--- a/src/d_iwad.cpp
|
|
||||||
+++ b/src/d_iwad.cpp
|
|
||||||
@@ -683,9 +683,10 @@ int FIWadManager::IdentifyVersion (TArray<FString> &wadfiles, const char *iwad,
|
|
||||||
"2. Edit your ~/Library/Preferences/" GAMENAMELOWERCASE ".ini and add the directories\n"
|
|
||||||
"of your iwads to the list beneath [IWADSearch.Directories]");
|
|
||||||
#else
|
|
||||||
- "1. Place one or more of these wads in ~/.config/" GAMENAMELOWERCASE "/.\n"
|
|
||||||
- "2. Edit your ~/.config/" GAMENAMELOWERCASE "/" GAMENAMELOWERCASE ".ini and add the directories of your\n"
|
|
||||||
- "iwads to the list beneath [IWADSearch.Directories]");
|
|
||||||
+ "1. Place one or more of these wads in ~/.var/app/org.zdoom.GZDoom/.config/" GAMENAMELOWERCASE "/\n"
|
|
||||||
+ "2. Edit your ~/.var/app/org.zdoom.GZDoom/.config/" GAMENAMELOWERCASE "/" GAMENAMELOWERCASE ".ini and\n"
|
|
||||||
+ " add the directories of your iwads to the list beneath [IWADSearch.Directories]\n"
|
|
||||||
+ "3. Validate your Flatpak permissions, so that Flatpak has access to your directories with wads");
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
int pick = 0;
|
|
|
@ -78,6 +78,11 @@
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="4.11.2" date="2023-10-25">
|
||||||
|
<description>
|
||||||
|
<p>Updated release package to GZDoom 4.11.2</p>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="4.11.1" date="2023-10-10">
|
<release version="4.11.1" date="2023-10-10">
|
||||||
<description>
|
<description>
|
||||||
<p>Updated release package to GZDoom 4.11.1</p>
|
<p>Updated release package to GZDoom 4.11.1</p>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit cebc32c072cc08ab4ac6b22765117fbc6819f055
|
Subproject commit 33a0fdcb83432c725681f386bae652381452fbe9
|
Loading…
Reference in a new issue