Age | Commit message (Expand) | Author |
2021-09-20 | Merge pull request #52545 from JFonS/occ_fixes | Rémi Verschelde |
2021-09-18 | Fix shader crash when passing array to built-in function without index | Yuri Roubinsky |
2021-09-17 | Replace Vector3.to_diagonal_matrix with Basis.from_scale | Aaron Franke |
2021-09-17 | Merge pull request #52409 from GiantBlargg/position-depth-pre-pass | Rémi Verschelde |
2021-09-16 | Clarify RigidDynamicBody modes | PouleyKetchoupp |
2021-09-16 | Merge pull request #52668 from qarmin/cppcheck_servers_physics | Camille Mohr-Daurat |
2021-09-15 | Merge pull request #52679 from nekomatata/world-boundary-shape | Camille Mohr-Daurat |
2021-09-15 | Initialize variables in servers/physics | qarmin |
2021-09-15 | [HTML5] Use browser mix rate by default on the Web. | Fabio Alessandrelli |
2021-09-14 | Rename WorldMarginShape to WorldBoundaryShape | PouleyKetchoupp |
2021-09-13 | Revert some URLs from the "Replace HTTP URLs with HTTPS" PR | Aaron Franke |
2021-09-13 | Merge pull request #50375 from Paulb23/code_edit_unit_tests | Rémi Verschelde |
2021-09-13 | Merge pull request #49063 from Calinou/remove-16x-msaa | Rémi Verschelde |
2021-09-13 | Merge pull request #51939 from clayjohn/VULKAN-horizon-so-fix | Rémi Verschelde |
2021-09-12 | Merge pull request #51604 from TechnoPorg/fix-vulkan-parent-material | JFonS |
2021-09-10 | 8 uvs for glTF2, URI decode and Vertex Custom api. | Lyuma |
2021-09-10 | Occlusion culling fixes | jfons |
2021-09-09 | Merge pull request #52476 from Lauson1ex/master | Juan Linietsky |
2021-09-09 | Merge pull request #52252 from Calinou/sdfgi-use-light-indirect-energy | Juan Linietsky |
2021-09-09 | Expose Vulkan internal values for access from extensions | Bastiaan Olij |
2021-09-07 | Replace ACES tonemapper with a high quality one | Endri Lauson |
2021-09-07 | Merge pull request #52237 from ellenhp/polyphony | Juan Linietsky |
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 |
2021-09-07 | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli |
2021-09-06 | Merge pull request #48708 from nekomatata/heightmap-raycast-acceleration | Camille Mohr-Daurat |
2021-09-07 | Merge pull request #52205 from BastiaanOlij/blit_source_rect | Bastiaan Olij |
2021-09-07 | Merge pull request #52405 from BastiaanOlij/xr_extension_missing_names | Bastiaan Olij |
2021-09-06 | Optimize raycast with large Heightmap shape data | PouleyKetchoupp |
2021-09-06 | Proper support for custom mass properties in 2D/3D physics bodies | PouleyKetchoupp |
2021-09-06 | Merge pull request #52271 from nekomatata/query-layer-default-mask | Camille Mohr-Daurat |
2021-09-05 | Fix depth pass for shaders that set POSITION | Daniel Doran |
2021-09-05 | Add missing parameter names to _commit_views GDVIRTUAL_BIND | Bastiaan Olij |
2021-09-01 | Fix dummy rendering server memory leaks | Paulb23 |
2021-09-01 | Fix InputMap and display server not nulling singleton on free | Paulb23 |
2021-08-31 | Add AnimatableBody inherited from StaticBody for moving platforms | PouleyKetchoupp |
2021-08-31 | Merge pull request #51873 from Chaosus/fix_uniform_error_spam | Clay John |
2021-08-31 | Merge pull request #49471 from nekomatata/body-state-sync-callback | Juan Linietsky |
2021-08-30 | Harmonize default value for collision mask in ray/shape queries | PouleyKetchoupp |
2021-08-30 | Use the Light3D Indirect Energy property in SDFGI | Hugo Locurcio |
2021-08-29 | Add source rectangle to blit | Bastiaan Olij |
2021-08-28 | Merge pull request #52176 from BastiaanOlij/fix_gl_size_param | Max Hilbrunner |
2021-08-28 | Fix double named size parameter | Bastiaan Olij |
2021-08-28 | Merge pull request #52070 from nekomatata/area-point-gravity-fix | Fabio Alessandrelli |
2021-08-27 | Merge pull request #51296 from ellenhp/mix_in_audio_server | Juan Linietsky |
2021-08-27 | Do all audio mixing in the AudioServer | Ellen Poe |
2021-08-27 | Require AudioStream::mix to return the number of frames successfully mixed | Ellen Poe |
2021-08-27 | Optimize area detection and intersect_shape queries with concave shapes | PouleyKetchoupp |
2021-08-27 | Merge pull request #51908 from bruvzg/msdf_fonts2 | K. S. Ernest (iFire) Lee |
2021-08-27 | Merge pull request #51896 from nekomatata/restore-ray-shape | Camille Mohr-Daurat |