Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script that automatically changes Godot to Redot in all variations #11

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

adikhoff
Copy link
Collaborator

  • Add Python script that intelligently changes filenames and contents.

    • Makes exceptions for different variations of capitalizations and hyphenation (like godot-engine, godotengine, Godot, GODOT, etc.)
    • Distinguishes between names that can be changed immediately versus names that need to change later, like subdomains that don't exist yet.
    • The goal was to eliminate every mention of Godot. However since we are aiming to stay compatible with Godot, at least some of the unimplemented names will remain so.
    • Removed some content that could only apply to Godot (like mentions of Godot foundation)
  • Change ci/cd pipeline scripts (in ./.github) to include the name change in the build

    • Tested successfully on forked repo
    • includes weekly offline docs and class sync
    • Also change contribution and PR hints
  • Change README.md to reflect the changes

    • Also add short remark on how to generate the name change locally

- Add Python script that intelligently changes filenames and contents.
  - Makes exceptions for different variations of capitalizations and hyphenation (like
    godot-engine, godotengine, Godot, GODOT, etc.)
  - Distinguishes between names that can be changed immediately versus names that need to
    change later, like subdomains that don't exist yet.
  - The goal was to eliminate every mention of Godot. However since we are aiming to stay
    compatible with Godot, at least some of the unimplemented names will remain so.
  - Removed some content that could only apply to Godot (like mentions of Godot foundation)

- Change ci/cd pipeline scripts (in ./.github) to include the name change in the build
  - Tested successfully on forked repo
  - includes weekly offline docs and class sync
  - Also change contribution and PR hints

- Change README.md to reflect the changes
  - Also add short remark on how to generate the name change locally
@RadenTheFolf RadenTheFolf self-requested a review October 11, 2024 10:06
@SkogiB SkogiB merged commit ba07ab8 into Redot-Engine:master Oct 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants