summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | Merge pull request #98458 from KoBeWi/don't_repeat_the_same_mistakesThaddeus Crews2024-10-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify tiling of AtlasTexture
| | * | | | | | | | | | | | | | | | Clarify tiling of AtlasTexturekobewi2024-10-231-1/+1
| | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #98329 from ↵Thaddeus Crews2024-10-241-22/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | beru/opt_ImageLoaderSVG__create_image_from_utf8_buffer Optimize ImageLoaderSVG::create_image_from_utf8_buffer
| | * | | | | | | | | | | | | | | | optimize ImageLoaderSVG::create_image_from_utf8_bufferkatsuhisa yuasa2024-10-191-22/+4
| | | |_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #98455 from betalars/audio-doc-enhancementsThaddeus Crews2024-10-242-1/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AudioEffects documentation enhancements
| | * | | | | | | | | | | | | | | | AudioEffectFilter and StereoEnhance: Documentation improvementsbetalars2024-10-242-1/+8
| | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Merge pull request #97556 from ↵Thaddeus Crews2024-10-241-24/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dustdfg/platforms/windows_detect_extract_common_checks Extract common check functions in windows_detect.py file
| | * | | | | | | | | | | | | | | | Extract common check functions in windows_detect.py fileYevhen Babiichuk (DustDFG)2024-09-271-24/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
| * | | | | | | | | | | | | | | | | Merge pull request #98451 from RandomShaper/ext_text_errThaddeus Crews2024-10-242-2/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ExternalTexture: Avoid error when destroyed without having been used
| | * | | | | | | | | | | | | | | | | ExternalTexture: Avoid error when destroyed without having been usedPedro J. Estébanez2024-10-232-2/+26
| | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #98063 from TCROC/fix-headless-importThaddeus Crews2024-10-241-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Headless --import --quit crashes editor
| | * | | | | | | | | | | | | | | | | clear addon_name_to_plugin ater unload_editor_addons because of memdeleteTravis Lange2024-10-081-0/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge pull request #86539 from stechyo/gdext/expose-audio-playback-methodsThaddeus Crews2024-10-243-0/+97
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose some AudioStreamPlayback methods (namely `mix_audio()`).
| | * | | | | | | | | | | | | | | | | | Post-code review changes.stechyo2024-08-263-11/+32
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Expose some AudioStreamPlayback methods.stechyo2024-08-153-0/+76
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
| * | | | | | | | | | | | | | | | | | Merge pull request #96518 from Giganzo/popup-panel-styleThaddeus Crews2024-10-245-37/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix PopupPanel and PopupMenu menu styles
| | * | | | | | | | | | | | | | | | | | Fix PopupPanel menu styleGiganzo2024-10-205-37/+19
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #98438 from BrianBHuynh/masterThaddeus Crews2024-10-242-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the differences between GDScript and GlobalScope
| | * | | | | | | | | | | | | | | | | | | Clarification to the description of Global scope in regards to GDScriptBrian Huynh2024-10-232-3/+3
| | | |_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous wording said that @GDScript referred to entries that could be accessed in any script. Although with common sense we could imagine that it is only refering to GDScript specific pieces of code, the wording is a little unclear. In general there are small changes to the wording which makes it more clear and concise. Wording change Tried to match the wording up with my last change which should make it a bit easier to parse at a glance what the docs mean by "from any script" Changed language from "not specific to" to "which work in any language" After consulting multiple people the new wording seems easier to parse, even for non coders Update doc/classes/@GlobalScope.xml Update modules/gdscript/doc_classes/@GDScript.xml Update modules/gdscript/doc_classes/@GDScript.xml Co-Authored-By: Micky <66727710+Mickeon@users.noreply.github.com>
| * | | | | | | | | | | | | | | | | | | Merge pull request #98304 from timothyqiu/menu-only-shortcut-keysThaddeus Crews2024-10-241-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify `LineEdit.shortcut_keys_enabled` only affects context menu items
| | * | | | | | | | | | | | | | | | | | Clarify `LineEdit.shortcut_keys_enabled` only affects context menu itemsHaoyu Qiu2024-10-191-1/+2
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #93590 from Chaosus/shader_custom_func_discardYuri Rubinsky2024-10-242-8/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow usage of `discard` inside custom shader functions
| | * | | | | | | | | | | | | | | | | | | Allow usage of `discard` inside custom shader functionsYuri Rubinsky2024-10-172-8/+18
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #93650 from Chaosus/shader_stage_custom_funcsYuri Rubinsky2024-10-243-38/+71
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow using stage functions inside custom shader functions
| | * | | | | | | | | | | | | | | | | | | | Allow using stage functions inside custom shader functionsYuri Rubinsky2024-10-173-38/+71
| | |/ / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | Merge pull request #98442 from tetrapod00/transform-2d-docs-fixClay John2024-10-231-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | Fix incorrect Transform2D docs
| | * | | | | | | | | | | | | | | | | | | Fix incorrect Transform2D docstetrapod002024-10-221-2/+2
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The y vector of a transform 2d was incorrectly described as pointing up.
| * | | | | | | | | | | | | | | | | | | Merge pull request #98405 from ↵Clay John2024-10-231-1/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SilverCreekEntertainment/fix-create-window-failed-message-box Fix window exiting with no message to user if _create_window fails
| | * | | | | | | | | | | | | | | | | | Fix window exiting with no message to user if _create_window failsdan2024-10-211-1/+4
| | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Merge pull request #98391 from RandomShaper/rd_thread_switchClay John2024-10-223-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | Implement thread ownership change for RenderingDevice
| | * | | | | | | | | | | | | | | | | Implement thread ownership change for RenderingDevicePedro J. Estébanez2024-10-213-0/+8
| | | |_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #789 from mcdubhghlas/masterGeorge L. Albany2024-10-24120-185/+185
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rebranding: editor/ + doc/
| * | | | | | | | | | | | | | | | | | [master] Rebranding: editor/ + doc/Dubhghlas McLaughlin2024-10-23120-185/+185
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #726 from valkyrienyanko/add-pixel-snap-to-tile-editorGeorge L. Albany2024-10-234-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add One Pixel Snap Button to the Tile Data Editor
| * | | | | | | | | | | | | | | | | | Add One Pixel Snap Button to Tile Data Editorvalkyrienyanko2024-10-214-2/+10
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #774 from Spartan322/fix/macos-export-pluginGeorge L. Albany2024-10-231-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | Rebrand macos exports to Redot
| * | | | | | | | | | | | | | | | | | Rebrand macos exports to RedotSpartan3222024-10-221-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #771 from Spartan322/merge/b3bcb2dGeorge L. Albany2024-10-2298-369/+1026
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit godotengine/godot@b3bcb2d
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-2298-369/+1026
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | / / / / / / / / / / / / / / / | | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge pull request #98299 from timothyqiu/tree-coordinateThaddeus Crews2024-10-211-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix button click detection when `Tree` is rotated
| | | * | | | | | | | | | | | | | | | Fix button click detection when `Tree` is rotatedHaoyu Qiu2024-10-181-1/+1
| | | | |_|_|/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge pull request #98041 from Hilderin/fix-lost-gdextensions-on-startupThaddeus Crews2024-10-214-21/+36
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix loss of gdextension on editor startup
| | | * | | | | | | | | | | | | | | | Fix lost of gdextension on editor startup.Hilderin2024-10-204-21/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: NetroScript <noreply@enostrion.com>"
| | * | | | | | | | | | | | | | | | | Merge pull request #98294 from Calinou/texture-placeholders-use-shared-copyThaddeus Crews2024-10-214-63/+71
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a shared copy of placeholder textures, tweak placeholder appearance
| | | * | | | | | | | | | | | | | | | | Use a shared copy of placeholder textures, tweak placeholder appearanceHugo Locurcio2024-10-184-63/+71
| | | | |_|_|_|/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces memory usage a bit in case multiple placeholders were requested, e.g. when using multiple NoiseTextures with no noise property defined. The placeholder texture's appearance was also changed from a plain magenta color to a checkerboard alternating between magenta and black pixels. This makes it easier to spot when the placeholder texture ends up being used in a complex scene (usually by accident). The texture's dimensions remain identical to keep the physical size identical in 2D.
| | * | | | | | | | | | | | | | | | | Merge pull request #96629 from ditiem-games/path2dThaddeus Crews2024-10-211-5/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Animated Path2D doesn't update PathFollow2D progress when scene is running.
| | | * | | | | | | | | | | | | | | | | Update FollowPath2D children of Path2D when a curve_changed event occursDavid Trallero2024-09-061-5/+4
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Merge pull request #97905 from 0x53A/patch-1Thaddeus Crews2024-10-211-2/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Node.xml: specify that normal processing happens in tree order
| | | * | | | | | | | | | | | | | | | | | Update Node.xml: specify that normal processing happens in tree orderLukas Rieger2024-10-201-2/+4
| | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Merge pull request #97649 from ohboh/literally-unusable-on-mobile-without-thisThaddeus Crews2024-10-211-0/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `emulate_mouse_from_touch` setting affecting editor