Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-13 | Control/Light2D: Preventing setting 0 as scale as for Node2D | Rémi Verschelde | |
Triggers errors in `Transform2D::affine_invert()`. Fixes #26510. Fixes https://github.com/godotengine/godot/issues/24997#issuecomment-457951639. | |||
2020-01-13 | Merge pull request #35070 from akien-mga/revert-34968 | Rémi Verschelde | |
Revert "Enable Vsync via Compositor by default" | |||
2020-01-13 | Revert "Enable Vsync via Compositor by default" | Rémi Verschelde | |
This reverts commit 9600fd5dde1f85b7dd2dd8558d52ff86b18651e7. Add comment warning about possible implications of using this option. Fixes #35038. | |||
2020-01-13 | Merge pull request #35050 from Calinou/enlarge-item-list-editor | Rémi Verschelde | |
Increase the size of the item list editor popup | |||
2020-01-13 | Merge pull request #35064 from clayjohn/rendering_crashes | Rémi Verschelde | |
Fix light and multimesh crashes | |||
2020-01-13 | Merge pull request #35063 from timothyqiu/dock-new-window | Rémi Verschelde | |
Fixes the New Window option in macOS dock menu | |||
2020-01-13 | Merge pull request #35058 from clayjohn/texture_debug | Rémi Verschelde | |
Make texture_debug_usage thread safe | |||
2020-01-13 | Merge pull request #35057 from clayjohn/GLES3-fix_irradiance_map | Rémi Verschelde | |
Fix generation of irradiance map | |||
2020-01-12 | Fix light and multimesh crashes | clayjohn | |
2020-01-13 | Fixes the New Window option in macOS dock menu | Haoyu Qiu | |
2020-01-12 | Make texture_debug_usage thread safe | clayjohn | |
2020-01-12 | Fix generation of irradiance map | clayjohn | |
2020-01-12 | Increase the size of the item list editor popup | Hugo Locurcio | |
This makes it easier to edit large amounts of items. This partially addresses https://github.com/godotengine/godot-proposals/issues/368. | |||
2020-01-12 | i18n: Sync translation template with current source | Rémi Verschelde | |
Prevent parsing 'thirdparty' sources, there are invalid UTF-8 files among Bullet sources. | |||
2020-01-12 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2020-01-12 | doc: Sync classref with current source | Rémi Verschelde | |
2020-01-12 | Merge pull request #34960 from johannesgunnar/spin_box-apply-method | Rémi Verschelde | |
Spinbox apply input method | |||
2020-01-12 | Merge pull request #35037 from timothyqiu/plugin-min-height | Rémi Verschelde | |
Fixes min size of various editor plugins on HiDPI | |||
2020-01-12 | Merge pull request #35006 from BastiaanOlij/offset_mesh_obj | Rémi Verschelde | |
Add option to apply an offset to obj mesh import | |||
2020-01-12 | Fixes min size of various editor plugins on HiDPI | Haoyu Qiu | |
* AnimationTree * AudioStream * ResourcePreloader * ShaderEditor * VisualShaderEditor | |||
2020-01-11 | Merge pull request #35019 from Paulb23/issue_35016_line_edit_backspace_crash | Rémi Verschelde | |
Fix empty LineEdit crash on ctrl+backspace | |||
2020-01-11 | Merge pull request #35015 from GodotExplorer/lsp-configs | Rémi Verschelde | |
Improvements for GDScript LSP server | |||
2020-01-11 | Fix empty LineEdit crash on ctrl+backspace | Paulb23 | |
2020-01-11 | Remove completion triggers for ',' and '(' which may conflict with signature ↵ | geequlim | |
helper | |||
2020-01-11 | Allow enable/disable threading for LSP server | geequlim | |
Restart LSP server when configurations change without restart the editor | |||
2020-01-11 | Merge pull request #35004 from timothyqiu/minimap-width-hidpi | Rémi Verschelde | |
Fixes minimap width on HiDPI monitor | |||
2020-01-11 | Fixes minimap width on HiDPI monitor | Haoyu Qiu | |
2020-01-11 | Merge pull request #34225 from madmiraal/fix-34210 | Rémi Verschelde | |
Add check for zero length motion at beginning of each sweep test loop in SpaceBullet::test_body_motion | |||
2020-01-11 | Add apply method to SpinBox | Jóhannes Gunnar Þorsteinsson | |
2020-01-11 | Add option to apply an offset to obj mesh import | Bastiaan Olij | |
2020-01-11 | Merge pull request #35003 from vnen/gdscript-forbid-script-as-member | Rémi Verschelde | |
GDScript: Forbid using "script" as member name | |||
2020-01-10 | Merge pull request #34934 from volzhs/copy-params-except-script | Rémi Verschelde | |
Don't copy script with copy params | |||
2020-01-10 | Merge pull request #34997 from fire/loop-fbx-32678 | Rémi Verschelde | |
Use cycle and loop hint flags in FBX. | |||
2020-01-10 | Merge pull request #34994 from fire/loop-32678 | Rémi Verschelde | |
Use cycle and loop hint flags in glTF2. | |||
2020-01-10 | Merge pull request #34977 from m4gr3d/export_hand_tracking_option | Rémi Verschelde | |
Add support for generating a Oculus Mobile VR apk with hand tracking support | |||
2020-01-10 | Merge pull request #35001 from KoBeWi/nope | Rémi Verschelde | |
Add signal for LineEdit overflow event | |||
2020-01-10 | GDScript: Forbid using "script" as member name | George Marques | |
Avoids the user breaking things by creating a "script" variable with something else, effectively overwriting the "script" slot on Object. | |||
2020-01-10 | Merge pull request #34999 from cajallen/master | Rémi Verschelde | |
Updated Array's sort_custom method documentation | |||
2020-01-10 | Merge pull request #35000 from cbscribe/kcc_minor_docs | Rémi Verschelde | |
[DOCS] Corrections and clarifications to classref | |||
2020-01-10 | Merge pull request #34998 from bruvzg/mac_mono_data_export | Rémi Verschelde | |
[macOS/Mono] Filter release/debug and rename Mono data folder on export. | |||
2020-01-10 | Add signal for LineEdit overflow event | Tomasz Chabora | |
2020-01-10 | [DOCS] Corrections and clarifications to classref | Chris Bradfield | |
2020-01-10 | sort_custom description and example updated | cajallen | |
2020-01-10 | [macOS/Mono] Filter release/debug and rename Mono data folder on export. | bruvzg | |
2020-01-10 | Add support for generating a Oculus Mobile VR apk with hand tracking support. | fhuya | |
2020-01-10 | Merge pull request #34995 from bruvzg/macos_use_bundle_res_path | Rémi Verschelde | |
[macOS] Fix loading PCK from the .app bundle resources. | |||
2020-01-10 | Use cycle and loop hint flags in FBX. | K. S. Ernest (iFire) Lee | |
2020-01-10 | [macOS] Load PCK from the .app bundle resources, instead of changing working ↵ | bruvzg | |
directory. | |||
2020-01-10 | Use cycle and loop hint flags in glTF2. | K. S. Ernest (iFire) Lee | |
2020-01-10 | Merge pull request #34957 from Calinou/add-zsh-completion | Rémi Verschelde | |
Add a zsh completion file for the Godot editor |