| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -1704/+0 |
| * | Removed import/export system, will start new one from scratch. | Juan Linietsky | 2017-01-25 | 1 | -1/+2 |
| * | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn | 2017-01-16 | 1 | -1/+1 |
| * | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -2/+2 |
| * | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 1 | -2/+2 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -26/+28 |
| * | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky | 2017-01-14 | 1 | -8/+8 |
| * | some class renames | Juan Linietsky | 2017-01-12 | 1 | -1/+1 |
| * | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky | 2017-01-10 | 1 | -1/+1 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -5/+5 |
| * | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -3/+3 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -10/+10 |
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -5/+5 |
| |\ |
|
| | * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -5/+5 |
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| |/ |
|
| * | check "disable_filter" option for backward compatibility | volzhs | 2016-08-28 | 1 | -0/+3 |
| * | Change "Disable Filter" to "Enable Filter" on Font Import window | volzhs | 2016-08-23 | 1 | -10/+10 |
| * | Ability to premultiply alpha on font import, fixes #5231 | Juan Linietsky | 2016-06-21 | 1 | -0/+26 |
| * | i18n: Improve a couple English strings | Rémi Verschelde | 2016-06-20 | 1 | -1/+1 |
| * | Made .fnt warning translatable | Paulb23 | 2016-06-19 | 1 | -1/+1 |
| * | Merge pull request #4158 from Paulb23/add_fnt_extension_issue_162 | Rémi Verschelde | 2016-06-19 | 1 | -0/+10 |
| |\ |
|
| | * | Adds .fnt extension if not provided, issue 162 | Paulb23 | 2016-03-27 | 1 | -0/+10 |
| * | | It is now possible to set a default custom theme, whether you want a hidpi de... | Juan Linietsky | 2016-06-16 | 1 | -9/+13 |
| * | | Revert "Fix ui layout for EditorFontImportDialog" | Juan Linietsky | 2016-06-07 | 1 | -5/+4 |
| * | | Fix ui layout for EditorFontImportDialog | Geequlim | 2016-06-07 | 1 | -4/+5 |
| * | | -Some fixes to OSX retina scaling for window functions | Juan Linietsky | 2016-05-30 | 1 | -5/+5 |
| * | | Set more visible string to translatable | Geequlim | 2016-05-29 | 1 | -1/+1 |
| * | | Changed import workflow | Juan Linietsky | 2016-05-27 | 1 | -0/+21 |
| * | | i18n: Second pass at proofreading | Rémi Verschelde | 2016-05-21 | 1 | -1/+1 |
| * | | i18n: Proofreading of all strings | Rémi Verschelde | 2016-05-21 | 1 | -6/+6 |
| * | | i18n: Don't make print_line calls translatable | Rémi Verschelde | 2016-05-04 | 1 | -1/+1 |
| * | | Modified editor strings to be translatable in the future | Juan Linietsky | 2016-05-03 | 1 | -22/+22 |
| * | | Allow any directory for custom character set and gradient image file when imp... | volzhs | 2016-05-01 | 1 | -2/+2 |
| * | | move Font to BitmapFont | Juan Linietsky | 2016-04-28 | 1 | -19/+19 |
| |/ |
|
| * | Completed the support for plugins! It is not possible to add plugins. | Juan Linietsky | 2016-02-27 | 1 | -1/+1 |
| * | Support BMFont in font editor plugin, closes #2204 | Juan Linietsky | 2016-01-02 | 1 | -0/+22 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | Set default destination filename of imported font to be input font filename | Julian Murgia - StraToN | 2015-12-04 | 1 | -0/+4 |
| * | new file dialog! | Juan Linietsky | 2015-06-06 | 1 | -7/+7 |
| * | fix font import path on windows, closes #1675 | Juan Linietsky | 2015-05-04 | 1 | -2/+5 |
| * | -Changed Godot exit to be clean. | Juan Linietsky | 2015-04-20 | 1 | -1/+2 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
| * | signed distance field font support | Juan Linietsky | 2015-03-21 | 1 | -6/+6 |
| * | wip distance field font import | Juan Linietsky | 2015-03-20 | 1 | -50/+297 |
| * | Merge pull request #1215 from Qwertie-/PR-GUI | Juan Linietsky | 2015-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed typo in message | Luke Picciau | 2015-01-14 | 1 | -1/+1 |
| * | | SceneMainLoop -> SceneTree | Juan Linietsky | 2014-11-05 | 1 | -1/+1 |
| * | | Huge Amount of BugFix | Juan Linietsky | 2014-10-03 | 1 | -1/+15 |
| |/ |
|
| * | -fix bug in cache for atlas import/export | Juan Linietsky | 2014-03-13 | 1 | -0/+43 |
| * | -scripts are converted to bytecode on export | Juan Linietsky | 2014-02-25 | 1 | -1/+6 |