Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-08 | GDScript: enable type checks on release mode | George Marques | |
Also make builtin GDScript functions report return type as Variant in release so type is converted when needed. | |||
2020-01-08 | Merge pull request #34908 from akien-mga/gamepad-mapping-env | Rémi Verschelde | |
Gamepad: Parse SDL_GAMECONTROLLERCONFIG env after default mappings + sync SDL2 mappings | |||
2020-01-08 | Merge pull request #34906 from akien-mga/light-occluder-getornull | Rémi Verschelde | |
RasterizerCanvas: Use getornull to fetch light occluder polygon | |||
2020-01-08 | Sync controller mappings DB with SDL2 community repo | Rémi Verschelde | |
Synced with gabomdq/SDL_GameControllerDB@67b49052b4d51bc4e28187f03588ade67f01d8ec. | |||
2020-01-08 | Gamepad: Parse SDL_GAMECONTROLLERCONFIG env after default mappings | Rémi Verschelde | |
Addresses comment https://github.com/godotengine/godot/issues/21918#issuecomment-458764923. | |||
2020-01-08 | RasterizerCanvas: Use getornull to fetch light occluder polygon | Rémi Verschelde | |
Fixes #21286 when the occluder is not fully configured. | |||
2020-01-08 | Merge pull request #33817 from Chaosus/vs_fresnel | Yuri Roubinsky | |
Make Fresnel node in visual shaders to use default NORMAL/VIEW | |||
2020-01-08 | Merge pull request #34671 from Chaosus/shader_hex_support | Rémi Verschelde | |
Support for hex numbers in shaders | |||
2020-01-08 | Merge pull request #34802 from xelivous/power-of-two-is-good | Rémi Verschelde | |
Change the 2D editor's snap to 8x8 by default | |||
2020-01-08 | Merge pull request #34875 from neikeq/api-hash-no-underscore-methodbinds | Rémi Verschelde | |
ClassDB: Exclude method binds starting with '_' from API hash | |||
2020-01-08 | Merge pull request #34887 from akien-mga/cli-export-usability | Rémi Verschelde | |
Export: Improve usability of command line interface | |||
2020-01-08 | Merge pull request #34874 from wingedadventurer/bugfix-label-visible-characters | Rémi Verschelde | |
Make Label node consider spaces for visible_characters property | |||
2020-01-08 | Merge pull request #34871 from ↵ | Rémi Verschelde | |
lentsius-bark/textEdit-vertical-horizontal-scroll-expose expose scroll_vertical and scroll_horizontal in TextEdit | |||
2020-01-08 | Merge pull request #34901 from YeldhamDev/multiple_doc_completions | Rémi Verschelde | |
Complete docs for GraphEdit/Node and PopupMenu | |||
2020-01-08 | Merge pull request #34900 from timothyqiu/rtl-cell-wrap | Rémi Verschelde | |
Fixes RichTextLabel click issue when cell text wraps | |||
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-08 | Fixes RichTextLabel click issue when cell text wraps | Haoyu Qiu | |
2020-01-07 | Complete docs for GraphEdit/Node and PopupMenu | 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 | expose scroll_vertical and scroll_horizontal in TextEdit + documentation | Krystof Klestil | |
2020-01-07 | Export: Improve usability of command line interface | Rémi Verschelde | |
I'm barely scratching the surface of the changes needed to make the --export command line interface easy to use, but this should already improve things somewhat. - Streamline `can_export()` templates check in all platforms, checking first for the presence of official templates, then of any defined custom template, and reporting on the absence of any. Shouldn't change the actual return value much which is still true if either release or debug is usable - we might want to change that eventually and better validate against the requested target. - Fix discrepancy between platforms using `custom_package/debug` and `custom_template/debug` (resp. `release`). All now use `custom_template`, which will break compatibility for `export_presets.cfg` with earlier projects (but is easy to fix). - Use `can_export()` when attempting a command line export and report the same errors that would be shown in the editor. - Improve error reporting after a failed export attempt, handling missing template and invalid path more gracefully. - Cleanup of unused stuff in EditorNode around the export workflow. - Improve --export documentation in --help a bit. Fixes #16949 (at least many of the misunderstandings listed there). Fixes #18470. | |||
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-07 | ClassDB: Exclude method binds starting with '_' from API hash | Ignacio Etcheverry | |
These methods are not meant to be part of the scripting API. These are not the same as virtual methods starting with '_', e.g.: '_process'. | |||
2020-01-06 | make Label consider spaces for visible_characters | wingedadventurer | |
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 |