Files
@ r23882:d683a0787bc9
Branch filter:
Location: cpp/openttd-patchpack/source/.github/stale.yml - annotation
r23882:d683a0787bc9
939 B
text/x-yaml
Codechange: Don't use SDL_CreateRGBSurfaceWithFormat()
This function requires libSDL 2.0.5 or higher. It looks like we don't
need to use it, and can just use the original SDL_CreateRGBSurface(),
with the masks set to 0, to trigger the default 8-bit format, which is
SDL_PIXELFORMAT_INDEX8.
Closes #7785
Note: this code path is activated by using an 8-bit blitter, like:
./bin/openttd -b 8bpp-simple
This function requires libSDL 2.0.5 or higher. It looks like we don't
need to use it, and can just use the original SDL_CreateRGBSurface(),
with the masks set to 0, to trigger the default 8-bit format, which is
SDL_PIXELFORMAT_INDEX8.
Closes #7785
Note: this code path is activated by using an 8-bit blitter, like:
./bin/openttd -b 8bpp-simple
r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 r23204:857afdf0e589 | daysUntilClose: 7
staleLabel: stale
closeComment: false
exemptMilestones: true
exemptAssignees: true
issues:
daysUntilStale: 60
exemptLabels:
- pinned
- security
- "good first issue"
- regression
markComment: >
This issue has been automatically marked as stale because it has not had any activity in the last two months.
If you believe the issue is still relevant, please test on the latest nightly and report back.
It will be closed if no further activity occurs within 7 days.
Thank you for your contributions.
pulls:
daysUntilStale: 30
exemptLabels:
- pinned
markComment: >
This pull request has been automatically marked as stale because it has not had any activity in the last month.
Please feel free to give a status update now, ping for review, or re-open when it's ready.
It will be closed if no further activity occurs within 7 days.
Thank you for your contributions.
|