Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-01 | Merge pull request #32463 from Kanabenki/fix-time-cast | Rémi Verschelde | |
Fix casting to uint64_t when returning unix system time | |||
2019-10-01 | Fix casting to uint64_t when returning unix system time | Kanabenki | |
2019-10-01 | doc: Sync classref with current source | Rémi Verschelde | |
2019-10-01 | Merge pull request #32172 from WindyDarian/gdscript_allow_null_weakref | Rémi Verschelde | |
Allow weakref(null) in gdscript | |||
2019-10-01 | Merge pull request #32364 from Relintai/resizeable-texture-progress | Rémi Verschelde | |
TextureProgress: nine_patch_stretch property -> enable stretching for radial fills. | |||
2019-10-01 | Merge pull request #32440 from Ternvein/control-translation-fix | Rémi Verschelde | |
Fix for WindowDialog and Tabs controls translation | |||
2019-10-01 | Merge pull request #32450 from soumyalahiri/rotation-adjustment | Rémi Verschelde | |
Altered rotation_degrees range | |||
2019-10-01 | Merge pull request #31845 from clayjohn/GLES2-BCS | Rémi Verschelde | |
Implement DOF blur, Glow, and BCS in GLES2 | |||
2019-10-01 | Merge pull request #32442 from Chaosus/vs_textures_drop | Rémi Verschelde | |
Drag&drop textures from filesystem to visual shader | |||
2019-10-01 | Added drag&drop possibility for textures from filesystem to visual shader | Chaosus | |
2019-10-01 | Merge pull request #30919 from nekomatata/timer-update-transform-fix | Rémi Verschelde | |
Fix GPU particle transform delay when created on SceneTree timer timeout | |||
2019-09-30 | Make TextureProgress's nine_patch_stretch property to enable stretching for ↵ | Relintai | |
radial fills. | |||
2019-09-30 | Merge pull request #32447 from YeldhamDev/tree_drag_center_icon | Rémi Verschelde | |
Minor visual adjustment in drag preview of the scene and file tree editors | |||
2019-09-30 | Minor visual adjustment in drag preview of the scene and file tree editors | Michael Alexsander Silva Dias | |
2019-09-30 | Altered rotation_degrees range | Soumya Lahiri | |
2019-09-30 | Implement DOF blur, Glow, and BCS in GLES2 | clayjohn | |
2019-09-30 | FIX: Tabs text translation | ternvein | |
2019-09-30 | FIX: WindowDialog title translation | ternvein | |
2019-09-30 | Merge pull request #32434 from willnationsdev/script-class-no-plugins | Rémi Verschelde | |
Fix plugin script classes defined even if inactive. | |||
2019-09-30 | Merge pull request #32438 from Chaosus/fix_dialog_theme | Rémi Verschelde | |
Fix theme in visual script dialogs (at startup) | |||
2019-09-30 | Fix theme in visual script dialogs (at startup) | Chaosus | |
2019-09-30 | Merge pull request #32431 from lupoDharkael/checks | Rémi Verschelde | |
Add checks after ResourceLoader::load() | |||
2019-09-30 | Fix plugin script classes defined even if inactive. | willnationsdev | |
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 | |