Skip to content

Commit a05d79a

Browse files
Add Box2D
Co-authored-by: NintenHero <[email protected]>
1 parent 96a9650 commit a05d79a

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed

descriptions/SDK.Box2D.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**Box2D**](https://box2d.org/) is an open source 2D Physics Engine for games.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ Azure_Playfab_Party[] = (?:^|/)Party(?:Win|Win7|Win32|XboxLive|XboxLiveWin32)?\.
227227
Azure_Playfab_Party[] = (?:^|/)XPlatCppWindows\.dll$
228228
BASS = (?:^|/)(?:bass(?:flac|midi)?\.dll|libbass\.(?:dylib|so))$
229229
Bink_Video = (?:^|/)bink2?w(?:64|32)?\.dll$
230+
Box2D = (?:^|/)box2d\.(?:(?:XNA\.)?dll|txt|wasm)$
230231
CEF = (?:^|/)libcef\.(?:dll|so)$
231232
Coherent_Gameface_OR_Prysm = (?:^|/)cohtml\.windowsdesktop\.dll$
232233
CRIWARE = \.(?:cpk|sfd|usm|adx|acb|awb)$

tests/types/SDK.Awesomium.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/Awesomium.dll
2+
/Awesomium_process.exe
23
/awesomium_process.exe
34
Awesomium.dll
5+
Awesomium_process.exe
46
awesomium_process.exe

tests/types/SDK.Box2D.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/Box2D.XNA.dll
2+
/Box2D.dll
3+
/box2d.XNA.dll
4+
/box2d.dll
5+
/box2d.txt
6+
/box2d.wasm
7+
Box2D.XNA.dll
8+
Box2D.dll
9+
box2d.XNA.dll
10+
box2d.dll
11+
box2d.txt
12+
box2d.wasm

tests/types/_NonMatchingTests.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,26 @@ dEngine.BuildInfo_Win32_retail.dll
7777
dEngine.BuildInfo_Win32_retail_dll.dll
7878
dEngine.BuildInfo_Win64_retail.dll
7979
dEngine.BuildInfo_Win64_retail_dll.dll
80+
fBox2D.dll
81+
fbox2d.dll
82+
fbox2d.txt
83+
fbox2d.wasm
84+
fbox2d.wasm.js
85+
Box2D.fdll
86+
box2d.fdll
87+
box2d.ftxt
88+
box2d.fwasm
89+
box2d.fwasm.js
90+
box2d.wasm.fjs
91+
Box2D.dllf
92+
box2d.dllf
93+
box2d.txtf
94+
box2d.wasmf
95+
box2d.wasmf.js
96+
box2d.wasm.jsf
97+
box2d-wasm.js
98+
box2d_wasm.js
99+
box2d/wasm.js
80100
libhl.dlll
81101
libhl.soo
82102
libhl_so

0 commit comments

Comments
 (0)