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
/
core
/
translation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1303
/
+0
*
Updated Translation architecture to have TranslationPO, did some commit fixes...
SkyJJ
2020-08-19
1
-243
/
+70
*
Added plurals and context support to Translation
SkyJJ
2020-08-19
1
-83
/
+331
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-8
/
+15
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-33
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-8
/
+1
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-5
/
+5
*
i18n: Add support for translating the class reference
Rémi Verschelde
2020-03-20
1
-4
/
+13
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-3
/
+3
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-9
/
+9
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
ResourceLoader: Add language code matching for localized resources
Rémi Verschelde
2019-12-04
1
-0
/
+3
*
Translation: Refactor locale matching to use proper language code
Rémi Verschelde
2019-12-04
1
-33
/
+55
*
Fix some crashes and using null pointers
Rafał Mikrut
2019-10-28
1
-0
/
+3
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-2
/
+1
*
Translation: Fix logic bug finding match for regional locales
Rémi Verschelde
2019-08-08
1
-32
/
+32
*
Locales: Add some missing locale names
Rémi Verschelde
2019-05-02
1
-2
/
+16
*
Added TranslationServer::get_loaded_locales to return an array of all locales...
Ken Paulson
2019-04-24
1
-0
/
+15
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fallback to "en" when invalid locale is requested
Rémi Verschelde
2018-09-23
1
-4
/
+7
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-1
/
+0
*
Removed unnecessary assignments
Wilson E. Alvarez
2018-07-24
1
-5
/
+3
*
Add locale renames for Hebrew and Indonesian on Windows
Rémi Verschelde
2018-02-14
1
-1
/
+18
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-5
/
+5
*
i18n: Add support for Serbin (Cyrillic) locale
Rémi Verschelde
2017-11-22
1
-0
/
+2
*
Use UTF-8 for locale names. Fixes #12462.
mhilbrunner
2017-11-07
1
-2
/
+2
*
Add support for non-ISO locale identifiers via renames map
Rémi Verschelde
2017-10-30
1
-63
/
+73
*
Add a function to get the full name of a locale
sheepandshepherd
2017-10-25
1
-0
/
+13
*
Added the set/get_setting function in Editor/Project settings. Renamed has() ...
Juan Linietsky
2017-10-05
1
-1
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Merge pull request #9987 from Rubonnek/move-members-to-initilization-list
Rémi Verschelde
2017-08-11
1
-7
/
+5
|
\
|
*
Moved member variables from constructor to initialization list
Wilson E. Alvarez
2017-08-08
1
-7
/
+5
*
|
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-2
/
+2
|
/
*
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-30
1
-1
/
+1
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-4
/
+4
*
Reworked translation system
Juan Linietsky
2017-06-28
1
-0
/
+6
*
Fix wrong fallback for locale
volzhs
2017-04-26
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-863
/
+834
*
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
1
-1
/
+1
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-15
/
+15
[next]