summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-01Merge pull request #32463 from Kanabenki/fix-time-castRémi Verschelde
Fix casting to uint64_t when returning unix system time
2019-10-01Fix casting to uint64_t when returning unix system timeKanabenki
2019-10-01doc: Sync classref with current sourceRémi Verschelde
2019-10-01Merge pull request #32172 from WindyDarian/gdscript_allow_null_weakrefRémi Verschelde
Allow weakref(null) in gdscript
2019-10-01Merge pull request #32364 from Relintai/resizeable-texture-progressRémi Verschelde
TextureProgress: nine_patch_stretch property -> enable stretching for radial fills.
2019-10-01Merge pull request #32440 from Ternvein/control-translation-fixRémi Verschelde
Fix for WindowDialog and Tabs controls translation
2019-10-01Merge pull request #32450 from soumyalahiri/rotation-adjustmentRémi Verschelde
Altered rotation_degrees range
2019-10-01Merge pull request #31845 from clayjohn/GLES2-BCSRémi Verschelde
Implement DOF blur, Glow, and BCS in GLES2
2019-10-01Merge pull request #32442 from Chaosus/vs_textures_dropRémi Verschelde
Drag&drop textures from filesystem to visual shader
2019-10-01Added drag&drop possibility for textures from filesystem to visual shaderChaosus
2019-10-01Merge pull request #30919 from nekomatata/timer-update-transform-fixRémi Verschelde
Fix GPU particle transform delay when created on SceneTree timer timeout
2019-09-30Make TextureProgress's nine_patch_stretch property to enable stretching for ↵Relintai
radial fills.
2019-09-30Merge pull request #32447 from YeldhamDev/tree_drag_center_iconRémi Verschelde
Minor visual adjustment in drag preview of the scene and file tree editors
2019-09-30Minor visual adjustment in drag preview of the scene and file tree editorsMichael Alexsander Silva Dias
2019-09-30Altered rotation_degrees rangeSoumya Lahiri
2019-09-30Implement DOF blur, Glow, and BCS in GLES2clayjohn
2019-09-30FIX: Tabs text translationternvein
2019-09-30FIX: WindowDialog title translationternvein
2019-09-30Merge pull request #32434 from willnationsdev/script-class-no-pluginsRémi Verschelde
Fix plugin script classes defined even if inactive.
2019-09-30Merge pull request #32438 from Chaosus/fix_dialog_themeRémi Verschelde
Fix theme in visual script dialogs (at startup)
2019-09-30Fix theme in visual script dialogs (at startup)Chaosus
2019-09-30Merge pull request #32431 from lupoDharkael/checksRémi Verschelde
Add checks after ResourceLoader::load()
2019-09-30Fix plugin script classes defined even if inactive.willnationsdev
2019-09-30Merge pull request #32390 from lupoDharkael/timer-treeRémi Verschelde
TextEdit: Fix timer inside tree warning
2019-09-30Merge pull request #32392 from Calinou/validate-audio-video-driver-argsRémi Verschelde
Validate audio/video driver command-line arguments
2019-09-29Merge pull request #32412 from bojidar-bg/27222-make-scene-root-destructiveRémi Verschelde
Fix "Make Scene Root" deleting previous root whenever focusing another scene
2019-09-29Merge pull request #32402 from YeldhamDev/fix_vs_add_functionRémi Verschelde
Fix VS editor's "Create Function" dialog
2019-09-29Merge pull request #32430 from swarnimarun/vs-decompRémi Verschelde
Deconstruct node for Visualscript
2019-09-29Merge pull request #32432 from rodolforg/fix_32154-dynamic_font_crashesRémi Verschelde
fix #32154 dynamic font crash if no available font size
2019-09-29Deconstruct node for VisualscriptSwarnim Arun
Adds deconstruct nodes for the built-in types and adds default text to function rename_input_box for the visualscript.
2019-09-29fix dynamic font crash if no available font sizeRodolfo Ribeiro Gomes
2019-09-29Add checks after ResourceLoader::load()lupoDharkael
2019-09-29Merge pull request #32410 from bojidar-bg/5739-highlight-singletonsRémi Verschelde
Highlight singletons and class_names in GDScript
2019-09-28Merge pull request #32038 from YeldhamDev/gridcontainer_expand_columnsRémi Verschelde
Make empty columns automatically expand in GridContainer
2019-09-28Fix VS editor's "Create Function" dialogMichael Alexsander Silva Dias
2019-09-28Make empty columns automatically expand in GridContainerMichael Alexsander Silva Dias
2019-09-28Fix "Make Scene Root" deleting previous root whenever focusing another sceneBojidar Marinov
Hopefully fixes #24484 and fixes #27222.
2019-09-28Highlight singletons and class_names in GDScriptBojidar Marinov
Also, implement a small QoL change for auto-typed variables. Closes #5739
2019-09-28Merge pull request #32409 from bojidar-bg/32334-null-ptr-esgpRémi Verschelde
Fix crash in ~EditorSpatialGizmoPlugin when generating documentation data
2019-09-28Fix crash in ~EditorSpatialGizmoPlugin when generating documentation dataBojidar Marinov
2019-09-28Merge pull request #32407 from homer666/animation-import-storage-fixRémi Verschelde
Restore import animation "storage" checkbox behaviour
2019-09-28Merge pull request #32406 from YeldhamDev/fix_action_move_crashRémi Verschelde
Fix crash when moving an action into itself in the Input Map editor
2019-09-28Merge pull request #32398 from YeldhamDev/cleanup_vs_editor_leftRémi Verschelde
Cleanup VS editor's left menu
2019-09-28Merge pull request #32399 from swarnimarun/vs-patch01Rémi Verschelde
Fix edit function button
2019-09-28Restore import animation storage checkbox behaviorhomer666
2019-09-28Merge pull request #32401 from neikeq/Kisaama!Ignacio Roldán Etcheverry
Mono: Don't compare API hashes on release builds
2019-09-27Fix crash when moving an action into itself in the Input Map editorMichael Alexsander Silva Dias
2019-09-27Cleanup VS editor's left menuMichael Alexsander Silva Dias
2019-09-28Mono: Don't compare API hashes on release buildsIgnacio Etcheverry
API hashes cannot be calculated on release builds, as bindings information is lacking. Therefore, we should not be comparing it with the generated glue hash as they will never match.
2019-09-28Fix Edit function buttonSwarnim Arun