Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ee3c009
fix changelog compare link
dockfries Mar 11, 2026
c1a60da
use relative link for changelog announcement
dockfries Mar 11, 2026
b45aedd
remove `_.md`, use `current.json` for i18n sidebar category labels
dockfries Mar 11, 2026
35ef021
fix missing ':' tips
dockfries Mar 13, 2026
b076c3d
fix table formatting in Operators-and-expressions
dockfries Mar 17, 2026
1cf8f37
add colorMode config for docusaurus
dockfries Mar 17, 2026
eeb8be1
update footer css style
dockfries Mar 17, 2026
67aea9b
fix some symbol issues in reference docs
dockfries Mar 21, 2026
a5d3570
prettier reference docs
dockfries Mar 21, 2026
bc244af
add `code.json` for locale id, th
dockfries Mar 21, 2026
97f4e7a
update docusaurus dependency to 3.9.2
dockfries Mar 21, 2026
f04dc46
seems this content does not exist in the original docs
dockfries Mar 21, 2026
cfe8eca
try fix 02-A-tutorial-introduction line and space format
dockfries Mar 21, 2026
468640b
use cdn `Inter` as the main font
dockfries Mar 21, 2026
8bd7de0
update launcher and server download btn css
dockfries Mar 21, 2026
82647e4
enable autoCollapseCategories
dockfries Mar 22, 2026
2c3165f
add meta categoriesMetadata
dockfries Mar 22, 2026
6bc1f6c
3.9.2 force node >=20.0
dockfries Mar 22, 2026
f333d2e
update github workflows uses version
dockfries Mar 22, 2026
b3f8781
seems this content does not exist in the original docs
dockfries Mar 23, 2026
5973eac
try fix pt-BR 02-A-tutorial-introduction line and space format
dockfries Mar 23, 2026
eb10013
try fix tr 02-A-tutorial-introduction line and space format
dockfries Mar 23, 2026
12328dd
fix references links
dockfries Mar 23, 2026
adb3f28
update servers and partners list page
dockfries Mar 24, 2026
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
4 changes: 2 additions & 2 deletions .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.12.1
uses: styfle/cancel-workflow-action@0.13.1
with:
workflow_id: 42688837
access_token: ${{ github.token }}
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: superfly/flyctl-actions/setup-flyctl@master
with:
version: 0.3.221
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: macos-latest
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.12.1
uses: styfle/cancel-workflow-action@0.13.1
with:
workflow_id: 42688838
access_token: ${{ github.token }}

- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Cache ~/.npm for npm ci
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v6
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v6
with:
go-version: "1.17.2"
- uses: actions/setup-node@v2
- uses: actions/checkout@v2
- uses: arduino/setup-task@v1
- uses: actions/setup-node@v6
- uses: actions/checkout@v6
- uses: arduino/setup-task@v2
- run: go mod download
- run: task generate

Expand Down
2 changes: 1 addition & 1 deletion frontend/content/releases/server/v1.1.0.2612.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ There are so many fixes and additions, for those who don't know, they can read b
* @Zorono made their first contribution in https://github.com/openmultiplayer/open.mp/pull/752
* @ReshiramZekrom1 made their first contribution in https://github.com/openmultiplayer/open.mp/pull/762

**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v0.0.11.2331...v1.1.0
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v0.0.11.2331...v1.1.0.2612
2 changes: 1 addition & 1 deletion frontend/content/releases/server/v1.3.1.2748.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ assets:
* @myudev made their first contribution in https://github.com/openmultiplayer/open.mp/pull/919
* @atomlin-git made their first contribution in https://github.com/openmultiplayer/open.mp/pull/902

**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.2.0.2670...v1.3.1.2744
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.2.0.2670...v1.3.1.2748
2 changes: 1 addition & 1 deletion frontend/content/releases/server/v1.4.0.2779.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ assets:
## New Contributors
* @f0Re3t made their first contribution in https://github.com/openmultiplayer/open.mp/pull/978

**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.3.1.2744...v1.4.0.2779
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.3.1.2748...v1.4.0.2779
2 changes: 1 addition & 1 deletion frontend/content/releases/server/v1.5.8.3079.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ assets:
* @Tiaansu made their first contribution in https://github.com/openmultiplayer/open.mp/pull/1151
* @nidi21 made their first contribution in https://github.com/openmultiplayer/open.mp/pull/1152

**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.4.0.2779...v1.5.8.3077
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.4.0.2779...v1.5.8.3079
7 changes: 0 additions & 7 deletions frontend/docs/client/_.md

This file was deleted.

34 changes: 17 additions & 17 deletions frontend/docs/scripting/language/reference/00-Contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,36 +48,36 @@ size of 11 points.

---

[Foreword](01-Foreword) - Page 3-5
[Foreword](Foreword) - Page 3-5

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

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

[Functions](04-Functions) - Page 70-93
[Functions](Functions) - Page 70-93

[The preprocessor](05-The-preprocessor) - Page 93-97
[The preprocessor](The-preprocessor) - Page 93-97

[General syntax](06-General-syntax) - Page 97-104
[General syntax](General-syntax) - Page 97-104

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

[Statements](08-Statements) - Page 112-117
[Statements](Statements) - Page 112-117

[Directives](09-Directives) - Page 117-124
[Directives](Directives) - Page 117-124

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

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

[Assorted tips](12-Assorted-tips) - Page 137-148
[Assorted tips](Assorted-tips) - Page 137-148

[Appendices](13-Appendices) - Page 148-183
[Appendices](Appendices) - Page 148-183

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

∟ [The compiler](13-Appendices#the-compiler) - Page 168-174
∟ [The compiler](Appendices#the-compiler) - Page 168-174

∟ [Rationale](13-Appendices#rationale) - Page 174-181
∟ [Rationale](Appendices#rationale) - Page 174-181

∟ [License](13-Appendices#license) - Page 181-183
∟ [License](Appendices#license) - Page 181-183
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ functions to manipulate objects in the host application.

---

[Go Back to Contents](00-Contents)
[Go Back to Contents](Contents)
Loading
Loading