summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-27Merge pull request #22474 from groud/fix_drag_drop_file_listRémi Verschelde
Fixes drag & drop in the file list
2018-09-27Fixes drag & drop in the file listgroud
2018-09-27Merge pull request #22464 from akien-mga/inspector-text-wrapRémi Verschelde
Inspector: Enable wrap for multiline text widget
2018-09-27doc: Fix OS.execute example (cf. #22412)Rémi Verschelde
2018-09-27Inspector: Enable wrap for multiline text widgetRémi Verschelde
Fixes #22458.
2018-09-27Merge pull request #22460 from neikeq/issue-22403Ignacio Etcheverry
Mono: Fix not creating generic Array or Dictionary where expected
2018-09-27Mono: Fix not creating generic Array or Dictionary where expectedIgnacio Etcheverry
2018-09-26Do not update cache if the C# API assembly is out of syncIgnacio Etcheverry
2018-09-26ENet: Remove redundant if conditionRémi Verschelde
Closes #22445.
2018-09-26Merge pull request #22436 from Calinou/tweak-editor-textsRémi Verschelde
Tweak some editor texts' capitalization, use "Go to" instead of "Goto"
2018-09-25Tweak some editor texts' capitalization, use "Go to" instead of "Goto"Hugo Locurcio
This also fixes a typo in the `debugger/debug_with_external_editor` shortcut.
2018-09-25Merge pull request #22427 from Faless/multiplayer_errorsMax Hilbrunner
Better MultiplayerAPI error messages.
2018-09-25Better MultiplayerAPI error logs.Fabio Alessandrelli
2018-09-25Merge pull request #22425 from Faless/enet_serviceMax Hilbrunner
Set ENet service time to 0.
2018-09-25Skip RPC/RSET when MASTERSYNC and we are master.Fabio Alessandrelli
2018-09-25Set ENet service time to 0.Fabio Alessandrelli
Process all packets in queue, but never wait.
2018-09-25Fix gizmo handles in GLES2 backendJuan Linietsky
2018-09-25Merge pull request #22423 from Chaosus/fix_tooltip_borderRémi Verschelde
Fix incorrect tooltip border
2018-09-25Merge pull request #22420 from PiOverFour/masterRémi Verschelde
Doc: fix example in Array sort_custom()
2018-09-25Fix incorrect tooltip borderChaosus
2018-09-25Doc: fix example in Array sort_custom()Damien Picard
2018-09-25SCons: Fix checks for clang in env['CXX']Rémi Verschelde
They would match the whole path instead of only the filename.
2018-09-25Merge pull request #22290 from groud/add_2dimensional_scaleRémi Verschelde
Add both X and Y scale in the scale editor
2018-09-25Add both X and Y scale in the scale editorgroud
2018-09-25Merge pull request #22415 from ibrahn/fix-late-segfault-hangRémi Verschelde
Fixed hang when segfaulting after OS object destroyed (OSX and X11)
2018-09-24Fixed hang when segfaulting after OS object destroyed (OSX and X11)Ibrahn Sahir
The two POSIX style crash handlers (OSX and X11) now remove their signal handlers when they are destroyed. Additonally if they are called while no OS singleton is set, they will simply abort(). This should not happen now that they remove themselves, but if a future change seperates OS object and crash handler lifetimes, this may be easier to report/debug than hanging on SIGSEGV.
2018-09-24Merge pull request #22400 from Chaosus/viewport_colorRémi Verschelde
Added viewport border color setting for canvas item editor
2018-09-24Merge pull request #22398 from groud/fix_import_tab_updateRémi Verschelde
Fix import tab not updating when selecting in the tree view
2018-09-24Added viewport border color setting for canvas item editorChaosus
2018-09-24Merge pull request #22353 from YeldhamDev/bbcode_strikethroughRémi Verschelde
Add proper strikethrough BBCode to RichTextLabel
2018-09-24Merge pull request #22396 from groud/allow_higher_treeviewRémi Verschelde
Allow the tree view of FileSystem to take more space
2018-09-24Fix import tab not updating when selecting in the tree viewgroud
2018-09-24Allow the tree view of FileSystem to take more spacegroud
2018-09-24Merge pull request #22383 from Faless/ws_closeMax Hilbrunner
Implement WebSocket close frame handling
2018-09-24Update WebSocket documentationFabio Alessandrelli
2018-09-24Implement WebSocket clean close detection.Fabio Alessandrelli
2018-09-24Implement WebSocket close notify.Fabio Alessandrelli
2018-09-23Add proper strikethrough BBCode to RichTextLabelMichael Alexsander Silva Dias
2018-09-23Merge pull request #22357 from DualMatrix/no_built_inRémi Verschelde
Prevent built-in-scripts from being made from FileSystem dock
2018-09-23Fix build after 65fd37c1, using Math_PIRémi Verschelde
Also fix style in shaders.
2018-09-23Merge pull request #22380 from allkhor/fix_scons_warningRémi Verschelde
Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351.
2018-09-23Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351.allkhor
2018-09-23Prevent built-in-scripts from being made from FileSystem dockDualMatrix
Prevent built-in-scripts from being made from FileSystem dock
2018-09-23-Rewrote GLES2 lighting and shadows and optimized state changes, did many ↵Juan Linietsky
optimizations, added vertex lighting. -Did some fixes to GLES3 too
2018-09-23Merge pull request #22346 from Paulb23/text_file_iconRémi Verschelde
Icon for TextFiles.
2018-09-23Merge pull request #22351 from DualMatrix/remove_obsoleteRémi Verschelde
Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/
2018-09-23Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to ↵DualMatrix
core/math/ Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/
2018-09-23Merge pull request #22372 from akien-mga/cull-margin-rangeRémi Verschelde
Fix GeometryInstance extra_cull_margin step
2018-09-23Merge pull request #22371 from akien-mga/locale-CRémi Verschelde
Fallback to "en" when invalid locale is requested
2018-09-23Fix GeometryInstance extra_cull_margin stepRémi Verschelde
Fixes #22369.