Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-27 | Merge pull request #22474 from groud/fix_drag_drop_file_list | Rémi Verschelde | |
Fixes drag & drop in the file list | |||
2018-09-27 | Fixes drag & drop in the file list | groud | |
2018-09-27 | Merge pull request #22464 from akien-mga/inspector-text-wrap | Rémi Verschelde | |
Inspector: Enable wrap for multiline text widget | |||
2018-09-27 | doc: Fix OS.execute example (cf. #22412) | Rémi Verschelde | |
2018-09-27 | Inspector: Enable wrap for multiline text widget | Rémi Verschelde | |
Fixes #22458. | |||
2018-09-27 | Merge pull request #22460 from neikeq/issue-22403 | Ignacio Etcheverry | |
Mono: Fix not creating generic Array or Dictionary where expected | |||
2018-09-27 | Mono: Fix not creating generic Array or Dictionary where expected | Ignacio Etcheverry | |
2018-09-26 | Do not update cache if the C# API assembly is out of sync | Ignacio Etcheverry | |
2018-09-26 | ENet: Remove redundant if condition | Rémi Verschelde | |
Closes #22445. | |||
2018-09-26 | Merge pull request #22436 from Calinou/tweak-editor-texts | Rémi Verschelde | |
Tweak some editor texts' capitalization, use "Go to" instead of "Goto" | |||
2018-09-25 | Tweak 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-25 | Merge pull request #22427 from Faless/multiplayer_errors | Max Hilbrunner | |
Better MultiplayerAPI error messages. | |||
2018-09-25 | Better MultiplayerAPI error logs. | Fabio Alessandrelli | |
2018-09-25 | Merge pull request #22425 from Faless/enet_service | Max Hilbrunner | |
Set ENet service time to 0. | |||
2018-09-25 | Skip RPC/RSET when MASTERSYNC and we are master. | Fabio Alessandrelli | |
2018-09-25 | Set ENet service time to 0. | Fabio Alessandrelli | |
Process all packets in queue, but never wait. | |||
2018-09-25 | Fix gizmo handles in GLES2 backend | Juan Linietsky | |
2018-09-25 | Merge pull request #22423 from Chaosus/fix_tooltip_border | Rémi Verschelde | |
Fix incorrect tooltip border | |||
2018-09-25 | Merge pull request #22420 from PiOverFour/master | Rémi Verschelde | |
Doc: fix example in Array sort_custom() | |||
2018-09-25 | Fix incorrect tooltip border | Chaosus | |
2018-09-25 | Doc: fix example in Array sort_custom() | Damien Picard | |
2018-09-25 | SCons: Fix checks for clang in env['CXX'] | Rémi Verschelde | |
They would match the whole path instead of only the filename. | |||
2018-09-25 | Merge pull request #22290 from groud/add_2dimensional_scale | Rémi Verschelde | |
Add both X and Y scale in the scale editor | |||
2018-09-25 | Add both X and Y scale in the scale editor | groud | |
2018-09-25 | Merge pull request #22415 from ibrahn/fix-late-segfault-hang | Rémi Verschelde | |
Fixed hang when segfaulting after OS object destroyed (OSX and X11) | |||
2018-09-24 | Fixed 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-24 | Merge pull request #22400 from Chaosus/viewport_color | Rémi Verschelde | |
Added viewport border color setting for canvas item editor | |||
2018-09-24 | Merge pull request #22398 from groud/fix_import_tab_update | Rémi Verschelde | |
Fix import tab not updating when selecting in the tree view | |||
2018-09-24 | Added viewport border color setting for canvas item editor | Chaosus | |
2018-09-24 | Merge pull request #22353 from YeldhamDev/bbcode_strikethrough | Rémi Verschelde | |
Add proper strikethrough BBCode to RichTextLabel | |||
2018-09-24 | Merge pull request #22396 from groud/allow_higher_treeview | Rémi Verschelde | |
Allow the tree view of FileSystem to take more space | |||
2018-09-24 | Fix import tab not updating when selecting in the tree view | groud | |
2018-09-24 | Allow the tree view of FileSystem to take more space | groud | |
2018-09-24 | Merge pull request #22383 from Faless/ws_close | Max Hilbrunner | |
Implement WebSocket close frame handling | |||
2018-09-24 | Update WebSocket documentation | Fabio Alessandrelli | |
2018-09-24 | Implement WebSocket clean close detection. | Fabio Alessandrelli | |
2018-09-24 | Implement WebSocket close notify. | Fabio Alessandrelli | |
2018-09-23 | Add proper strikethrough BBCode to RichTextLabel | Michael Alexsander Silva Dias | |
2018-09-23 | Merge pull request #22357 from DualMatrix/no_built_in | Rémi Verschelde | |
Prevent built-in-scripts from being made from FileSystem dock | |||
2018-09-23 | Fix build after 65fd37c1, using Math_PI | Rémi Verschelde | |
Also fix style in shaders. | |||
2018-09-23 | Merge pull request #22380 from allkhor/fix_scons_warning | Rémi Verschelde | |
Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351. | |||
2018-09-23 | Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351. | allkhor | |
2018-09-23 | Prevent built-in-scripts from being made from FileSystem dock | DualMatrix | |
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-23 | Merge pull request #22346 from Paulb23/text_file_icon | Rémi Verschelde | |
Icon for TextFiles. | |||
2018-09-23 | Merge pull request #22351 from DualMatrix/remove_obsolete | Rémi Verschelde | |
Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/ | |||
2018-09-23 | Removed 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-23 | Merge pull request #22372 from akien-mga/cull-margin-range | Rémi Verschelde | |
Fix GeometryInstance extra_cull_margin step | |||
2018-09-23 | Merge pull request #22371 from akien-mga/locale-C | Rémi Verschelde | |
Fallback to "en" when invalid locale is requested | |||
2018-09-23 | Fix GeometryInstance extra_cull_margin step | Rémi Verschelde | |
Fixes #22369. |