Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-09 | Add Basis constants and format Transform constants | Aaron Franke | |
2019-08-09 | Merge pull request #31237 from KoBeWi/transformnodes | Rémi Verschelde | |
Improve node Change Type option | |||
2019-08-09 | Merge pull request #31216 from YeldhamDev/err_msg_main_servers | Rémi Verschelde | |
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directories | |||
2019-08-09 | Improve node Change Type option | Tomasz Chabora | |
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directories | Michael Alexsander Silva Dias | |
2019-08-09 | Merge pull request #31213 from KoBeWi/explain_scenes | Rémi Verschelde | |
Replace ERR_EXPLAIN in scene/* code | |||
2019-08-09 | Merge pull request #31234 from profan/hotfix/err-explain-old | Rémi Verschelde | |
Fix usage of old ERR_FAIL macro when new variant intended. | |||
2019-08-09 | Remove ERR_EXPLAIN from scene/* code | Tomasz Chabora | |
2019-08-09 | fix usage of old macro when new variant intended | Robin Hübner | |
2019-08-09 | Merge pull request #31221 from neikeq/err-explain-to-msg-mono | Rémi Verschelde | |
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono' | |||
2019-08-09 | Merge pull request #31227 from profan/fix/err-explain-usages | Rémi Verschelde | |
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories. | |||
2019-08-09 | Replace '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-09 | Merge pull request #31226 from creikey/fix-is-crash | Rémi Verschelde | |
Expression before 'is' may be null | |||
2019-08-09 | Merge pull request #31230 from sparkart/fix_unclamped_exp_range | Rémi Verschelde | |
Fix Exponential Range Graphical Error | |||
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", ↵ | Robin Hübner | |
"modules/gdnative", "modules/gdscript" directories. | |||
2019-08-09 | Fix Exponential Range Graphical Error | Emmanuel Barroga | |
Fixes the Exponential Range Slider having a graphical error with less than 1 values. | |||
2019-08-09 | Expression before 'is' may be null | Cameron Reikes | |
2019-08-09 | Merge pull request #31225 from YeldhamDev/editor_help_matches | Rémi Verschelde | |
Show matches found when searching the docs | |||
2019-08-09 | Merge pull request #31223 from creikey/fix-csg-crash | Rémi Verschelde | |
Button object used after pressed is called | |||
2019-08-09 | Merge pull request #31222 from YeldhamDev/editplugins_cosmetic_changes | Rémi Verschelde | |
Minor cosmetic changes in some editor plugins | |||
2019-08-09 | Merge pull request #31220 from YeldhamDev/goto_single_menu | Rémi Verschelde | |
Move "Go to Function/Line" to "Go To" menu | |||
2019-08-09 | Show matches found when searching the docs | Michael Alexsander Silva Dias | |
2019-08-09 | Merge pull request #31193 from creikey/cpuparticles-gizmo | Rémi Verschelde | |
Add particles icon to CPUParticles | |||
2019-08-08 | Button object used after pressed is called | Cameron Reikes | |
- by queueing for deletion node can call own cleanup methods | |||
2019-08-08 | Minor cosmetic changes in some editor plugins | Michael Alexsander Silva Dias | |
2019-08-08 | Move "Go to Function/Line" to "Go To" menu | Michael Alexsander Silva Dias | |
2019-08-08 | Add particles icon to CPUParticles | Cameron Reikes | |
2019-08-08 | Merge pull request #31215 from IronicallySerious/patch-1 | Rémi Verschelde | |
Add Tree iteration instructions thorugh TreeItem | |||
2019-08-08 | Merge pull request #31042 from iwek7/fixColorPickerInEditor | Rémi Verschelde | |
Fixes color picker in code editor - it now only changes one color | |||
2019-08-08 | Merge pull request #31212 from YeldhamDev/script_editor_icon_update | Rémi Verschelde | |
Update icons in script editor when theme changes | |||
2019-08-09 | Add Tree iteration instructions thorugh TreeItem | Twarit Waikar | |
2019-08-08 | Merge pull request #31214 from Chaosus/vs_fix_search_bug | Yuri Roubinsky | |
Fix incorrect search member in visual shaders | |||
2019-08-08 | Fix incorrect search member in visual shaders | Yuri Roubinski | |
2019-08-08 | Fixes color picker in code editor - now it only changes one color | iwek7 | |
2019-08-08 | Update icons in script editor when theme changes | Michael Alexsander Silva Dias | |
2019-08-08 | Merge pull request #30714 from Calinou/invert-default-fog-height | Rémi Verschelde | |
Invert and adjust the default fog height values | |||
2019-08-08 | Merge pull request #30893 from profan/fix/err-explain | Rémi Verschelde | |
Implement error macros that come with an error message, replacing ERR_EXPLAIN. | |||
2019-08-08 | Merge pull request #31087 from Calinou/editor-improve-light-theme-colors | Rémi Verschelde | |
Improve light theme colors in the editor for better readability | |||
2019-08-08 | implement accompanying error macros that come with an error message, to ↵ | Robin Hübner | |
replace ERR_EXPLAIN usage. | |||
2019-08-08 | Merge pull request #30934 from santouits/debugg | Rémi Verschelde | |
Hopefully fix the random crashes with threads | |||
2019-08-08 | Merge pull request #31185 from mitchcurtis/get_path | Rémi Verschelde | |
Improve error message in Node::get_path() | |||
2019-08-08 | Merge pull request #31178 from Chaosus/vs_copy_between_graphs | Rémi Verschelde | |
Allow copy/paste nodes between vertex/fragment/light modes in vshaders | |||
2019-08-08 | Merge pull request #31195 from bojidar-bg/31143-funcref-call_funcv | Rémi Verschelde | |
Add FuncRef.call_funcv | |||
2019-08-08 | Merge pull request #31182 from mitchcurtis/remove_child | Rémi Verschelde | |
Improve error message in Node::remove_child() | |||
2019-08-08 | Merge pull request #31194 from bojidar-bg/29312-corrupt-initial-tilemap | Rémi Verschelde | |
Fix corrupted TileMap saves due to missing/wrong format | |||
2019-08-08 | Add FuncRef.call_funcv | Bojidar Marinov | |
Closes #31143 | |||
2019-08-08 | Merge pull request #31196 from bojidar-bg/31115-asset-library-save-error | Rémi Verschelde | |
Handle all download errors in the asset library | |||
2019-08-08 | Merge pull request #31198 from akien-mga/locale-match | Rémi Verschelde | |
Translation: Fix logic bug finding match for regional locales | |||
2019-08-08 | Translation: Fix logic bug finding match for regional locales | Rémi Verschelde | |
The match test was inverted. The rest of the changes are documentation and cleanup. Fixes #26346 and fixes #31192. | |||
2019-08-08 | Improve error message in Node::remove_child() | Mitch Curtis | |