Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | |
2022-10-17 | Merge pull request #67488 from Iniquitatis/patch-1 | Yuri Rubinsky | |
2022-10-17 | Fix memory leak when `_ensure_cache_for_size()` fails | Haoyu Qiu | |
2022-10-17 | Merge pull request #67440 from raulsntos/dotnet/bindings-conflicts | Ignacio Roldán Etcheverry | |
Guard against more potential conflicts in C# bindings generator | |||
2022-10-16 | Clarified reason why a resource cannot be loaded. | João Martins | |
2022-10-16 | Fix undo redo not adjusting TextEdit viewport to caret | Paulb23 | |
2022-10-16 | Fix MultiplayerSynchronizer peer visibility | Wei Guo | |
2022-10-16 | Merge pull request #67477 from Chaosus/plane_constructor | Yuri Rubinsky | |
2022-10-16 | Fix missing parenthesis in the documentation | Dominus Iniquitatis | |
2022-10-16 | Add a `Plane(Vector3, Vector3)` constructor for C# | Yuri Rubinsky | |
2022-10-16 | Merge pull request #66979 from rburing/gdextension_abstract_class | Rémi Verschelde | |
GDExtension: add support for virtual and abstract classes | |||
2022-10-16 | GDExtension: add support for abstract and virtual classes | Ricardo Buring | |
2022-10-15 | Fix big negative numbers printing incorrect decimals in num_real | Aaron Franke | |
2022-10-15 | Expose Viewport::get_screen_transform to GDScript | Markus Sauermann | |
2022-10-15 | Add a way to store additional data in GLTFState and GLTFNode | Aaron Franke | |
2022-10-15 | Fix case where mutex is never unlocked | Marc Gilleron | |
2022-10-15 | Merge pull request #63332 from KoBeWi/static_images_aka_photos | Rémi Verschelde | |
Make some Image methods static | |||
2022-10-15 | Merge pull request #67403 from bitbrain/rename-to-position | Rémi Verschelde | |
Rename `pos` to `index` on Node |