Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-18 | Merge pull request #50573 from KoBeWi/editor_spin_crasher | Rémi Verschelde | |
Fix crash in EditorSpinSlider | |||
2021-07-18 | Merge pull request #50562 from Chaosus/vs_fix_funcs | Yuri Roubinsky | |
Prevents function generation in visual shader if no connections to output are provided | |||
2021-07-18 | Merge pull request #50575 from dsnopek/webrtc-idhandler-get-prop | Fabio Alessandrelli | |
Fix "IDHandler.get_prop is not a function" error when calling some methods on WebRTCDataChannel | |||
2021-07-17 | Fix "IDHandler.get_prop is not a function" error when calling some methods ↵ | David Snopek | |
on WebRTCDataChannel | |||
2021-07-18 | Fix crash in EditorSpinSlider | kobewi | |
2021-07-18 | Merge pull request #50567 from Faless/js/4.x_joy_psff_snes | Fabio Alessandrelli | |
[HTML5] Add 2 controllers to the godot database. | |||
2021-07-17 | [HTML5] Add 2 controllers to the godot database. | Fabio Alessandrelli | |
Sony PlayStation DualShock 4 (054c:05c4 first gen). Unofficial Switch controller. | |||
2021-07-17 | Prevent function gen in visual shader if no out connection is provided | Yuri Roubinsky | |
2021-07-17 | Merge pull request #50559 from reduz/fix-scene-tree-duplicate-selection | Juan Linietsky | |
Fix duplicate selection in SceneTree | |||
2021-07-17 | Merge pull request #50509 from Calinou/editor-tweak-select-mode-drag-threshold | Rémi Verschelde | |
Tweak editor select mode drag threshold for better usability | |||
2021-07-17 | Fix duplicate selection in SceneTree | reduz | |
* It seems both cell_selected and multi_selected were being triggered, * This caused inspector updating twice. * cell_selected connection and callback were removed. This may be a bug in Godot 3.x too, recommend checking. | |||
2021-07-17 | Merge pull request #50530 from reduz/create-popups-on-demand | Juan Linietsky | |
Create many types of popups on demand | |||
2021-07-17 | Create many types of popups on demand | reduz | |
* LineEdit popups created on demand. * TextEdit popups created on demand. * SpinSlider popups created on demand. * ResourcePicker popups created on demand. Improves editor responsiveness. | |||
2021-07-17 | Merge pull request #50547 from ↵ | Rémi Verschelde | |
pycbouh/editor-theme-eagerly-grab-focus-on-popup-and-never-let-go Fix focus behavior in the Add Item Type dialog of the Theme editor | |||
2021-07-17 | Fix focus behavior in the Add Item Type dialog of the Theme editor | Yuri Sizov | |
2021-07-17 | Merge pull request #39610 from Meriipu/master_resourcename | Fabio Alessandrelli | |
WebSocketServer: Expose the resource name the client used | |||
2021-07-17 | Merge pull request #50520 from pycbouh/editor-theme-fixup | Rémi Verschelde | |
Fix control picker in the Theme editor | |||
2021-07-17 | Merge pull request #50513 from Geometror/displayserver-add-override | Rémi Verschelde | |
Modernize display_server_... headers and make style consistent (use override keyword) | |||
2021-07-17 | Expose the resource name the client used to the websocket server | Meriipu | |
This information is exposed to the websocket server through the client_connected-signal. example.com/chat?id=10 gives the resource name "/chat?id=10" | |||
2021-07-16 | Merge pull request #38313 from Calinou/hlm-default-enable-compression | Fabio Alessandrelli | |
Enable range coder compression by default in NetworkedMultiplayerENet | |||
2021-07-16 | Enable range coder compression by default in NetworkedMultiplayerENet | Hugo Locurcio | |
From empirical testing, this seems to provide the best compression compared to other compression algorithms when used in the Multiplayer Bomber demo. Other algorithms may provide better compression ratios for more complex games, but some compression is probably better than no compression. Zstandard was also not very efficient in my testing, so I added a note in the documentation. | |||
2021-07-16 | Modernize Display server to use override keyword | Hendrik Brucker | |
2021-07-16 | Fix control picker in the Theme editor | Yuri Sizov | |
2021-07-16 | Merge pull request #46554 from likeich/is_server_quiet_failure | Fabio Alessandrelli | |
MultiplayerAPI is_network_server Fails Silently | |||
2021-07-16 | Merge pull request #47395 from sygi/shape_idx_collision | Hugo Locurcio | |
Add shape_idx to CollisionObject2D mouse_entered signal | |||
2021-07-16 | Tweak editor select mode drag threshold for better usability | Hugo Locurcio | |
- Use a smaller drag threshold (8 pixels instead of 10 pixels). - Scale the 2D editor drag threshold with the zoom to make it work the same regardless of the current zoom level. | |||
2021-07-15 | Merge pull request #49328 from nekomatata/sync-to-physics-3d | Rémi Verschelde | |
Support for 3D sync to physics | |||
2021-07-15 | Merge pull request #49327 from nekomatata/sync-to-physics-2d | Rémi Verschelde | |
Move sync to physics to StaticBody2D | |||
2021-07-15 | Support for 3D sync to physics | PouleyKetchoupp | |
Same implementation as in 2D. | |||
2021-07-15 | Move sync to physics to StaticBody2D | PouleyKetchoupp | |
Now static body is used for moving platforms through kinematic motion property, so sync to physics needs to be in StaticBody2D instead of CharacterBody2D. Constant kinematic motion is also supported in combination with sync to physics for smoother movements. | |||
2021-07-15 | Merge pull request #41788 from EricEzaM/PR/proj-settings-fix | Rémi Verschelde | |
Improve UI for creating and editing plugins. | |||
2021-07-15 | Merge pull request #50484 from reduz/fix-instance-set-binding-on-create | Juan Linietsky | |
Add ability to set object instance binding on creation | |||
2021-07-15 | Merge pull request #50481 from reduz/install-android-build-sources | Rémi Verschelde | |
Added ability to load Android build sources from file. | |||
2021-07-15 | Add ability to set object instance binding on creation | reduz | |
* Required by binding generators * Makes it easier to create the bindings on construction. | |||
2021-07-15 | Merge pull request #50480 from Faless/js/4.x_ci | Rémi Verschelde | |
2021-07-15 | Merge pull request #49996 from Chaosus/shader_localvar_warning | Rémi Verschelde | |
Added a shader warning about unused local variable | |||
2021-07-15 | Re-enable JavaScript CI (with no WebXR until fixed). | Fabio Alessandrelli | |
2021-07-15 | [HTML5] Make threads build the default. | Fabio Alessandrelli | |
Non-threads build are broken anyway. | |||
2021-07-15 | Merge pull request #49678 from BastiaanOlij/mobile_renderer_select_color_format | Juan Linietsky | |
Use 32bit instead of 64bit 3D render buffer on mobile renderer | |||
2021-07-15 | Addes ability to load build sources from file. | reduz | |
* If not present, the dialog asks to load build sources from a file. * The export templates check now also verifies that build sources are installed and skips the template check. This makes Android development easier. | |||
2021-07-15 | Merge pull request #38819 from EricEzaM/improve-to_string-for-nodes | Rémi Verschelde | |
Added Node name to print() of all Nodes by making to_string() in Object virtual, so it can be overriden in C++. | |||
2021-07-15 | [HTML5] Fix build (with module_webxr_enabled=no). | Fabio Alessandrelli | |
The XR API changed a bit, and it's not just a rename, though probably an easy update for someone who is qualified :). | |||
2021-07-15 | Merge pull request #47825 from nathanfranke/fix-super-annoying-bug-lol | Rémi Verschelde | |
Do not change scene on save when debugging | |||
2021-07-15 | Merge pull request #50476 from akien-mga/mono-remove-info-dialog | Rémi Verschelde | |
Mono: Remove info dialog discouraging use in production | |||
2021-07-15 | Merge pull request #47538 from LightningAA/inspector-reorder-array-4.0 | Rémi Verschelde | |
Add the ability to reorder array elements from the inspector | |||
2021-07-15 | Added Node name to print() when printing Nodes. | Eric M | |
2021-07-15 | Merge pull request #50314 from fabriceci/fix-2d-moving-platform-4 | Rémi Verschelde | |
Fixing 2D moving platform logic | |||
2021-07-15 | Do not update scene tree dock when node edited outside of it | Nathan Franke | |
2021-07-15 | Merge pull request #50474 from JFonS/fix_range_const_iterator | Rémi Verschelde | |
Fix equality operators in List's ConstIterator | |||
2021-07-15 | Fixing 2D moving platform logic | fabriceci | |
Fixing by applying the movement in two steps, first the platform movement, and then the body movement. Plus, add the platform movement when we are on_wall. |