summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-11Add generate script api to dictionary supportGeequlim
Expose GDScriptLanguageProtocol singleton and classes for editor plugins (Not visiable in class tree) Fix minor bug in symbol resolve
2019-08-11Check client workspace directory is validGeequlim
Drop test initialize message sent to client Remove unused code property for the parser class
2019-08-11Improve symbol resolve for inner classesGeequlim
Only level one inner classes would be resolved currently but it sould cover most real world use case Improve documation parseing for const values Improve documation format for native symbols
2019-08-11Improved performance for completion and symbol resolvation.Geequlim
Improved uri and workspace path translatation on windows platform. The smart resolvation is much faster than builtin's in the server side. The smart resolve mode is still disabled as default as the clients might be slow with a planty of completion items.
2019-08-11Add optional smart resolve sulotiongeequlim
The smart resolvaion can guess most symbols but it might be slow so disabled by default users can turn on it in the editor setting
2019-08-11Add a symbol pool to cache all native symbols and workspackes symbols.geequlim
Implement hover Implement completion documentation resolve Implement hover documentation Implement go to definition
2019-08-11Add GDScript Language Protocol plugingeequlim
2019-08-11Add JSONRPC-2.0 implementation as a modulegeequlim
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-10Adds support for undo/redo for in-editor color pickermiwanczuk
2019-08-09Fix audio capture naming in JavascriptSaracen
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
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.