Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-23 | Make code minimap to be visible by default | Yuri Roubinski | |
2019-08-22 | Merge pull request #31580 from Paulb23/issue_31565_out_of_size | Rémi Verschelde | |
Fix minimap mouse click resolving to -1 | |||
2019-08-22 | Fix minimap mouse click resolving to -1 | Paulb23 | |
2019-08-22 | Merge pull request #31566 from Faless/ssl/fix_custom_cert | Rémi Verschelde | |
Fix StreamPeerSSL connect_to_stream w/ custom cert. | |||
2019-08-22 | Better error handling in SSLContext, Crypto | Fabio Alessandrelli | |
2019-08-22 | Fix StreamPeerSSL connect_to_stream w/ custom cert | Fabio Alessandrelli | |
Follow up on #29871. Was checking the wrong parameter, causing the code to ignore provided stream-specific SSL certificate. | |||
2019-08-22 | Merge pull request #31554 from YeldhamDev/filedock_cleanup_changes | Rémi Verschelde | |
Cleanup and minor changes in FileSystem Dock | |||
2019-08-22 | Merge pull request #31386 from raphael10241024/fix_inertia | Rémi Verschelde | |
Fix custom inertia in physics2d | |||
2019-08-22 | Merge pull request #31562 from neikeq/issue-31549 | Rémi Verschelde | |
Make sure '.mono/metadata/' exists before creating file | |||
2019-08-22 | Cleanup and minor changes in FileSystem Dock | Michael Alexsander Silva Dias | |
2019-08-22 | doc: Sync classref with current source | Rémi Verschelde | |
Fix wrong hyperlinks in Control and Tree. | |||
2019-08-22 | Merge pull request #31561 from Chaosus/vs_group_editable | Rémi Verschelde | |
Added "editable" property to VisualShaderGroupNode | |||
2019-08-22 | Make sure '.mono/metadata/' exists before creating file | Ignacio Etcheverry | |
Fixes #31549 | |||
2019-08-22 | Fix custom inertia in physics2d, closes#30838 | RaphaelHunter | |
2019-08-22 | Merge pull request #31560 from akien-mga/revert-24269-sha256string | Rémi Verschelde | |
Revert "Feature: Add SHA256 for PoolByteArray" | |||
2019-08-22 | Added "editable" property to VisualShaderGroupNode | Yuri Roubinski | |
2019-08-22 | Revert "Feature: Add SHA256 for PoolByteArray" | Rémi Verschelde | |
This reverts commit e2c3bbabb0a12f58585bb441d91ee8882225b0ee. This was superseded by #29871 which adds more crypto features with a dedicated interface. Since this commit was never in a stable release (merged during 3.2 dev), we revert it to avoid having to deprecate it in favor of the Crypto API. See https://github.com/godotengine/godot/pull/31187#issuecomment-523377965 | |||
2019-08-22 | Merge pull request #31302 from Paulb23/issue_4881_code_minimap | Rémi Verschelde | |
Add minimap to text_edit | |||
2019-08-22 | Merge pull request #31545 from groud/add_smart_snapping_display | Rémi Verschelde | |
Displays smart snapping guides when snapped | |||
2019-08-22 | Merge pull request #31489 from iwek7/removeRenameRootOption | Rémi Verschelde | |
Showing only working options in filesystem dock menu | |||
2019-08-22 | Merge pull request #31502 from thimenesup/patch-1 | Rémi Verschelde | |
Expose SceneTreeDock::get_tree_editor() to GDScript | |||
2019-08-22 | Merge pull request #31550 from Faless/ssl/fix_regression | Rémi Verschelde | |
Fix regression in StreamPeerSSL | |||
2019-08-22 | Merge pull request #31547 from m4gr3d/bump_gradle_version | Rémi Verschelde | |
Bump gradle version to 5.1.1 | |||
2019-08-21 | Add minimap to text_edit | Paulb23 | |
2019-08-21 | Add syntax highlighting cache | Paulb23 | |
2019-08-22 | Fix regression in StreamPeerSSL | Fabio Alessandrelli | |
Validate that base stream is valid before accepting/connecting. Also remove unnecessary includes. | |||
2019-08-21 | Bump gradle version to 5.1.1 | fhuya | |
2019-08-21 | Displays smart snapping guides when snapped | Gilles Roudière | |
2019-08-21 | Merge pull request #31535 from KoBeWi/TileMove | Rémi Verschelde | |
Edit TileMap only with TOOL_SELECT | |||
2019-08-21 | Merge pull request #30851 from TheDevelo/webrtc-buffer | Rémi Verschelde | |
Allow setting buffer size of WebRTCDataChannel | |||
2019-08-21 | Merge pull request #31437 from volzhs/vibrate-mobile | Rémi Verschelde | |
Support vibration for Android and iOS | |||
2019-08-21 | Merge pull request #31539 from Calinou/improve-editor-strings | Rémi Verschelde | |
Tweak a few strings displayed in the editor for consistency | |||
2019-08-21 | Merge pull request #31538 from Calinou/filedialog-rename-folder-icon-color | Rémi Verschelde | |
Rename FileDialog's folder icon custom color to `folder_icon_modulate` | |||
2019-08-21 | Edit TileMap only with TOOL_SELECT | Tomasz Chabora | |
2019-08-21 | Allow setting buffer size of WebRTCDataChannel | Robert Fuchs | |
2019-08-21 | Tweak a few strings displayed in the editor for consistency | Hugo Locurcio | |
2019-08-21 | Rename FileDialog's folder icon custom color to `folder_icon_modulate` | Hugo Locurcio | |
The custom color introduced in be8d569744e4eed9acb313d355d96e6989e92087 had the same name as the "folder" icon, which could cause conflicts in the generated documentation. The new name is also more self-explanatory. | |||
2019-08-21 | Merge pull request #29871 from Faless/crypto/initial_pr | Rémi Verschelde | |
More Crypto, SSL server, crt/key as Resource, HashingContext | |||
2019-08-21 | Merge pull request #31450 from GodotExplorer/fix-31425 | Rémi Verschelde | |
Fix filter quotes wraped insert completion options | |||
2019-08-21 | Merge pull request #31534 from Calinou/3d-editor-distinguish-disabled-shapes | Rémi Verschelde | |
Draw 3D collision shape/raycast gizmos in grayscale when disabled | |||
2019-08-21 | Merge pull request #31532 from Calinou/doc-improve-geometryinstance | Rémi Verschelde | |
Improve the GeometryInstance class documentation | |||
2019-08-21 | Fix Network Editor Settings setup. | Fabio Alessandrelli | |
2019-08-21 | Rewrite StreamPeerSSL with SSLContext helper class | Fabio Alessandrelli | |
connect_to_stream now accepts optional parameter to specify which certificates to trust. Implement accept_stream (SSL server) with key/cert parameters to specify the RSA key and X509 certificate resources. | |||
2019-08-21 | New CryptoMbedTLS Crypto implementation. | Fabio Alessandrelli | |
Allows random bytes, RSA keys, and X509 certificates generation. | |||
2019-08-21 | Add hashing context class | Fabio Alessandrelli | |
2019-08-21 | Add hex_encode function to PoolByteArray | Fabio Alessandrelli | |
2019-08-21 | Add Crypto custom class | Fabio Alessandrelli | |
2019-08-21 | Support vibration for Android and iOS | volzhs | |
2019-08-21 | Fix filter quotes wraped insert completion options | geequlim | |
2019-08-21 | Draw 3D collision shape/raycast gizmos in grayscale when disabled | Hugo Locurcio | |
This makes them easier to distinguish from their enabled counterparts, as is already done in the 2D editor. |