Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |||
2020-01-10 | Merge pull request #34991 from Calinou/doc-os-is-debug-build | Rémi Verschelde | |
Improve the `OS.is_debug_build()` documentation | |||
2020-01-10 | Merge pull request #34992 from AndreaCatania/floor_normal | Rémi Verschelde | |
Exposed floor normal to the `kinematic body` node | |||
2020-01-10 | Merge pull request #33630 from AlexHolly/android-doubleTap | Rémi Verschelde | |
Fixes Android FileDialog | |||
2020-01-10 | Improve the `OS.is_debug_build()` documentation | Hugo Locurcio | |
2020-01-10 | Fixes Android FileDialog | Alexander Holland | |
- Go up was not working, simplify was used one time too much - Added GestureHandler - Added doubleTap to recognize open dir - Fixed scroll where sometimes the scroll jumped between start and end when pointer was outside or on the edge of the scroll area | |||
2020-01-10 | Added function to expose floor normal, useful to correctly calculate player ↵ | Andrea Catania | |
velocity. This work has been kindly sponsored by IMVU. | |||
2020-01-10 | Add a zsh completion file for the Godot editor | Hugo Locurcio | |
This provides rich autocompletion when using Godot's command line interface. | |||
2020-01-10 | Merge pull request #34989 from akien-mga/warning-crash-handler-x11-32 | Rémi Verschelde | |
Fix warning in Linux crash handler on 32-bit | |||
2020-01-10 | Merge pull request #34962 from KoBeWi/randocs | Rémi Verschelde | |
Complete documentation of various classes | |||
2020-01-10 | Fix warning in Linux crash handler on 32-bit | Rémi Verschelde | |
2020-01-10 | Complete documentation of various classes | Tomasz Chabora | |
2020-01-10 | Merge pull request #33149 from Calinou/cli-scene-path-parsing-stricter | Rémi Verschelde | |
Be stricter on what's considered a scene path in CLI argument parsing | |||
2020-01-10 | Merge pull request #34986 from toasteater/feature/is-instance-id-valid | Rémi Verschelde | |
Expose instance_from_id to GDNative | |||
2020-01-10 | Be stricter on what's considered a scene path in CLI argument parsing | Hugo Locurcio | |
This closes #8721. | |||
2020-01-10 | Expose instance_from_id to GDNative | toasteater | |
This function is available to GDScript but not to GDNative. When exposed, it allows building more ergonomic safe abstractions over the GDNative APIs, and covers the use cases of the original PR. Close #28478. Supersedes #28791. Co-authored-by: Markus Ewald <cygon@nuclex.org> | |||
2020-01-10 | Merge pull request #34985 from bruvzg/macos_dmg_create_folders | Rémi Verschelde | |
macOS DMG export: create folder structure for the extracted files. | |||
2020-01-10 | macOS DMG export: create folder structure for the files extracted from ↵ | bruvzg | |
export template ZIP. | |||
2020-01-10 | Merge pull request #34983 from Chaosus/fix_shader_switch | Rémi Verschelde | |
Fix nested break/return in shader switch statement | |||
2020-01-10 | Merge pull request #34938 from OverloadedOrama/fix-basebutton-button-press | Rémi Verschelde | |
Fixes BaseButton not triggering the pressed signal on "Button Press"… | |||
2020-01-10 | Merge pull request #34979 from timothyqiu/label-autowrap | Rémi Verschelde | |
Update minimum size on Label::set_autowrap | |||
2020-01-10 | Update minimum size on Label::set_autowrap | Haoyu Qiu | |
If `clip_text` is true, the minimum height is one line if `autowrap` is true , or one pixel otherwise. | |||
2020-01-10 | Merge pull request #34968 from Calinou/enable-vsync-via-compositor | Rémi Verschelde | |
Enable Vsync via Compositor by default | |||
2020-01-10 | Merge pull request #34982 from akien-mga/main-prevent-pm-in-editor | Rémi Verschelde | |
Main: Prevent Project Manager-ception in editor | |||
2020-01-10 | Fix nested break/return in shader switch statement | Yuri Roubinsky | |
2020-01-10 | Main: Prevent Project Manager-ception in editor | Rémi Verschelde | |
Fixes #34904. | |||
2020-01-10 | Merge pull request #34981 from timothyqiu/trim-group-name | Rémi Verschelde | |
Trims user provided group name |