Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-06 | Merge pull request #54417 from Anutrix/global-scope-doc-updates | Max Hilbrunner | |
Added or improved function description and codeblocks in @GlobalScope.xml | |||
2021-11-06 | Added or improved function description and codeblocks in @GlobalScope.xml | Anutrix | |
2021-11-05 | Rename AABB `get_area` to `get_volume` | Brian Semrau | |
2021-11-05 | Merge pull request #54573 from nekomatata/query-parameters | Rémi Verschelde | |
2021-11-05 | Merge pull request #54599 from Chaosus/vs_particles_2d_emitters | Rémi Verschelde | |
2021-11-05 | Added 2D boolean hint for particle emitters in visual shaders | Yuri Roubinsky | |
2021-11-05 | Use Callable in RS::request_frame_drawn_callback | Brian Semrau | |
2021-11-04 | Use parameter classes instead of arguments for all physics queries | PouleyKetchoupp | |
Same as what is already done for shape queries, applied to point and ray queries. Easier to document and more flexible to add more parameters. Also expose intersect_point method to script in 3D. Remove intersect_point_on_canvas in 2D, replaced with a parameter. | |||
2021-11-04 | Improve description for `BitMap.grow_mask()` | Hugo Locurcio | |
2021-11-04 | Merge pull request #54520 from pycbouh/docs-ctor-operator-descriptions | Rémi Verschelde | |
2021-11-04 | Merge pull request #54568 from Gustavobb/docs-input-screen-drag | Rémi Verschelde | |
2021-11-04 | Fixup documentation after 3abb5a9 | Rémi Verschelde | |
2021-11-03 | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio | |
This is consistent with other constants that include `NO`, such as `PROPERTY_HINT_COLOR_NO_ALPHA`. | |||
2021-11-03 | Change description of relative field in input drag event. | Gustavo Beltrão Braga | |
2021-11-03 | Merge pull request #54533 from rafallus/menubutton_items | Rémi Verschelde | |
2021-11-03 | Implement inspector property array for `PopupMenu` and `MenuButton` | rafallus | |
2021-11-03 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
German (de) is now above the threshold for inclusion. (cherry picked from commit 0b694eb8e711b6cfdc3d398254692ed9cbb6f8c9) | |||
2021-11-03 | Merge pull request #54104 from Scony/improve-navigation-obstacles | Rémi Verschelde | |
Improve NavigationObstacle3D usability | |||
2021-11-02 | Merge pull request #54471 from rafallus/callable_area_monitor | Rémi Verschelde | |
2021-11-02 | Restore constructor/operator information in online docs | Yuri Sizov | |
2021-11-02 | Merge pull request #54509 from pycbouh/editor-resource-picker-edit | Rémi Verschelde | |
2021-11-02 | Merge pull request #54453 from KoBeWi/slice_of_string | Rémi Verschelde | |
2021-11-02 | Add a flag to EditorResourcePicker to differentiate selection contexts | Yuri Sizov | |
2021-11-02 | Expose String.get_slice | kobewi | |
2021-11-01 | Use `Callable` in Area monitor callback | rafallus | |
2021-11-02 | Merge pull request #54438 from Laelaps9/patch-1 | Max Hilbrunner | |
Fix area_shape_exited's description | |||
2021-11-02 | Merge pull request #35816 from touilleMan/dictionary-operator==-true-comparison | Emmanuel Leblond | |
Modify Array/Dictionary::operator== to do real key/value comparison | |||
2021-11-01 | Merge pull request #54491 from Calinou/project-manager-fix-vulkan-choice | Rémi Verschelde | |
Fix new projects always being created with OpenGL | |||
2021-11-01 | Merge pull request #54391 from DavidSichma/doc_interpolate_value | Rémi Verschelde | |
2021-11-01 | Fix new projects always being created with OpenGL | Hugo Locurcio | |
Only Vulkan is fully implemented for now, so OpenGL isn't available in the project manager yet. This also makes the rendering driver checks use lowercase names everywhere for consistency. | |||
2021-11-01 | Merge pull request #37880 from nekomatata/rigid-body-damping-override | Camille Mohr-Daurat | |
Improved RigidDynamicBody linear/angular damping override | |||
2021-11-01 | [macOS] Add `create_instance` function to spawn editor copies. | bruvzg | |
[macOS] Modify `create_project` function to detect and run app bundles using NSWorkspace to ensure app window is registered and activated correctly. | |||
2021-10-31 | Merge pull request #53452 from aaronfranke/who-let-the-docs-out | Rémi Verschelde | |
2021-10-31 | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John | |
- Rename OpenGL to GLES3 in the source code per community feedback. - The renderer is still exposed as "OpenGL 3" to the user. - Hide renderer selection dropdown until OpenGL support is more mature. - The renderer can still be changed in the Project Settings or using the `--rendering-driver opengl` command line argument. - Remove commented out exporter code. - Remove some OpenGL/DisplayServer-related debugging prints. | |||
2021-10-30 | Fix area_shape_exited's description | Laelaps9 | |
area_shape_entered and area_shape_exited had the exact same description. Changed area_shape_exited's description to specify that the signal is emitted when another area's shape exits rather than enters this area's shapes. | |||
2021-10-30 | Correct CodeEdit documentation mentioning parent property due to incorrect ↵ | Emmanuel Leblond | |
array comparison | |||
2021-10-30 | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio | |
- Use lowercase driver names for the `--rendering-driver` command line argument. | |||
2021-10-29 | Move the docs for constructors and operators out of methods section | Aaron Franke | |
2021-10-29 | Merge pull request #54390 from Anutrix/collide-shape-doc | Max Hilbrunner | |
Added collide_shape return type info to PhysicsDirectSpaceState2D docs | |||
2021-10-29 | Merge pull request #53234 from Geometror/gradient-texture-2d | Yuri Roubinsky | |
2021-10-29 | Fixed Tween::interpolate_value argument order. | David Sichma | |
2021-10-29 | Added collide_shape return type info to PhysicsDirectSpaceState2D docs | Anutrix | |
2021-10-29 | Merge pull request #54340 from aaronfranke/time-doc | Max Hilbrunner | |
Update and fix Time documentation | |||
2021-10-29 | Merge pull request #54328 from YeldhamDev/tabbar_close_signal_rename | Max Hilbrunner | |
Rename `TabBar`'s `tab_closed` signal to `tab_close_pressed` | |||
2021-10-28 | Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog | clayjohn | |
Co-authored-by: Brian Semrau <brian.semrau@gmail.com> | |||
2021-10-28 | Rename `TabBar`'s `tab_closed` signal to `tab_close_pressed` | Michael Alexsander | |
2021-10-28 | Update Time documentation | Aaron Franke | |
2021-10-28 | Merge pull request #54222 from JFonS/instance-fade | Rémi Verschelde | |
2021-10-28 | Merge pull request #54342 from groud/remove_item_list_editor | Rémi Verschelde | |
2021-10-28 | Remove ItemList editor and replace it by a property array | Gilles Roudière | |