summaryrefslogtreecommitdiff
path: root/editor/pot_generator.cpp
AgeCommit message (Expand)Author
2023-03-30Improve POT Generation dialogHaoyu Qiu
2023-01-06Merge pull request #70675 from ZangEldor/pot-generating-fixRémi Verschelde
2023-01-05Fixed issue #70617 : generating POT for multiline messageEldor Zang
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-05-20Add a new HashSet templatereduz
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-02Make some enhancements to the POT generationMichael Alexsander
2021-04-26Remove uses of `auto` for better readability and online code reviewsHugo Locurcio
2021-02-18Reorganize Project Settingsreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-08-19Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ
2020-08-19Update POT generation to handle context and pluralsSkyJJ
2020-07-02Add translation parser plugin supportSkyJJ
2020-07-02Added "POT generation" feature under "Localization" in the EditorSkyJJ