Skip to content
Closed
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
1 change: 1 addition & 0 deletions descriptions/Engine.Cobra.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[**Cobra**](https://www.frontier.co.uk/node/639) is an engine by [**Frontier**](https://www.frontier.co.uk/), used in their games.
1 change: 1 addition & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ ChromeEngine[] = (?:^|/)engine(?:_pc)?\.rpack$
Clausewitz[] = (?:^|/)common/defines\.(?:lua|txt)$
Clausewitz[] = ^(?:game/)?common/defines/00_defines\.txt$
ClickTeamFusion = (?:^|/)mmfs2\.dll$
Cobra = \.ovl$
Cocos = cocos(?:2d|-js)
Construct = (?:^|/)c[23]runtime\.js$
CopperCube = \.ccb$
Expand Down
1 change: 1 addition & 0 deletions tests/types/Engine.Cobra.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.ovl
2 changes: 2 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ box2d.wasm.jsf
box2d-wasm.js
box2d_wasm.js
box2d/wasm.js
.fovl
.ovlf
libhl.dlll
libhl.soo
libhl_so
Expand Down