Skip to content

Commit

Permalink
Nothing special.
Browse files Browse the repository at this point in the history
  • Loading branch information
gildor2 committed Jun 11, 2018
1 parent f36fdf5 commit b1c665c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Tools/CompatTable/developers.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Atari=http://en.wikipedia.org/wiki/Atari
Auran=http://en.wikipedia.org/wiki/Auran

; B
Bandai Namco Studios=http://en.wikipedia.org/wiki/Bandai_Namco_Studios
Bandai Namco=http://en.wikipedia.org/wiki/Bandai_Namco_Entertainment
Bedlam Games=http://www.bedlamgames.com/
Behaviour Interactive=http://en.wikipedia.org/wiki/Behaviour_Interactive
BioWare=http://en.wikipedia.org/wiki/BioWare
Expand Down
10 changes: 8 additions & 2 deletions Tools/CompatTable/table.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ http://store.steampowered.com/app/711750/Monster_Energy_Supercross__The_Official
[notmycar]
Y Y Y Y UE4.19
NMC Studios
https://notmycar.com/
http://notmycar.com/
-

[State of Decay 2]
Expand All @@ -64,6 +64,12 @@ http://en.wikipedia.org/wiki/State_of_Decay_2
http://www.gildor.org/smf/index.php/topic,6180.0.html
; game=sod2

[Sword Art Online: Fatal Bullet]
Y Y Y Y UE4.17
Bandai Namco
http://www.bandainamcoent.com/games/sword-art-online-fatal-bullet
http://www.gildor.org/smf/index.php/topic,6070.0.html


[year=2017]

Expand Down Expand Up @@ -259,7 +265,7 @@ http://www.gildor.org/smf/index.php/topic,5992.0.html
[Tekken 7]
Y Y Y Y UE4.14
Bandai Namco Studios
Bandai Namco
http://en.wikipedia.org/wiki/Tekken_7
http://www.gildor.org/smf/index.php/topic,3220.0.html
; game=tekken7 is required
Expand Down
4 changes: 2 additions & 2 deletions UmodelTool/UE4AesKeyDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class UIUE4AesKeyDialog : public UIBaseDialog
.SetWidth(80)
.SetOK()
// .Enable(false)
.Expose(OkButton)
// .Expose(OkButton)
+NewControl(UISpacer)
+NewControl(UIButton, "Cancel")
.SetWidth(80)
Expand All @@ -53,7 +53,7 @@ class UIUE4AesKeyDialog : public UIBaseDialog
}

FString Value;
UIButton* OkButton;
// UIButton* OkButton;
};

#endif // UNREAL4
Expand Down
2 changes: 2 additions & 0 deletions Unreal/UnPackage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,8 @@ static void SerializePackageFileSummary4(FArchive &Ar, FPackageFileSummary &S)
S.CustomVersionContainer.Serialize(Ar, S.LegacyVersion);
}

// Conan Exiles: has TArray<int32[5]> inserted here. Also it has int32=0 before Tag

Ar << S.HeadersSize;
Ar << S.PackageGroup;
Ar << S.PackageFlags;
Expand Down

0 comments on commit b1c665c

Please sign in to comment.