Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-23 | Merge pull request #22357 from DualMatrix/no_built_in | Rémi Verschelde | |
Prevent built-in-scripts from being made from FileSystem dock | |||
2018-09-23 | Prevent built-in-scripts from being made from FileSystem dock | DualMatrix | |
Prevent built-in-scripts from being made from FileSystem dock | |||
2018-09-23 | Merge pull request #22346 from Paulb23/text_file_icon | Rémi Verschelde | |
Icon for TextFiles. | |||
2018-09-23 | Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to ↵ | DualMatrix | |
core/math/ Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/ | |||
2018-09-22 | Merge pull request #22339 from AndreaCatania/fixes2 | Max Hilbrunner | |
Toward 3.1 - physics fixes | |||
2018-09-22 | Icon for TextFiles | Paulb23 | |
2018-09-22 | Correctly freed PhysicalBoneEditor | Andrea Catania | |
2018-09-22 | Merge pull request #22340 from akien-mga/sort_text_editor_themes | Rémi Verschelde | |
Settings: Sort text editor themes alphabetically | |||
2018-09-22 | Removed node from physical_bone_plugin | Andrea Catania | |
2018-09-22 | Settings: Sort text editor themes alphabetically | Rémi Verschelde | |
2018-09-21 | Make EditorFileDialog be able to pick a folder when entering it | Michael Alexsander Silva Dias | |
2018-09-21 | Remove auto disabling of the split-view in the FileSystem dock | groud | |
2018-09-21 | Merge pull request #22174 from cyclopsian/obj-paths | Rémi Verschelde | |
Check for absolute paths in OBJ loader | |||
2018-09-21 | Merge pull request #22308 from groud/fix_filesystem_setting | Rémi Verschelde | |
Fixes filesystem display mode not updating at startup | |||
2018-09-21 | Fixes filesystem display mode not updating at startup | groud | |
2018-09-21 | Make filesystem dock's path bar start with said path written | Michael Alexsander Silva Dias | |
2018-09-20 | Merge pull request #22295 from groud/fix_2D_IK | Juan Linietsky | |
Fixes 2D Inverse Kinematic | |||
2018-09-20 | Fixes 2D IK | groud | |
2018-09-20 | Merge pull request #22225 from groud/fix_draw_on_viewport | Rémi Verschelde | |
Fixes drawing of the 2D plugins on the 3D view | |||
2018-09-20 | Merge pull request #22287 from Chaosus/fix_warning | Rémi Verschelde | |
Fix "This control can't grab focus." warning spam | |||
2018-09-20 | Merge pull request #22068 from akien-mga/default-editor-layout | Rémi Verschelde | |
EditorNode: New default dock layout | |||
2018-09-20 | Merge pull request #22094 from elasota/fix-visual-shader | Rémi Verschelde | |
Fix VisualShader code overwrites and save failures | |||
2018-09-20 | Merge pull request #22239 from Chaosus/fix_vs_connection | Rémi Verschelde | |
Disconnects previous visual shader node before making a new connection | |||
2018-09-20 | EditorNode: New default dock layout | Rémi Verschelde | |
As discussed with @reduz, now that the FileSystem dock is getting files display in tree view (#21426), we can change the docks layout again to give more height to the new inspector. The new layout is thus: - Top left: Scene and Import docks - Bottom left: FileSystem - Right (full height): Inspector and Node docks The 2nd left (LEFT_R) and 1st right (RIGHT_L) VSplitContainers (the ones in use) also get an additional 40px of width compared to their previous size (which was the minimum size). Fixes #21480. | |||
2018-09-20 | EditorNode: Reorder and cleanup initial dock setup | Rémi Verschelde | |
2018-09-20 | Merge pull request #21426 from groud/add_files_to_tree_view | Rémi Verschelde | |
Add files to tree view | |||
2018-09-20 | Merge pull request #22282 from ibrahn/spatial_editor_origin_init | Rémi Verschelde | |
fix branch on uninit in spatial_editor_plugin | |||
2018-09-20 | Merge pull request #22131 from DualMatrix/unique_res | Rémi Verschelde | |
Make inspector select the correct resource after making them unique | |||
2018-09-20 | Merge pull request #22163 from DualMatrix/create_extra | Rémi Verschelde | |
Automatically add extra args to function when creating it from create signal window | |||
2018-09-20 | Merge pull request #22171 from DualMatrix/empty_boi_WTF_WHY | Rémi Verschelde | |
Fixed empty item slipping into Search Classes dialog | |||
2018-09-20 | Merge pull request #22201 from DualMatrix/error_spam_2_electric_boogaloo | Rémi Verschelde | |
Fixed error spam in remote debugger | |||
2018-09-20 | Merge pull request #22244 from DualMatrix/debuging_the_debugger | Rémi Verschelde | |
Fixed Objects no longer showing ID in debugger. | |||
2018-09-20 | Fix "This control can't grab focus." warning spam | Chaosus | |
2018-09-20 | fix branch on uninit in spatial_editor_plugin | Ibrahn Sahir | |
Moved the initialisation of origin_enabled up a bit, to be inited before it's accessed in _init_grid. A step towards cleaner valgrind output and removes an opportunity for a random occurance of the origin/grid z-fighting issue. Also removed unused variable last_grid_snap to avoid later confusion. | |||
2018-09-20 | Merge pull request #22268 from DualMatrix/highlight_no_save | Rémi Verschelde | |
Fixed syntax highlighting setting not being saved | |||
2018-09-20 | Merge pull request #22270 from DualMatrix/locks_toggle_visible | Rémi Verschelde | |
Added ability to hide edit locks and groups in editor view | |||
2018-09-20 | Added ability to hide edit lock and groups in editor view | DualMatrix | |
Added ability to hide edit lock and groups in editor view | |||
2018-09-20 | Fixed syntax highlighting setting not being saved | DualMatrix | |
Fixed syntax highlighting setting not being saved | |||
2018-09-20 | Change viewport type after using create root menu | JFonS | |
Change viewport type (2D/3D) according to the type of node just created from the "Create Root Node" menu. | |||
2018-09-20 | Merge pull request #22267 from YeldhamDev/dict_array_type_fix | Rémi Verschelde | |
Properly setup EditorProperties in arrays and dictionaries | |||
2018-09-20 | Merge pull request #22269 from willnationsdev/fix-draw-call-editor-setting-saves | Rémi Verschelde | |
Fix EditorSettings saving on draw calls | |||
2018-09-20 | Merge pull request #22234 from DualMatrix/favorites_not_saved | Rémi Verschelde | |
Fixed favorite nodes list not being saved | |||
2018-09-19 | Fix EditorSettings saving on draw calls | willnationsdev | |
2018-09-19 | Properly setup EditorProperties in arrays and dictionaries | Michael Alexsander Silva Dias | |
2018-09-19 | Fixes polygon editor blocking other editor actions (move, scale...) | groud | |
2018-09-19 | Fixed Objects no longer showing ID in debugger. | DualMatrix | |
Fixed Objects no longer showing ID in debugger. | |||
2018-09-19 | Fixed error spam in remote debugger | DualMatrix | |
Fixed error spam in remote debugger. | |||
2018-09-19 | Fixes selection of toplevel CanvasItems in the editor | groud | |
2018-09-19 | Disconnect previous visual shader node connection before new connect | Chaosus | |
2018-09-19 | Merge pull request #22150 from Calinou/editor-theme-improved-checkboxes | Rémi Verschelde | |
Improve checkboxes in the default editor theme |