Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-23 | Merge pull request #48106 from Calinou/doc-project-settings-feature-tags | Rémi Verschelde | |
Link to Feature tags more explicitly in ProjectSettings documentation | |||
2021-04-23 | Merge pull request #48129 from kleonc/args-master | Rémi Verschelde | |
Docs: Minor argument names fix | |||
2021-04-23 | Merge pull request #47485 from rafallus/fix/rigidbody-crash | Rémi Verschelde | |
Fix crash on RigidBody _direct_state_changed | |||
2021-04-23 | Docs: Minor argument names fix | kleonc | |
2021-04-22 | Unexpose _direct_state_changed in PhysicsBody | rafallus | |
Removed _direct_state_changed bindings Affects 2D and 3D nodes Callbacks now use Callable Tests were changed accordingly | |||
2021-04-22 | Call randomize() automatically | Tomasz Chabora | |
2021-04-22 | Link to Feature tags more explicitly in ProjectSettings documentation | Hugo Locurcio | |
2021-04-22 | ICU: Update to version 69.1, improve ICU data export process. | bruvzg | |
2021-04-20 | Improve the `Engine.editor_hint` property documentation | Hugo Locurcio | |
2021-04-20 | Merge pull request #42770 from madmiraal/fix-26680 | Rémi Verschelde | |
Move collision layer and mask into CollisionObject. | |||
2021-04-20 | Merge pull request #47896 from Calinou/videoplayer-stream-position-warning | Rémi Verschelde | |
Print a warning when trying to seek in VideoPlayer | |||
2021-04-20 | Merge pull request #47983 from smix8/doc_animationnodetimeseek | Rémi Verschelde | |
Document AnimationNodeTimeSeek with clarified usage and code example | |||
2021-04-20 | Merge pull request #47976 from RoniPerson/patch-4 | Rémi Verschelde | |
changed description of `merge_polygons` | |||
2021-04-20 | Merge pull request #47953 from Calinou/doc-astar-thread-safety | Rémi Verschelde | |
Document `AStar.get_point_path()` not being thread-safe | |||
2021-04-20 | Merge pull request #47347 from nekomatata/heightmap-support | Rémi Verschelde | |
Heightmap collision shape support in Godot Physics | |||
2021-04-20 | Move collision layer and mask into CollisionObject. | Marcel Admiraal | |
2021-04-20 | Merge pull request #47991 from LightningAA/regroup-area-inspector-4.0 | Rémi Verschelde | |
`Area[X]D`: Put physics override parameters in their own group and document that areas can be used to influence audio | |||
2021-04-19 | doc: Sync classref with current source | Rémi Verschelde | |
2021-04-19 | Merge pull request #47448 from madmiraal/rename-lineedit-cursor | Rémi Verschelde | |
Rename LineEdit getters and setters to match property names | |||
2021-04-18 | Put physics override parameters in their own group and document that areas ↵ | Lightning_A | |
can be used to influence audio | |||
2021-04-17 | Document AnimationNodeTimeSeek with clarified usage and code example | smix8 | |
Document AnimationNodeTimeSeek with clarified usage and code example | |||
2021-04-17 | changed description of `merge_polygons` | RoniPerson | |
Clarified that the `merge_polygons` method can produce multiple holes. | |||
2021-04-17 | Rename LineEdit caret_* properties getters and setters to match property | Marcel Admiraal | |
2021-04-16 | Import: Cleanup and optimize etcpak compression method | Rémi Verschelde | |
Avoid unnecessary allocation of temporary buffers for each mip, and creates only one Image with the compressed data. Also renames variable and reorders code for clarity. Clarify that squish is now only used for decompression. Documented which formats can be decompressed in Image. | |||
2021-04-16 | Document `AStar.get_point_path()` not being thread-safe | Hugo Locurcio | |
2021-04-15 | Merge pull request #47878 from clayjohn/rename-get_surface_material | Rémi Verschelde | |
Rename get_surface_material to get_surface_override_material | |||
2021-04-14 | Rename get_surface_material to get_surface_override_material | clayjohn | |
2021-04-14 | Print a warning when trying to seek in VideoPlayer | Hugo Locurcio | |
Seeking isn't implemented in built-in video formats and can only be supported in GDNative-provided video formats. | |||
2021-04-14 | Merge pull request #47797 from kleonc/capsulemesh_docs_fix | Rémi Verschelde | |
Fix docs description for CapsuleMesh::mid_height | |||
2021-04-12 | Document overriding project settings that have feature tags | Hugo Locurcio | |
This non-obvious behavior can take a while to discover and fix, so it's important to mention it in the class reference. | |||
2021-04-12 | Merge pull request #43180 from nathanfranke/node-configuration-array | Rémi Verschelde | |
Use Array for node configuration warnings | |||
2021-04-12 | Merge pull request #47709 from KoBeWi/node_that_changes_everything | Rémi Verschelde | |
Expose edit_node() for editor plugins | |||
2021-04-11 | Use Array for node configuration warnings | Nathan Franke | |
Previously, the warnings were passed as a string and delimitation of which were hard coded at each implementation. | |||
2021-04-12 | Expose edit_node() for editor plugins | kobewi | |
2021-04-11 | Fix docs description for CapsuleMesh::mid_height | kleonc | |
2021-04-10 | Merge pull request #46340 from gongpha/various-color-picker | Rémi Verschelde | |
Add Various ColorPicker shapes | |||
2021-04-09 | Add missing color argument in forward_canvas_draw_over_viewport example. | Anders Stenberg | |
2021-04-07 | Merge pull request #43900 from nathanfranke/fix-stream-peer-tcp-ambiguity | Rémi Verschelde | |
Improve Ambiguous StreamPeerTCP `set_no_delay` Documentation | |||
2021-04-06 | Add Various ColorPicker shapes | Kongfa Waroros | |
2021-04-05 | Merge pull request #47622 from pycbouh/editor-plugins-expose-scale | Rémi Verschelde | |
Expose editor scale to the plugin API | |||
2021-04-05 | Expose editor scale to the plugin API | Yuri Sizov | |
2021-04-05 | Merge pull request #47638 from RoniPerson/patch-1 | Rémi Verschelde | |
Added missing `:` in gdscript example for `TileMap` class reference. | |||
2021-04-05 | Merge pull request #47631 from pycbouh/update-misformatted-docs | Rémi Verschelde | |
Fix misformatted documentation from recent PRs | |||
2021-04-05 | Added missing `:` in gdscript example. | RoniPerson | |
2021-04-04 | Fix misformatted documentation from #47435, #42827, #46991 | Yuri Sizov | |
2021-04-04 | Merge pull request #46273 from Chaosus/vs_comment | Rémi Verschelde | |
Added Comment node to Visual Shaders | |||
2021-04-03 | Merge pull request #47452 from BastiaanOlij/xr_positional_tracker_ref | Rémi Verschelde | |
Change XRPositionalTracker to a reference (master) | |||
2021-04-01 | Merge pull request #46991 from madmiraal/rename-invert-reverse | Rémi Verschelde | |
Rename Array.invert() to Array.reverse() | |||
2021-03-31 | Merge pull request #47252 from KoBeWi/themecide | Rémi Verschelde | |
Add methods to remove theme overrides | |||
2021-03-31 | Merge pull request #44289 from bruvzg/ctl_gl_contours | Rémi Verschelde | |
Expose dynamic font vector outlines to the GDScript. |