summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-13Tweak the behavior of search/replace barTomasz Chabora
2019-08-13Merge pull request #31338 from Calinou/reorganize-menusRémi Verschelde
Reorganize various menus for consistency and conciseness
2019-08-13Merge pull request #31239 from YeldhamDev/script_search_matches_placementRémi Verschelde
Make the script search have a proper matches counter
2019-08-13Make the script search have a proper matches counterMichael Alexsander Silva Dias
2019-08-13Merge pull request #31326 from Calinou/template-manager-disable-download-devRémi Verschelde
Only display download buttons in the template manager when available
2019-08-13Merge pull request #31345 from Chaosus/shader_const_strictRémi Verschelde
Force user to initialize local shader constants
2019-08-13doc: Sync classref with current sourceRémi Verschelde
2019-08-13Merge pull request #31336 from Calinou/scons-libs-use-listsRémi Verschelde
Always use lists for `LIBS` in SCons
2019-08-13Reorganize various menus for consistency and concisenessHugo Locurcio
- Clean up the recent scripts dialog to match the recent scenes dialog - Add "..." at the end of shortcuts that cause a modal dialog to appear This closes #31148.
2019-08-13Only display download buttons in the template manager when availableHugo Locurcio
Development builds don't have official export templates available. Clicking the "Download" or "Re-Download" button resulted in an error while fetching the list of mirrors. This hides the download-related features when using a development build.
2019-08-13Force user to initialize local shader constantsYuri Roubinski
2019-08-13Merge pull request #31335 from Xenoamor/bugfix/GridMapListTextCutoffRémi Verschelde
Fix GridMap list text not expanding when palette is resized
2019-08-13Merge pull request #31334 from m-r-hunt/EditorPlugin-doc-improvementRémi Verschelde
Improve documentation of EditorPlugin.add_tool_submenu_item method
2019-08-13Merge pull request #31330 from Mellondill/rt_env_call_mainRémi Verschelde
HTML5: this.rtenv.callMain is not a function when using latest-upstream backend
2019-08-13Merge pull request #31317 from sparkart/masterRémi Verschelde
Fix Right-Click Menu Deselecting Edits Content
2019-08-13Merge pull request #31292 from iwek7/fixDebuggerInspectionForNodesRémi Verschelde
Fixes issue with debug inspecing of nodes that are not in the scene tree
2019-08-13Merge pull request #31254 from YeldhamDev/text_editor_find_filesRémi Verschelde
Add "Find in Files..." to the text editor
2019-08-12Always use lists for `LIBS` in SConsHugo Locurcio
This closes #31288.
2019-08-12Fix GridMap list text not expanding when palette is resizedXenoamor
This is to close #31304
2019-08-12Merge pull request #31327 from neikeq/csharp-lang-iconRémi Verschelde
Add C# language editor icon
2019-08-12Improve documentation of EditorPlugin.add_tool_submenu_item methodMax Hunt
2019-08-12https://github.com/godotengine/godot/issues/31297 - HTML5: ↵mellondill
this.rtenv.callMain is not a function when using latest-upstream backend Added needed changed for normal compiling with emscripten 1.38.41 and later
2019-08-12Add C# language editor iconIgnacio Etcheverry
2019-08-12Fixes issue when inspecting nodes that are not in the treemiwanczuk
2019-08-12Merge pull request #31322 from neikeq/mono-gitignore-override-slnIgnacio Roldán Etcheverry
Make git no longer ignore solution files inside the mono module
2019-08-12Add "Find in Files..." to the text editorMichael Alexsander Silva Dias
2019-08-12Merge pull request #31319 from Xrayez/script-lang-iconsRémi Verschelde
Display language icons in script create dialog
2019-08-12Make git no longer ignore solution files inside the mono moduleIgnacio Etcheverry
2019-08-12Merge pull request #31235 from akien-mga/clean-cache-after-exportRémi Verschelde
Export: Remove temp files from cache after export
2019-08-12Display language icons in script create dialogAndrii Doroshenko (Xrayez)
2019-08-12Export: Remove temp files from cache after exportRémi Verschelde
So far we left most temporary files lying around, so this attempts to fix that. I added a helper method to DirAccess to factor out the boilerplate of creating a DirAccess, checking if the file exists, remove it or print an error on failure.
2019-08-12Merge pull request #31228 from aaronfranke/identity-constantsRémi Verschelde
Add Basis constants and format Transform constants
2019-08-12Fix Right-Click Menu Deselecting Edits ContentEmmanuel Barroga
Right-clicking a property to open the context menu deselects the text field. This causes the context menu to be useless because it doesn't have anything to edit.
2019-08-12Merge pull request #31315 from fstiewitz/fix-find-in-files-crashRémi Verschelde
Fix crash on right click in "Find in Files" panel
2019-08-12Merge pull request #31314 from BastiaanOlij/fix_api_struct_genRémi Verschelde
Fix self reference issue in core structures for GDNative plugins
2019-08-12Fix self reference issue in core structures for GDNative pluginsBastiaan Olij
2019-08-12Merge pull request #31179 from KoBeWi/code_editor_magicRémi Verschelde
Add Evaluate Selection option to Script Editor
2019-08-12Merge pull request #31286 from profan/fix/err-explain-rest-modulesRémi Verschelde
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
2019-08-12fix(find_in_files): crash when selecting with RMBFabian Stiewitz
in replace mode, if no search result has been selected and RMB is pressed on a checkbox, the editor crashes in editor/find_in_files.cpp:712 because item is NULL
2019-08-12Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner
2019-08-12Merge pull request #31290 from nekomatata/fix-test-regex-disabledRémi Verschelde
Fixed link errors when building in debug with RegEx module disabled
2019-08-12Merge pull request #31251 from YeldhamDev/text_editor_goto_fullRémi Verschelde
Move "Go to Line..." from "Edit" to "Go To" in text editor
2019-08-12Merge pull request #31249 from Calinou/tweak-multiline-text-popup-sizeRémi Verschelde
Tweak the size of the multiline text edit popup dialog
2019-08-12Merge pull request #31247 from YeldhamDev/theme_editor_fixupRémi Verschelde
Minor fixups to the theme editor
2019-08-12Merge pull request #31310 from SaracenOne/record_fixRémi Verschelde
Fix recording bus regression.
2019-08-12Merge pull request #31270 from nekomatata/fix-vertex-color-init-gles3Rémi Verschelde
Fixed vertex color initialization with default value in GLES3
2019-08-12Fix recording bus regression.Saracen
2019-08-12Merge pull request #31277 from drougge/fvwmfixRémi Verschelde
Work around Editor hangs and makes Xorg take up 100% cpu [fvwm]
2019-08-12Merge pull request #31274 from nekomatata/doc-hint-rangeRémi Verschelde
Updated doc for PROPERTY_HINT_RANGE (or_greater/or_lesser)
2019-08-12Merge pull request #31271 from raphael10241024/gles2_shaderRémi Verschelde
Fix GLES2 canvas shader uniform error