Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-30 | TextEdit: prevent the copy of an empty string | lupoDharkael | |
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. | |||
2018-09-23 | Fallback to "en" when invalid locale is requested | Rémi Verschelde | |
Close #22365. | |||
2018-09-23 | Merge pull request #22362 from homer666/physicsdirectspacestate-docs-update | Rémi Verschelde | |
[DOCS] PhysicsDirectSpaceState updates | |||
2018-09-23 | Merge pull request #22342 from DualMatrix/duplicate_no_fun | Rémi Verschelde | |
Fixed duplicating nodes not attaching script in-game with Sync Scene Changes enabled | |||
2018-09-23 | [DOCS] PhysicsDirectSpaceState updates | homer666 | |
2018-09-22 | Merge pull request #22350 from volzhs/ignore-invalid-device | Max Hilbrunner | |
Ignore invalid device for Android | |||
2018-09-23 | Ignore invalid device for Android | volzhs | |
2018-09-22 | Merge pull request #22332 from Faless/udp_win_reset | Max Hilbrunner | |
Fix Winsock UDP ECONNRESET/ENETRESET bug | |||
2018-09-22 | Merge pull request #22115 from akerudesu/find-parent | Max Hilbrunner | |
Added find_parent method to node class | |||
2018-09-22 | Merge pull request #22335 from Faless/get_stream_string_no_len | Max Hilbrunner | |
StreamPeer get[_utf8]_string with negative length. | |||
2018-09-22 | Merge pull request #22339 from AndreaCatania/fixes2 | Max Hilbrunner | |
Toward 3.1 - physics fixes | |||
2018-09-22 | Icon for TextFiles | Paulb23 | |
2018-09-22 | StreamPeer get[_utf8]_string with negative length. | Fabio Alessandrelli | |
If the "bytes" parameter of get_string and get_utf8_string is negative, the length will be read from the stream instead. The bytes parameter has now a default (-1), allowing to use them directly as reverses of put_string and put_utf8_string . put_string was not implemented, so I implemented it to allow sending ASCII strings (which are much smaller than UTF8 ones). | |||
2018-09-22 | Fixed duplicating nodes not attaching script in-game with Sync Scene Changes ↵ | DualMatrix | |
enabled Fixed duplicating nodes not attaching script in-game with Sync Scene Changes enabled. | |||
2018-09-22 | Correctly freed PhysicalBoneEditor | Andrea Catania | |
2018-09-22 | Corrected cast_motion query behaviour | Andrea Catania | |
2018-09-22 | Merge pull request #22340 from akien-mga/sort_text_editor_themes | Rémi Verschelde | |
Settings: Sort text editor themes alphabetically | |||
2018-09-22 | Merge pull request #21963 from YeldhamDev/dir_select_fix | Rémi Verschelde | |
Make EditorFileDialog be able to pick a folder when entering it | |||
2018-09-22 | Removed node from physical_bone_plugin | Andrea Catania | |
2018-09-22 | Merge pull request #22325 from Chaosus/min_max_shader_improvement | Rémi Verschelde | |
Added missed min/max shader overloads | |||
2018-09-22 | Settings: Sort text editor themes alphabetically | Rémi Verschelde | |
2018-09-22 | Added rayshape solver algorithm to soft body configurator fixes #22283 fixes ↵ | Andrea Catania | |
#22249 fixes #22281 | |||
2018-09-22 | Fix Winsock UDP ECONNRESET/ENETRESET bug | Fabio Alessandrelli | |
Since Windows 2000: Calling recv/recvfrom when an ICMP reply was received from a previous send/sendto, may result in a WSAECONNRESET error. Since Windows Vista(?)/Windows Server 2008: Calling recv/recvfrom when an ICMP reply was received from a previous send/sendto, may also result in a WSAENETRESET error. Both those features are disabled by this commit using disabling SIO_UDP_CONNRESET and SIO_UDP_NETRESET on newly created UDP sockets. | |||
2018-09-22 | Merge pull request #22327 from Faless/defective_by_design_is_the_windows_way | Fabio Alessandrelli | |
Use select instead of WSAPoll on Windows. | |||
2018-09-22 | Detect POLLERR revents too in NetSocketPosix. | Fabio Alessandrelli | |
Usually indicate an RST was received by a TCP socket. | |||
2018-09-22 | Use select instead of WSAPoll on Windows. | Fabio Alessandrelli | |
WSAPoll is broken by design. It was announced as the new way to introduce compatibility to posix sockets, their implementation was broken, and they decided not to fix it. You can read the full story here: https://daniel.haxx.se/blog/2012/10/10/wsapoll-is-broken/ |