Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-09 | Replace stb_vorbis with libogg+libvorbis | Ellen Poe | |
2021-09-08 | Merge pull request #52263 from nekomatata/property_update_all_undo_redo | Max Hilbrunner | |
Fix undo/redo for properties set as PROPERTY_USAGE_UPDATE_ALL_IF_MODIFIED | |||
2021-09-07 | Merge pull request #51964 from bruvzg/request_camera_permission | Max Hilbrunner | |
[macOS] Request camera permission before session init. | |||
2021-09-07 | Fix undo/redo for properties set as PROPERTY_USAGE_UPDATE_ALL_IF_MODIFIED | PouleyKetchoupp | |
Full inspector update was triggered only on property changed, but not on undo/redo actions, which can cause inspector discrepancies when some properties are supposed to be shown or hidden. Now update all flag is passed into _edit_set() method which already has logic to handle this case properly (it still triggers update_tree() down the line). | |||
2021-09-07 | Merge pull request #52237 from ellenhp/polyphony | Juan Linietsky | |
Add optional polyphonic playback to built-in audio player nodes | |||
2021-09-07 | Merge pull request #52082 from williamd67/fix-custom-effects-dropdown-menu | Max Hilbrunner | |
RichTextLabel returns member (Array) for custom effects for Editor | |||
2021-09-07 | Merge pull request #52097 from mortarroad/master-fix-convex-hull-double-edges | Max Hilbrunner | |
Fix emitting duplicate edges for convex hulls | |||
2021-09-07 | Merge pull request #52145 from LeaoLuciano/linkbutton-translation-4.0 | Max Hilbrunner | |
LinkButton's text now is automatically translated | |||
2021-09-07 | Merge pull request #47391 from Calinou/platform-feature-tags-lowercase | Juan Linietsky | |
Make platform feature tag names lowercase | |||
2021-09-07 | Merge pull request #52440 from kdiduk/issue-41297-fix-type-casting-to-uint32_t | Max Hilbrunner | |
Cosmetic: explicitly convert signed to unsigned value | |||
2021-09-07 | Merge pull request #52267 from williamd67/lookup-symbol-builtin-functions | Max Hilbrunner | |
Show help for built-in functions (@GlobalScope) | |||
2021-09-07 | Merge pull request #52289 from Calinou/remove-old-msvc-support-ifdef | Max Hilbrunner | |
Remove `#ifdefs` for handling compilation with Visual Studio < 2015 | |||
2021-09-07 | Merge pull request #52339 from jmb462/fix-fold-function-with-comment-fail | Max Hilbrunner | |
Fix wrong folding behaviour of last block if containing comment | |||
2021-09-07 | Merge pull request #52359 from williamd67/fix-autocomplete-merge | Max Hilbrunner | |
Fix incorrectly removing two characters by auto brace | |||
2021-09-07 | Merge pull request #52436 from ↵ | Max Hilbrunner | |
daniel-mcclintock/fix-out-of-bounds-completion-crash Fix crash during completion lookback | |||
2021-09-07 | Merge pull request #52381 from arthurpaulino/httprequest-note-improvement-2 | Max Hilbrunner | |
Another improvement on the HTTPRequest documentation | |||
2021-09-07 | Add polyphony to Audio Stream Player nodes | Ellen Poe | |
2021-09-07 | Merge pull request #52442 from Faless/mp/4.x_rpc_manager | Max Hilbrunner | |
[Net] Move multiplayer classes to own subfolder. Split RPC from MultiplayerAPI. | |||
2021-09-07 | Merge pull request #52392 from Shatur/fix-ready | Max Hilbrunner | |
Remove extra get_script_instance check | |||
2021-09-07 | Merge pull request #52425 from HaSa1002/doc-slice-invalid-end | Max Hilbrunner | |
Specify description of `Array.slice`s end parameter | |||
2021-09-07 | Merge pull request #52277 from groud/implement_array_property_hint | Juan Linietsky | |
Implement properties arrays in the Inspector. | |||
2021-09-07 | security tip when sending sensitive data on HTTP requests | Arthur Paulino | |
2021-09-07 | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli | |
Move multiplayer classes to "core/multiplayer" subdir. Move the RPCConfig and enums (TransferMode, RPCMode) to a separate file (multiplayer.h), and bind them to the global namespace. Move the RPC handling code to its own class (RPCManager). Renames "get_rpc_sender_id" to "get_remote_sender_id". | |||
2021-09-07 | Merge pull request #52050 from nobuyukinyuu/bind-get-tab-idx-at-point-40 | Gilles Roudière | |
Bind TabContainer::get_tab_idx_at_point() to ClassDB | |||
2021-09-07 | Implement properties arrays in the Inspector. | Gilles Roudière | |
2021-09-06 | Merge pull request #48708 from nekomatata/heightmap-raycast-acceleration | Camille Mohr-Daurat | |
Optimize raycast with large Heightmap shape data | |||
2021-09-07 | Merge pull request #52205 from BastiaanOlij/blit_source_rect | Bastiaan Olij | |
Add source rectangle to blit | |||
2021-09-07 | Merge pull request #52405 from BastiaanOlij/xr_extension_missing_names | Bastiaan Olij | |
Add missing parameter names to _commit_views GDVIRTUAL_BIND | |||
2021-09-06 | Optimize raycast with large Heightmap shape data | PouleyKetchoupp | |
Port raycast accelerator from Bullet's btHeightfieldTerrainShape. | |||
2021-09-06 | Merge pull request #49610 from nekomatata/center-of-mass-calculation | Camille Mohr-Daurat | |
Proper support for custom mass properties in 2D/3D physics bodies | |||
2021-09-06 | Proper support for custom mass properties in 2D/3D physics bodies | PouleyKetchoupp | |
Changes: -Added support for custom inertia and center of mass in 3D -Added support for custom center of mass in 2D -Calculated center of mass from shapes in 2D (same as in 3D) -Fixed mass properties calculation with disabled shapes in 2D/3D -Removed first_integration which is not used in 2D and doesn't seem to make a lot of sense (prevents omit_force_integration to work during the first frame) -Support for custom inertia on different axes for RigidBody3D | |||
2021-09-06 | Merge pull request #52271 from nekomatata/query-layer-default-mask | Camille Mohr-Daurat | |
Harmonize default value for collision mask in ray/shape queries | |||
2021-09-06 | Merge pull request #52286 from nekomatata/restore-kinematic-body | Camille Mohr-Daurat | |
Add AnimatableBody inherited from StaticBody for moving platforms | |||
2021-09-06 | Merge pull request #35859 from Calinou/minimap-add-hover-pressed-feedback | Gilles Roudière | |
Add visual feedback when hovering or dragging the code minimap grabber | |||
2021-09-06 | Explicitly convert signed to unsigned value | Kirill Diduk | |
2021-09-06 | Fix crash during completion lookback | daniel-mcclintock | |
2021-09-06 | Merge pull request #52435 from groud/fix_crash_in_tilemap_physics | Gilles Roudière | |
Fix crash in TileMap physics | |||
2021-09-06 | Merge pull request #30623 from Awkor/disable-container-child-editing | Gilles Roudière | |
Prevent editing properties managed by parent container | |||
2021-09-06 | Fix crash in TileMap physics | Gilles Roudière | |
2021-09-06 | Merge pull request #35617 from zmanuel/negative-delta-fix | lawnjelly | |
Fix negative delta arguments | |||
2021-09-05 | Prevent editing properties managed by parent container | Awkor | |
2021-09-05 | Specify description of Array.slices end parameter | Johannes Witt | |
2021-09-05 | Merge pull request #51722 from ↵ | Gilles Roudière | |
TokageItLab/implement-set-read-only-in-extended-class Apply `set_read_only()` to child classes of `EditorProperty` elements | |||
2021-09-05 | Fix comment causes content of folded methods to not hide | jmb462 | |
2021-09-05 | Apply set_read_only() to child classes of EditorProperty elements | Silc 'Tokage' Renew | |
2021-09-05 | Merge pull request #52309 from BastiaanOlij/add_extension_index_functions | Bastiaan Olij | |
Add functions for access members by index on packed array objects | |||
2021-09-05 | Add missing parameter names to _commit_views GDVIRTUAL_BIND | Bastiaan Olij | |
2021-09-04 | Merge pull request #52341 from Calinou/scons-fix-missing-sconscript-warning | Max Hilbrunner | |
Fix missing SConscript warning when building using SCons | |||
2021-09-04 | Remove extra get_script_instance check | Hennadii Chernyshchyk | |
Otherwise, `_ready()` will not be called on classes that define this function and doesn't have a script attached. | |||
2021-09-04 | Add visual feedback when hovering or dragging the code minimap grabber | Hugo Locurcio | |
This makes it more obvious that the minimap grabber can be dragged to scroll. |