summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-12Fix self reference issue in core structures for GDNative pluginsBastiaan Olij
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
2019-08-12Merge pull request #31269 from ↵Rémi Verschelde
IAmActuallyCthulhu/pr/remove-old-image-loader-doc-comments Remove old doc comments in image_loader header
2019-08-12Merge pull request #31258 from creikey/fix-redefineRémi Verschelde
Show that identifier found in function names
2019-08-11Merge pull request #31259 from clayjohn/gles2-depth-allocationRémi Verschelde
Check for unsigned_short support for gles2 depth buffer allocation
2019-08-11Prevent editor compilation with regex module disabled, which is not supportedPouleyKetchoupp
2019-08-11Fixed vertex color initialization with default value in gles3PouleyKetchoupp
Fixes #30275, #31250
2019-08-11Fixed link errors when building in debug with option module_regex_enabled=noPouleyKetchoupp
2019-08-10OS_X11::set_window_maximized gives up after 0.5sCarl Drougge
Spinning forever is clearly worse, especially since this happens on at least FVWM even though the window actually is maximized.
2019-08-10Updated doc for PROPERTY_HINT_RANGE (or_greater/or_lesser instead of ↵PouleyKetchoupp
allow_greater/allow_lesser)
2019-08-10check for unsigned_short support for gles2 depth buffer allocationclayjohn
2019-08-10fix gles2 canvas shader uniform error,close #31201RaphaelHunter
2019-08-10Remove old doc comments in image_loader headerIAmActuallyCthulhu
2019-08-10Merge pull request #31255 from iwek7/colorPickerUndoRémi Verschelde
Adds support for undo/redo for in-editor color picker
2019-08-10Merge pull request #31253 from SaracenOne/audio_capture_javascriptRémi Verschelde
Fix audio capture naming in web export
2019-08-09Show that identifier found in function namesCameron Reikes
2019-08-10Adds support for undo/redo for in-editor color pickermiwanczuk
2019-08-09Fix audio capture naming in JavascriptSaracen
2019-08-09Move "Go to Line..." from "Edit" to "Go To" in text editorMichael Alexsander Silva Dias
2019-08-09Tweak the size of the multiline text edit popup dialogHugo Locurcio
This caps its size on large displays. This in turn prevents lines from becoming very long, which could hamper text readability.
2019-08-09Minor fixups to the theme editorMichael Alexsander Silva Dias
2019-08-09Merge pull request #31237 from KoBeWi/transformnodesRémi Verschelde
Improve node Change Type option
2019-08-09Merge pull request #31216 from YeldhamDev/err_msg_main_serversRémi Verschelde
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directories
2019-08-09Improve node Change Type optionTomasz Chabora
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directoriesMichael Alexsander Silva Dias
2019-08-09Merge pull request #31213 from KoBeWi/explain_scenesRémi Verschelde
Replace ERR_EXPLAIN in scene/* code
2019-08-09Merge pull request #31234 from profan/hotfix/err-explain-oldRémi Verschelde
Fix usage of old ERR_FAIL macro when new variant intended.
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-08-09fix usage of old macro when new variant intendedRobin Hübner
2019-08-09Merge pull request #31221 from neikeq/err-explain-to-msg-monoRémi Verschelde
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
2019-08-09Merge pull request #31227 from profan/fix/err-explain-usagesRémi Verschelde
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories.
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry
And 'CRASH_*_MSG' as well. Also make error messages puntuation and quotation more consistent.
2019-08-09Merge pull request #31226 from creikey/fix-is-crashRémi Verschelde
Expression before 'is' may be null
2019-08-09Merge pull request #31230 from sparkart/fix_unclamped_exp_rangeRémi Verschelde
Fix Exponential Range Graphical Error
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", ↵Robin Hübner
"modules/gdnative", "modules/gdscript" directories.
2019-08-09Fix Exponential Range Graphical ErrorEmmanuel Barroga
Fixes the Exponential Range Slider having a graphical error with less than 1 values.
2019-08-09Expression before 'is' may be nullCameron Reikes
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