Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-30 | FIX: WindowDialog title translation | ternvein | |
2019-09-30 | Merge pull request #32431 from lupoDharkael/checks | Rémi Verschelde | |
Add checks after ResourceLoader::load() | |||
2019-09-30 | Merge pull request #32390 from lupoDharkael/timer-tree | Rémi Verschelde | |
TextEdit: Fix timer inside tree warning | |||
2019-09-30 | Merge pull request #32392 from Calinou/validate-audio-video-driver-args | Rémi Verschelde | |
Validate audio/video driver command-line arguments | |||
2019-09-29 | Merge pull request #32412 from bojidar-bg/27222-make-scene-root-destructive | Rémi Verschelde | |
Fix "Make Scene Root" deleting previous root whenever focusing another scene | |||
2019-09-29 | Merge pull request #32402 from YeldhamDev/fix_vs_add_function | Rémi Verschelde | |
Fix VS editor's "Create Function" dialog | |||
2019-09-29 | Merge pull request #32430 from swarnimarun/vs-decomp | Rémi Verschelde | |
Deconstruct node for Visualscript | |||
2019-09-29 | Merge pull request #32432 from rodolforg/fix_32154-dynamic_font_crashes | Rémi Verschelde | |
fix #32154 dynamic font crash if no available font size | |||
2019-09-29 | Deconstruct node for Visualscript | Swarnim Arun | |
Adds deconstruct nodes for the built-in types and adds default text to function rename_input_box for the visualscript. | |||
2019-09-29 | fix dynamic font crash if no available font size | Rodolfo Ribeiro Gomes | |
2019-09-29 | Add checks after ResourceLoader::load() | lupoDharkael | |
2019-09-29 | Merge pull request #32410 from bojidar-bg/5739-highlight-singletons | Rémi Verschelde | |
Highlight singletons and class_names in GDScript | |||
2019-09-28 | Merge pull request #32038 from YeldhamDev/gridcontainer_expand_columns | Rémi Verschelde | |
Make empty columns automatically expand in GridContainer | |||
2019-09-28 | Fix VS editor's "Create Function" dialog | Michael Alexsander Silva Dias | |
2019-09-28 | Make empty columns automatically expand in GridContainer | Michael Alexsander Silva Dias | |
2019-09-28 | Fix "Make Scene Root" deleting previous root whenever focusing another scene | Bojidar Marinov | |
Hopefully fixes #24484 and fixes #27222. | |||
2019-09-28 | Highlight singletons and class_names in GDScript | Bojidar Marinov | |
Also, implement a small QoL change for auto-typed variables. Closes #5739 | |||
2019-09-28 | Merge pull request #32409 from bojidar-bg/32334-null-ptr-esgp | Rémi Verschelde | |
Fix crash in ~EditorSpatialGizmoPlugin when generating documentation data | |||
2019-09-28 | Fix crash in ~EditorSpatialGizmoPlugin when generating documentation data | Bojidar Marinov | |
2019-09-28 | Merge pull request #32407 from homer666/animation-import-storage-fix | Rémi Verschelde | |
Restore import animation "storage" checkbox behaviour | |||
2019-09-28 | Merge pull request #32406 from YeldhamDev/fix_action_move_crash | Rémi Verschelde | |
Fix crash when moving an action into itself in the Input Map editor | |||
2019-09-28 | Merge pull request #32398 from YeldhamDev/cleanup_vs_editor_left | Rémi Verschelde | |
Cleanup VS editor's left menu | |||
2019-09-28 | Merge pull request #32399 from swarnimarun/vs-patch01 | Rémi Verschelde | |
Fix edit function button | |||
2019-09-28 | Restore import animation storage checkbox behavior | homer666 | |
2019-09-28 | Merge pull request #32401 from neikeq/Kisaama! | Ignacio Roldán Etcheverry | |
Mono: Don't compare API hashes on release builds | |||
2019-09-27 | Fix crash when moving an action into itself in the Input Map editor | Michael Alexsander Silva Dias | |
2019-09-27 | Cleanup VS editor's left menu | Michael Alexsander Silva Dias | |
2019-09-28 | Mono: Don't compare API hashes on release builds | Ignacio Etcheverry | |
API hashes cannot be calculated on release builds, as bindings information is lacking. Therefore, we should not be comparing it with the generated glue hash as they will never match. | |||
2019-09-28 | Fix Edit function button | Swarnim Arun | |
2019-09-27 | Merge pull request #32249 from hbina/a_star_ignore_disabled | Rémi Verschelde | |
Add option to consider disable points | |||
2019-09-27 | doc: Sync classref with current source | Rémi Verschelde | |
And various fixes to bindings, hyperlinks and an uninitialized variable. | |||
2019-09-27 | Merge pull request #32379 from Calinou/colorpicker-add-overbright-indicator | Rémi Verschelde | |
Draw an indicator to denote overbright colors in ColorPicker | |||
2019-09-27 | Merge pull request #31971 from ↵ | Rémi Verschelde | |
aole/placeholder-confirmation-dialog-for-editable-children Placeholder confirmation dialog for editable children | |||
2019-09-27 | Merge pull request #32380 from fire/skin_registration | Rémi Verschelde | |
Update when the skeleton skin is changed. | |||
2019-09-27 | Placeholder dialog for editable children | Bhupendra Aole | |
Fire placeholder confirmation dialog box when editable children option is already checked. Fixes #28863 | |||
2019-09-27 | Add option to consider disable points | Hanif Bin Ariffin | |
Previously, disabled points will not be considered when performing get_closest_point. This commit changes that by introducing an additional flag for this behavior. Related issue: #31814 | |||
2019-09-27 | Merge pull request #32356 from m-r-hunt/master | Rémi Verschelde | |
Improve documentation of ProjectSettings class | |||
2019-09-27 | Merge pull request #29681 from swarnimarun/vs-graph-unification | Rémi Verschelde | |
Visual Script Graph Unification | |||
2019-09-27 | Draw an indicator to denote overbright colors in ColorPicker | Hugo Locurcio | |
This makes it faster to distinguish overbright colors from "standard" colors. | |||
2019-09-27 | Validate audio/video driver command-line arguments | Hugo Locurcio | |
This will exit early if the audio/video driver specified doesn't exist. | |||
2019-09-27 | Merge pull request #32388 from akien-mga/travis-cache-branch-specific | Rémi Verschelde | |
Travis: Make scons cache branch-specific | |||
2019-09-27 | TextEdit: Fix timer inside tree warning | lupoDharkael | |
2019-09-27 | Travis: Make scons cache branch-specific | Rémi Verschelde | |
2019-09-27 | Improve documentation of ProjectSettings class | Max Hunt | |
2019-09-27 | Merge pull request #32381 from YeldhamDev/script_dialog_cleanup | Rémi Verschelde | |
Cleanup the "Attach Node Script" dialog | |||
2019-09-27 | Merge pull request #32369 from ndarilek/get_button_tooltip | Rémi Verschelde | |
Implement `TreeItem.get_button_tooltip(column, idx)`. | |||
2019-09-27 | Merge pull request #32365 from Xrayez/scons-no-tests-release | Rémi Verschelde | |
SCons: do not build tests with tools=no | |||
2019-09-27 | Merge pull request #32354 from Relintai/rich-text-label-struct-refactor | Rémi Verschelde | |
Implement #32347 - (RichTextLabel's Item's should be structs) | |||
2019-09-27 | Cleanup the "Attach Node Script" dialog | Michael Alexsander Silva Dias | |
2019-09-26 | Update when the skeleton skin is changed. | K. S. Ernest Lee | |