| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-01-09 | Fix warning when editor resource preview try to read pluginscript resource | Emmanuel Leblond | 1 | -1/+5 | |
| 2018-01-09 | Fix bad color to HTML conversion. Alpha channel was added befor RGB. | robfram | 1 | -1/+1 | |
| 2018-01-09 | Fix bitwise NOT operator on BitMap's set_bit | Konrad Nowakowski | 1 | -2/+2 | |
| 2018-01-09 | Fix crash in pluginscript complete_code | Emmanuel Leblond | 1 | -1/+1 | |
| 2018-01-09 | Mono: Fix iteration order of object types when generating bindings | Ignacio Etcheverry | 2 | -30/+31 | |
| 2018-01-09 | Improve Control and Label documentation about mouse filtering | Rémi Verschelde | 2 | -6/+7 | |
| Fixes #9657. | |||||
| 2018-01-09 | External editor fixes | Ignacio Etcheverry | 2 | -16/+19 | |
| - Fix VS Code opening on the previous line to the desired one. - Fix running MonoDevelop without the line and column parameters. - Fix `ScriptEditor::_goto_script_line` not working with language overriden external editors. | |||||
| 2018-01-09 | Mono: Implement stack info for errors and exceptions | Ignacio Etcheverry | 15 | -74/+311 | |
| 2018-01-09 | Fix bindings of EditorSettings.set_initial_value | Rémi Verschelde | 3 | -19/+6 | |
| Also ran doctool. | |||||
| 2018-01-09 | Revert "Fix "Attach Node Script" inherits popup type" | Rémi Verschelde | 1 | -1/+1 | |
| This reverts commit 227238b4246d335910c364188ce9233fc70ddc65. This dialog is used to both open and create scripts, so it needs to have the features of the save dialog. | |||||
| 2018-01-09 | Fix shader compile error on Android | volzhs | 1 | -1/+1 | |
| **ERROR**: EffectBlurShaderGLES3: Fragment Program Compilation Failed: 23:191: S0001: Type mismatch, cannot convert from 'int' to 'float' At: drivers/gles3/shader_gles3.cpp:168:_display_error_with_code() - EffectBlurShaderGLES3: Fragment Program Compilation Failed: | |||||
| 2018-01-08 | Fix whole word search missing occurences | Bernhard Liebl | 1 | -16/+29 | |
