Skip to content

Commit 9904454

Browse files
MichaelHinrichsLifeismana
authored andcommitted
Add iFAction (#778)
Co-authored-by: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com>
1 parent 08146f6 commit 9904454

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

descriptions/Engine.iFAction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**iFAction**](/app/1195270) is a visualized game making software.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ idTech[] = \.streamed$
119119
idTech[] = \.mega2$
120120
idTech[] = \.texdb$
121121
idTech[] = \.streamdb$
122+
iFAction = (?:^|/)iFCon$
122123
Infernal_Engine = (?:^|/)(?:COMMON|STARTUP)\.POD$
123124
Irrlicht = (?:^|/)Irrlicht\.dll$
124125
IW_Engine[] = \.iwd$

tests/types/Engine.iFAction.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/iFCon
2+
GAME/iFCon
3+
RoomNo.404/iFCon
4+
iFCon

tests/types/_NonMatchingTests.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,10 @@ sub/dir/FBUILD.EXE
550550
sub/dir/Fbuildlic.txt
551551
sub/dir/FGAME.CON
552552
sub/dir/FCOMMIT.DAT
553+
/FCon
554+
FCon
555+
/iFCon.
556+
iFCon.
553557
Randgrid.sy
554558
andgrid.sys
555559
Randgrid_sys

0 commit comments

Comments
 (0)