summaryrefslogtreecommitdiffstats
path: root/editor/plugins/packed_scene_translation_parser_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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