Skip to content

Commit

Permalink
Add Box2D
Browse files Browse the repository at this point in the history
Co-authored-by: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com>
  • Loading branch information
Lifeismana and MichaelHinrichs committed Mar 26, 2024
1 parent 96a9650 commit a05d79a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions descriptions/SDK.Box2D.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[**Box2D**](https://box2d.org/) is an open source 2D Physics Engine for games.
1 change: 1 addition & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ Azure_Playfab_Party[] = (?:^|/)Party(?:Win|Win7|Win32|XboxLive|XboxLiveWin32)?\.
Azure_Playfab_Party[] = (?:^|/)XPlatCppWindows\.dll$
BASS = (?:^|/)(?:bass(?:flac|midi)?\.dll|libbass\.(?:dylib|so))$
Bink_Video = (?:^|/)bink2?w(?:64|32)?\.dll$
Box2D = (?:^|/)box2d\.(?:(?:XNA\.)?dll|txt|wasm)$
CEF = (?:^|/)libcef\.(?:dll|so)$
Coherent_Gameface_OR_Prysm = (?:^|/)cohtml\.windowsdesktop\.dll$
CRIWARE = \.(?:cpk|sfd|usm|adx|acb|awb)$
Expand Down
2 changes: 2 additions & 0 deletions tests/types/SDK.Awesomium.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/Awesomium.dll
/Awesomium_process.exe
/awesomium_process.exe
Awesomium.dll
Awesomium_process.exe
awesomium_process.exe
12 changes: 12 additions & 0 deletions tests/types/SDK.Box2D.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/Box2D.XNA.dll
/Box2D.dll
/box2d.XNA.dll
/box2d.dll
/box2d.txt
/box2d.wasm
Box2D.XNA.dll
Box2D.dll
box2d.XNA.dll
box2d.dll
box2d.txt
box2d.wasm
20 changes: 20 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,26 @@ dEngine.BuildInfo_Win32_retail.dll
dEngine.BuildInfo_Win32_retail_dll.dll
dEngine.BuildInfo_Win64_retail.dll
dEngine.BuildInfo_Win64_retail_dll.dll
fBox2D.dll
fbox2d.dll
fbox2d.txt
fbox2d.wasm
fbox2d.wasm.js
Box2D.fdll
box2d.fdll
box2d.ftxt
box2d.fwasm
box2d.fwasm.js
box2d.wasm.fjs
Box2D.dllf
box2d.dllf
box2d.txtf
box2d.wasmf
box2d.wasmf.js
box2d.wasm.jsf
box2d-wasm.js
box2d_wasm.js
box2d/wasm.js
libhl.dlll
libhl.soo
libhl_so
Expand Down

0 comments on commit a05d79a

Please sign in to comment.