| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Style fixes for commit d5bb6faa | Rémi Verschelde | 2018-06-13 | 1 | -3/+1 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #19526 from robojumper/fix_tutorials | Rémi Verschelde | 2018-06-13 | 3 | -9/+25 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | Add support for tutorial links to makerst.py | |||||
| | * | | | | Add support for tutorial links to makerst.py | robojumper | 2018-06-12 | 3 | -9/+25 | |
| | |/ / / | | | | | | | | | | | | | Also change the <tutorials> structure to make use of individual <link> tags | |||||
| * / / / | -Make sure that ProjectSettings are properly dumped when dumping docs. | Juan Linietsky | 2018-06-11 | 1 | -1/+8 | |
| |/ / / | | | | | | | | | | | | | | | | -Documented all properties of project settings Update documentation for ProjectSettings | |||||
| * | | | Fix drag and drop autoload | volzhs | 2018-06-09 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Bit more of visual polish | Juan Linietsky | 2018-06-08 | 2 | -2/+8 | |
| | | | | ||||||
| * | | | Remove the "go back" behavior in track editor for inspector based key ↵ | Juan Linietsky | 2018-06-08 | 1 | -0/+15 | |
| | | | | | | | | | | | | | editing, fixes #19434, fixes #19423 | |||||
| * | | | Properly update range and valid key range when keys are in/out of view, ↵ | Juan Linietsky | 2018-06-08 | 1 | -30/+30 | |
| | | | | | | | | | | | | | fixes #19433 | |||||
| * | | | Merge pull request #19452 from guilhermefelipecgs/fix_messages | Rémi Verschelde | 2018-06-08 | 1 | -4/+4 | |
| |\ \ \ | | | | | | | | | Fix translate messages for new AnimationPlayer | |||||
| | * | | | Fix translate messages for new AnimationPlayer | Guilherme Felipe | 2018-06-08 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | Fixed cursor not updating in some circumstances, closes #19430 | Juan Linietsky | 2018-06-08 | 1 | -0/+4 | |
| |/ / / | ||||||
| * | | | Disallow via add track for animation player to animate itself, fixes #19425 | Juan Linietsky | 2018-06-08 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Avoid animation length from ever being completely, fixes #19420 | Juan Linietsky | 2018-06-08 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotation | Rémi Verschelde | 2018-06-08 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | Fix bugs related to bad handling of rotated/translated shapes in tilemap | |||||
| | * | | | Fix bugs related to bad handling of rotated/translated shapes in tilemap | Bojidar Marinov | 2018-06-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | Fixup #18529 and #12870 | |||||
| * | | | | Merge pull request #19334 from guilhermefelipecgs/fix_popup | Juan Linietsky | 2018-06-08 | 4 | -12/+19 | |
| |\ \ \ \ | | | | | | | | | | | Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor | |||||
| | * | | | | Fix #16069, #19292, #19267 and #18940 | Guilherme Felipe | 2018-06-06 | 4 | -12/+19 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #19314 from Jellonator/master | Rémi Verschelde | 2018-06-08 | 2 | -8/+125 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Added autotile override | |||||
| | * | | | | | Added autotile override | James Beedie | 2018-06-02 | 2 | -8/+125 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #19437 from volzhs/live-edit-reparent-child | Rémi Verschelde | 2018-06-08 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Make same child index as edited scene when using live edit | |||||
| | * | | | | | | Make same child index as edited scene when using live edit | volzhs | 2018-06-08 | 1 | -1/+1 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Entirely new (and much improved) animation editor. | Juan Linietsky | 2018-06-07 | 47 | -4942/+10208 | |
| | | | | | | | ||||||
| * | | | | | | Fix theme not updating with changes | Guilherme Felipe | 2018-06-06 | 1 | -0/+3 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #19388 from volzhs/show-filename | Rémi Verschelde | 2018-06-06 | 2 | -4/+17 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Show opened script or help name | |||||
| | * | | | | | Show opened script or help name | volzhs | 2018-06-06 | 2 | -4/+17 | |
| | |/ / / / | ||||||
| * | | | | | i18n: Sync translations with Weblate | Rémi Verschelde | 2018-06-05 | 29 | -3009/+10885 | |
| | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8bfc09b81f02395226a06f5a8ecd47bea136cc6) | |||||
| * | | | | | i18n: Sync translation templates with current source | Rémi Verschelde | 2018-06-05 | 48 | -4059/+4167 | |
| | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 74808e71d213888d40671246ace3c701dd674a2b) | |||||
| * | | | | | [Inspector] Fix search field losing focus when typing | Guilherme Felipe | 2018-06-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Fix #19382 | |||||
| * | | | | | Fix Rect2 properties typo | Guilherme Felipe | 2018-06-04 | 1 | -2/+2 | |
| | |/ / / |/| | | | ||||||
| * | | | | Merge pull request #19250 from YeldhamDev/scene_editor_tooltips | Rémi Verschelde | 2018-06-01 | 2 | -7/+7 | |
| |\ \ \ \ | |/ / / |/| | | | Minor changes to the Scene and Canvas editors' tooltips | |||||
| | * | | | Minor changes to the Scene and Canvas editors' tooltips. | Michael Alexsander Silva Dias | 2018-05-29 | 2 | -7/+7 | |
| | | | | | ||||||
| * | | | | Move NavigationMeshEditorPlugin to Recast module as should be | Rémi Verschelde | 2018-05-30 | 5 | -629/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modules can register their own editor plugins (like GridMap does), so no need to put module-specific classes in the `editor/` folder. Also cleans up the previous SCons env pollution from the Recast module, integrating its code into libmodules as other modules. | |||||
| * | | | | Removing Duplicate Batch Rename from scene-tree menu | steincodes | 2018-05-30 | 1 | -2/+0 | |
| | | | | | ||||||
| * | | | | Fix index out of size error of image.cpp | volzhs | 2018-05-29 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Fix MethodInfo for EditorInspectorPlugin.can_handle | Rémi Verschelde | 2018-05-28 | 1 | -1/+3 | |
| |/ / / | ||||||
| * | | | Merge pull request #18899 from ibrahn/gdscript-license-info | Rémi Verschelde | 2018-05-28 | 3 | -299/+32 | |
| |\ \ \ | |/ / |/| | | GDScript access to copyright, license, author and donor information. | |||||
| | * | | GDScript access to copyright, license, author and donor information. | Ibrahn Sahir | 2018-05-19 | 3 | -299/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds following functions to the Engine singleton: get_author_info - names of Godot authors get_copyright_info - detailed source copyright get_license_info get_donor_info - donor names get_license_info - full text of licenses used, indexed by license names get_license_text - the text of the Godot Expat license | |||||
| * | | | Merge pull request #15489 from willnationsdev/gdnative-hook | Max Hilbrunner | 2018-05-26 | 5 | -4/+37 | |
| |\ \ \ | | | | | | | | | Add EditorPlugin.build() build callbacks | |||||
| | * | | | Add EditorPlugin.build() build callbacks | Will Nations | 2018-01-08 | 5 | -4/+37 | |
| | | | | | ||||||
| * | | | | Merge pull request #18234 from flashyincceo/font-preview | Max Hilbrunner | 2018-05-26 | 3 | -0/+122 | |
| |\ \ \ \ | | | | | | | | | | | Adding font preview to file browsers | |||||
| | * | | | | Adding font preview to file browsers | Peter Folkins | 2018-05-09 | 3 | -0/+122 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #19020 from toger5/better_light_theme_text_editor_behaviour | Max Hilbrunner | 2018-05-26 | 1 | -3/+3 | |
| |\ \ \ \ \ | | | | | | | | | | | | | light theme text editor behaviour | |||||
| | * | | | | | light theme text editor behaviour | toger5 | 2018-05-18 | 1 | -3/+3 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #19179 from Zirak/instance-without-parent | Max Hilbrunner | 2018-05-26 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Instance scene at root node by default | |||||
| | * | | | | | | Instance scene at root by default | Zirak | 2018-05-26 | 1 | -1/+1 | |
| | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug in cdcfb9582e6e9f18df1475619f2ebe62b7f0bdce leading to the root node not being selected by default. Fix #18557. | |||||
| * / | | | | | Don't cut of long errors in debugger. | Benjamin | 2018-05-26 | 1 | -1/+4 | |
| |/ / / / / | | | | | | | | | | | | | | | | Autowrap to expand to up to 3 lines + display full error in tooltip. | |||||
| * | | | | | Merge pull request #18931 from guilhermefelipecgs/fix_find_bar | Rémi Verschelde | 2018-05-25 | 2 | -1/+23 | |
| |\ \ \ \ \ | | | | | | | | | | | | | [Doc] Fixes in find bar | |||||
| | * | | | | | [Doc] Fixes in find bar | Guilherme Felipe | 2018-05-16 | 2 | -1/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Automatically select all text when find bar called. - Adjust the size height when first displayed. | |||||
| * | | | | | | Revert "Improve TileMap undo operations" | Rémi Verschelde | 2018-05-25 | 2 | -11/+16 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #19115 from firefly2442/cppcheck-defensive | Rémi Verschelde | 2018-05-25 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | cppcheck - defensive programming on i index check order | |||||
