Skip to content
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

Update LithTech rules to support more versions of the engine (LT1/LT2/2.5/Talon/Jupiter) #862

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ KMY = (?:^|/)kmyCore\.dll$
Lightvn = \.vndat$
Lime_OR_OpenFL = (?:^|/)lime(?:-legacy)?\.[hn]dll$
Liquid = (?:^|/)PCTouchHelper\.dll$
LithTech = (?:^|/)default\.archcfg$
LithTech[] = (?:^|/)default\.archcfg$
LithTech[] = (?:^|/)(?:ltmsg|de_msg|ltmemory)\.dll$
Love2D = (?:^|/)(?:lib)?love\.(?:dll|so|so\.0)$
Marmalade = (?:^|/)angle/lib(?:EGL|GLESv2)Marmalade\.dll
MonoGame = (?:^|/)monogame
Expand Down
6 changes: 6 additions & 0 deletions tests/types/Engine.LithTech.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
/default.archcfg
default.archcfg
ltmsg.dll
/ltmsg.dll
de_msg.dll
/de_msg.dll
ltmemory.dll
/ltmemory.dll
Loading