Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-13 | Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboard | Rémi Verschelde | |
Likely added by mistake in #19487. Should fix #19543. | |||
2018-06-13 | Removed duplicate default colours and removed GDScriptHighligher colours ↵ | Paulb23 | |
from main editor. | |||
2018-06-13 | Theme saving no longer hard coded | Paulb23 | |
2018-06-13 | Merge pull request #19487 from JFonS/better_3d_select | Rémi Verschelde | |
Improve 3D selection | |||
2018-06-13 | Polished 3D selection | JFonS | |
2018-06-13 | Merge pull request #19503 from akien-mga/osx-ctrl-cmd | Rémi Verschelde | |
Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD | |||
2018-06-13 | Merge pull request #19514 from Chaosus/solarized_themes | Rémi Verschelde | |
Added Solarized Dark and Light themes | |||
2018-06-13 | Merge pull request #19516 from groud/fix_crash_on_hover | Rémi Verschelde | |
Fixes a crash on draw_hover | |||
2018-06-13 | Added Solarized Dark and Light themes | Chaosus | |
2018-06-13 | Style fixes for commit d5bb6faa | Rémi Verschelde | |
2018-06-13 | Merge pull request #19526 from robojumper/fix_tutorials | Rémi Verschelde | |
Add support for tutorial links to makerst.py | |||
2018-06-12 | Add support for tutorial links to makerst.py | robojumper | |
Also change the <tutorials> structure to make use of individual <link> tags | |||
2018-06-12 | Fixes a crash on draw_hover | groud | |
2018-06-11 | -Make sure that ProjectSettings are properly dumped when dumping docs. | Juan Linietsky | |
-Documented all properties of project settings Update documentation for ProjectSettings | |||
2018-06-11 | Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD | Rémi Verschelde | |
KEY_MASK_CMD is automatically replaced by KEY_MASK_CTRL on non-OSX and KEY_MASK_META (Command key) on OSX, so it should be used for all Ctrl/Cmd + key shortcuts. Also de-hacked the macOS shortcut replacements with proper conditional definition. Not tested on macOS, cannot judge if they are good shortcuts. Fixes #10761. | |||
2018-06-09 | Fix drag and drop autoload | volzhs | |
2018-06-08 | Bit more of visual polish | Juan Linietsky | |
2018-06-08 | Remove the "go back" behavior in track editor for inspector based key ↵ | Juan Linietsky | |
editing, fixes #19434, fixes #19423 | |||
2018-06-08 | Properly update range and valid key range when keys are in/out of view, ↵ | Juan Linietsky | |
fixes #19433 | |||
2018-06-08 | Merge pull request #19452 from guilhermefelipecgs/fix_messages | Rémi Verschelde | |
Fix translate messages for new AnimationPlayer | |||
2018-06-08 | Fixed cursor not updating in some circumstances, closes #19430 | Juan Linietsky | |
2018-06-08 | Fix translate messages for new AnimationPlayer | Guilherme Felipe | |
2018-06-08 | Disallow via add track for animation player to animate itself, fixes #19425 | Juan Linietsky | |
2018-06-08 | Avoid animation length from ever being completely, fixes #19420 | Juan Linietsky | |
2018-06-08 | Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotation | Rémi Verschelde | |
Fix bugs related to bad handling of rotated/translated shapes in tilemap | |||
2018-06-08 | Merge pull request #19334 from guilhermefelipecgs/fix_popup | Juan Linietsky | |
Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor | |||
2018-06-08 | Merge pull request #19314 from Jellonator/master | Rémi Verschelde | |
Added autotile override | |||
2018-06-08 | Merge pull request #19437 from volzhs/live-edit-reparent-child | Rémi Verschelde | |
Make same child index as edited scene when using live edit | |||
2018-06-08 | Make same child index as edited scene when using live edit | volzhs | |
2018-06-07 | Entirely new (and much improved) animation editor. | Juan Linietsky | |
2018-06-06 | Fix theme not updating with changes | Guilherme Felipe | |
2018-06-06 | Fix #16069, #19292, #19267 and #18940 | Guilherme Felipe | |
2018-06-06 | Merge pull request #19388 from volzhs/show-filename | Rémi Verschelde | |
Show opened script or help name | |||
2018-06-06 | Show opened script or help name | volzhs | |
2018-06-05 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit e8bfc09b81f02395226a06f5a8ecd47bea136cc6) | |||
2018-06-05 | i18n: Sync translation templates with current source | Rémi Verschelde | |
(cherry picked from commit 74808e71d213888d40671246ace3c701dd674a2b) | |||
2018-06-05 | [Inspector] Fix search field losing focus when typing | Guilherme Felipe | |
Fix #19382 | |||
2018-06-04 | Fix Rect2 properties typo | Guilherme Felipe | |
2018-06-03 | Fix bugs related to bad handling of rotated/translated shapes in tilemap | Bojidar Marinov | |
Fixup #18529 and #12870 | |||
2018-06-02 | Added autotile override | James Beedie | |
2018-06-01 | Merge pull request #19250 from YeldhamDev/scene_editor_tooltips | Rémi Verschelde | |
Minor changes to the Scene and Canvas editors' tooltips | |||
2018-05-30 | Move NavigationMeshEditorPlugin to Recast module as should be | Rémi Verschelde | |
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. | |||
2018-05-30 | Removing Duplicate Batch Rename from scene-tree menu | steincodes | |
2018-05-29 | Minor changes to the Scene and Canvas editors' tooltips. | Michael Alexsander Silva Dias | |
2018-05-29 | Fix index out of size error of image.cpp | volzhs | |
2018-05-28 | Fix MethodInfo for EditorInspectorPlugin.can_handle | Rémi Verschelde | |
2018-05-28 | Merge pull request #18899 from ibrahn/gdscript-license-info | Rémi Verschelde | |
GDScript access to copyright, license, author and donor information. | |||
2018-05-26 | Merge pull request #15489 from willnationsdev/gdnative-hook | Max Hilbrunner | |
Add EditorPlugin.build() build callbacks | |||
2018-05-26 | Merge pull request #18234 from flashyincceo/font-preview | Max Hilbrunner | |
Adding font preview to file browsers | |||
2018-05-26 | Merge pull request #19020 from toger5/better_light_theme_text_editor_behaviour | Max Hilbrunner | |
light theme text editor behaviour |