summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2018-09-23Fallback to "en" when invalid locale is requestedRémi Verschelde
Close #22365.
2018-09-23Merge pull request #22362 from homer666/physicsdirectspacestate-docs-updateRémi Verschelde
[DOCS] PhysicsDirectSpaceState updates
2018-09-23Merge pull request #22342 from DualMatrix/duplicate_no_funRémi Verschelde
Fixed duplicating nodes not attaching script in-game with Sync Scene Changes enabled
2018-09-23[DOCS] PhysicsDirectSpaceState updateshomer666
2018-09-22Merge pull request #22350 from volzhs/ignore-invalid-deviceMax Hilbrunner
Ignore invalid device for Android
2018-09-23Ignore invalid device for Androidvolzhs
2018-09-22Merge pull request #22332 from Faless/udp_win_resetMax Hilbrunner
Fix Winsock UDP ECONNRESET/ENETRESET bug
2018-09-22Merge pull request #22115 from akerudesu/find-parentMax Hilbrunner
Added find_parent method to node class
2018-09-22Merge pull request #22335 from Faless/get_stream_string_no_lenMax Hilbrunner
StreamPeer get[_utf8]_string with negative length.
2018-09-22Merge pull request #22339 from AndreaCatania/fixes2Max Hilbrunner
Toward 3.1 - physics fixes
2018-09-22StreamPeer 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-22Fixed 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-22Correctly freed PhysicalBoneEditorAndrea Catania
2018-09-22Corrected cast_motion query behaviourAndrea Catania
2018-09-22Merge pull request #22340 from akien-mga/sort_text_editor_themesRémi Verschelde
Settings: Sort text editor themes alphabetically
2018-09-22Merge pull request #21963 from YeldhamDev/dir_select_fixRémi Verschelde
Make EditorFileDialog be able to pick a folder when entering it
2018-09-22Removed node from physical_bone_pluginAndrea Catania
2018-09-22Merge pull request #22325 from Chaosus/min_max_shader_improvementRémi Verschelde
Added missed min/max shader overloads
2018-09-22Settings: Sort text editor themes alphabeticallyRémi Verschelde
2018-09-22Added rayshape solver algorithm to soft body configurator fixes #22283 fixes ↵Andrea Catania
#22249 fixes #22281
2018-09-22Fix Winsock UDP ECONNRESET/ENETRESET bugFabio 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-22Merge pull request #22327 from Faless/defective_by_design_is_the_windows_wayFabio Alessandrelli
Use select instead of WSAPoll on Windows.
2018-09-22Detect POLLERR revents too in NetSocketPosix.Fabio Alessandrelli
Usually indicate an RST was received by a TCP socket.
2018-09-22Use 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/
2018-09-21Make EditorFileDialog be able to pick a folder when entering itMichael Alexsander Silva Dias
2018-09-21Added missed min/max shader overloadsChaosus
2018-09-21doc: Misc formatting fixesRémi Verschelde
2018-09-21Merge pull request #22032 from Windfisch/docfixRémi Verschelde
Add documentation details about Image formats and color space conversion
2018-09-21Merge pull request #22316 from Faless/poll_more_checks_easy_squashMax Hilbrunner
Add checks for clean disconnect in HTTP/TCP/SSL.
2018-09-21Merge pull request #22218 from char0xff/doc_editorpluginsinterfaceMax Hilbrunner
Improve EditorPlugin.xml and EditorInterface.xml
2018-09-21Add checks for clean disconnect in HTTP/TCP/SSL.Fabio Alessandrelli
Half-open TCP connection can, of course, only be detected by writing the socket, or waiting for TCP timeout.
2018-09-21Merge pull request #22310 from groud/remove_unsplit_modeRémi Verschelde
Remove auto disabling of the split-view in the FileSystem dock
2018-09-21Remove auto disabling of the split-view in the FileSystem dockgroud
2018-09-21Merge pull request #22174 from cyclopsian/obj-pathsRémi Verschelde
Check for absolute paths in OBJ loader
2018-09-21Merge pull request #22308 from groud/fix_filesystem_settingRémi Verschelde
Fixes filesystem display mode not updating at startup
2018-09-21doc: Fixes to rst converterRémi Verschelde
2018-09-21Fixes filesystem display mode not updating at startupgroud
2018-09-21Merge pull request #22304 from YeldhamDev/filedock_path_start_fixRémi Verschelde
Make filesystem dock's path bar start with said path written
2018-09-21doc: Sync classref with current sourceRémi Verschelde
2018-09-21Make filesystem dock's path bar start with said path writtenMichael Alexsander Silva Dias
2018-09-21Merge pull request #22298 from LikeLakers2/docs-header-fixRémi Verschelde
Fix the weird method linking issue when the previous method's description ends with a code block
2018-09-20Fix the weird method linking issue when the previous method's description ↵LikeLakers2
ends with a code block
2018-09-20Merge pull request #22295 from groud/fix_2D_IKJuan Linietsky
Fixes 2D Inverse Kinematic
2018-09-20Fixes 2D IKgroud
2018-09-20Merge pull request #22047 from DualMatrix/better_nav_2DRémi Verschelde
Better heuristic for the shortest path algorithm for navigation2D
2018-09-20Merge pull request #22277 from akien-mga/main-refactorRémi Verschelde
Main: Group static members and add some docs
2018-09-20Merge pull request #22233 from JFonS/fix_20061Rémi Verschelde
Fix lighting of rotated particles in 2D