index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
pot_generator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-11
/
+37
|
\
|
*
POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments
Danil Alexeev
2024-10-13
1
-11
/
+37
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Improve string extraction of ETR POT file
Michael Alexsander
2024-05-07
1
-5
/
+2
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-2
/
+2
*
Add option to add built-in strings in the POT generation
Michael Alexsander
2024-02-28
1
-1
/
+12
*
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-2
/
+2
|
\
|
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-2
/
+2
*
|
Stop escaping `'` on POT generation
Michael Alexsander
2024-01-02
1
-3
/
+3
|
/
*
Editor: Fix escaping issues with POT generator
Danil Alexeev
2023-07-31
1
-25
/
+31
*
Improve POT Generation dialog
Haoyu Qiu
2023-03-03
1
-3
/
+3
*
Merge pull request #70675 from ZangEldor/pot-generating-fix
Rémi Verschelde
2023-01-06
1
-5
/
+10
|
\
|
*
Fixed issue #70617 : generating POT for multiline message
Eldor Zang
2023-01-05
1
-5
/
+10
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-3
/
+3
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-4
/
+4
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-3
/
+3
*
Add a new HashMap implementation
reduz
2022-05-12
1
-4
/
+4
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-4
/
+2
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-2
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Make some enhancements to the POT generation
Michael Alexsander
2021-09-02
1
-5
/
+8
*
Remove uses of `auto` for better readability and online code reviews
Hugo Locurcio
2021-04-26
1
-1
/
+1
*
Reorganize Project Settings
reduz
2021-02-18
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-3
/
+3
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.
SkyJJ
2020-08-19
1
-3
/
+3
*
Update POT generation to handle context and plurals
SkyJJ
2020-08-19
1
-38
/
+91
*
Add translation parser plugin support
SkyJJ
2020-07-02
1
-202
/
+22
*
Added "POT generation" feature under "Localization" in the Editor
SkyJJ
2020-07-02
1
-0
/
+346