Skip to content

Commit b1f8787

Browse files
committed
Introduced precompiled header
premake5.exe version updated, fixed up deprecated features warnings Updated CI tests triggers
1 parent afed44a commit b1f8787

8 files changed

Lines changed: 291 additions & 53 deletions

File tree

.github/workflows/Build_Plugin_GTA_2.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
name: Build Plugin GTA2
1+
name: Plugin GTA2
22

33
on:
4+
workflow_dispatch:
5+
46
push:
57
paths:
68
- "!**.dll"
79
- "!**.md"
810
- "!**.txt"
11+
- "tools/premake/**"
12+
- "hooking/**"
13+
- "injector/**"
14+
- "modutils/**"
15+
- "safetyhook/**"
16+
- "shared/**"
17+
- "plugin_II/**"
18+
19+
pull_request:
20+
types:
21+
- opened
22+
paths:
23+
- "!**.dll"
24+
- "!**.md"
25+
- "!**.txt"
26+
- "tools/premake/**"
927
- "hooking/**"
1028
- "injector/**"
1129
- "modutils/**"
@@ -15,7 +33,7 @@ on:
1533

1634
jobs:
1735
build:
18-
name: Build Plugin GTA2
36+
name: Build
1937
runs-on: windows-2022
2038

2139
steps:

.github/workflows/Build_Plugin_GTA_3.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
name: Build Plugin GTA3
1+
name: Plugin GTA3
22

33
on:
4+
workflow_dispatch:
5+
46
push:
57
paths:
68
- "!**.dll"
79
- "!**.md"
810
- "!**.txt"
11+
- "tools/premake/**"
12+
- "hooking/**"
13+
- "injector/**"
14+
- "modutils/**"
15+
- "safetyhook/**"
16+
- "shared/**"
17+
- "plugin_III/**"
18+
19+
pull_request:
20+
types:
21+
- opened
22+
paths:
23+
- "!**.dll"
24+
- "!**.md"
25+
- "!**.txt"
26+
- "tools/premake/**"
927
- "hooking/**"
1028
- "injector/**"
1129
- "modutils/**"
@@ -15,7 +33,7 @@ on:
1533

1634
jobs:
1735
build:
18-
name: Build Plugin GTA3
36+
name: Build
1937
runs-on: windows-2022
2038

2139
steps:

.github/workflows/Build_Plugin_GTA_4.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
name: Build Plugin GTA4
1+
name: Plugin GTA4
22

33
on:
4+
workflow_dispatch:
5+
46
push:
57
paths:
68
- "!**.dll"
79
- "!**.md"
810
- "!**.txt"
11+
- "tools/premake/**"
12+
- "hooking/**"
13+
- "injector/**"
14+
- "modutils/**"
15+
- "safetyhook/**"
16+
- "shared/**"
17+
- "plugin_IV/**"
18+
19+
pull_request:
20+
types:
21+
- opened
22+
paths:
23+
- "!**.dll"
24+
- "!**.md"
25+
- "!**.txt"
26+
- "tools/premake/**"
927
- "hooking/**"
1028
- "injector/**"
1129
- "modutils/**"
@@ -15,7 +33,7 @@ on:
1533

1634
jobs:
1735
build:
18-
name: Build Plugin GTA4
36+
name: Build
1937
runs-on: windows-2022
2038

2139
steps:

.github/workflows/Build_Plugin_GTA_SA.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
name: Build Plugin GTA SA
1+
name: Plugin GTA SA
22

33
on:
4+
workflow_dispatch:
5+
46
push:
57
paths:
68
- "!**.dll"
79
- "!**.md"
810
- "!**.txt"
11+
- "tools/premake/**"
12+
- "hooking/**"
13+
- "injector/**"
14+
- "modutils/**"
15+
- "safetyhook/**"
16+
- "shared/**"
17+
- "plugin_sa/**"
18+
19+
pull_request:
20+
types:
21+
- opened
22+
paths:
23+
- "!**.dll"
24+
- "!**.md"
25+
- "!**.txt"
26+
- "tools/premake/**"
927
- "hooking/**"
1028
- "injector/**"
1129
- "modutils/**"
@@ -15,7 +33,7 @@ on:
1533

1634
jobs:
1735
build:
18-
name: Build Plugin GTA SA
36+
name: Build
1937
runs-on: windows-2022
2038

2139
steps:

.github/workflows/Build_Plugin_GTA_VC.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
name: Build Plugin GTA VC
1+
name: Plugin GTA VC
22

33
on:
4+
workflow_dispatch:
5+
46
push:
57
paths:
68
- "!**.dll"
79
- "!**.md"
810
- "!**.txt"
11+
- "tools/premake/**"
12+
- "hooking/**"
13+
- "injector/**"
14+
- "modutils/**"
15+
- "safetyhook/**"
16+
- "shared/**"
17+
- "plugin_vc/**"
18+
19+
pull_request:
20+
types:
21+
- opened
22+
paths:
23+
- "!**.dll"
24+
- "!**.md"
25+
- "!**.txt"
26+
- "tools/premake/**"
927
- "hooking/**"
1028
- "injector/**"
1129
- "modutils/**"
@@ -15,7 +33,7 @@ on:
1533

1634
jobs:
1735
build:
18-
name: Build Plugin GTA VC
36+
name: Build
1937
runs-on: windows-2022
2038

2139
steps:

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,4 +495,6 @@ user.settings
495495
*.workspace
496496
*.mk
497497

498-
tools/plugin-sdk-funcs-gen/funcs_conv.h
498+
tools/plugin-sdk-funcs-gen/funcs_conv.h
499+
/stdafx.cpp
500+
/stdafx.h

tools/premake/premake5.exe

-78 KB
Binary file not shown.

0 commit comments

Comments
 (0)