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
3 changes: 2 additions & 1 deletion rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ Clausewitz[] = ^(?:game/)?common/defines/00_defines\.txt$
ClickTeamFusion = (?:^|/)mmfs2\.dll$
Cobra = (?:common|init)\.ovl$
Cocos = cocos(?:2d|-js)
Construct = (?:^|/)c[23]runtime\.js$
Construct[] = (?:^|/)c[23]runtime\.js$
Construct[] = (?:^|/)c[23]main\.js$
CopperCube = \.ccb$
CryEngine[] = (?:^|/)cry3dengine\.dll$
CryEngine[] = (?:^|/)CryD3DCompilerStub\.dll$
Expand Down
4 changes: 4 additions & 0 deletions tests/types/Engine.Construct.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
/c3runtime.js
c2runtime.js
c3runtime.js
/c2main.js
/c3main.js
c2main.js
c3main.js
6 changes: 6 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,12 @@ ac2runtime.js
ac3runtime.js
c2runtime.jss
c3runtime.jss
c2mainxjs
c3mainxjs
ac2main.js
ac3main.js
c2main.jss
c3main.jss
GameGuard.desu
GameData/bundle_PCC.ipk
bootresourcemap_pc64.ipk
Expand Down