Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f8c0f1a
Update bug_report.yaml
Stranger1992 Apr 27, 2025
05949c1
Update bug_report.yaml
Stranger1992 Apr 27, 2025
cd4c9b4
Update bug_report.yaml
Stranger1992 Apr 27, 2025
94e095f
Update bug_report.yaml
Stranger1992 Jun 1, 2025
8e4c7ff
Merge branch 'develop'
Stranger1992 Jun 14, 2025
37001e5
Update README.md
Stranger1992 Jun 14, 2025
2728902
Merge branch 'develop'
Lwmte Jun 17, 2025
ca30a69
Update bug_report.yaml
Stranger1992 Jun 18, 2025
d268f66
Update README.md
Lwmte Jun 22, 2025
b84569c
Merge branch 'develop'
Stranger1992 Jun 28, 2025
4bf8e30
Merge branch 'develop'
Lwmte Aug 17, 2025
6aea424
Update bug_report.yaml
Stranger1992 Aug 17, 2025
ffcb803
Merge branch 'develop'
Lwmte Nov 9, 2025
50ea441
Update bug_report.yaml
Stranger1992 Nov 11, 2025
53b768e
Merge branch 'develop'
Lwmte Nov 23, 2025
8e09754
Updated Bug Report form for 1.10.1
Stranger1992 Nov 23, 2025
9eca265
Merge branch 'develop'
Lwmte Mar 15, 2026
308a42c
Update bug_report.yaml
Lwmte Mar 15, 2026
0954dbe
Add cross-repo dependency check workflow
Stranger1992 Mar 17, 2026
25b81d8
Refactor dependency check workflow steps
Stranger1992 Mar 17, 2026
088fc39
Merge branch 'develop'
Lwmte Apr 3, 2026
325086d
Merge branch 'develop'
TrainWrack Apr 10, 2026
db0e2df
First pass
TrainWrack Apr 16, 2026
9016541
Fix GetFlags; SetFlags
TrainWrack Apr 16, 2026
fdb21ae
fix scissor
TrainWrack Apr 16, 2026
68427dc
Allow freeze mode debug
TrainWrack Apr 16, 2026
44f2a79
WIP
TrainWrack Apr 16, 2026
697c4d9
FIx bugs
TrainWrack Apr 17, 2026
e3eb07c
Merge branch 'develop' into Text&Area
TrainWrack Apr 21, 2026
09b9447
Merge branch 'develop' into Text&Area
TrainWrack May 16, 2026
28306e3
Fix merge conflicts: Update RendererString for Vector2 Scale and new …
Copilot May 19, 2026
35934ca
Fix DrawString calls to use Vector2 scale and rotation
Copilot May 19, 2026
8661bc8
Add scissor support to RendererSprite2D structure
Copilot May 19, 2026
304c875
Merge branch 'Text&Area' into copilot/update-render-changes-fix-errors
TrainWrack May 19, 2026
e951102
Merge pull request #16 from TrainWrack/copilot/update-render-changes-…
TrainWrack May 19, 2026
63b170b
Merge branch 'develop' into Text&Area
TrainWrack May 19, 2026
74fb93d
WIP
TrainWrack May 22, 2026
4b2d3a7
WIP Add scissors for items
TrainWrack May 31, 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
156 changes: 71 additions & 85 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,99 +1,85 @@
name: Bug report
description: Create a report to help us understand and diagnose your issue. Your contribution is welcomed and valued! It is highly recommended that you are using the latest version before submitting a bug report.
title: "[ bug Report ]"
labels: Awaiting Triage
description: Create a report to help us understand and triage your issue.
labels:
- Awaiting Triage

body:
- type: markdown
attributes:
value: |
## Bug Report

- type: markdown
attributes:
value: |
Please follow this document in order to report a bug. It is highly recommended that you are using the latest version before submitting a bug report.
Please follow this document carefully to report a bug.

- type: dropdown
attributes:
label: TombEngine version
description: |
Please select the TombEngine Version from the dropdown list.
options:
- Development Build
- v1.8.0 (latest version)
- v1.7.1
- v1.7.0
- v1.5
validations:
required: true
> **Important**: It is highly recommended that you use the latest version before submitting a bug report.

- type: dropdown
attributes:
label: Tomb Editor version
description: |
Please select the Tomb Editor version used from the dropdown list.
options:
- Development Build
- v1.8.0 (latest version)
- v1.7.2
- v1.7.1
- v1.7.0
validations:
required: true
- type: dropdown
attributes:
label: Tomb Engine Version
description: |
Please select the TombEngine version you are using.
options:
- Development build
- v1.11 (latest public release)
- v1.10.1
validations:
required: true

- type: textarea
attributes:
label: Describe the bug
description: |
Please provide A clear and concise description of what the bug is.
placeholder: |
Your bug report here.
validations:
required: true
- type: checkboxes
attributes:
label: Development Version
description: Are you submitting this report from a development build that has not been officially released?
options:
- label: "I am using an unofficial development version."
- label: "I am using an official release."
- label: "I am using an official pre-release."
validations:
required: true

- type: textarea
attributes:
label: To Reproduce
description: |
To reproduce the behaviour, please provide detailed steps for the development team to follow. This can be done through screenshots or a written guide
- type: textarea
attributes:
label: Describe the Bug
description: |
Please provide a clear and concise description of what the issue is.
placeholder: |
Your bug report here.
validations:
required: true

**If the bug cannot be reproduced, and if the issue is not adequately explained, it will be closed without further investigation**
placeholder: |
Provide detailed reproducible steps here.
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
description: |
Please provide detailed steps to reproduce the issue.

