Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-08 | Merge pull request #34905 from YeldhamDev/scriptdiag_minor_fix | Rémi Verschelde | |
Minor fixes for ScriptCreateDialog | |||
2020-01-08 | Merge pull request #34902 from YeldhamDev/graphedit_selection_color | Rémi Verschelde | |
Make possible to edit the GraphEdit's selection rect colors | |||
2020-01-08 | Minor fixes for ScriptCreateDialog | Michael Alexsander | |
2020-01-07 | Make possible to edit the GraphEdit's selection rect colors | Michael Alexsander | |
2020-01-07 | Merge pull request #34881 from williamd1k0/fix-animationtree-no3d | Rémi Verschelde | |
Fix AnimationTree not available when compiled with disable_3d | |||
2020-01-07 | Merge pull request #34896 from KoBeWi/no_tool_no_warn | Rémi Verschelde | |
Don't show conf warning if script is not tool | |||
2020-01-07 | Merge pull request #34891 from Calinou/doc-environment | Rémi Verschelde | |
Complete the Environment class documentation | |||
2020-01-07 | Don't show conf warning if script is not tool | Tomasz Chabora | |
2020-01-07 | Merge pull request #34893 from volzhs/show-main-scene-in-split | Rémi Verschelde | |
Show selected main scene in FileSystem split view | |||
2020-01-08 | Show selected main scene in FileSystem split view | volzhs | |
2020-01-07 | Complete the Environment class documentation | Hugo Locurcio | |
This closes #34846. | |||
2020-01-07 | Merge pull request #34890 from Kanabenki/fix-cursor-richtextlabel | Rémi Verschelde | |
Fix wrong cursor shape in empty space when meta link wraps in RichTextLabel | |||
2020-01-07 | Check if cursor is inside meta when getting cursor shape | Kanabenki | |
2020-01-07 | Merge pull request #34886 from JFonS/fix_32699 | Rémi Verschelde | |
Make NoiseTexture threading more robust | |||
2020-01-07 | Make NoiseTexture threading more robust | JFonS | |
Fixes crash when a NoiseTexture was freed before the generation thread finished. | |||
2020-01-07 | Merge pull request #34256 from timothyqiu/return-array-32988 | Rémi Verschelde | |
Fixes crash when using Mesh::create_outline and Mesh::create_convex_shape | |||
2020-01-07 | Fixes crash when using Mesh::create_outline and Mesh::create_convex_shape | Haoyu Qiu | |
Adds a size check to the array returned by `surface_get_arrays`. During debugging, `create_outline` also crashes when the indices size is one (not a multiple of three). For now, just reports the error and fail the function. | |||
2020-01-07 | Merge pull request #34878 from timothyqiu/rtl-doc-wording | Rémi Verschelde | |
Rewording RichTextLabel::remove_line documentation | |||
2020-01-07 | Merge pull request #34876 from timothyqiu/regression-fix | Rémi Verschelde | |
Fixes import of models as PackedScene | |||
2020-01-07 | Fix AnimationTree not available when compiled with disable_3d | William Tumeo | |
2020-01-07 | Rewording RichTextLabel::remove_line documentation | Haoyu Qiu | |
2020-01-07 | Fixes import of models as PackedScene | Haoyu Qiu | |
2020-01-06 | Merge pull request #34867 from volzhs/calculate-label-size-2 | Rémi Verschelde | |
Calculate label size more accurately | |||
2020-01-07 | Calculate label size more accurately | volzhs | |
2020-01-06 | Merge pull request #34865 from volzhs/oversampling-emoji | Rémi Verschelde | |
Update size and position for colored font with oversampling | |||
2020-01-07 | Update size and position for colored font with oversampling | volzhs | |
2020-01-06 | Merge pull request #34843 from akien-mga/enet-1.3.14 | Fabio Alessandrelli | |
enet: Sync with upstream 1.3.14 | |||
2020-01-06 | Merge pull request #34808 from Calinou/no-color-in-non-tty | Rémi Verschelde | |
Disable colored console output when standard output isn't a TTY | |||
2020-01-06 | Merge pull request #33987 from nekomatata/own-world-environment | Rémi Verschelde | |
Viewport environment is updated properly when set to own world | |||
2020-01-06 | Merge pull request #34303 from Chaosus/fix_texture_crash | Rémi Verschelde | |
Fixed crash if passing invalid image ref to TextureLayered | |||
2020-01-06 | Merge pull request #33566 from akien-mga/xatlas-5b9de84 | Rémi Verschelde | |
xatlas: Sync with upstream e12ea82 | |||
2020-01-06 | Merge pull request #34322 from rainlizard/set_script-variables | Rémi Verschelde | |
set_script() detailing what happens to variables | |||
2020-01-06 | Merge pull request #34020 from gytsen/unify-pack-version | Rémi Verschelde | |
PCK: Set VERSION_PATCH in header, factor out header magic | |||
2020-01-06 | Merge pull request #34296 from timothyqiu/lock-33072 | Rémi Verschelde | |
Fixes crash when using Resource::_take_over_path | |||
2020-01-06 | doc: Document what happens to old script with Object.set_script() | rainlizard | |
2020-01-06 | Merge pull request #34829 from timothyqiu/checks-bundle | Rémi Verschelde | |
Fixes crash for bad property of PackedScene | |||
2020-01-06 | PCK: Set VERSION_PATCH in header, factor out header magic | Joost Heitbrink | |
Unify pack file version and magic to avoid hardcoded literals. `version.py` now always includes `patch` even for the first release in a new stable branch (e.g. 3.2). The public name stays without the patch number, but `Engine.get_version_info()` already included `patch == 0`, and we can remove some extra handling of undefined `VERSION_PATCH` this way. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2020-01-06 | Merge pull request #33967 from Calinou/add-os-is-window-focused | Rémi Verschelde | |
Add an `OS.is_window_focused()` getter | |||
2020-01-06 | Merge pull request #34848 from clayjohn/DOCS-VisualServer | Rémi Verschelde | |
Finish documenting VisualServer | |||
2020-01-05 | Finish documenting VisualServer | clayjohn | |
2020-01-06 | Merge pull request #34847 from YeldhamDev/splitcontainer_tabs_docs | Rémi Verschelde | |
Complete the SplitContainer and Tabs documentations | |||
2020-01-06 | Merge pull request #34852 from timothyqiu/rtl-doc | Rémi Verschelde | |
Completes the RichTextLabel documentation | |||
2020-01-06 | Merge pull request #32126 from Calinou/expose-video-adapter-name-vendor | Rémi Verschelde | |
Add VisualServer methods to get the video adapter name and vendor | |||
2020-01-06 | Completes the RichTextLabel documentation | Haoyu Qiu | |
2020-01-06 | Add VisualServer methods to get the video adapter name and vendor | Hugo Locurcio | |
These methods can be used in scripts to retrieve the OpenGL `GL_RENDERER` and `GL_VENDOR` strings (respectively). This closes #28404. | |||
2020-01-05 | Complete the SplitContainer and Tabs documentations | Michael Alexsander | |
2020-01-05 | Merge pull request #34833 from clayjohn/DOCS-VisualServer | Rémi Verschelde | |
Document most VisualServer functions | |||
2020-01-05 | Document most VisualServer functions | clayjohn | |
2020-01-05 | enet: Sync with upstream 1.3.14 | Rémi Verschelde | |
We still have local modifications necessary for IPv6 support and using Godot sockets. | |||
2020-01-05 | enet: Resync with upstream we forked at, add patch | Rémi Verschelde | |
Before rebasing on the newly released enet 1.3.14, let's resync with the actual commit we initially imported, which seems to be: https://github.com/lsalzman/enet/commit/f46fee0acc8e243b2b6910b09693f93c3aad775f |