summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-20Merge pull request #22047 from DualMatrix/better_nav_2DRémi Verschelde
Better heuristic for the shortest path algorithm for navigation2D
2018-09-20Merge pull request #22277 from akien-mga/main-refactorRémi Verschelde
Main: Group static members and add some docs
2018-09-20Merge pull request #22233 from JFonS/fix_20061Rémi Verschelde
Fix lighting of rotated particles in 2D
2018-09-20Merge pull request #22155 from LittleWhite-tb/21718-font-leakRémi Verschelde
Clear textures before setting new textures
2018-09-20Merge pull request #22225 from groud/fix_draw_on_viewportRémi Verschelde
Fixes drawing of the 2D plugins on the 3D view
2018-09-20Merge pull request #22287 from Chaosus/fix_warningRémi Verschelde
Fix "This control can't grab focus." warning spam
2018-09-20Better heuristic for the shortest path algorithm for navigation2D and ↵DualMatrix
navigation. Better heuristic for the shortest path algorithm for navigation2D and navigation. It now will use the shortest distance to the polygon as cost instead of the distance to the center.
2018-09-20Merge pull request #22068 from akien-mga/default-editor-layoutRémi Verschelde
EditorNode: New default dock layout
2018-09-20Merge pull request #22094 from elasota/fix-visual-shaderRémi Verschelde
Fix VisualShader code overwrites and save failures
2018-09-20Merge pull request #22239 from Chaosus/fix_vs_connectionRémi Verschelde
Disconnects previous visual shader node before making a new connection
2018-09-20EditorNode: New default dock layoutRé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-20EditorNode: Reorder and cleanup initial dock setupRémi Verschelde
2018-09-20Merge pull request #21426 from groud/add_files_to_tree_viewRémi Verschelde
Add files to tree view
2018-09-20Merge pull request #22198 from DualMatrix/input_was_eatenRémi Verschelde
Fixed ctrl+up/down shortcut no longer working in scene tree
2018-09-20Merge pull request #22282 from ibrahn/spatial_editor_origin_initRémi Verschelde
fix branch on uninit in spatial_editor_plugin
2018-09-20Merge pull request #22071 from DualMatrix/preserve_groupRémi Verschelde
Made duplicate_and_reown preserve groups
2018-09-20Merge pull request #22131 from DualMatrix/unique_resRémi Verschelde
Make inspector select the correct resource after making them unique
2018-09-20Fixed ctrl+up/down shortcut no longer working in scene treeDualMatrix
Fixed ctrl+up/down shortcut no longer working in scene tree.
2018-09-20Merge pull request #22163 from DualMatrix/create_extraRémi Verschelde
Automatically add extra args to function when creating it from create signal window
2018-09-20Merge pull request #22171 from DualMatrix/empty_boi_WTF_WHYRémi Verschelde
Fixed empty item slipping into Search Classes dialog
2018-09-20Merge pull request #22201 from DualMatrix/error_spam_2_electric_boogalooRémi Verschelde
Fixed error spam in remote debugger
2018-09-20Merge pull request #22244 from DualMatrix/debuging_the_debuggerRémi Verschelde
Fixed Objects no longer showing ID in debugger.
2018-09-20Main: Group static members and add some docsRémi Verschelde
2018-09-20Fix "This control can't grab focus." warning spamChaosus
2018-09-20fix branch on uninit in spatial_editor_pluginIbrahn 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-20Merge pull request #22268 from DualMatrix/highlight_no_saveRémi Verschelde
Fixed syntax highlighting setting not being saved
2018-09-20Merge pull request #22250 from ibrahn/shader_lang_vector_gotchaRémi Verschelde
Fixed an access after free in ShaderLanguage::_reduce_expression.
2018-09-20Merge pull request #22270 from DualMatrix/locks_toggle_visibleRémi Verschelde
Added ability to hide edit locks and groups in editor view
2018-09-20Merge pull request #22278 from JFonS/fix_21293Rémi Verschelde
Fix selection box staying when editing a GridMap
2018-09-20Merge pull request #22273 from JFonS/change_viewport_create_rootRémi Verschelde
Change viewport type after using create root menu
2018-09-20Fix selection box staying when editing a GridMapJFonS
2018-09-20Added ability to hide edit lock and groups in editor viewDualMatrix
Added ability to hide edit lock and groups in editor view
2018-09-20Fixed syntax highlighting setting not being savedDualMatrix
Fixed syntax highlighting setting not being saved
2018-09-20Merge pull request #22274 from JFonS/add_noise_texturesRémi Verschelde
Fix typo in SimplexNoise documentation
2018-09-20Fix typo in SimplexNoise documentationJFonS
2018-09-20Change viewport type after using create root menuJFonS
Change viewport type (2D/3D) according to the type of node just created from the "Create Root Node" menu.
2018-09-20Merge pull request #22251 from aaronfranke/decimal-int-stripRémi Verschelde
Fix: Strip integer part in "decimals"
2018-09-20Merge pull request #22267 from YeldhamDev/dict_array_type_fixRémi Verschelde
Properly setup EditorProperties in arrays and dictionaries
2018-09-20Merge pull request #22269 from willnationsdev/fix-draw-call-editor-setting-savesRémi Verschelde
Fix EditorSettings saving on draw calls
2018-09-20Merge pull request #22234 from DualMatrix/favorites_not_savedRémi Verschelde
Fixed favorite nodes list not being saved
2018-09-19Fix: Strip integer part in "decimals"Aaron Franke
Note: Core only.
2018-09-19Fix EditorSettings saving on draw callswillnationsdev
2018-09-19Properly setup EditorProperties in arrays and dictionariesMichael Alexsander Silva Dias
2018-09-19Merge pull request #22260 from JFonS/add_noise_texturesRémi Verschelde
Replace "persistance" with "persistence"
2018-09-19Replace "persistance" with "persistence"JFonS
Replace "persistance" with "persistence" in the simplex code. Also made some minor fixes to the docs.
2018-09-19Merge pull request #22257 from AndreaCatania/fixesRémi Verschelde
Daily physics Fixes
2018-09-19Merge pull request #22259 from Calinou/improve-simplexnoise-docRémi Verschelde
Improve SimplexNoise documentation and fix typos
2018-09-19Improve SimplexNoise documentation and fix typosHugo Locurcio
Spaces were added after code blocks to ensure correct rendering on the online class reference.
2018-09-19Merge pull request #22255 from guilhermefelipecgs/fix_label_min_sizeRémi Verschelde
Fix Label::get_minimum_size not updating cache size for autowrap
2018-09-19Added automatically set velocity when rigid is kinematicAndrea Catania