Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-11 | Merge pull request #13836 from AndreaCatania/scale | Rémi Verschelde | |
Fixed bullet scale on get_transform and joints | |||
2017-12-11 | Merge pull request #14541 from volzhs/fix-checkbutton | Rémi Verschelde | |
Fix CheckButton & CheckBox minimum size | |||
2017-12-11 | Merge pull request #14533 from Krakean/addrootifnone_fix | Rémi Verschelde | |
Fix to #14503 | |||
2017-12-11 | Fix CheckButton minimum size | volzhs | |
2017-12-11 | Fixed #14503 | Dmitry Koteroff | |
2017-12-11 | Merge pull request #14518 from poke1024/fix-player-wpos | Rémi Verschelde | |
Fix player window centering on macOS retina screens | |||
2017-12-10 | Fix SceneTreeEditor crashing when calling _deselect_items | Stefano Bonicatti | |
The crash can be triggered for instance by trying to reparent a node and clicking on the background of the Reparent Node window. | |||
2017-12-10 | Fix player window centering on macOS retina screens | Bernhard Liebl | |
2017-12-10 | Fix wrong return value in some virtual method bindings | Rémi Verschelde | |
2017-12-10 | Merge pull request #14501 from Paulb23/close_wrong_scene_issue_13844 | Rémi Verschelde | |
Fixed close current scene closing the wrong scene, issue 13844 | |||
2017-12-10 | Fixed close current scene closing the wrong scene, issue 13844 | Paulb23 | |
2017-12-10 | Merge pull request #11510 from AndreaCatania/skel | Rémi Verschelde | |
Added skeleton x-ray | |||
2017-12-10 | Merge pull request #13351 from poke1024/fix12451_2 | Rémi Verschelde | |
Make click on arrow properly open and close property editor modals | |||
2017-12-10 | fix certain popup close clicks with popup buttons | Bernhard Liebl | |
2017-12-10 | Implemented skeleton visibility | AndreaCatania | |
Removed code visibility code from popup menu | |||
2017-12-10 | Style: Re-apply clang-format over recent invalid additions | Rémi Verschelde | |
2017-12-10 | PropertyEditor: Filter out resource_local_to_scene | Rémi Verschelde | |
This lets the empty "Global" category disappear again. Also silence a debug print. | |||
2017-12-10 | Merge pull request #14479 from Web-eWorks/gltf-fixes | Rémi Verschelde | |
Fix importing GLTF meshes as external files. | |||
2017-12-10 | Merge pull request #14480 from volzhs/startup-error | Rémi Verschelde | |
Fix get_edited_scene_root error at starting editor | |||
2017-12-10 | Fix get_edited_scene_root error at starting editor | volzhs | |
2017-12-09 | Fix importing GLTF meshes as external files. | Webster Sheets | |
2017-12-09 | Merge pull request #14478 from akien-mga/property-tooltips | Rémi Verschelde | |
PropertyEditor: Fix display of property doc in tooltip | |||
2017-12-09 | Project Manager: Fix Templates search signal connection. | Andreas Haas | |
Fixes #13921 | |||
2017-12-09 | PropertyEditor: Fix display of property doc in tooltip | Rémi Verschelde | |
2017-12-09 | Merge pull request #13371 from RayKoopa/mute_animation_tracks | Rémi Verschelde | |
Add feature to disable animation tracks | |||
2017-12-09 | Merge pull request #14448 from groud/fix_checkboxes_update | Rémi Verschelde | |
Fixes the checkboxes update in canvas item editor | |||
2017-12-09 | Merge pull request #14455 from RayKoopa/remove_layer_flyout_label | Rémi Verschelde | |
Remove physics / render layer flyout label. | |||
2017-12-09 | Add feature to disable animation tracks | Ray Koopa | |
2017-12-09 | -Ability to and unwrap lightmap coordinates on import | Juan Linietsky | |
-Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away | |||
2017-12-09 | Defer the scan filesystem call when adding import plugins | George Marques | |
This ensures every plugin is added before the scan is made. Fix #12749 | |||
2017-12-09 | Remove layer flyout label. | Ray Koopa | |
2017-12-09 | Merge pull request #13166 from Krakean/change_addrootifnone_v2 | Rémi Verschelde | |
When drag'n'drop, automatically create dragged resource as a root node if you haven't any yet (v2) | |||
2017-12-09 | Merge pull request #13446 from gad-o/duplicate_file | Rémi Verschelde | |
Add duplicate option to filesystem dock | |||
2017-12-09 | Makes consistent Slider joint Gizmo | AndreaCatania | |
2017-12-09 | Fixes the checkboxes update | Gilles Roudiere | |
2017-12-09 | Merge pull request #13994 from ISylvox/caret-blink | Rémi Verschelde | |
Set Caret Blinking Enabled by Default | |||
2017-12-09 | Makes consistent 6DOF joint Gizmo | AndreaCatania | |
2017-12-09 | Merge pull request #14420 from MattUV/fold-shortcut | Rémi Verschelde | |
Modify shortcuts and menus to fold/unfold code | |||
2017-12-09 | Restored two items in filesystemdock menu | sersoong | |
2017-12-08 | Modify shortcuts and menus to fold/unfold code | MattUV | |
Fix #13180 As the same shortcut cannot be assigned to two actions, I removed the ability to fold (fold_line()) or unfold (unfold_line()) via menu (still possible by code), and there is a single fold/unfold action (toggle_fold_line()). The new default shortcut is now Alt+F | |||
2017-12-08 | Merge pull request #14397 from YeldhamDev/localization_tab | Rémi Verschelde | |
Removed style override inside the Localization tab in the Project Settings | |||
2017-12-08 | Merge pull request #14396 from MattUV/fix-templates-link | Rémi Verschelde | |
Fix Manage Export Templates link | |||
2017-12-07 | Removed style override inside the Localization tab in the Project Settings. | Michael Alexsander Silva Dias | |
2017-12-08 | Fix Manage Export Templates link | MattUV | |
In some cases, the link to download export templates was missing. Fixes #14391 | |||
2017-12-07 | Changed current line draw order and added code folding color | Paulb23 | |
2017-12-07 | Exposed EditorSceneImporter to script. Added APIs to use intermediate ↵ | Juan Linietsky | |
converters more easily. | |||
2017-12-07 | Merge pull request #14348 from waldson/feature-set-main-screen-plugin-icon | George Marques | |
Add method on EditorPlugin to set main screen plugins icons | |||
2017-12-07 | ability to keep user tracks when importing animations, closes #12801 | Juan Linietsky | |
2017-12-07 | Merge pull request #14332 from akien-mga/clang-format | Rémi Verschelde | |
Update style for clang-format 5.0.0, new min required version | |||
2017-12-07 | Add uppercase and lowercase to rightclickmenu in scripteditor | sersoong | |