Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-07 | Add polyphony to Audio Stream Player nodes | Ellen Poe | |
2021-08-27 | Fix Vector's const iterator constructor | Ellen Poe | |
2021-08-27 | Merge pull request #52122 from V-Sekai/autoload_list | K. S. Ernest (iFire) Lee | |
Use sorted map for autoloads in ProjectSettings to preserve order. | |||
2021-08-27 | Merge pull request #51962 from LoipesMas/zoom_fix | Max Hilbrunner | |
Clamp EditorZoomWidget zoom | |||
2021-08-27 | Merge pull request #52090 from balloonpopper/bug52060 | Max Hilbrunner | |
Correct null and boolean values being capitalised by the str command | |||
2021-08-27 | Merge pull request #52096 from kleonc/tree-item-drag-drop-drawing | Max Hilbrunner | |
Tree Fix line rendering when drag and dropping TreeItem | |||
2021-08-27 | Merge pull request #51296 from ellenhp/mix_in_audio_server | Juan Linietsky | |
Move mixing out of the AudioStreamPlayback* nodes | |||
2021-08-27 | Merge pull request #52135 from fabriceci/fix-transmission-velocity-on-wall-4 | Camille Mohr-Daurat | |
Remove velocity transmission on_wall when collider is CharacterBody. | |||
2021-08-27 | Merge pull request #48550 from nekomatata/concave-shape-optimization | Camille Mohr-Daurat | |
Optimize area detection and intersect_shape queries with concave shapes | |||
2021-08-27 | Do all audio mixing in the AudioServer | Ellen Poe | |
2021-08-27 | Merge pull request #52105 from ldmnt/master | Hugo Locurcio | |
2021-08-27 | Require AudioStream::mix to return the number of frames successfully mixed | Ellen Poe | |
2021-08-27 | Add a SafeList data structure for future audio server usage. | Ellen Poe | |
2021-08-27 | Optimize area detection and intersect_shape queries with concave shapes | PouleyKetchoupp | |
Whenever contact points are not needed, collision checks with concave shapes (triangle mesh and heightmap) stop at the first colliding triangle. | |||
2021-08-27 | Merge pull request #51908 from bruvzg/msdf_fonts2 | K. S. Ernest (iFire) Lee | |
Make FontData importable resource. Add multi-channel SDF font rendering. | |||
2021-08-27 | Merge pull request #51896 from nekomatata/restore-ray-shape | Camille Mohr-Daurat | |
Refactor RayShape and rename to SeparationRayShape | |||
2021-08-27 | Merge pull request #52129 from AnilBK/skeleton2d-ik-doc | Max Hilbrunner | |
Document how to use IK in skeleton2D. | |||
2021-08-27 | Merge pull request #52110 from nekomatata/fix-segment-intersection | Camille Mohr-Daurat | |
Fix segment intersection consistency in Geometry2D | |||
2021-08-27 | Merge pull request #52092 from Calinou/voxelgi-remove-anisotropic-leftovers | Juan Linietsky | |
Remove leftovers of anisotropy in the VoxelGI shader code | |||
2021-08-27 | Merge pull request #52154 from jmb462/fix-bad-window-size-after-minimized | Hugo Locurcio | |
Fix bad size after restoring a minimized window under Windows Fix #52150 | |||
2021-08-27 | Merge pull request #52156 from V-Sekai/missing_script_variables_fix | Hugo Locurcio | |
Fix crash on scenes with tool scripts and mismatched node types | |||
2021-08-27 | Fix crash on scenes with tool scripts and mismatched node types | SaracenOne | |
2021-08-27 | Makes FontData importable resource. | bruvzg | |
Adds multi-channel SDF font texture generation and rendering support. Adds per-font oversampling support. Adds FontData import plugins (for dynamic fonts, BMFonts and monospaced image fonts), font texture cache pre-generation and loading. Adds BMFont binary format and outline support. | |||
2021-08-27 | Fix bad size after restoring a minimized window under Windows | jmb462 | |
2021-08-27 | Merge pull request #52142 from ↵ | K. S. Ernest (iFire) Lee | |
NathanLovato/GDQuest/animation-bezier-editor-improvements Replace close icon with button in the Bezier editor | |||
2021-08-27 | Merge pull request #37209 from Calinou/add-array-pop-method | Gilles Roudière | |
Add an `Array.pop_at()` method to pop an element at an arbitrary index | |||
2021-08-26 | Use OrderedHashMap for autoloads to preserve order | Lyuma | |
2021-08-27 | Document how to use IK in skeleton2D. | Anilforextra | |
2021-08-27 | Merge pull request #52003 from BastiaanOlij/xr_interface_extension | Bastiaan Olij | |
Adding GDExtension support to XRInterface | |||
2021-08-26 | Replace close icon with button in the Bezier editor | Nathan Lovato | |
2021-08-27 | Add an `Array.pop_at()` method to pop an element at an arbitrary index | Hugo Locurcio | |
Negative indices are supported to pop an element relative from the end. | |||
2021-08-27 | Merge pull request #39404 from rcorre/proposal-106-copy-prop-path | Tomek | |
Allow copying property path from inspector. | |||
2021-08-26 | Remove velocity transmission on_wall when collider is CharacterBody. | fabriceci | |
2021-08-26 | Merge pull request #52132 from nekomatata/fix-physics-process-delta | Camille Mohr-Daurat | |
Fix delta passed in _physics_process | |||
2021-08-26 | Fix delta passed in _physics_process | PouleyKetchoupp | |
Regression due to typo in recent GDVIRTUAL_CALL change. | |||
2021-08-26 | Merge pull request #52131 from nekomatata/fix-blend-tree-reset | K. S. Ernest (iFire) Lee | |
Fix AnimationBlendTree reset on resource loading | |||
2021-08-26 | Merge pull request #52121 from groud/fix_localvector_insert | Juan Linietsky | |
Fix LocalVector crash on insert. | |||
2021-08-26 | Merge pull request #52107 from timothyqiu/overriden | Juan Linietsky | |
Fix misspelled "overriden" | |||
2021-08-26 | Fix AnimationBlendTree reset on resource loading | PouleyKetchoupp | |
When reset_state was called on an existing AnimationBlendTree, the output node would disappear, causing some errors in the editor and preventing animations to play properly. This change ensures the output node is always present in the node tree. | |||
2021-08-26 | Merge pull request #51801 from nekomatata/area-one-directional-layer-check | Camille Mohr-Daurat | |
One-directional layer check for Area vs. RigidBody/SoftBody/Area | |||
2021-08-26 | Merge pull request #51870 from BastiaanOlij/half_resolution_3d | Juan Linietsky | |
Optionally render 3D content at scaled resolution | |||
2021-08-26 | Adding GDExtension support to XRInterface | Bastiaan Olij | |
2021-08-26 | Merge pull request #51928 from reduz/extension-loader | Juan Linietsky | |
Implement Extension Loader | |||
2021-08-26 | Merge pull request #52077 from reduz/error-ret-doc | Juan Linietsky | |
Implement error return documentation | |||
2021-08-26 | Optionally scale 3D render content | Bastiaan Olij | |
2021-08-26 | Fix LocalVector crash on insert. | Gilles Roudière | |
2021-08-26 | Correct null and boolean values being capitalised by the str command | Balloonpopper | |
2021-08-26 | Merge pull request #50883 from BastiaanOlij/mobile_hdr | Bastiaan Olij | |
Scale color output in the mobile renderer to provide HDR support | |||
2021-08-25 | Fix segment intersection consistency in Geometry2D | PouleyKetchoupp | |
Segment collision results could be different depending on the direction when they exactly touch (order of the points in segments). This was due to the way parallelism was checked, using different logic based on positive or negative sign of cross products. Now the results are the same whatever the direction, without changing the current design, which is that parallel or colinear segments are not considered colinear. Fixes inconsistencies with raycasts exactly on edges of convex shapes depending on the direction. | |||
2021-08-25 | Merge pull request #52084 from reduz/engine-singleton-register | Juan Linietsky | |
Add ability to register singletons from Engine API |