Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-30 | Add docs for is_equal_approx on structures | Aaron Franke | |
2019-11-30 | Merge pull request #34029 from nekomatata/create-physical-skeleton-error | Rémi Verschelde | |
Fixed error when creating physical skeleton | |||
2019-11-30 | Merge pull request #34024 from miere43/script-docs-typo-fix | Rémi Verschelde | |
Fixed typo in docs for Script and GDScript classes | |||
2019-11-30 | Fixed error when creating physical skeleton | PouleyKetchoupp | |
An error was systematically triggered on the root bone, when trying to access its parent (the return value wasn't used in this case anyway). Fixes #23920 | |||
2019-11-30 | Fixed typo in docs for Script and GDScript classes ("exends" -> "extends") | miere43 | |
2019-11-30 | Merge pull request #34011 from nekomatata/state-machine-travel-on-ready | Rémi Verschelde | |
Handle state machine travel before the start node is processed | |||
2019-11-30 | Merge pull request #34014 from KoBeWi/like_2d_like_3d | Rémi Verschelde | |
Port Path2D changes to 3D | |||
2019-11-30 | Port Path2D changes to 3D | Tomasz Chabora | |
2019-11-30 | Merge pull request #34012 from KoBeWi/useless | Rémi Verschelde | |
Remove unnecessary bounded_offset from PathFollow2D | |||
2019-11-30 | Merge pull request #34009 from flyingpimonster/gridmap-docs | Rémi Verschelde | |
Docs: GridMap and MeshLibrary | |||
2019-11-30 | Remove unnecessary bounded_offset from PathFollow2D | Tomasz Chabora | |
2019-11-30 | Handle state machine travel before the start node is processed | PouleyKetchoupp | |
This change allows travel() to be called on AnimationNodeStateMachinePlayback during _ready(), before the start node has been processed and the state machine is considered playing. | |||
2019-11-29 | Docs: GridMap and MeshLibrary | James Westman | |
The only methods left to document are resource_changed, set_clip, and the methods dealing with baked meshes. | |||
2019-11-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-11-29 | Merge pull request #33982 from neikeq/issue-29349 | Rémi Verschelde | |
Mono/C#: Add option to export assemblies outside of PCK | |||
2019-11-29 | Merge pull request #33990 from akien-mga/sdl-gamecontrollerdb | Rémi Verschelde | |
Sync controller mappings DB with SDL2 community repo | |||
2019-11-29 | Sync controller mappings DB with SDL2 community repo | Rémi Verschelde | |
Synced with gabomdq/SDL_GameControllerDB@d329cb6a71dbd6c6621a7841aa8109ba5062b58c. | |||
2019-11-29 | Merge pull request #33986 from nekomatata/gles2-conditional-cleaning | Rémi Verschelde | |
Removed duplicated conditional in GLES2 | |||
2019-11-29 | Merge pull request #33983 from neikeq/issue-32980 | Rémi Verschelde | |
Mono/C#: Fix crash on exported games that don't use C# | |||
2019-11-29 | Removed duplicated conditional in GLES2 | PouleyKetchoupp | |
2019-11-29 | Mono/C#: Fix crash on exported games that don't use C# | Ignacio Etcheverry | |
2019-11-29 | Mono/C#: Add option to export assemblies outside of PCK | Ignacio Etcheverry | |
When using this options, assemblies will be saved in the Assemblies folder of the data directory: 'data_AppName/Assemblies/'. | |||
2019-11-28 | Merge pull request #33964 from aaronfranke/canvas-in-spatial-crash | Rémi Verschelde | |
Don't cast item to Spatial when checking if it's locked | |||
2019-11-28 | Don't cast item to Spatial when checking if it's locked | Aaron Franke | |
Not a necessary cast, and causes a crash any time it's not a Spatial. | |||
2019-11-28 | Merge pull request #32854 from cooperra/fix-wireless-adb-debugging | Rémi Verschelde | |
Fix Android deploy with Remote Debug or Network FS over Wi-Fi | |||
2019-11-28 | Merge pull request #33955 from Calinou/document-warning-unused-exclude | Rémi Verschelde | |
Document how to bypass the unused argument/variable warning in message | |||
2019-11-28 | Merge pull request #33952 from KoBeWi/not_my_fault | Rémi Verschelde | |
Fix box selection being cancelled immediately | |||
2019-11-28 | Merge pull request #33963 from clayjohn/GLES3-sky-mipmaps-on-mobile | Rémi Verschelde | |
Fix radiance map generation on mobile | |||
2019-11-27 | Fix radiance map generation on mobile | clayjohn | |
2019-11-27 | Document how to bypass the unused argument/variable warning in message | Hugo Locurcio | |
Note that prefixing with an underscore only works with unused arguments and local variables, not class variables and signals. This closes #26056. | |||
2019-11-27 | Merge pull request #33953 from marstaik/gltf_bugfix | Rémi Verschelde | |
Bugfix: Sanitize glTF importer Animation Names and do not set bone_pose | |||
2019-11-27 | Merge pull request #33945 from Calinou/doc-viewportcontainer-stretch | Rémi Verschelde | |
Document the `ViewportContainer.stretch_shrink` property | |||
2019-11-27 | Bugfix: Sanitize glTF importer Animation Names and do not set bone_pose | Marios Staikopoulos | |
2019-11-27 | Fix box selection being cancelled immediately | Tomasz Chabora | |
2019-11-27 | Merge pull request #33944 from x2f/patch-1 | Rémi Verschelde | |
Added more details in Timer.start() error message. | |||
2019-11-27 | Added more details in Timer.start() error message. | x2f | |
2019-11-27 | Merge pull request #33946 from NeoSpark314/remove_exr_dbgprint | Rémi Verschelde | |
Remove .exr saver debug print | |||
2019-11-27 | Remove .exr saver debug print | Holger Dammertz | |
2019-11-27 | Document the `ViewportContainer.stretch_shrink` property | Hugo Locurcio | |
2019-11-27 | VideoStreamGDNative: Fix playing video files without audio stream | marcosjouron | |
2019-11-27 | Merge pull request #33939 from KoBeWi/grideprecatedmap | Rémi Verschelde | |
Remove deprecated theme property from GridMap | |||
2019-11-27 | Remove deprecated theme property from GridMap | Tomasz Chabora | |
2019-11-27 | Merge pull request #33936 from HaSa1002/doc_popup | Rémi Verschelde | |
fix #33721 documenting popup behaviour | |||
2019-11-27 | Merge pull request #33921 from Faless/enet/no_relay | Rémi Verschelde | |
Add ENet option to disable server relaying. | |||
2019-11-27 | Add ENet option to disable server relaying. | Fabio Alessandrelli | |
It's useless when building fully authoritative servers, and prevents various kinds of abuse. | |||
2019-11-27 | document popup behaviour | HaSa1002 | |
2019-11-27 | Merge pull request #33933 from bojidar-bg/33932-ysort-disable-ub | Rémi Verschelde | |
Fix crash when disabling a YSort node | |||
2019-11-27 | Fix crash when disabling a YSort node | Bojidar Marinov | |
Fixes #33932 | |||
2019-11-27 | Merge pull request #33924 from volzhs/preview-dynamicfont | Rémi Verschelde | |
Show thumbnail for DynamicFont resource | |||
2019-11-27 | Merge pull request #33923 from Calinou/doc-gdscript-remove-type-hint | Rémi Verschelde | |
Remove type hint from the @GDScript class documentation |