Skip to content

Commit ee9cbaa

Browse files
authored
Add Torque as engine (#98)
1 parent 5091a98 commit ee9cbaa

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

descriptions/Engine.Torque.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**Torque Game Engine**](http://www.garagegames.com/products/torque-3d) is an open-source cross-platform 3D game engine, developed by GarageGames and actively maintained under the current versions Torque 3D as well as Torque 2D.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Solar2D = (?:^|/)CoronaLabs\.Corona\.Native\.dll$
9494
Source = (?:^|/)(?:vphysics|bsppack)\.(?:dylib|dll|so)$
9595
Source2 = (?:^|/)gameinfo\.gi$
9696
TelltaleTool = \.ttarch$
97+
Torque = \.cs\.dso$
9798
Unigine = (?:^|/)(?:|lib)Unigine_x(?:86|64)\.(?:dylib|dll|so)$
9899
Unity[] = (?:^|/)Assembly-CSharp\.dll$
99100
Unity[] = (?:^|/)Unity(?:Engine|Player)\.(?:dylib|dll)$

tests/types/Engine.Torque.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/main.cs.dso
2+
common/main.cs.dso
3+
base/client/scripts/allClientScripts.cs.dso
4+
main.cs.dso

tests/types/_NonMatchingTests.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,10 @@ bink2w64.ddl
541541
notabink.dll
542542
binkw23.dll
543543
binkw64.exe
544+
common/main.cs
545+
common/main.cs.dsof
546+
common/main.ts.dso
547+
common/main_cs.dso
544548
SoundEngine.bundle
545549
/AkEngine.dll
546550
AkSoundEnginedlll.dll

0 commit comments

Comments
 (0)