Skip to content

LibGDX #536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions descriptions/SDK.libGDX.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[**LibGDX**](https://libgdx.com/) is a cross-platform, [**open source**](https://github.com/libgdx/libgdx) Java game development framework based on OpenGL (ES).
3 changes: 3 additions & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ Intel_oneTBB = (?:^|/)tbb(?:[0-9]{2}|malloc)?\.dll$
Intel_XeSS = (?:^|/)(?:ig|lib)xess\.dll$
iZotope = (?:^|/)iZotope\.dll$
JVM = (?:^|/)bin/java(?:\.exe|\.dll)?$
libGDX[] = (?:^|/)gdx-1\.[0-9][0-9]?(?:\.[0-9][0-9]?)?\.jar$
libGDX[] = (?:^|/)libgdx/LICENSE$
libGDX[] = (?:^|/)gdx(?:64)?\.dll$
Lua[] = (?:^|/)(?:lib)?lua5\.?[01234]\.(?:dll|so)$
Lua[] = \.lua$
Miles_Sound_System = (?:^|/)mss(?:16|32|64)\.dll$
Expand Down
46 changes: 46 additions & 0 deletions tests/types/SDK.libGDX.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
/gdx.dll
/gdx-1.9.jar
/gdx-1.9.0.jar
/gdx-1.9.1.jar
/gdx-1.9.2.jar
/gdx-1.9.3.jar
/gdx-1.9.4.jar
/gdx-1.9.5.jar
/gdx-1.9.6.jar
/gdx-1.9.7.jar
/gdx-1.9.8.jar
/gdx-1.9.9.jar
/gdx-1.9.10.jar
/gdx-1.9.11.jar
/gdx-1.9.12.jar
/gdx-1.9.13.jar
/gdx-1.10.jar
/gdx-1.10.0.jar
/gdx-1.10.1.jar
/gdx-1.10.2.jar
/gdx-1.10.3.jar
/gdx-1.10.4.jar
/gdx-1.10.5.jar
/gdx-1.10.6.jar
/gdx-1.10.7.jar
/gdx-1.10.8.jar
/gdx-1.10.9.jar
/gdx-1.10.10.jar
/gdx-1.11.jar
/gdx-1.11.0.jar
/gdx-1.11.1.jar
/gdx-1.11.2.jar
/gdx-1.11.3.jar
/gdx-1.11.4.jar
/gdx-1.11.5.jar
/gdx-1.11.6.jar
/gdx-1.11.7.jar
/gdx-1.11.8.jar
/gdx-1.11.9.jar
/gdx-1.11.10.jar
/gdx-1.12.0.jar
/gdx64.dll
/libgdx/LICENSE
gdx.dll
gdx64.dll
libgdx/LICENSE
8 changes: 8 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,14 @@ rts3client_win32.dll
Outsider_Strategist/data.dt
Outsider_Strategist/data_dts
Outsider_Strategist/ata.dts
gdx.dllf
gdx64.dllf
gdx.fdll
gdx64.fdll
gdxdll
gdx64dll
fgdx.dll
fgdx64.dll
Microsoft.FXna.Framework.XmlSerializers.dll
sub/dir/Microsoft.FXna.Framework.XmlSerializers.dll
fxnafx31_redist.msi
Expand Down