Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-27 | Merge pull request #67874 from Calinou/doc-vector3-vector4i | Clay John | |
Document the Vector3 and Vector4i classes | |||
2022-10-27 | Merge pull request #64710 from MinusKube/window-size-crash | Clay John | |
Prevent windows from having a size greater than device limit | |||
2022-10-27 | Merge pull request #67043 from clayjohn/clip_children | Clay John | |
Improve behaviour of clip_children by clipping to parent alpha value but still retaining parent color | |||
2022-10-27 | Merge pull request #67861 from IanGaither/textfile-alignment-documentation | Clay John | |
TextLine - Added description for alignment member | |||
2022-10-27 | Merge pull request #66383 from aaronfranke/basis-from-euler | Clay John | |
Clean up Basis from Euler code | |||
2022-10-27 | [MP] Let MultiplayerAPI handle packet relaying and peer signaling. | Fabio Alessandrelli | |
MultiplayerPeer changes: - Adds is_server_relay_supported virtual method Informs the upper MultiplayerAPI layer if it can signal peers connected to the server to other clients, and perform packet relaying among them. - Adds get_packet_channel and get_packet_mode virtual methods Allows the MultiplayerAPI to retrieve the channel and transfer modes to use when relaying the last received packet. SceneMultiplayerPeer changes: - Implement peer signaling and packet relaying when the MultiplayerPeer advertise they are supported. ENet, WebRTC, WebSocket changes: - Removed custom code for relaying from WebSocket and ENet, and let it be handled by the upper layer. - Update WebRTC to split create_client, create_server, and create_mesh, with the latter behaving like the old initialize with "server_compatibility = false", and the first two supporting the upper layer relaying protocol. | |||
2022-10-27 | Document the Vector3 and Vector4i classes | Hugo Locurcio | |
2022-10-25 | Merge pull request #67098 from Calinou/doc-light-no-scale | Max Hilbrunner | |
Document (Omni/Spot)Light3D ignoring Node3D's `scale` property | |||
2022-10-25 | Merge pull request #67833 from Calinou/doc-animation | Max Hilbrunner | |
Document the Animation class | |||
2022-10-25 | Merge pull request #67841 from Calinou/doc-basematerial3d | Max Hilbrunner | |
Document the BaseMaterial3D class | |||
2022-10-25 | Merge pull request #67768 from Calinou/doc-debanding | Max Hilbrunner | |
Document debanding only affecting 3D rendering by default | |||
2022-10-24 | Update TextLine.xml | Ian Gaither | |
2022-10-24 | Document the CanvasTexture class | Hugo Locurcio | |
2022-10-24 | Document (Omni/Spot)Light3D ignoring Node3D's `scale` property | Hugo Locurcio | |
2022-10-24 | Document the BaseMaterial3D class | Hugo Locurcio | |
This makes the class 100% documented again. | |||
2022-10-24 | Document the Animation class | Hugo Locurcio | |
2022-10-24 | Document debanding only affecting 3D rendering by default | Hugo Locurcio | |
2022-10-23 | Merge pull request #67755 from m4gr3d/input_event_screen_touch_double_tap_main | Fredia Huya-Kouadio | |
Add double_tap attribute to InputEventScreenTouch | |||
2022-10-23 | Merge pull request #67677 from rsubtil/doc_popupmenu | Max Hilbrunner | |
Document PopupMenu "id_pressed" behavior | |||
2022-10-22 | Merge pull request #67718 from Mickeon/doc-peeves-the-constant-burden | Max Hilbrunner | |
Tweak `@GlobalScope` constants documentation overall | |||
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 | Fix class doc for TileMap navigation visibility mode | smix8 | |
fix small copy&paste error | |||
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-21 | Clean up Basis from Euler code | Aaron Franke | |
2022-10-22 | Add a tutorial link to Retarget Classes | Silc Renew | |
2022-10-21 | Tweak `@GlobalScope` constants documentation overall | Micky | |
General: - Replace most type names with strong references (such as "integer" to "[int]"); - Made the writing style closer to how the rest of the documentation is formatted. - Use uppercase Inspector when referring to the Inspector dock. - Describe missing MethodFlags, Variant.Type constants. Key: - Add " key." to the `KEY_0` to `KEY_9` constants; - Reword some MouseButton constants; - In a programming context, it's kind of odd hearing about the plural of "mouse". Error: - Reword OK constant to flow better, use `printerr()` over `print()`; - Describe where `ERR_HELP` is used by the engine; - Point to the Github Issues Page in ERR_BUG. PropertyHint: - Mention that PROPERTY_HINT_IMAGE_COMPRESS_LOSSY and PROPERTY_HINT_IMAGE_COMPRESS_LOSSLESS are unused; - Mention that PROPERTY_HINT_PASSWORD allows a placeholder string. - Describe PROPERTY_HINT_OBJECT_TOO_BIG, PROPERTY_HINT_MAX. PropertyUsageFlags: - Describe PROPERTY_USAGE_HIGH_END_GFX, PROPERTY_USAGE_ARRAY. | |||
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-19 | Document PopupMenu id behavior | Ev1lbl0w | |
2022-10-18 | Rewrite most of Resource's documentation | Micky | |