Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-19 | Merge pull request #66546 from KoBeWi/rfeipletaetr | Clay John | |
Add methods to get target filter and repeat | |||
2022-10-19 | Merge pull request #66950 from ↵ | Clay John | |
Calinou/doc-surfacetool-generate-normals-smooth-groups Document `SurfaceTool.generate_normals()` interaction with smooth groups | |||
2022-10-19 | Merge pull request #66279 from aaronfranke/control-min-size | Max Hilbrunner | |
Revert `custom_minimum_size` type back to `Vector2` instead of `Vector2i` | |||
2022-10-19 | Merge pull request #66940 from aaronfranke/doc-get-tr-aabb | Max Hilbrunner | |
Remove the global space `get_transformed_aabb` helper method | |||
2022-10-19 | Merge pull request #65613 from ↵ | Max Hilbrunner | |
Commander-Firestrike/audiostreamgeneratorplayback_docs_fix_0 Update AudioStreamGeneratorPlayback.xml | |||
2022-10-19 | Merge pull request #66134 from MewPurPur/fix-outdated-editor-settings | Max Hilbrunner | |
Improve some Text Editor editor settings | |||
2022-10-19 | Merge pull request #66410 from RedMser/patch-1 | Max Hilbrunner | |
Fix `Control.get_global_rect` documentation | |||
2022-10-19 | Merge pull request #66326 from zak-grumbles/editor_script_reference_docs | Max Hilbrunner | |
Add note regarding RefCounted to EditorScript docs | |||
2022-10-19 | Merge pull request #67001 from KoBeWi/🎲 | Max Hilbrunner | |
Fill random docs | |||
2022-10-19 | Merge pull request #67564 from bruvzg/macos_wide_alert | Max Hilbrunner | |
[macOS] Fit OS::alert to the text width for better readability. | |||
2022-10-19 | Merge pull request #67543 from clayjohn/PLU-default | Max Hilbrunner | |
Use CameraAttributesPractical in the editor default environment | |||
2022-10-19 | Merge pull request #67100 from Mickeon/doc-peeves | Max Hilbrunner | |
Tweak `@GDScript` documentation overall | |||
2022-10-19 | Merge pull request #67208 from Mickeon/doc-peeves-the-peevening | Max Hilbrunner | |
Tweak `@GlobalScope` functions documentation overall | |||
2022-10-19 | Merge pull request #67249 from wuyingnan/fix_quaternion_typo | Max Hilbrunner | |
Fix a comment typo in node_3d.h | |||
2022-10-19 | Merge pull request #67576 from m4gr3d/delete_old_godot_lib_main | Fredia Huya-Kouadio | |
Delete Android godot-lib with the old naming scheme | |||
2022-10-19 | Merge pull request #67527 from BastiaanOlij/fix_tracker_names | Max Hilbrunner | |
Fix two typos in tracker names and a bug in OpenXR haptic feedback | |||
2022-10-19 | Add methods to get target filter and repeat | kobewi | |
2022-10-19 | Merge pull request #67583 from paddy-exe/fix-distane-fade-node | Yuri Rubinsky | |
2022-10-18 | Delete Android godot-lib with the old naming scheme | Fredia Huya-Kouadio | |
Update the `clean` task configuration: running `gradlew clean` will now properly delete the generated build artifacts | |||
2022-10-18 | Tweak `@GDScript` documentation overall | Micky | |
- Made use of [param] more frequently, - Link to other classes' documentation more often, improve the examples. - Made the writing style closer to how the rest of the documentation is formatted. - Ensure these are called "functions", not "methods". - Add [b]Warning:[/b] where more appropriate than [b]Note:[/b] Most notably, removed " It must be a static string, so format strings can't be used.", as this behavior is actually a bug. | |||
2022-10-18 | Use CameraAttributesPractical in the editor default environment | clayjohn | |
This avoids forcing DoF in the editor when physical light units are enabled | |||
2022-10-18 | Fix typo in VisualShader DistanceFade node | Patrick | |
2022-10-19 | Merge pull request #67529 from BastiaanOlij/filter_out_htc_paths | Bastiaan Olij | |
Filter out HTC OpenXR paths based on extension | |||
2022-10-18 | Tweak `@GlobalScope` functions documentation overall | Micky | |
Generally: - Made use of [param] more frequently; - Link to other classes' documentation more often; - Improve and add more examples; - Ensure that multiple comments of an codeblock example are spaced out equally for better readability; - Made the writing style closer to how the rest of the documentation is formatted; - Ensure these are called "functions", not "methods". - Fixed a few typos. - Touched up a few cases of zero being written as "zero" or "0" where "0" or "0.0" would be more appropriate. - Removed mentions of "(real)". In 3.x, this was associated with floats, because TYPE_FLOAT was called TYPE_REAL. More specifically: - Every type-safe version of a function (such as `ceili` has a consistent final note ("A type-safe version of [method ceil], returning a [int]"). - Added more details to `randomize`, `seed`. - Corrected `floori()`'s description. It's not the same as `int()`. This was not correct behavior and has been fixed. | |||
2022-10-19 | Filter out HTC OpenXR paths based on extension | Bastiaan Olij | |
2022-10-18 | Remove the global space `get_transformed_aabb` helper method | Aaron Franke | |
2022-10-18 | [macOS] Fit OS::alert to the text width for better readability. | bruvzg | |
2022-10-18 | Merge pull request #67561 from BastiaanOlij/fix_openxr_missing_itos | Bastiaan Olij | |
Fix missing itos for OpenXR logging | |||
2022-10-18 | Fix missing itos for OpenXR logging | Bastiaan Olij | |
2022-10-17 | Merge pull request #67532 from Faless/ws/4.x_fix_poll | Rémi Verschelde | |
[WebSocket] Fix client failing to connect to direct IP. | |||
2022-10-17 | Merge pull request #67539 from bruvzg/check_ctx | Rémi Verschelde | |
Check if Vulkan context for the window exists before resizing it to avoid unnecessary error messages. | |||
2022-10-17 | Merge pull request #67179 from BastiaanOlij/openxr_add_refresh_rate_extension | Rémi Verschelde | |
Adding support for the OpenXR Display Refresh Rate extension | |||
2022-10-17 | Merge pull request #67521 from nikitalita/speed_up_texture_pos | Rémi Verschelde | |
Speed up `find_texture_pos_for_glyph()` | |||
2022-10-17 | Merge pull request #67463 from aaronfranke/num-real-negative | Rémi Verschelde | |
Fix big negative numbers printing incorrect decimals in `num_real` | |||
2022-10-17 | Merge pull request #67514 from timothyqiu/defer | Rémi Verschelde | |
Fix memory leak when `_ensure_cache_for_size()` fails | |||
2022-10-17 | Merge pull request #67469 from anvilfolk/resource-load-clarification | Rémi Verschelde | |
Clarified reason why a resource cannot be preload()'ed | |||
2022-10-17 | Merge pull request #67491 from Paulb23/fix-undo-redo-viewport-adjust | Rémi Verschelde | |
Fix undo redo not adjusting TextEdit viewport to caret | |||
2022-10-17 | Merge pull request #67485 from kdada/kdada/master | Rémi Verschelde | |
Fix peer visiblity in SceneReplicationInterface._update_sync_visibility | |||
2022-10-17 | Merge pull request #64277 from KoBeWi/script_editor🧹🧹 | Rémi Verschelde | |
Reorganize script editor menu | |||
2022-10-17 | Merge pull request #67411 from rburing/editor_cast_rays_in_physics_process | Rémi Verschelde | |
Node3D editor: cast rays in `NOTIFICATION_PHYSICS_PROCESS` | |||
2022-10-17 | Merge pull request #67458 from ↵ | Rémi Verschelde | |
Sauermann/fix-expose-viewport-get-screen-transform Expose Viewport::get_screen_transform to GDScript | |||
2022-10-17 | Merge pull request #67322 from ztc0611/add-ios-ui-options | Rémi Verschelde | |
Add iOS UI Options | |||
2022-10-17 | Merge pull request #67428 from aaronfranke/gltf-additional-data | Rémi Verschelde | |
Add a way to store additional data in GLTFState and GLTFNode | |||
2022-10-17 | Merge pull request #67441 from Zylann/fix_tileset_editor_mutex | Rémi Verschelde | |
Fix case where mutex is never unlocked | |||
2022-10-17 | Merge pull request #67118 from Mickeon/⬛ | Rémi Verschelde | |
Fix Typed Array of Objects not accepting `null`. | |||
2022-10-17 | Merge pull request #67259 from lucasnlm/optimiza-android-export | Fredia Huya-Kouadio | |
Optimize Android export process | |||
2022-10-17 | Check if Vulkan context for the window exists before resizing it to avoid ↵ | bruvzg | |
unnecessary error messages. | |||
2022-10-17 | [WebSocket] Fix client failing to connect to direct IP. | Fabio Alessandrelli | |
The bug was caused by not checking the TCP CONNECTING state appropriately during the client handshake, and not checking the TCP CONNECTED state during connection (which is unlikely, but might still happen). | |||
2022-10-17 | Fix two typos in tracker names and a bug in OpenXR haptic feedback | Bastiaan Olij | |
2022-10-16 | Speed up `find_texture_pos_for_glyph()` | nikitalita | |