summaryrefslogtreecommitdiffstats
path: root/editor/plugins/packed_scene_translation_parser_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fix incorrect parsing of nested nodes when generating the POTMichael Alexsander2024-08-121-3/+2
* Parse `auto_translate` when generating a POT fileMichael Alexsander2024-07-221-4/+13
* include popupmenu labels in pot genNathaniel Blackburn2024-06-231-0/+1
* Merge pull request #86479 from YeldhamDev/you_arent_built-in,_sod_off!Rémi Verschelde2024-03-261-0/+4
|\
| * Fix scene parser reading non-built-in scripts for POT generationMichael Alexsander2023-12-231-0/+4
* | Fix packed scene translation parser missing strings.Kiisu_Master2024-03-081-14/+33
* | Make auto translation inheritableMichael Alexsander2024-02-151-11/+37
* | Parse the names of children of `TabContainer`s on POT generationMichael Alexsander2024-01-061-1/+21
|/
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-6/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Make some enhancements to the POT generationMichael Alexsander2021-09-021-12/+37
* Improve resource load cachereduz2021-02-111-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Update POT generation to handle context and pluralsSkyJJ2020-08-191-3/+5
* Change translation parser plugin API to parse_file()SkyJJ2020-07-051-1/+1
* Add translation parser plugin supportSkyJJ2020-07-021-0/+114