Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-03 | Merge pull request #70850 from bruvzg/ts_tsafe_free | Rémi Verschelde | |
[TextServer] Make `free` calls thread safe. | |||
2023-01-03 | Merge pull request #70864 from timothyqiu/scroll-margin | Rémi Verschelde | |
Fix scroll grabber can't reach ends in default theme | |||
2023-01-03 | Merge pull request #70572 from TokageItLab/fix-statemachine-fade | Rémi Verschelde | |
Fix wrong `AnimationStateMachine` process for end of fading | |||
2023-01-03 | Merge pull request #70865 from bruvzg/fd_crash | Rémi Verschelde | |
Fix file dialog crash on forward click when history is empty. | |||
2023-01-03 | Merge pull request #70152 from Maran23/4-x-tests-for-node | Rémi Verschelde | |
Initial tests for node | |||
2023-01-03 | Merge pull request #70708 from rburing/bind_pin_joint_set_param_2d | Rémi Verschelde | |
Bind setter and getter for pin joint parameters in `PhysicsServer2D` | |||
2023-01-03 | Merge pull request #63650 from fabriceci/apply-moving-platform-angular-velocity | Rémi Verschelde | |
Allow to apply the angular velocity of a moving platform | |||
2023-01-03 | Merge pull request #70428 from MrPhnix/issue-70186 | Rémi Verschelde | |
CanvasItemEditor Fix snapping grid misalignment | |||
2023-01-03 | Merge pull request #63483 from qianjunakasumi/qianjunakasumi/master | Rémi Verschelde | |
Introduce `appCategory` attribute of android to set category | |||
2023-01-03 | Merge pull request #70696 from Rindbee/propagate-keying-state | Rémi Verschelde | |
Propagate the keying state in the inspector | |||
2023-01-03 | Merge pull request #70811 from ↵ | Rémi Verschelde | |
jamesmintram/jamesm/bugfix/gltf-import-fix-stale-node-ref Update stale node ref after replace_by in GLTF importer | |||
2023-01-03 | Merge pull request #70690 from Sauermann/fix-menubar-hover | Rémi Verschelde | |
Fix hovering-color of MenuBar entries when reentering MenuBar | |||
2023-01-03 | Merge pull request #70779 from ↵ | Rémi Verschelde | |
jamesmintram/jamesm/bugfix/add-missing-shortcut-case-for-reparent Add missing case statement to handle re-parent to new node | |||
2023-01-03 | Merge pull request #70763 from Maran23/4-x-tree-icon-gap-with-hscrollbar | Rémi Verschelde | |
Fix Scene Tree Editor icons shift when the pane is small | |||
2023-01-03 | Merge pull request #70754 from rxlecky/fix-camera-override-button-2d | Rémi Verschelde | |
Fix camera override button not updating in 2D scenes | |||
2023-01-03 | Merge pull request #70732 from timothyqiu/tilemap-crash | Rémi Verschelde | |
Fix heap-use-after-free when using TileMap editor | |||
2023-01-03 | Merge pull request #70742 from Maran23/4-x-batch-rename-substitute-fix | Rémi Verschelde | |
Fix substitute buttons were never enabled | |||
2023-01-03 | Merge pull request #70702 from vnen/gdscript-error-on-assign-void | Rémi Verschelde | |
GDScript: Error when assigning return value of void function | |||
2023-01-03 | Merge pull request #69972 from adamscott/add-server-checks-before-free | Rémi Verschelde | |
Add safety-checks before some servers `free()` | |||
2023-01-03 | Merge pull request #70608 from Maran23/4-x-signal-tests | Rémi Verschelde | |
Add tests for signals | |||
2023-01-03 | Merge pull request #70656 from vonagam/fix-void-returns | Rémi Verschelde | |
GDScript: Disallow return with value in void functions | |||
2023-01-03 | Merge pull request #70654 from Malcolmnixon/concave_collisions | Rémi Verschelde | |
Fix move_and_collide for concave CharacterBody3D objects | |||
2023-01-03 | Merge pull request #70519 from bruvzg/font_hash | Rémi Verschelde | |
[Font] Use key structure instead of raw hash for LRU cache to avoid collisions. | |||
2023-01-03 | Merge pull request #70611 from YeldhamDev/tabbar_fixes | Rémi Verschelde | |
Fix errors when `TabBar` is empty | |||
2023-01-03 | Merge pull request #70618 from ↵ | Rémi Verschelde | |
stmSi/fix-paste-from-clipboard-two-root-nodes-pointing-same-file Editor: Fix `Paste From Clipboard` make new scene pointing to original scene file. | |||
2023-01-03 | Merge pull request #70612 from floppyhammer/fix-dark-title-bar | Rémi Verschelde | |
Fix dark title bar on Windows 11 | |||
2023-01-03 | Merge pull request #70554 from stmSi/suggest-filename-save-branch-remote-tree | Rémi Verschelde | |
[4.0] Suggest Filename in Remote Tree File Dialog | |||
2023-01-03 | Merge pull request #70489 from ↵ | Rémi Verschelde | |
stmSi/fix-certain-editor-shortcuts-insert-characters-into-code Fix Editor Shortcut keys are inserting in Script Editor | |||
2023-01-03 | Merge pull request #70503 from rune-scape/inner-class-docs | Rémi Verschelde | |
Inner classes get their docs back | |||
2023-01-03 | Fix for navmesh baking. Error message: Condition “!shapes.has(p_owner)” ↵ | huangjiamin | |
is true | |||
2023-01-03 | Merge pull request #70677 from Riteo/x11-no-vulkan | Rémi Verschelde | |
Allow building X11 without Vulkan | |||
2023-01-03 | [CI] Use multiple forced unmount attempts for MoltenVK image. | bruvzg | |
2023-01-03 | Fix file dialog crash on forward click when history is empty. | bruvzg | |
2023-01-03 | Fix scroll grabber can't reach ends in default theme | Haoyu Qiu | |
2023-01-03 | Set main window min. size via Window object instead of DisplayServer to ↵ | bruvzg | |
preserve it during window updates. | |||
2023-01-03 | Add initial tests for Node | Marius Hanl | |
- Test simple and complex cases for: -> add, remove, move, get, find, count, is_inside_tree -> name, nodepath -> verify the scene tree - Simple tests for the processing setup | |||
2023-01-03 | Merge pull request #70585 from Chaosus/vs_custom | Yuri Rubinsky | |
2023-01-03 | GDScript: Fix wrong native type for preloaded class | Dmitrii Maganov | |
2023-01-02 | Micro-optimizations of the GodotConvexPolygonShape3D::get_support function. ↵ | Malcolm Nixon | |
Specifically this uses pointer-array-dereference rather than LocalVector<T> dereference as this performs range-checking on known-good indexes. Added more comments. Changed loops back to classic for-iteration style. | |||
2023-01-02 | Optimizations for GDScript VM | Juan Linietsky | |
* Removed instruction argument count and instruction prefetching. This is now done on the fly. Reduces jumps. * OPCODE_DISPATCH now goes directly to the next instruction, like in Godot 3.x. I have nothing I can use to test performance, so if anyone wants to lend a hand and compare with master (both on debug and release), it would be very welcome. | |||
2023-01-02 | Analytic sphere-box, sphere-cylinder, and capsule-cylinder collisions | Peter Eastman | |
2023-01-02 | [TextServer] Make `free` calls thread safe. | bruvzg | |
2023-01-02 | Modified the collision_sphere_capsule function to only test the one ↵ | Malcolm Nixon | |
"correct" axis which corresponds to the correct collision normal. Added logically identical fix to the capsule/capsule collision, and verified it now produces correct collision points and normals. Added analytic_sphere_collision helper function which reports the A and B points directly without using SAT. Modified _collision_sphere_sphere, _collision_sphere_capsule, and _collision_capsule_capsule to use the new analytic_sphere_collision. Fix white-space issue Additional code formatting fixes. Updated new analytic_sphere_collision to correctly handle null collector callback. | |||
2023-01-02 | Merge pull request #67853 from Zylann/fix_lods_with_doubles | Clay John | |
Fix usages of mesh simplification functions in float=64 builds | |||
2023-01-02 | Rename get_points_count() to get_point_count() internally | VolTer | |
2023-01-02 | Merge pull request #70812 from Chaosus/wrapf_optimize | Yuri Rubinsky | |
2023-01-02 | Fix NavigationPolygon error msg | smix8 | |
Outlines need the same winding order which got confused with the internal conversion. | |||
2023-01-01 | Optimize `wrapf` function a bit | Yuri Rubinsky | |
2023-01-01 | Update stale node ref after replace_by in GLTF importer | James Mintram | |
2023-01-01 | Cache script when reloading even if there's errors. | Adam Scott | |