Skip to content

Commit

Permalink
Merge branch 'experimental/freetype' into autobuild/freetype
Browse files Browse the repository at this point in the history
  • Loading branch information
c-lipka committed Jun 7, 2021
2 parents af75359 + 793952e commit 2a26f22
Show file tree
Hide file tree
Showing 73 changed files with 692 additions and 435 deletions.
128 changes: 0 additions & 128 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

82 changes: 82 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_render.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
---
name: Bug report (Render)
about: Report unexpected behavior during parsing or rendering of a scene
title: "[BUG] "
labels: 'bug?'
assignees: ''

---

<!-- -----------------------------------------------------------------------------------------------
PLEASE REPLACE any placeholder texts in this report. We know them by heart, and don't need them
repeated in every issue report. Placeholders are marked with square brackets, which we kindly ask
you to remove as well.
Also, PLEASE DELETE any sections that you would leave empty.
------------------------------------------------------------------------------------------------ -->

**Summary**

[Briefly describe your issue here.]

**POV-Ray Version**

- Incarnation: [e.g. POV-Ray for Unix, POV-Ray for Windows]
- Affected build version: [e.g. v3.7.1-beta.9+msvc14.win64]
- Known working build version: [e.g. v3.6.2.msvc9.win64]

**Runtime Environment**

- Operating system: [e.g. Windows 10 Pro 20H2 64 bit, Ubuntu 14.04]
- Hardware architecture: [e.g. x86, x86-64, armv8]
- CPU model: [e.g. Intel Core i7-5820K @ 3.30GHz]

**Scene**<details>
~~~
[Please copy a minimal scene here, demonstrating the unexpected behavior as concisely as possible.
Alternatively, especially if your scene file is large and/or needs other resources such as include
files or input images, please attach the scene and other files to the issue report as a zip file.]
~~~
</details>

**Preset Render Options**

[Please specify your preset render options here, or delete this section if you are using a
command line version of POV-Ray.]

**Command Line Options**
~~~
[Please copy your command line parameters (switches and/or INI-style options) here.]
~~~

**Expected Behavior**

[Please describe what you expected to happen.]

**Actual Behavior**

[Please describe what actually happened.]

**Output**<details>
~~~
[Please copy the terminal output / message pane contents here, and attach the output image file to
the issue report if relevant.]
~~~
</details>

**Additional context** (optional)

[Please add any other context about the problem here, or delete this section.]

**Workaround** (optional)

[If you have managed to work around the issue, please describe that workaround here.
Otherwise please delete this section.]

**Suggested Solution** (optional)

[If you have an idea how to solve the issue for good, please describe it here.
Otherwise please delete this section.]

<!-- -----------------------------------------------------------------------------------------------
NOTE: Please take a moment to PREVIEW your report before submitting it.
------------------------------------------------------------------------------------------------ -->
76 changes: 76 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_unix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
name: Bug report (Unix)
about: Report some other problem with POV-Ray for Unix
title: "[BUG][UNIX] "
labels: 'bug?'
assignees: ''

---

<!-- -----------------------------------------------------------------------------------------------
PLEASE REPLACE any placeholder texts in this report. We know them by heart, and don't need them
repeated in every issue report. Placeholders are marked with square brackets, which we kindly ask
you to remove as well.
Also, PLEASE DELETE any sections that you would leave empty.
------------------------------------------------------------------------------------------------ -->

**Summary**

[Briefly describe your issue here.]

**POV-Ray Version**

- Incarnation: POV-Ray for Unix
- Affected build version: [as reported by `povray --version`, e.g. v3.7.1-beta.9.unofficial]
- Known working build version: [ditto, e.g. v3.6.2.unofficial]

**Runtime Environment**

- Operating system: [Ubuntu 14.04]
- Hardware architecture: [e.g. x86, x86-64, armv8]
- CPU model: [e.g. Intel Core i7-5820K @ 3.30GHz]

**Steps to Reproduce**

1. [First step]
2. [Second step]
3. [Third step]
4. [etc; please add or delete lines as appropriate]

**Command Line**<details>
~~~
[Please copy your terminal input here.]
~~~
</details>

**Expected Behavior**

[Please describe what you expected to happen.]

**Actual Behavior**

[Please describe what actually happened.]

**Output**<details>
~~~
[Please copy your terminal output here.]
~~~
</details>

**Additional context** (optional)

[Please add any other context about the problem here, or delete this section.]

**Workaround** (optional)

[If you have managed to work around the issue, please describe that workaround here.
Otherwise please delete this section.]

**Suggested Solution** (optional)

[If you have an idea how to solve the issue for good, please describe it here.
Otherwise please delete this section.]

<!-- -----------------------------------------------------------------------------------------------
NOTE: Please take a moment to PREVIEW your report before submitting it.
------------------------------------------------------------------------------------------------ -->
70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_windows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
name: Bug report (Windows)
about: Report some other problem with POV-Ray for Windows
title: "[BUG][WINDOWS] "
labels: 'bug?'
assignees: ''

---

<!-- -----------------------------------------------------------------------------------------------
PLEASE REPLACE any placeholder texts in this report. We know them by heart, and don't need them
repeated in every issue report. Placeholders are marked with square brackets, which we kindly ask
you to remove as well.
Also, PLEASE DELETE any sections that you would leave empty.
------------------------------------------------------------------------------------------------ -->

**Summary**

[Briefly describe your issue here.]

**POV-Ray Version**

- Incarnation: POV-Ray for Windows
- Affected build version: [as per "About" window (Alt+B), e.g. v3.7.1-beta.9+msvc14.win64]
- Known working build version: [ditto, e.g. v3.6.2.msvc9.win64]

**Runtime Environment**

- Operating system: [e.g. Windows 10 Pro 20H2 64 bit]
- Hardware architecture: [e.g. x86, x86-64]
- CPU model: [e.g. Intel Core i7-5820K @ 3.30GHz]

**Steps to Reproduce**

1. [First step]
2. [Second step]
3. [Third step]
4. [etc; please add or delete lines as appropriate]

**Expected Behavior**

[Please describe what you expected to happen.]

**Actual Behavior**

[Please describe what actually happened.]

**Output**<details>
~~~
[Please copy the contents of your message window here.]
~~~
</details>

**Additional context** (optional)

[Please add any other context about the problem here, or delete this section.]

**Workaround** (optional)

[If you have managed to work around the issue, please describe that workaround here.
Otherwise please delete this section.]

**Suggested Solution** (optional)

[If you have an idea how to solve the issue for good, please describe it here.
Otherwise please delete this section.]

<!-- -----------------------------------------------------------------------------------------------
NOTE: Please take a moment to PREVIEW your report before submitting it.
------------------------------------------------------------------------------------------------ -->
Loading

0 comments on commit 2a26f22

Please sign in to comment.