Compare commits
4 Commits
b98d89c609
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b65de712db | |||
| f4d1f8f73b | |||
| 15e449a00c | |||
| 1e1a29baef |
@@ -27,7 +27,12 @@
|
||||
"Bash(python analyze_shots.py \"C:/ASTERION/SVN/DEV/PROSERVE_UE_5_5/Saved/Logs/AntiRecoil_20260318_162726.csv\")",
|
||||
"Bash(python analyze_shots.py \"C:/ASTERION/SVN/DEV/PROSERVE_UE_5_5/Saved/Logs/AntiRecoil_20260318_163533.csv\")",
|
||||
"Bash(python analyze_shots.py \"C:/ASTERION/SVN/DEV/PROSERVE_UE_5_5/Saved/Logs/AntiRecoil_20260318_181404.csv\")",
|
||||
"Bash(python -c \":*)"
|
||||
"Bash(python -c \":*)",
|
||||
"Bash(git -C C:/ASTERION/GIT/PS_Ballistics status --short)",
|
||||
"Bash(git -C C:/ASTERION/GIT/PS_Ballistics ls-files)",
|
||||
"Bash(grep -iE \"\\\\.\\(dll|pdb|exp|lib|exe|dylib|so|a|o\\)$\")",
|
||||
"Bash(git -C C:/ASTERION/GIT/PS_Ballistics add .gitignore)",
|
||||
"Bash(git -C C:/ASTERION/GIT/PS_Ballistics commit -m ' *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
14
.gitignore
vendored
14
.gitignore
vendored
@@ -3,5 +3,19 @@ Unreal/.vs/
|
||||
Unreal/Binaries/
|
||||
Unreal/Intermediate/
|
||||
Unreal/Plugins/EasyBallistics/Intermediate/
|
||||
Unreal/Plugins/EasyBallistics/Binaries/
|
||||
Unreal/Saved/
|
||||
Unreal/Plugins/PS_Ballistics/Intermediate/
|
||||
Unreal/Plugins/PS_Ballistics/Binaries/
|
||||
|
||||
# Binaires compilés
|
||||
*.dll
|
||||
*.exp
|
||||
*.pdb
|
||||
*.lib
|
||||
*.obj
|
||||
*.exe
|
||||
*.so
|
||||
*.dylib
|
||||
*.a
|
||||
*.o
|
||||
|
||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"BuildId": "37670630",
|
||||
"Modules":
|
||||
{
|
||||
"EasyBallistics": "UnrealEditor-EasyBallistics.dylib"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"BuildId": "37670630",
|
||||
"Modules":
|
||||
{
|
||||
"EasyBallistics": "UnrealEditor-EasyBallistics-Win64-DebugGame.dll"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"BuildId": "37670630",
|
||||
"Modules":
|
||||
{
|
||||
"EasyBallistics": "UnrealEditor-EasyBallistics.dll"
|
||||
}
|
||||
}
|
||||
@@ -10,9 +10,8 @@
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/bbecde0f66914263b57fd2af5a0c7ffe",
|
||||
"SupportURL": "",
|
||||
"EngineVersion": "5.5.0",
|
||||
"CanContainContent": false,
|
||||
"Installed": true,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "EasyBallistics",
|
||||
|
||||
Reference in New Issue
Block a user