| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -2/+2 |
| * | Added "Scots" locale name, fixing #7630 | Nuno Donato | 2017-02-08 | 1 | -0/+1 |
| * | CSV translation import plugin | Juan Linietsky | 2017-02-01 | 1 | -0/+14 |
| * | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -0/+1 |
| * | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -1/+1 |
| * | -Translation text will change automatically for in-game buttons, labels, poup... | Juan Linietsky | 2017-01-09 | 1 | -0/+4 |
| * | i18n: Add support for Scots (sco) language | Rémi Verschelde | 2017-01-08 | 1 | -0/+1 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -8/+8 |
| * | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -3/+3 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -15/+15 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | Blimey! Ye Pirate locale be anchor' a'port! | Rémi Verschelde | 2016-11-15 | 1 | -0/+2 |
| * | Fix locale for macOS-style locales | Damon | 2016-10-27 | 1 | -6/+12 |
| * | Change set_locale to fallback to the global language (#6910) | Damon Myers | 2016-10-27 | 1 | -6/+27 |