Skip to content

Commit dda1127

Browse files
authored
Merge pull request #1223 from dockfries/fix
A series of changes
2 parents ac4c560 + 062d5dc commit dda1127

126 files changed

Lines changed: 6601 additions & 5737 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Cancel previous runs
17-
uses: styfle/cancel-workflow-action@0.12.1
17+
uses: styfle/cancel-workflow-action@0.13.1
1818
with:
1919
workflow_id: 42688837
2020
access_token: ${{ github.token }}
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v6
2222
- uses: superfly/flyctl-actions/setup-flyctl@master
2323
with:
2424
version: 0.3.221

.github/workflows/deploy-web.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: macos-latest
1212
steps:
1313
- name: Cancel previous runs
14-
uses: styfle/cancel-workflow-action@0.12.1
14+
uses: styfle/cancel-workflow-action@0.13.1
1515
with:
1616
workflow_id: 42688838
1717
access_token: ${{ github.token }}
1818

19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- name: Cache ~/.npm for npm ci
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: ~/.npm
2525
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/labeler@v5
12+
- uses: actions/labeler@v6

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
name: test
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/setup-go@v2
14+
- uses: actions/setup-go@v6
1515
with:
1616
go-version: "1.17.2"
17-
- uses: actions/setup-node@v2
18-
- uses: actions/checkout@v2
19-
- uses: arduino/setup-task@v1
17+
- uses: actions/setup-node@v6
18+
- uses: actions/checkout@v6
19+
- uses: arduino/setup-task@v2
2020
- run: go mod download
2121
- run: task generate
2222

frontend/content/releases/server/v1.1.0.2612.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ There are so many fixes and additions, for those who don't know, they can read b
108108
* @Zorono made their first contribution in https://github.com/openmultiplayer/open.mp/pull/752
109109
* @ReshiramZekrom1 made their first contribution in https://github.com/openmultiplayer/open.mp/pull/762
110110

111-
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v0.0.11.2331...v1.1.0
111+
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v0.0.11.2331...v1.1.0.2612

frontend/content/releases/server/v1.3.1.2748.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ assets:
7676
* @myudev made their first contribution in https://github.com/openmultiplayer/open.mp/pull/919
7777
* @atomlin-git made their first contribution in https://github.com/openmultiplayer/open.mp/pull/902
7878

79-
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.2.0.2670...v1.3.1.2744
79+
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.2.0.2670...v1.3.1.2748

frontend/content/releases/server/v1.4.0.2779.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ assets:
5959
## New Contributors
6060
* @f0Re3t made their first contribution in https://github.com/openmultiplayer/open.mp/pull/978
6161

62-
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.3.1.2744...v1.4.0.2779
62+
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.3.1.2748...v1.4.0.2779

frontend/content/releases/server/v1.5.8.3079.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ assets:
111111
* @Tiaansu made their first contribution in https://github.com/openmultiplayer/open.mp/pull/1151
112112
* @nidi21 made their first contribution in https://github.com/openmultiplayer/open.mp/pull/1152
113113

114-
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.4.0.2779...v1.5.8.3077
114+
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.4.0.2779...v1.5.8.3079

frontend/docs/client/_.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

frontend/docs/scripting/language/reference/00-Contents.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,36 +48,36 @@ size of 11 points.
4848

4949
---
5050

51-
[Foreword](01-Foreword) - Page 3-5
51+
[Foreword](Foreword) - Page 3-5
5252

53-
[A tutorial introduction](02-A-tutorial-introduction) - Page 5-62
53+
[A tutorial introduction](A-tutorial-introduction) - Page 5-62
5454

55-
[Data and declarations](03-Data-and-declarations) - Page 62-70
55+
[Data and declarations](Data-and-declarations) - Page 62-70
5656

57-
[Functions](04-Functions) - Page 70-93
57+
[Functions](Functions) - Page 70-93
5858

59-
[The preprocessor](05-The-preprocessor) - Page 93-97
59+
[The preprocessor](The-preprocessor) - Page 93-97
6060

61-
[General syntax](06-General-syntax) - Page 97-104
61+
[General syntax](General-syntax) - Page 97-104
6262

63-
[Operators and expressions](07-Operators-and-expressions) - Page 104-112
63+
[Operators and expressions](Operators-and-expressions) - Page 104-112
6464

65-
[Statements](08-Statements) - Page 112-117
65+
[Statements](Statements) - Page 112-117
6666

67-
[Directives](09-Directives) - Page 117-124
67+
[Directives](Directives) - Page 117-124
6868

69-
[Proposed function library](10-Proposed-function-library) - Page 124-134
69+
[Proposed function library](Proposed-function-library) - Page 124-134
7070

71-
[Pitfalls: differences from C](11-Pitfalls-differences-from-C) - Page 134-137
71+
[Pitfalls: differences from C](Pitfalls-differences-from-C) - Page 134-137
7272

73-
[Assorted tips](12-Assorted-tips) - Page 137-148
73+
[Assorted tips](Assorted-tips) - Page 137-148
7474

75-
[Appendices](13-Appendices) - Page 148-183
75+
[Appendices](Appendices) - Page 148-183
7676

77-
[Error and warning messages](13-Appendices#error-and-warning-messages) - Page 148-168
77+
[Error and warning messages](Appendices#error-and-warning-messages) - Page 148-168
7878

79-
[The compiler](13-Appendices#the-compiler) - Page 168-174
79+
[The compiler](Appendices#the-compiler) - Page 168-174
8080

81-
[Rationale](13-Appendices#rationale) - Page 174-181
81+
[Rationale](Appendices#rationale) - Page 174-181
8282

83-
[License](13-Appendices#license) - Page 181-183
83+
[License](Appendices#license) - Page 181-183

0 commit comments

Comments
 (0)