PouleyKetchoupp
|
09e3905c06
|
Updated doc for PROPERTY_HINT_RANGE (or_greater/or_lesser instead of allow_greater/allow_lesser)
|
2019-08-10 18:59:42 +02:00 |
|
clayjohn
|
049dd309fe
|
check for unsigned_short support for gles2 depth buffer allocation
|
2019-08-10 09:56:42 -07:00 |
|
RaphaelHunter
|
48f28c68bc
|
fix gles2 canvas shader uniform error,close #31201
|
2019-08-10 21:52:51 +08:00 |
|
IAmActuallyCthulhu
|
a940ed781c
|
Remove old doc comments in image_loader header
|
2019-08-10 08:13:44 -05:00 |
|
Rémi Verschelde
|
3418f76a9e
|
Merge pull request #31255 from iwek7/colorPickerUndo
Adds support for undo/redo for in-editor color picker
|
2019-08-10 12:35:59 +02:00 |
|
Rémi Verschelde
|
3c7327da33
|
Merge pull request #31253 from SaracenOne/audio_capture_javascript
Fix audio capture naming in web export
|
2019-08-10 06:24:19 +02:00 |
|
Cameron Reikes
|
9f7a166c35
|
Show that identifier found in function names
|
2019-08-09 21:15:33 -07:00 |
|
miwanczuk
|
7254284efd
|
Adds support for undo/redo for in-editor color picker
|
2019-08-10 00:46:31 +02:00 |
|
Saracen
|
69f7263cd8
|
Fix audio capture naming in Javascript
|
2019-08-09 23:22:30 +01:00 |
|
Michael Alexsander Silva Dias
|
68ce87fbab
|
Move "Go to Line..." from "Edit" to "Go To" in text editor
|
2019-08-09 17:23:42 -03:00 |
|
Hugo Locurcio
|
ca42541020
|
Tweak the size of the multiline text edit popup dialog
This caps its size on large displays. This in turn prevents lines from
becoming very long, which could hamper text readability.
|
2019-08-09 22:03:25 +02:00 |
|
Michael Alexsander Silva Dias
|
1c872c75db
|
Minor fixups to the theme editor
|
2019-08-09 16:26:43 -03:00 |
|
Aaron Franke
|
85f13a0d24
|
Add Basis constants and format Transform constants
|
2019-08-09 11:34:54 -07:00 |
|
Rémi Verschelde
|
71a6d2cd17
|
Merge pull request #31237 from KoBeWi/transformnodes
Improve node Change Type option
|
2019-08-09 19:22:02 +02:00 |
|
Rémi Verschelde
|
aaa55dfac1
|
Merge pull request #31216 from YeldhamDev/err_msg_main_servers
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directories
|
2019-08-09 19:20:53 +02:00 |
|
Tomasz Chabora
|
9fbba73dd5
|
Improve node Change Type option
|
2019-08-09 16:31:31 +02:00 |
|
Michael Alexsander Silva Dias
|
5ca7460421
|
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directories
|
2019-08-09 11:27:39 -03:00 |
|
Rémi Verschelde
|
7bb2215ed0
|
Merge pull request #31213 from KoBeWi/explain_scenes
Replace ERR_EXPLAIN in scene/* code
|
2019-08-09 14:25:31 +02:00 |
|
Rémi Verschelde
|
7bc984cd67
|
Merge pull request #31234 from profan/hotfix/err-explain-old
Fix usage of old ERR_FAIL macro when new variant intended.
|
2019-08-09 14:24:11 +02:00 |
|
Tomasz Chabora
|
af5e0fff66
|
Remove ERR_EXPLAIN from scene/* code
|
2019-08-09 13:54:52 +02:00 |
|
Robin Hübner
|
7d0c8a9041
|
fix usage of old macro when new variant intended
|
2019-08-09 13:10:06 +02:00 |
|
Rémi Verschelde
|
3ea33c0e45
|
Merge pull request #31221 from neikeq/err-explain-to-msg-mono
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
|
2019-08-09 12:40:05 +02:00 |
|
Rémi Verschelde
|
80c7cb6378
|
Merge pull request #31227 from profan/fix/err-explain-usages
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories.
|
2019-08-09 12:28:06 +02:00 |
|
Ignacio Etcheverry
|
c55ce204b3
|
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
And 'CRASH_*_MSG' as well.
Also make error messages puntuation and quotation more consistent.
|
2019-08-09 12:13:21 +02:00 |
|
Rémi Verschelde
|
51cd47e2aa
|
Merge pull request #31226 from creikey/fix-is-crash
Expression before 'is' may be null
|
2019-08-09 11:19:00 +02:00 |
|
Rémi Verschelde
|
432ef8e486
|
Merge pull request #31230 from sparkart/fix_unclamped_exp_range
Fix Exponential Range Graphical Error
|
2019-08-09 11:18:16 +02:00 |
|
Robin Hübner
|
6ab118c464
|
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories.
|
2019-08-09 11:13:24 +02:00 |
|
Emmanuel Barroga
|
2e1b58c793
|
Fix Exponential Range Graphical Error
Fixes the Exponential Range Slider having a graphical error with less than 1 values.
|
2019-08-09 01:47:20 -07:00 |
|
Cameron Reikes
|
2339e85b78
|
Expression before 'is' may be null
|
2019-08-09 01:24:03 -07:00 |
|
Rémi Verschelde
|
5f77e6958d
|
Merge pull request #31225 from YeldhamDev/editor_help_matches
Show matches found when searching the docs
|
2019-08-09 10:17:50 +02:00 |
|
Rémi Verschelde
|
76d1183178
|
Merge pull request #31223 from creikey/fix-csg-crash
Button object used after pressed is called
|
2019-08-09 10:10:11 +02:00 |
|
Rémi Verschelde
|
24a6b3f382
|
Merge pull request #31222 from YeldhamDev/editplugins_cosmetic_changes
Minor cosmetic changes in some editor plugins
|
2019-08-09 10:07:14 +02:00 |
|
Rémi Verschelde
|
6bb2717005
|
Merge pull request #31220 from YeldhamDev/goto_single_menu
Move "Go to Function/Line" to "Go To" menu
|
2019-08-09 09:38:10 +02:00 |
|
Michael Alexsander Silva Dias
|
790f9f628c
|
Show matches found when searching the docs
|
2019-08-09 04:09:22 -03:00 |
|
Rémi Verschelde
|
806c315a05
|
Merge pull request #31193 from creikey/cpuparticles-gizmo
Add particles icon to CPUParticles
|
2019-08-09 09:06:49 +02:00 |
|
Cameron Reikes
|
c69ff6833c
|
Button object used after pressed is called
- by queueing for deletion node can call own cleanup methods
|
2019-08-08 19:34:23 -07:00 |
|
Michael Alexsander Silva Dias
|
eeb9268800
|
Minor cosmetic changes in some editor plugins
|
2019-08-08 23:22:33 -03:00 |
|
Michael Alexsander Silva Dias
|
31584dd511
|
Move "Go to Function/Line" to "Go To" menu
|
2019-08-08 22:36:51 -03:00 |
|
Cameron Reikes
|
345fcb96a2
|
Add particles icon to CPUParticles
|
2019-08-08 16:28:01 -07:00 |
|
Rémi Verschelde
|
fe3cd51755
|
Merge pull request #31215 from IronicallySerious/patch-1
Add Tree iteration instructions thorugh TreeItem
|
2019-08-08 22:04:16 +02:00 |
|
Rémi Verschelde
|
460226cb71
|
Merge pull request #31042 from iwek7/fixColorPickerInEditor
Fixes color picker in code editor - it now only changes one color
|
2019-08-08 22:03:14 +02:00 |
|
Rémi Verschelde
|
19f41bd224
|
Merge pull request #31212 from YeldhamDev/script_editor_icon_update
Update icons in script editor when theme changes
|
2019-08-08 21:59:49 +02:00 |
|
Twarit Waikar
|
d366855abd
|
Add Tree iteration instructions thorugh TreeItem
|
2019-08-09 01:09:50 +05:30 |
|
Yuri Roubinsky
|
7841800c1e
|
Merge pull request #31214 from Chaosus/vs_fix_search_bug
Fix incorrect search member in visual shaders
|
2019-08-08 22:32:26 +03:00 |
|
Yuri Roubinski
|
6c8a55aa0d
|
Fix incorrect search member in visual shaders
|
2019-08-08 22:19:42 +03:00 |
|
iwek7
|
e7b07e1e58
|
Fixes color picker in code editor - now it only changes one color
|
2019-08-08 19:12:13 +02:00 |
|
Michael Alexsander Silva Dias
|
7bb7b77a07
|
Update icons in script editor when theme changes
|
2019-08-08 13:39:53 -03:00 |
|
Rémi Verschelde
|
d2a67c9c1f
|
Merge pull request #30714 from Calinou/invert-default-fog-height
Invert and adjust the default fog height values
|
2019-08-08 17:20:32 +02:00 |
|
Rémi Verschelde
|
22b42c3315
|
Merge pull request #30893 from profan/fix/err-explain
Implement error macros that come with an error message, replacing ERR_EXPLAIN.
|
2019-08-08 16:28:06 +02:00 |
|
Rémi Verschelde
|
f53fdbe108
|
Merge pull request #31087 from Calinou/editor-improve-light-theme-colors
Improve light theme colors in the editor for better readability
|
2019-08-08 16:00:52 +02:00 |
|