summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-05Merge pull request #39301 from Calinou/fix-argument-parameter-confusionRémi Verschelde
Tweak the GDScript error message about passed argument type mismatch
2020-06-05Merge pull request #39286 from akien-mga/gamepad-update-controllerdbRémi Verschelde
Sync controller mappings DB with SDL2 community repo
2020-06-05Merge pull request #39293 from madmiraal/fix-27921Rémi Verschelde
Correct misspellings of damped spring.
2020-06-05Merge pull request #39289 from mbrlabs/shader-has-param-fixRémi Verschelde
Add "shader_param/" prefix in Shader::has_param()
2020-06-05Merge pull request #39276 from ThakeeNathees/predefined-check-for-loop-counterRémi Verschelde
Added predefined var check for `for` loop counter
2020-06-04Tweak the GDScript error message about passed argument type mismatchHugo Locurcio
This makes it less confusing. This closes https://github.com/godotengine/godot-proposals/issues/670.
2020-06-04Correct misspellings of damped spring.Marcel Admiraal
2020-06-04Set "shader_param/" prefix in Shader::has_param()Marcus Brummer
2020-06-04Merge pull request #39281 from mbrlabs/check-android-release-keystoreRémi Verschelde
Check if the specified Android release keystore exists
2020-06-04Sync controller mappings DB with SDL2 community repoRémi Verschelde
Synced with gabomdq/SDL_GameControllerDB@6191f6333bd66644c6a208fabb9fd5dabf0a5d43.
2020-06-04Merge pull request #39284 from mbrlabs/editornode-execute-output-selectionRémi Verschelde
Enable text selection in the execute output of EditorNode
2020-06-04Enable text selection in execute output of EditorNodeMarcus Brummer
2020-06-04Check if the specified Android release keystore existsMarcus Brummer
2020-06-04Merge pull request #39099 from YeldhamDev/create_dialog_icon_fallbackRémi Verschelde
Add fallback icons and make custom ones appear in the recent/favorites list in the "Create New" dialog
2020-06-04Merge pull request #39041 from swarnimarun/patch-1Rémi Verschelde
Fix crashing of VisualScript due to function change
2020-06-04Merge pull request #38924 from Calinou/tweak-import-compression-hintRémi Verschelde
Tweak the import compression property hint for clarity
2020-06-04Merge pull request #39060 from madmiraal/fix-38869Rémi Verschelde
Update Windows GUID to SDL uid conversion.
2020-06-04Merge pull request #39154 from dreamsComeTrue/sync-script-change-rememberRémi Verschelde
Preserving "Sync Scene Changes" & "Sync Script Changes" with Project Settings
2020-06-04Merge pull request #39271 from RandomShaper/fix_atlas_cropRémi Verschelde
Fix excessive bottom cropping in atlas generation
2020-06-04Update AUTHORS and DONORS listRémi Verschelde
New contributor added to AUTHORS: @jbuck3 Thanks to all contributors and donors for making Godot possible!
2020-06-04doc: Sync classref with current sourceRémi Verschelde
2020-06-04predefined var check for `for` loop counterThakee Nathees
2020-06-03Merge pull request #39204 from Calinou/distraction-free-property-getterRémi Verschelde
Add a getter and property for the editor distraction-free mode
2020-06-03Merge pull request #37839 from MrRevington/3.2-_input_focus_checkRémi Verschelde
FIX CodeTextEditor not respecting focus in _input
2020-06-03Merge pull request #39167 from Calinou/tileset-editor-zoom-mouse-wheel-anywhereRémi Verschelde
Allow mouse zooming without hovering the texture in the TileSet editor
2020-06-03Merge pull request #39165 from Calinou/tilemap-editor-zoom-mouse-wheelRémi Verschelde
Implement zooming using Ctrl + Mouse wheel in the TileMap editor
2020-06-03Merge pull request #39270 from Phischermen/fix-mesh-property-listRémi Verschelde
Update property hint from ArrayMesh to be consistent with other property hints
2020-06-03Merge pull request #39262 from aaronfranke/okRémi Verschelde
Change OK text in snap dialog to OK
2020-06-03Merge pull request #39164 from theoway/richlabeltext_align_bugRémi Verschelde
Fixes the right and center alignment bug of rich text label
2020-06-03Merge pull request #39009 from Calinou/improve-script-editor-warnings-textRémi Verschelde
Improve the text appearance in the script editor warnings panel
2020-06-03Merge pull request #36366 from dreamsComeTrue/fix-rich-text-label-scrollRémi Verschelde
RichTextLabel: allow 'scroll_to_line' when scroll_active is 'false'
2020-06-03Merge pull request #39264 from Chaosus/fix_lengthRémi Verschelde
Fix shader's length() function parsing in expressions
2020-06-03Fix excessive bottom cropping in atlas generationPedro J. Estébanez
2020-06-03Add a getter and property for the editor distraction-free modeHugo Locurcio
2020-06-03Implement zooming using Ctrl + Mouse wheel in the TileMap editorHugo Locurcio
This was previously implemented in the GridMap editor. This makes the same feature available in the TileMap editor.
2020-06-03Allow mouse zooming without hovering the texture in the TileSet editorHugo Locurcio
This partially addresses https://github.com/godotengine/godot-proposals/issues/968.
2020-06-03Made property hint consistent with other property hintsPhischermen
2020-06-03Allow scroll_to_line when scroll_active is 'false'Dominik 'dreamsComeTrue' Jasiński
Fix #36134
2020-06-03Fix shader's length() function parsing in expressionsYuri Roubinsky
2020-06-03Fixes the right and center alignment bug of rich text labelUmang Kalra
2020-06-03Change OK text in snap dialog to OKAaron Franke
2020-06-03Merge pull request #39257 from Chaosus/fix_integer_vectors_docRémi Verschelde
Fix docs generation for Vector2i/Vector3i/Rect2i
2020-06-03Merge pull request #39254 from akien-mga/vulkan-init-declareRémi Verschelde
Vulkan: Initialize struct members on declaration
2020-06-03Merge pull request #39240 from akien-mga/scons-fix-multimedia-lib-depsRémi Verschelde
SCons: Validate dependencies for linked multimedia modules
2020-06-03Fix docs generation for Vector2i/Vector3i/Rect2iYuri Roubinsky
2020-06-03Vulkan: Initialize struct members on declarationRémi Verschelde
Supersedes and closes #38945.
2020-06-03Merge pull request #39113 from nekomatata/bbcode-image-colorRémi Verschelde
Add color option for img bbcode tag in RichTextLabel to tint images
2020-06-03Merge pull request #39130 from Calinou/dynamicfont-disable-outline-antialiasingRémi Verschelde
Disable antialiasing on the DynamicFont outline as well when requested
2020-06-03Preserving "Sync Scene Changes' and "Sync Script Changes" with Project SettingsDominik 'dreamsComeTrue' Jasiński
Fixes: #38739
2020-06-03Merge pull request #39150 from ↵Rémi Verschelde
dreamsComeTrue/project-manager-grab-focus-on-enter Grabbing focus on ProjectList after clicking an item.