Skip to content

test#32

Open
glx22 wants to merge 1 commit intomasterfrom
test
Open

test#32
glx22 wants to merge 1 commit intomasterfrom
test

Conversation

@glx22
Copy link
Copy Markdown
Owner

@glx22 glx22 commented Dec 3, 2024

Motivation / Problem

Description

Limitations

Checklist for review

Some things are not automated, and forgotten often. This list is a reminder for the reviewers.

  • The bug fix is important enough to be backported? (label: 'backport requested')
  • This PR touches english.txt or translations? Check the guidelines
  • This PR affects the save game format? (label 'savegame upgrade')
  • This PR affects the GS/AI API? (label 'needs review: Script API')
    • ai_changelog.hpp, game_changelog.hpp need updating.
    • The compatibility wrappers (compat_*.nut) need updating.
  • This PR affects the NewGRF API? (label 'needs review: NewGRF')

@glx22 glx22 force-pushed the test branch 2 times, most recently from 32d8549 to 037b0a5 Compare December 7, 2024 21:31
Comment thread src/script/api/script_text.cpp Outdated
auto skip_args = [&](size_t nb) { idx += nb; };

for (const StringParam &cur_param : params) {
int i = 0;

Check notice

Code scanning / CodeQL

Unused local variable

Variable i is not used.
@github-actions github-actions Bot requested a deployment to preview April 5, 2026 22:38 Abandoned
@github-actions github-actions Bot requested a deployment to preview April 5, 2026 23:26 Abandoned
@github-actions github-actions Bot requested a deployment to preview April 5, 2026 23:52 Abandoned
@github-actions github-actions Bot requested a deployment to preview April 5, 2026 23:55 Abandoned
@github-actions github-actions Bot requested a deployment to preview April 5, 2026 23:59 Abandoned
@glx22 glx22 force-pushed the test branch 2 times, most recently from ff80eb4 to 2c1d4cb Compare April 8, 2026 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants