summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-11Fix Sanitization BugEoin O'Neill
2019-09-11GDScript: add an optional message parameter to assert()Mitch Curtis
2019-09-11Allow for constant deceleration to be detected inherited scripts above the im...Saracen
2019-09-08Merge pull request #32045 from neikeq/fix-cannot-create-mono-log-fileRémi Verschelde
2019-09-08Mono: Fix unable to create log file due to str_format bugIgnacio Etcheverry
2019-09-07Merge pull request #31993 from Calinou/improve-string-humanize-sizeFabio Alessandrelli
2019-09-07Merge pull request #32022 from neikeq/fix-mono-export-windows-backslashIgnacio Roldán Etcheverry
2019-09-07Merge pull request #32023 from neikeq/issue-31854Ignacio Roldán Etcheverry
2019-09-07Fixed resource loading when editing built-in script from resourcePouleyKetchoupp
2019-09-07Add Ability to Enable/Disable Shortcuts for LineEdit/TextEditEmmanuel Barroga
2019-09-07Fix missing method for internal_MonoWindowsInstallRootIgnacio Etcheverry
2019-09-07Mono: Fix PCK assembly paths when exporting from WindowsIgnacio Etcheverry
2019-09-06Create shadow_vec for altering shadow computationazagaya
2019-09-06Produce an error when a class has the same name as a SingletonMitch Curtis
2019-09-06fix gles3 shader uniform vec3 error, close #30930RaphaelHunter
2019-09-05Improve the `String::humanize_size()` methodHugo Locurcio
2019-09-05Merge pull request #31989 from sparkart/revert-30833-fix_inspector_clear_remo...Rémi Verschelde
2019-09-05Merge pull request #31870 from JFonS/add_network_profilerFabio Alessandrelli
2019-09-05Revert "Fix Clearing Inspector for Remote Node"Emmanuel Barroga
2019-09-05Add network profilerjfons
2019-09-05Merge pull request #31979 from Eoin-ONeill-Yokai/bugfix-31973Rémi Verschelde
2019-09-05Removed useless code from Switch in visual shader (#31984)Yuri Roubinsky
2019-09-05Removed useless code from Switch in visual shaderChaosus89
2019-09-05Fix formatting error for bool in resulted code of visual shader (#31983)Yuri Roubinsky
2019-09-05Fix formatting error for bool in resulted code of visual shaderChaosus89
2019-09-04Bug Fix 31973 Type Hint ErrorEoin O'Neill
2019-09-04Remove the jetbrains setup directory as it's now obsolete.fhuya
2019-09-04Split the Android platform java logic into an Android library module (`lib`) ...fhuya
2019-09-04Merge pull request #31967 from nekomatata/fix-builtin-script-sceneRémi Verschelde
2019-09-04Delete ISSUE_TEMPLATE.mdJuan Linietsky
2019-09-04Update issue templatesJuan Linietsky
2019-09-04Load scene if needed when editing recent built-in scriptPouleyKetchoupp
2019-09-04Merge pull request #31926 from Chaosus/vs_switchYuri Roubinsky
2019-09-04Fixed switching back to animation player editor with no animation to selectPouleyKetchoupp
2019-09-04Added missing OUTPUT_IS_SRGB and FRONT_FACING inputs to visual… (#31960)Yuri Roubinsky
2019-09-04Add informational messages to various editorsMichael Alexsander Silva Dias
2019-09-04Added missing OUTPUT_IS_SRGB and FRONT_FACING to visual shadersChaosus89
2019-09-04Fix parsing array indexing symbol in visual shader expression (#31958)Yuri Roubinsky
2019-09-04Merge pull request #31927 from willnationsdev/csv-importRémi Verschelde
2019-09-04Fix parsing array indexing symbol in visual shader expressionChaosus89
2019-09-04Merge pull request #31957 from nekomatata/fix-editor-preview-cacheRémi Verschelde
2019-09-04Merge pull request #23658 from Eoin-ONeill-Yokai/rich-text-plusRémi Verschelde
2019-09-04Merge pull request #31955 from nekomatata/fix-caret-blink-timerRémi Verschelde
2019-09-04Merge pull request #31956 from IronicallySerious/add-vcs-copyrightRémi Verschelde
2019-09-04Fixed order of parameters when updating resource cache file (fixes #31930)PouleyKetchoupp
2019-09-04Add copyright headers to vcs integrationTwarit
2019-09-04Merge pull request #31947 from sparkart/fixes_inspector_displaying_unselected...Rémi Verschelde
2019-09-04TextEdit & LineEdit caret blink timers run only when focused (fixes #31936)PouleyKetchoupp
2019-09-04Merge pull request #31618 from fjordyo0707/fix_mesh_edgesRémi Verschelde
2019-09-03Fixes Inspector Showing Unselected InfoEmmanuel Barroga