Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions descriptions/SDK.Coherent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[**Coherent Labs**](https://coherent-labs.com/) develops middleware solutions for building game user interfaces using web technology.

Their original product is called [**Coherent GT**](https://coherent-labs.com/Documentation/cpp-gt/). The subsequent version is branded as [**Coherent Gameface**](https://docs.coherent-labs.com/cpp-gameface/) and [**Coherent Prysm**](https://docs.coherent-labs.com/cpp-prysm).
2 changes: 0 additions & 2 deletions descriptions/SDK.Coherent_Gameface_OR_Prysm.md

This file was deleted.

3 changes: 2 additions & 1 deletion rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ Bink_Video = (?:^|/)bink2?w(?:64|32)?\.dll$
Box2D = (?:^|/)box2d\.(?:(?:XNA\.)?dll|txt|wasm)$
BugTrap = (?:^|/)BugTrapU?(?:-x64)?\.dll$
CEF = (?:^|/)libcef\.(?:dll|so)$
Coherent_Gameface_OR_Prysm = (?:^|/)cohtml\.windowsdesktop\.dll$
Coherent[] = (?:^|/)cohtml\.windowsdesktop\.dll$
Coherent[] = (?:^|/)CoherentUIGT\.dll$
CRIWARE[] = (?:^|/)data(?:1|000)?\.cpk$
CRIWARE[] = \.(?:sfd|usm|adx|acb|awb)$
CRIWARE[] = (?:^|/)cri_ware_unity\.dll$
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/cohtml.windowsdesktop.dll
Engine/Binaries/ThirdParty/Cohtml/Win64/Release/cohtml.WindowsDesktop.dll
cohtml.windowsdesktop.dll
/coherentuigt.dll
Engine/Binaries/ThirdParty/CoherentUIGT/Win64/Release/CoherentUIGT.dll
coherentuigt.dll
3 changes: 3 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ RenoirCore.WindowsDesktop.dlll
cohtml.WindowsDesktop.dlll
RenoirCore.WindowsDesktop_dll
cohtml.WindowsDesktop_dll
CCoherentUIGT.dll
CoherentUIGT.dlll
CoherentUIGT_dll
SuperUnity.Entities.dll
Unity.Entitie.dll
Unity_Entities_dll
Expand Down