diff options
| author | Loki Rautio <lokirautio@gmail.com> | 2026-03-04 03:56:03 -0600 |
|---|---|---|
| committer | Loki Rautio <lokirautio@gmail.com> | 2026-03-04 03:56:03 -0600 |
| commit | 42aec6dac53dffa6afe072560a7e1d4986112538 (patch) | |
| tree | 0836426857391df1b6a83f6368a183f83ec9b104 /.github | |
| parent | c9d58eeac7c72f0b3038e084667b4d89a6249fce (diff) | |
| parent | ef9b6fd500dfabd9463267b0dd9e29577eea8a2b (diff) | |
Merge branch 'main' into pr/win64-world-saves
# Conflicts:
# Minecraft.Client/MinecraftServer.cpp
# README.md
Diffstat (limited to '.github')
| -rw-r--r-- | .github/TutorialWorld.png (renamed from .github/IMG_8725.png) | bin | 975385 -> 975385 bytes | |||
| -rw-r--r-- | .github/pull_request_template.md | 14 | ||||
| -rw-r--r-- | .github/workflows/nightly.yml | 10 |
3 files changed, 17 insertions, 7 deletions
diff --git a/.github/IMG_8725.png b/.github/TutorialWorld.png Binary files differindex 4f958dc4..4f958dc4 100644 --- a/.github/IMG_8725.png +++ b/.github/TutorialWorld.png diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0dfcc8e2..a1c3e74a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,21 +1,23 @@ -# Pull Request +<!-- +Note: IF YOUR PR CHANGES THE GAME BEHAVIOR VISIBLY, REMEMBER TO ATTACH A GAMEPLAY FOOTAGE (or at least a screenshot) OF YOU *ACTUALLY* PLAYING THE GAME WITH YOUR CHANGES. Untested PRs are *NOT* welcome. Please don't forget to describe what did you do in each commit in your PR. +--> ## Description -Briefly describe the changes this PR introduces. +<!-- Briefly describe the changes this PR introduces. --> ## Changes ### Previous Behavior -*Describe how the code behaved before this change.* +<!-- Describe how the code behaved before this change. --> ### Root Cause -*Explain the core reason behind the erroneous/old behavior (e.g., bug, design flaw, missing edge case).* +<!-- Explain the core reason behind the erroneous/old behavior (e.g., bug, design flaw, missing edge case). --> ### New Behavior -*Describe how the code behaves after this change.* +<!-- Describe how the code behaves after this change. --> ### Fix Implementation -*Detail exactly how the issue was resolved (specific code changes, algorithms, logic flows).* +<!-- Detail exactly how the issue was resolved (specific code changes, algorithms, logic flows). --> ## Related Issues - Fixes #[issue-number] diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 00f18f53..4ef1274d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -5,6 +5,10 @@ on: push: branches: - 'main' + paths-ignore: + - '.gitignore' + - '*.md' + - '.github/*.md' jobs: build: @@ -32,4 +36,8 @@ jobs: with: tag_name: nightly name: Nightly Release - files: LCEWindows64.zip
\ No newline at end of file + body: Requires at least Windows 7 and DirectX 11 compatible GPU to run. Compiled with MSVC v14.44.35207 in Release mode with Whole Program Optimization, as well as `/O2 /Ot /Oi /Ob3 /GF /fp:precise`. + files: | + LCEWindows64.zip + ./x64/Release/Minecraft.Client.exe + ./x64/Release/Minecraft.Client.pdb |
