Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-16 | Merge pull request #55974 from skyace65/ScriptDoc | Max Hilbrunner | |
Clarify that the script class should not be used directly | |||
2021-12-16 | Merge pull request #55811 from nathanfranke/os-documentation | Max Hilbrunner | |
Fix OS.get_name and OS.get_user_data_dir documentation | |||
2021-12-16 | Merge pull request #55969 from Chaosus/shader_anisotropic | Yuri Roubinsky | |
2021-12-15 | Clarify that the script class should not be used directly | skyace65 | |
2021-12-15 | Fix OS.get_name and OS.get_user_data_dir documentation | Nathan Franke | |
2021-12-15 | Merge pull request #55183 from madmiraal/fix-41421 | Rémi Verschelde | |
Only rotate Android sensor values for sensors that need them rotated | |||
2021-12-15 | Merge pull request #52015 from mechPenSketch/expose_hotzones2 | Rémi Verschelde | |
Expose connection hot zones in `GraphNode` | |||
2021-12-15 | Rename shader hint `filter_anisotropy` to `filter_anisotropic` | Yuri Roubinsky | |
2021-12-15 | Only rotate Android sensor values for sensors that need them rotated | Marcel Admiraal | |
2021-12-15 | Merge pull request #55957 from Chaosus/shader_fix_arrays | Yuri Roubinsky | |
2021-12-15 | Merge pull request #55958 from timothyqiu/xml-indents | Rémi Verschelde | |
2021-12-15 | Merge pull request #53129 from Faless/net/4.x_enet_opts | Fabio Alessandrelli | |
[Net] ENet poll optimizations, fragmented unreliable transfer. | |||
2021-12-15 | Fix shader array parsing in variable declaration | Yuri Roubinsky | |
2021-12-15 | Fix indentations in class reference XMLs | Haoyu Qiu | |
2021-12-15 | Merge pull request #55948 from timothyqiu/shortcut-drives | Rémi Verschelde | |
2021-12-15 | Add / to the unix shortcut drive list | Haoyu Qiu | |
Also made `get_current_drive()` to pick the longest match on Unix. | |||
2021-12-15 | [Net] ENet poll now only service the connection once. | Jordan Schidlowsky | |
It used to call `enet_host_service` until all events were consumed, but that also meant constantly polling the connection leading to potentially unbounded processing time. It now only service the connection once, and instead consumes all the retrieved events via `enet_host_check_events`. | |||
2021-12-15 | [Net] ENetMultiplayerPeer now sends fragmented packets unreliably too. | Jordan Schidlowsky | |
It used to always send them reliably when transfer mode was unreliable or ordered if the packet size was more then the enet host MTU (1400 bytes by default). This commit also adds a warning when debug is enabled to explain the effects of sending fragmented packets unreliably. | |||
2021-12-15 | Merge pull request #55903 from Chaosus/shader_struct | Rémi Verschelde | |
2021-12-15 | Merge pull request #55913 from Chaosus/fix_shader_crash | Rémi Verschelde | |
2021-12-15 | Merge pull request #55927 from pycbouh/editor-add-theme-type-communication | Rémi Verschelde | |
2021-12-15 | Merge pull request #55951 from Chaosus/shader_hint_aniso | Rémi Verschelde | |
2021-12-15 | Merge pull request #55952 from Faless/net/4.x_webrtc_mp_connect_fix | Rémi Verschelde | |
2021-12-15 | Merge pull request #55905 from bruvzg/ts_substring_reshape | Rémi Verschelde | |
2021-12-15 | Merge pull request #55657 from MorganKF/patch-multiplayer-peer-extension | Fabio Alessandrelli | |
Patch `MultiplayerPeerExtension` to allow derived classes | |||
2021-12-15 | Rename shader hint `filter_aniso` to `filter_anisotropy` | Yuri Roubinsky | |
2021-12-15 | Merge pull request #55940 from Calinou/editor-spin-slider-tweak-grabber | Rémi Verschelde | |
2021-12-15 | [Net] Fix WebRTC returning packets from peers too early. | Fabio Alessandrelli | |
Due to the async nature of WebRTC implementations, the multiplayer peer could end up having queued packets from a given connection before it is able to emit the "peer_added" signal. This commit ensures that packets from peers which are not notified yet are skipped by `get_packet` and `get_available_packet_count`. | |||
2021-12-15 | [Text Server] Fix re-shaping of substrings, improve oversampling scale. | bruvzg | |
2021-12-15 | Merge pull request #55699 from Mickeon/patch-1 | Max Hilbrunner | |
Various tweaks to Camera2D's documentation | |||
2021-12-15 | Merge pull request #55935 from KoBeWi/get_minimum_size_not | Max Hilbrunner | |
Document get_minimum_size not called in some nodes | |||
2021-12-15 | Merge pull request #55777 from cdemirer/doc-replace_by | Max Hilbrunner | |
Clarify that replace_by keeps child nodes in tree | |||
2021-12-15 | Merge pull request #55831 from Calinou/doc-reflectionprobe | Max Hilbrunner | |
Improve the ReflectionProbe class documentation | |||
2021-12-15 | Make EditorSpinSlider grabbers thicker to be more noticeable | Hugo Locurcio | |
2021-12-14 | Merge pull request #55932 from xsellier/bugfix/fix-random-crash-on-launch | Rémi Verschelde | |
2021-12-14 | Defer the call to 'popup_str' to the next cycle to let Godot Engine's editor ↵ | Xavier Sellier | |
time to properly start | |||
2021-12-14 | Merge pull request #55936 from Calinou/portal-room-add-compatibility-classes | Rémi Verschelde | |
2021-12-14 | Add compatibility class handlers for portal and room occlusion culling | Hugo Locurcio | |
Portal and room occlusion culling is replaced by raster occlusion in 4.0, which undergoes an entirely different setup process. Therefore, we can only convert those nodes to Node3Ds to allow loading `3.x` scenes while keeping transforms valid. | |||
2021-12-14 | Merge pull request #55931 from groud/avoid_crash_gdscript_analyzer | Rémi Verschelde | |
2021-12-14 | Document get_minimum_size not called in some nodes | kobewi | |
2021-12-14 | Avoid a crash in the gdscript analyser | Gilles Roudière | |
2021-12-14 | Merge pull request #55924 from bruvzg/win_console_4 | Rémi Verschelde | |
2021-12-14 | Improve user communication in the Add Item Type dialog | Yuri Sizov | |
2021-12-14 | [Windows] Open a new console window for the editor instances. | bruvzg | |
2021-12-13 | Fix shader crash when assigned array from struct to a variable by index | Yuri Roubinsky | |
2021-12-13 | Merge pull request #55906 from Chaosus/vss_fix | Rémi Verschelde | |
2021-12-13 | Fix incorrect placement of default value editor in visual scripts | Yuri Roubinsky | |
2021-12-13 | Allow declaring multiple members in one expression in shader structs | Yuri Roubinsky | |
2021-12-13 | Merge pull request #55609 from rcorre/doc-scroll | Rémi Verschelde | |
2021-12-13 | Merge pull request #55898 from KoBeWi/nodes_from_faraway_lands | Rémi Verschelde | |