**Note**: If the bug cannot be reproduced or the issue is not clearly explained, it may be closed without further investigation.
placeholder: |
Step-by-step reproduction instructions here.
validations:
required: true

- type: textarea
attributes:
label: Expected Behaviour
description: |
A clear and concise description of what you expected to happen.
placeholder: |
A description of what should happen here.
validations:
required: true
- type: textarea
attributes:
label: Expected Behaviour
description: |
What did you expect to happen?

- type: textarea
attributes:
label: Additional Content
description: |
Add any other context about the problem here.
**Note**: If the bug cannot be reproduced or the issue is not clearly explained, it may be closed without further investigation.
placeholder: |
A description of what should happen here.
validations:
required: true

* Are you testing an build of a TombEngine that has not yet been released? If so please give some context.
* Did you get any asset from the TombEngine website that has presented a bug?
placeholder: |
A description of any additional content here.
validations:
required: false

- type: textarea
attributes:
label: Minimal reproduction project
description: |
**Please upload a .zip file containing your level and all assets needed to compile the level and a cut-down version of your level where the bug presents itself**
The project can be uploaded as a zip file (10 mb max) or provide a link from google drive, dropbox etc.
**Note** if you do not provide this, your issue may be rejected
placeholder: |
Download link to your project
validations:
required: true

- type: textarea
attributes:
label: Minimal Reproduction Project
description: |
Please upload a .zip file (10 MB max) containing your level and all assets needed to compile the level, including a minimal version where the bug occurs.

Alternatively, provide a download link from a cloud storage service (e.g., Google Drive, Dropbox).

> **Important**: If you do not provide a minimal reproduction project, your issue may be rejected.
placeholder: |
Download link to your project or attach a .zip file.
validations:
required: true
87 changes: 87 additions & 0 deletions .github/workflows/cross-repo-dependency.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
name: Cross repo dependency

on:
pull_request:
types: [opened, edited, synchronize, reopened]
pull_request_review:
types: [submitted]

jobs:
check-linked-pr:
runs-on: ubuntu-latest
steps:
- name: Check for dependency
id: parse
uses: actions/github-script@v7
with:
script: |
const body = context.payload.pull_request.body || "";
const match = body.match(/Depends on:\s+([\w-]+)\/([\w-]+)#(\d+)/);

if (!match) {
// No dependency → do NOT create a status check
core.setOutput("skip", "true");
return;
}

core.setOutput("skip", "false");
core.setOutput("depOwner", match[1]);
core.setOutput("depRepo", match[2]);
core.setOutput("depNumber", match[3]);

- name: Exit early if no dependency
if: steps.parse.outputs.skip == 'true'
run: echo "No dependency found — skipping."

- name: Check linked PR status
if: steps.parse.outputs.skip == 'false'
id: check
uses: actions/github-script@v7
with:
script: |
const owner = steps.parse.outputs.depOwner;
const repo = steps.parse.outputs.depRepo;
const number = Number(steps.parse.outputs.depNumber);

const linked = await github.rest.pulls.get({
owner,
repo,
pull_number: number
});

const reviews = await github.rest.pulls.listReviews({
owner,
repo,
pull_number: number
});

const approved = reviews.data.some(r => r.state === "APPROVED");
const mergeable = linked.data.mergeable === true;

core.setOutput("approved", approved);
core.setOutput("mergeable", mergeable);

- name: Set dependency status
if: steps.parse.outputs.skip == 'false'
uses: actions/github-script@v7
with:
script: |
const approved = steps.check.outputs.approved === 'true';
const mergeable = steps.check.outputs.mergeable === 'true';

let state = "pending";
let description = "Waiting for linked PR to be approved and mergeable";

if (approved && mergeable) {
state = "success";
description = "Linked PR is approved and mergeable";
}

await github.rest.repos.createCommitStatus({
owner: context.repo.owner,
repo: context.repo.repo,
sha: context.payload.pull_request.head.sha,
state,
context: "cross-repo-dependency",
description
});
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- *Lua* as the native scripting language.
- Many objects from the original series (1-5).
- Support for high framerate, antialiasing, mipmapping, and SSAO.
- Full skinning support for all objects.
- Full diagonal geometry support.
- Uncapped map size.
- A streamlined player control scheme.
Expand Down Expand Up @@ -38,4 +39,4 @@ Once done, you should be able to build a level with *Tomb Editor* and run it in
Contributions are welcome. If you would like to participate in development to any degree, whether that be through suggestions, bug reports, or code, join our [Discord server](https://discord.gg/h5tUYFmres).

# Disclaimer
Tomb Engine uses modified MIT license for non-commercial use only. For more information, see [license](https://github.com/TombEngine/TombEngine?tab=License-1-ov-file#readme). Tomb Engine is unaffiliated with the Crystal Dynamics group of companies or Embracer Group AB. *Tomb Raider* is a trademark of the Crystal Dynamics group of companies. Tomb Engine team is not responsible for illegal use of this source code and built binaries alone or in combination with third-party assets or components. This source code is released as-is and continues to be maintained by non-paid contributors in their free time.
Tomb Engine uses modified MIT license for non-commercial use only. For more information, see [license](https://github.com/TombEngine/TombEngine?tab=License-1-ov-file#readme). Tomb Engine is unaffiliated with the Crystal Dynamics group of companies or Embracer Group AB. *Tomb Raider* is a trademark of the Crystal Dynamics group of companies. Tomb Engine team is not responsible for illegal use of this source code and built binaries alone or in combination with third-party assets or components. This source code is released as-is and continues to be maintained by non-paid contributors in their free time.
Loading
Loading