summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-30When framebuffer allocation fails for MSAA in GLES2 revert to normal without ↵clayjohn
ERR_FAIL
2019-10-30Merge pull request #33176 from conankzhang/doc-spatial-scaleRémi Verschelde
Add descriptions to scale functions.
2019-10-30Merge pull request #32934 from ajweeks/fix-scale-originRémi Verschelde
Fix 2D scale gizmo placement
2019-10-30Merge pull request #32928 from Calinou/2d-editor-add-primary-gridRémi Verschelde
Add primary grid lines to the 2D editor
2019-10-30Add descriptions to scale functions.conankzhang
2019-10-30Merge pull request #33164 from volzhs/set-main-sceneRémi Verschelde
Add "Set as main scene" on context menu in FileSystem panel
2019-10-30Merge pull request #33173 from conankzhang/doc-particlesRémi Verschelde
Add descriptions to setting and getting draw pass meshes.
2019-10-30Add descriptions to setting and getting draw pass meshes.conankzhang
2019-10-30Merge pull request #33168 from nekomatata/weak-ref-leakRémi Verschelde
Fixed leak in gdscript when creating empty WeakRef
2019-10-29Fixed leak in gdscript when creating empty WeakRefPouleyKetchoupp
Fixes #33150
2019-10-30Add "Set as main scene" on context menu in FileSystem panelvolzhs
2019-10-29Merge pull request #33159 from Chaosus/shader_fix2Rémi Verschelde
Added check if field name in the shader is equal to builtin
2019-10-29Add primary grid lines to the 2D editorHugo Locurcio
A "primary" line is drawn every 8 steps by default, which makes it easier to measure distances for snapping. This value can be configured in the Configure Snap dialog.
2019-10-29i18n: Sync translation template with current sourceRémi Verschelde
2019-10-29i18n: Sync translations with WeblateRémi Verschelde
2019-10-29Added check if field name in the shader is equal to builtinYuri Roubinsky
2019-10-29Merge pull request #33091 from MCrafterzz/fix10567Rémi Verschelde
Improved project creation UX
2019-10-29Merge pull request #33144 from nekomatata/inspect-remote-tool-script-2Rémi Verschelde
Fixed remote inspector for tool scripts
2019-10-29Merge pull request #33147 from mikkac/33135Rémi Verschelde
Fixed disconnecting not connected signal
2019-10-29Improved UX of selecting directories in (Editor)FileDialog by hiding unused ↵MCrafterzz
gui elements and moving the drive selection
2019-10-29Merge pull request #33157 from nekomatata/natvis-nodeRémi Verschelde
Update natvis file to display Node class correctly in Visual Studio debugger
2019-10-29Update natvis file to display Node class correctly in Visual Studio debuggerPouleyKetchoupp
2019-10-29Merge pull request #33152 from Chaosus/vs_fixRémi Verschelde
Removes translations from generated visual shader code
2019-10-29Removes translations from generated visual shader codeYuri Roubinsky
2019-10-29Fixed disconnecting not connected signalMikolaj Kaczmarek
2019-10-28Fixed remote inspector for tool scriptsPouleyKetchoupp
Fixes #29506
2019-10-28Merge pull request #32416 from bojidar-bg/32415-shared-metadataRémi Verschelde
Ensure object metadata is unique
2019-10-28Merge pull request #33120 from YeldhamDev/popup_dialog_panel_styleRémi Verschelde
Add "panel" style to PopupDialog
2019-10-28Merge pull request #33130 from Chaosus/fix_shader_crashRémi Verschelde
Fix shader crash if non-boolean expression inserted into "if"
2019-10-28Merge pull request #33104 from qarmin/fix_some_crashesRémi Verschelde
Fix some crashes and using null pointers
2019-10-28Merge pull request #33097 from clayjohn/GLES2-HTML-sampler_limitRémi Verschelde
Fixed using compressed textures and add work around for firefox webgl mesa sampler limit
2019-10-28Merge pull request #33124 from clayjohn/GLES2-Android-MSAA-bugRémi Verschelde
Use proper MSAA texture in Android
2019-10-28Merge pull request #33119 from creikey/fix-quote-malfunctionRémi Verschelde
Remove duplicate quote in displayed quote type
2019-10-28Fix some crashes and using null pointersRafał Mikrut
2019-10-28Merge pull request #33112 from Chaosus/fix_window_borderRémi Verschelde
Fix invalid window border when toggled from fullscreen to windowed mode
2019-10-27Fixed using compressed textures and add work around for firefox webgl mesa ↵clayjohn
sampler limit
2019-10-28Fix shader crash if non-boolean expression inserted into "if"Yuri Roubinsky
2019-10-27use proper texture in Android MSAAclayjohn
2019-10-27Add "panel" style to PopupDialogMichael Alexsander
2019-10-27Remove duplicate quote in displayed quote typeCameron Reikes
- fixes #32688 - fixes #32593
2019-10-27Fix invalid window border when toggled from fullscreen to windowed modeYuri Roubinsky
2019-10-27Merge pull request #33107 from volzhs/toggle-camera-preview-errorRémi Verschelde
Fix error when opening or closing scene with camera preview on
2019-10-27Merge pull request #33109 from volzhs/libwebp-1.0.3Rémi Verschelde
Update libwebp to 1.0.3
2019-10-27Merge pull request #33066 from Tabas32/fix_indentationRémi Verschelde
Fixed indenting issue with comment at end of line
2019-10-27Update libwebp to 1.0.3volzhs
2019-10-27Fix error when opening or closing scene with camera preview onvolzhs
2019-10-27Merge pull request #33105 from Paulb23/issue_32236_script_conection_performanceRémi Verschelde
Improve performance of connection info in the script editor
2019-10-27Improve performance of connection info in the script editorPaulb23
2019-10-27Merge pull request #33032 from Calinou/filedialog-scroll-to-topRémi Verschelde
Scroll back to the top after opening a directory in FileDialog
2019-10-27Merge pull request #31943 from codecustard/Fixes_invalid_frames_on_reverse_animRémi Verschelde
Fixes Reverse Animation Starting on First Frame