Skip to content

Commit 3d69ac4

Browse files
committed
Merge branch 'master' into challengepack-fix
2 parents 73e53f3 + 168bd5d commit 3d69ac4

176 files changed

Lines changed: 4501 additions & 1418 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.

.cirrus.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,6 @@ task:
4848
Type_Check_script:
4949
- yarn typecheck
5050
matrix:
51-
- only_if: $CIRRUS_TAG != ''
52-
name: Types Publish
53-
env:
54-
NPM_AUTH_TOKEN: ENCRYPTED[7e0bc6b5e2d4f27aff6a60acf686376ca26abed3334738847a419e4bd8c245490caeddc81d8ce403745516e11604c094]
55-
Install_System_Dependencies_script:
56-
- apt update --yes
57-
- apt install rsync --yes
58-
Push_Types_script:
59-
- rsync -a --include '*/' --include '*.d.ts' --exclude '*' build/ packaging/typedefs/
60-
- yarn typedefs reversion
61-
- yarn typedefs pack
62-
- yarn config set npmAuthToken $NPM_AUTH_TOKEN
63-
- yarn typedefs npm publish
6451
- only_if: $CIRRUS_TAG == ''
6552
name: Tests
6653
Lint_script:

.github/pull_request_template.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
## Checklist
1212

1313
<!--
14-
Just a few reminders to make sure everything is perfect. You can place an "X" in the boxes to tick them off.
15-
If you have not completed one of the steps below, you can create the pull request as a draft, and then check off the items as you go.
14+
Once you create the PR, the checklist will be added below this comment automatically (based on what files you've changed).
15+
It's just a few reminders to make sure everything is perfect. You can place an "X" in the boxes to tick them off.
1616
When you have completed the checklist, press the "Ready for review" button.
1717
-->
18-
19-
- [ ] I have run Prettier to reformat any changed files
20-
- [ ] I have verified my changes work

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
persist-credentials: false
2828

.github/workflows/locale-mod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212

1313
steps:
1414
- name: Checkout Peacock
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
persist-credentials: false
1818
token: ${{ secrets.PEACOCKBOT_TOKEN }}
1919
path: "./Peacock"
2020

2121
- name: Checkout Peacock Strings
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
token: ${{ secrets.PEACOCKBOT_TOKEN }}
2525
repository: thepeacockproject/peacock-strings

.github/workflows/locale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout Peacock
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
token: ${{ secrets.PEACOCKBOT_TOKEN }}
1919
path: "./Peacock"

.github/workflows/patcher-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
16+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
1717
with:
1818
ref: ${{ github.ref_name }}
1919
path: repository

.github/workflows/patcher.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Setup .NET Core
2424
uses: actions/setup-dotnet@v5
@@ -33,7 +33,7 @@ jobs:
3333
dotnet publish HitmanPatcher/HitmanPatcher.csproj -c Release -p DebugType=none -o Publish/Windows
3434
3535
- name: Upload patcher-windows
36-
uses: actions/upload-artifact@v5
36+
uses: actions/upload-artifact@v6
3737
with:
3838
name: patcher-windows
3939
path: patcher/Publish/Windows/ILRepack

components/2016/legacyContractHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* The Peacock Project - a HITMAN server replacement.
3-
* Copyright (C) 2021-2025 The Peacock Project Team
3+
* Copyright (C) 2021-2026 The Peacock Project Team
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

components/2016/legacyMenuData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* The Peacock Project - a HITMAN server replacement.
3-
* Copyright (C) 2021-2025 The Peacock Project Team
3+
* Copyright (C) 2021-2026 The Peacock Project Team
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

components/2016/legacyProfileRouter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* The Peacock Project - a HITMAN server replacement.
3-
* Copyright (C) 2021-2025 The Peacock Project Team
3+
* Copyright (C) 2021-2026 The Peacock Project Team
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

0 commit comments

Comments
 (0)