Redot-Engine / redot-engine

Redot Engine – Multi-platform 2D and 3D game engine
https://redotengine.org/
MIT License
4.76k stars 214 forks source link

Placeholder author "Godette" in Create/Edit Plugin page #857

Open Efra-EMX opened 2 days ago

Efra-EMX commented 2 days ago

Tested versions

v4.3.rc.2.official [afc82bc08]

System information

Redot v4.3.rc.2 - Windows 10.0.19045 - GLES3 (Compatibility) - Intel(R) Iris(R) Xe Graphics (Intel Corporation; 30.0.101.1960) - 12th Gen Intel(R) Core(TM) i5-1240P (16 Threads)

Issue description

When creating / editing a plugin, if the Author field is empty, it will display "Godette" as a placeholder. We might want to rebrand it to "Redot-chan" or something. image

Steps to reproduce

  1. Go to Project > Project Settings > Plugins > Create New Plugin.
  2. See that the Author is displaying "Godette" as its placeholder.

Minimal reproduction project (MRP)

N/A

Efra-EMX commented 2 days ago

On a slightly related note, there might be other mentions of "Godette" somewhere else in the engine too.

trashguy commented 2 days ago
✘ trashguy@Nyx  /media/trashguy/FastDev/redot-engine   4.3  grep -rl "Godette" .  
./platform/web/api/web_tools_editor_plugin.cpp
./doc/translations/zh_CN.po
./doc/translations/ga.po
./doc/classes/HTTPRequest.xml
./modules/libmodule_gltf.linuxbsd.editor.x86_64.a
./modules/libmodule_gltf.linuxbsd.editor.dev.x86_64.a
./modules/gltf/editor/editor_scene_exporter_gltf_settings.linuxbsd.editor.x86_64.o
./modules/gltf/editor/editor_scene_exporter_gltf_settings.cpp
./modules/gltf/editor/editor_scene_exporter_gltf_settings.linuxbsd.editor.dev.x86_64.o
./editor/libeditor.linuxbsd.editor.x86_64.a
./editor/libeditor.linuxbsd.editor.dev.x86_64.a
./editor/plugins/plugin_config_dialog.linuxbsd.editor.dev.x86_64.o
./editor/plugins/plugin_config_dialog.linuxbsd.editor.x86_64.o
./editor/plugins/plugin_config_dialog.cpp
trashguy commented 2 days ago

Changes added to #858