index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
pot_generator.cpp
Age
Commit message (
Expand
)
Author
2022-05-20
Add a new HashSet template
reduz
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Add a new HashMap implementation
reduz
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-09-02
Make some enhancements to the POT generation
Michael Alexsander
2021-04-26
Remove uses of `auto` for better readability and online code reviews
Hugo Locurcio
2021-02-18
Reorganize Project Settings
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-08-19
Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.
SkyJJ
2020-08-19
Update POT generation to handle context and plurals
SkyJJ
2020-07-02
Add translation parser plugin support
SkyJJ
2020-07-02
Added "POT generation" feature under "Localization" in the Editor
SkyJJ