summaryrefslogtreecommitdiffstats
path: root/editor/pot_generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Editor: Fix escaping issues with POT generatorDanil Alexeev2023-07-311-25/+31
* Improve POT Generation dialogHaoyu Qiu2023-03-031-3/+3
* Merge pull request #70675 from ZangEldor/pot-generating-fixRémi Verschelde2023-01-061-5/+10
|\
| * Fixed issue #70617 : generating POT for multiline messageEldor Zang2023-01-051-5/+10
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-3/+3
* Add a new HashSet templatereduz2022-05-201-1/+1
* Use range iterators for RBSet in most casesAaron Record2022-05-191-4/+4
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Add a new HashMap implementationreduz2022-05-121-4/+4
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-4/+2
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Make some enhancements to the POT generationMichael Alexsander2021-09-021-5/+8
* Remove uses of `auto` for better readability and online code reviewsHugo Locurcio2021-04-261-1/+1
* Reorganize Project Settingsreduz2021-02-181-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-3/+3
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ2020-08-191-3/+3
* Update POT generation to handle context and pluralsSkyJJ2020-08-191-38/+91
* Add translation parser plugin supportSkyJJ2020-07-021-202/+22
* Added "POT generation" feature under "Localization" in the EditorSkyJJ2020-07-021-0/+346