summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-09Merge pull request #31225 from YeldhamDev/editor_help_matchesRémi Verschelde
Show matches found when searching the docs
2019-08-09Merge pull request #31223 from creikey/fix-csg-crashRémi Verschelde
Button object used after pressed is called
2019-08-09Merge pull request #31222 from YeldhamDev/editplugins_cosmetic_changesRémi Verschelde
Minor cosmetic changes in some editor plugins
2019-08-09Merge pull request #31220 from YeldhamDev/goto_single_menuRémi Verschelde
Move "Go to Function/Line" to "Go To" menu
2019-08-09Show matches found when searching the docsMichael Alexsander Silva Dias
2019-08-09Merge pull request #31193 from creikey/cpuparticles-gizmoRémi Verschelde
Add particles icon to CPUParticles
2019-08-08Button object used after pressed is calledCameron Reikes
- by queueing for deletion node can call own cleanup methods
2019-08-08Minor cosmetic changes in some editor pluginsMichael Alexsander Silva Dias
2019-08-08Move "Go to Function/Line" to "Go To" menuMichael Alexsander Silva Dias
2019-08-08Add particles icon to CPUParticlesCameron Reikes
2019-08-08Merge pull request #31215 from IronicallySerious/patch-1Rémi Verschelde
Add Tree iteration instructions thorugh TreeItem
2019-08-08Merge pull request #31042 from iwek7/fixColorPickerInEditorRémi Verschelde
Fixes color picker in code editor - it now only changes one color
2019-08-08Merge pull request #31212 from YeldhamDev/script_editor_icon_updateRémi Verschelde
Update icons in script editor when theme changes
2019-08-09Add Tree iteration instructions thorugh TreeItemTwarit Waikar
2019-08-08Merge pull request #31214 from Chaosus/vs_fix_search_bugYuri Roubinsky
Fix incorrect search member in visual shaders
2019-08-08Fix incorrect search member in visual shadersYuri Roubinski
2019-08-08Fixes color picker in code editor - now it only changes one coloriwek7
2019-08-08Update icons in script editor when theme changesMichael Alexsander Silva Dias
2019-08-08Merge pull request #30714 from Calinou/invert-default-fog-heightRémi Verschelde
Invert and adjust the default fog height values
2019-08-08Merge pull request #30893 from profan/fix/err-explainRémi Verschelde
Implement error macros that come with an error message, replacing ERR_EXPLAIN.
2019-08-08Merge pull request #31087 from Calinou/editor-improve-light-theme-colorsRémi Verschelde
Improve light theme colors in the editor for better readability
2019-08-08implement accompanying error macros that come with an error message, to ↵Robin Hübner
replace ERR_EXPLAIN usage.
2019-08-08Merge pull request #30934 from santouits/debuggRémi Verschelde
Hopefully fix the random crashes with threads
2019-08-08Merge pull request #31185 from mitchcurtis/get_pathRémi Verschelde
Improve error message in Node::get_path()
2019-08-08Merge pull request #31178 from Chaosus/vs_copy_between_graphsRémi Verschelde
Allow copy/paste nodes between vertex/fragment/light modes in vshaders
2019-08-08Merge pull request #31195 from bojidar-bg/31143-funcref-call_funcvRémi Verschelde
Add FuncRef.call_funcv
2019-08-08Merge pull request #31182 from mitchcurtis/remove_childRémi Verschelde
Improve error message in Node::remove_child()
2019-08-08Merge pull request #31194 from bojidar-bg/29312-corrupt-initial-tilemapRémi Verschelde
Fix corrupted TileMap saves due to missing/wrong format
2019-08-08Add FuncRef.call_funcvBojidar Marinov
Closes #31143
2019-08-08Merge pull request #31196 from bojidar-bg/31115-asset-library-save-errorRémi Verschelde
Handle all download errors in the asset library
2019-08-08Merge pull request #31198 from akien-mga/locale-matchRémi Verschelde
Translation: Fix logic bug finding match for regional locales
2019-08-08Translation: Fix logic bug finding match for regional localesRémi Verschelde
The match test was inverted. The rest of the changes are documentation and cleanup. Fixes #26346 and fixes #31192.
2019-08-08Improve error message in Node::remove_child()Mitch Curtis
2019-08-08Merge pull request #31189 from YeldhamDev/find_files_text_errorRémi Verschelde
Fix error when going to a text file by clicking in a result from "Find in files"
2019-08-08Merge pull request #30902 from creikey/update-manifestRémi Verschelde
Oculus requires apps with line when head tracking
2019-08-08Handle all download errors in the asset libraryBojidar Marinov
Addresses part of #31115
2019-08-08Merge pull request #31047 from Zylann/save_exrRémi Verschelde
Add Image.save_exr()
2019-08-08Fix corrupted TileMap saves due to missing/wrong formatBojidar Marinov
Fixes #29312
2019-08-08Merge pull request #31191 from aaronfranke/serializableIgnacio Roldán Etcheverry
[Mono] Make all structs seralizable
2019-08-07Fix error when going to a text file by clicking in a result from "Find in files"Michael Alexsander Silva Dias
2019-08-07[Mono] Make all structs seralizableAaron Franke
2019-08-07Add feature tag for hmd devices based on DOFCameron Reikes
- Necessary according to https://developers.google.com/vr/develop/android/3dof-to-6dof
2019-08-07Add Image.save_exr()Marc Gilleron
2019-08-07Improve error message in Node::get_path()Mitch Curtis
2019-08-07Invert and adjust the default fog height valuesHugo Locurcio
This makes height fog appear at the bottom of the scene (instead of the top), which is generally the expected result. This also tweaks the fog height setting hint to be more flexible. This closes #30709.
2019-08-07Merge pull request #31119 from KoBeWi/full_controlRémi Verschelde
Complete the Control class documentation
2019-08-07Allow copy/paste nodes between vertex/fragment/light modes in visual shadersYuri Roubinski
2019-08-07Complete the Control class documentationTomasz Chabora
2019-08-07Merge pull request #31122 from Muller-Castro/enhancementRémi Verschelde
Unnecessary reassignments
2019-08-07Merge pull request #31099 from Chaosus/shader_local_constRémi Verschelde
Implemented local shader constants