Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-22 | Add double_tap attribute to InputEventScreenTouch | Fredia Huya-Kouadio | |
This provides parity with the `InputEventMouseButton` allowing for proper conversion between the two events. | |||
2022-10-22 | Merge pull request #67725 from TokageItLab/add-tuts-link-retarget | Max Hilbrunner | |
Add a tutorial link to `BoneMap` and `SkeletonProfile` | |||
2022-10-22 | Add a tutorial link to Retarget Classes | Silc Renew | |
2022-10-21 | Merge pull request #67072 from Mickeon/uh-oh-stinky | Max Hilbrunner | |
Rewrite most of Resource's documentation | |||
2022-10-21 | Merge pull request #67254 from TechnoPorg/doc-projection-class | Max Hilbrunner | |
Fully document the Projection class. | |||
2022-10-21 | Merge pull request #67648 from Calinou/doc-cylindershape3d-bugs | Max Hilbrunner | |
Document known issues with CylinderShape3D | |||
2022-10-21 | Merge pull request #67656 from MewPurPur/instance🧹 | Max Hilbrunner | |
Fix minor mistakes throughout the documentation | |||
2022-10-21 | Merge pull request #67684 from patchfx/fix-typo-in-draw-rect-region | Max Hilbrunner | |
Fix tp_canvas_item typo in _draw_rect_region | |||
2022-10-21 | Merge pull request #67444 from nonunknown/array_pick_random | Max Hilbrunner | |
Add ability to pick random value from array | |||
2022-10-21 | Fix small mistakes throughout much of the documentation | VolTer | |
2022-10-20 | Merge pull request #67506 from squashiv/master | Clay John | |
Expose Shape2D::get_rect to scripting | |||
2022-10-20 | Fix tp_canvas_item typo in _draw_rect_region | Richard Patching | |
2022-10-20 | add ability to pick random value from array | Nonunknown | |
2022-10-20 | Expose Shape2D::get_rect to scripting | squash | |
2022-10-19 | Fully document the Projection class. | TechnoPorg | |
Projection is a 4x4 matrix that applies a projective transformation. | |||
2022-10-19 | Document known issues with CylinderShape3D | Hugo Locurcio | |
2022-10-19 | Merge pull request #66950 from ↵ | Clay John | |
Calinou/doc-surfacetool-generate-normals-smooth-groups Document `SurfaceTool.generate_normals()` interaction with smooth groups | |||
2022-10-19 | Merge pull request #66279 from aaronfranke/control-min-size | Max Hilbrunner | |
Revert `custom_minimum_size` type back to `Vector2` instead of `Vector2i` | |||
2022-10-19 | Merge pull request #66940 from aaronfranke/doc-get-tr-aabb | Max Hilbrunner | |
Remove the global space `get_transformed_aabb` helper method | |||
2022-10-19 | Merge pull request #65613 from ↵ | Max Hilbrunner | |
Commander-Firestrike/audiostreamgeneratorplayback_docs_fix_0 Update AudioStreamGeneratorPlayback.xml | |||
2022-10-19 | Merge pull request #66134 from MewPurPur/fix-outdated-editor-settings | Max Hilbrunner | |
Improve some Text Editor editor settings | |||
2022-10-19 | Merge pull request #66410 from RedMser/patch-1 | Max Hilbrunner | |
Fix `Control.get_global_rect` documentation | |||
2022-10-19 | Merge pull request #66326 from zak-grumbles/editor_script_reference_docs | Max Hilbrunner | |
Add note regarding RefCounted to EditorScript docs | |||
2022-10-19 | Merge pull request #67001 from KoBeWi/🎲 | Max Hilbrunner | |
Fill random docs | |||
2022-10-19 | Merge pull request #67208 from Mickeon/doc-peeves-the-peevening | Max Hilbrunner | |
Tweak `@GlobalScope` functions documentation overall | |||
2022-10-18 | Rewrite most of Resource's documentation | Micky | |
2022-10-18 | Tweak `@GlobalScope` functions documentation overall | Micky | |
Generally: - Made use of [param] more frequently; - Link to other classes' documentation more often; - Improve and add more examples; - Ensure that multiple comments of an codeblock example are spaced out equally for better readability; - Made the writing style closer to how the rest of the documentation is formatted; - Ensure these are called "functions", not "methods". - Fixed a few typos. - Touched up a few cases of zero being written as "zero" or "0" where "0" or "0.0" would be more appropriate. - Removed mentions of "(real)". In 3.x, this was associated with floats, because TYPE_FLOAT was called TYPE_REAL. More specifically: - Every type-safe version of a function (such as `ceili` has a consistent final note ("A type-safe version of [method ceil], returning a [int]"). - Added more details to `randomize`, `seed`. - Corrected `floori()`'s description. It's not the same as `int()`. This was not correct behavior and has been fixed. | |||
2022-10-18 | Remove the global space `get_transformed_aabb` helper method | Aaron Franke | |
2022-10-17 | Merge pull request #67458 from ↵ | Rémi Verschelde | |
Sauermann/fix-expose-viewport-get-screen-transform Expose Viewport::get_screen_transform to GDScript | |||
2022-10-17 | Merge pull request #67322 from ztc0611/add-ios-ui-options | Rémi Verschelde | |
Add iOS UI Options | |||
2022-10-16 | Fix missing parenthesis in the documentation | Dominus Iniquitatis | |
2022-10-15 | Expose Viewport::get_screen_transform to GDScript | Markus Sauermann | |
2022-10-15 | Merge pull request #63332 from KoBeWi/static_images_aka_photos | Rémi Verschelde | |
Make some Image methods static | |||
2022-10-15 | Merge pull request #67403 from bitbrain/rename-to-position | Rémi Verschelde | |
Rename `pos` to `index` on Node | |||
2022-10-14 | Rename pos -> index on Node | Miguel Gonzalez Sanchez | |
2022-10-14 | Add STATIC_CALLED_ON_INSTANCE warning to highlight | clayjohn | |
when static functions are called directly from objects | |||
2022-10-14 | Make some Image methods static | kobewi | |
2022-10-14 | Always update Viewport's last_mosue_position | Markus Sauermann | |
When the mouse cursor is over a embedded Window, the Viewport's last_mouse_position did not get updated. This patch makes sure that the update happens on every InputEventMouse. Document canvas layer of embedded Windows. | |||
2022-10-14 | Merge pull request #63607 from BastiaanOlij/fix_xr_origin | Rémi Verschelde | |
Add current setting to XROrigin3D and fix double positioning HMD | |||
2022-10-13 | Merge pull request #67057 from Anutrix/rng-generator-default-seed | Rémi Verschelde | |
2022-10-13 | Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ↵ | Eric M | |
contexts. Also ensure that controls with no context are only triggered AFTER nodes which do have a context. | |||
2022-10-13 | Merge pull request #67320 from Calinou/fix-volumetric-fog-low-density | Rémi Verschelde | |
Fix volumetric fog not rendering at densities lower than or equal to 0.001 | |||
2022-10-13 | Merge pull request #66349 from A-Lamia/Amount_At_Collision | Rémi Verschelde | |
PARTICLES: adds amount property to collision sub particles. | |||
2022-10-13 | Add current setting to XROrigin3D and fix double positioning HMD | Bastiaan Olij | |
2022-10-13 | Fix volumetric fog not rendering at densities lower than or equal to 0.001 | Hugo Locurcio | |
This allows volumetric fog to render with the lowest density that can be specified in the inspector (0.0001). | |||
2022-10-12 | Add iOS UI Options | Zach Coleman | |
2022-10-13 | particles: add amount property to sub property collision. | Lamia | |
2022-10-12 | Rename `set`/`get_indexed`'s "property" to "property_path" | Micky | |
Also touches up the Documentation slightly. | |||
2022-10-12 | Merge pull request #66003 from voidshine/fix_midi_event_mutation | Rémi Verschelde | |
Fix MIDI note-on events being converted to note-off events | |||
2022-10-12 | Merge pull request #65779 from Mickeon/rename-camera-follow | Rémi Verschelde | |
Rename Camera2D's `smoothing` to `position_smoothing` |