summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-31Prevent crash when we can't write to editor cache or config pathRémi Verschelde
This can happen if users somehow got wrong user permissions assigned to their Godot cache, config or data paths (e.g. `~/.config/godot`). The error messages should give them a hint as to what the issue may be. Fixes #33199. There may be other situations that still lead to a crash, we need to review all uses of `FileAccess::open` with `FileAccess::WRITE` mode to ensure that proper pointer validation is done.
2019-10-31Merge pull request #33201 from Xrayez/json-err-printRémi Verschelde
Provide and print error messages for JSON parsing
2019-10-31Provide and print error messages for JSON parsingAndrii Doroshenko (Xrayez)
Core is not touched, only for binding and scripting.
2019-10-31Merge pull request #33196 from conankzhang/fix-theme-typoRémi Verschelde
Fix a constant name typo for GridContainer when creating an editor theme.
2019-10-31Merge pull request #33174 from hbina/fix_srgb_to_linearRémi Verschelde
Fixed uinitialized variable in srgb_to_linear table
2019-10-31Fix a constant name typo for GridContainer when creating an editor theme.conankzhang
2019-10-31Merge pull request #33195 from conankzhang/doc-project-settingsRémi Verschelde
Add descriptions to set_initial_value and set_setting.
2019-10-31Merge pull request #33194 from conankzhang/doc-themeRémi Verschelde
Add descriptions to clear and copy_theme.
2019-10-31Merge pull request #33192 from SneakyFish5/update-liboggRémi Verschelde
Update libogg to upstream c8fca6b
2019-10-31Merge pull request #33189 from Calinou/configure-snap-improve-primary-stepRémi Verschelde
Improve the primary line setting display in the Configure Snap dialog
2019-10-30Add descriptions to set_initial_value and set_setting.conankzhang
2019-10-30Add descriptions to clear and copy_theme.conankzhang
2019-10-30Update libogg to upstream c8fca6bJonathan Mannancheril
2019-10-30Improve the primary line setting display in the Configure Snap dialogHugo Locurcio
This merges the "steps" suffix into the SpinBox using its `suffix` property.
2019-10-30Merge pull request #33181 from clayjohn/GLES2-MSAA-fail_gracefullyRémi Verschelde
Fail framebuffer allocation gracefully for MSAA in GLES2
2019-10-30Merge pull request #24329 from bruvzg/macos_pen_pressureRémi Verschelde
Add graphic tablet pen pressure/tilt support
2019-10-30When framebuffer allocation fails for MSAA in GLES2 revert to normal without ↵clayjohn
ERR_FAIL
2019-10-30[macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to ↵bruvzg
InputEventMouseMotion event.
2019-10-30Fixed uinitialized variable in srgb_to_linear tableHanif Bin Ariffin
Old array's size was actually 255. Fixes #33133
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