Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: Sync classref with current source | Rémi Verschelde | 2019-10-01 | 5 | -22/+28 |
| | |||||
* | Merge pull request #32172 from WindyDarian/gdscript_allow_null_weakref | Rémi Verschelde | 2019-10-01 | 1 | -25/+19 |
|\ | | | | | Allow weakref(null) in gdscript | ||||
| * | Allow weakref(null) in gdscript | Windy Darian | 2019-09-16 | 1 | -25/+19 |
| | | | | | | | | Tiny addition I personally found useful - this allows us to `var my_ref := weakref(null)` for nullable weak ref (with type hint!). When trying to test if `my_ref` is holding valid reference, we can just `if my_ref.get_ref():` instead of `if my_ref and my_ref.get_ref():` everywhere. | ||||
* | | Merge pull request #32364 from Relintai/resizeable-texture-progress | Rémi Verschelde | 2019-10-01 | 2 | -2/+11 |
|\ \ | | | | | | | TextureProgress: nine_patch_stretch property -> enable stretching for radial fills. | ||||
| * | | Make TextureProgress's nine_patch_stretch property to enable stretching for ↵ | Relintai | 2019-09-30 | 2 | -2/+11 |
| | | | | | | | | | | | | radial fills. | ||||
* | | | Merge pull request #32440 from Ternvein/control-translation-fix | Rémi Verschelde | 2019-10-01 | 4 | -13/+22 |
|\ \ \ | | | | | | | | | Fix for WindowDialog and Tabs controls translation | ||||
| * | | | FIX: Tabs text translation | ternvein | 2019-09-30 | 2 | -5/+11 |
| | | | | |||||
| * | | | FIX: WindowDialog title translation | ternvein | 2019-09-30 | 2 | -8/+11 |
| | | | | |||||
* | | | | Merge pull request #32450 from soumyalahiri/rotation-adjustment | Rémi Verschelde | 2019-10-01 | 3 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Altered rotation_degrees range | ||||
| * | | | | Altered rotation_degrees range | Soumya Lahiri | 2019-09-30 | 3 | -3/+3 |
| | | | | | |||||
* | | | | | Merge pull request #31845 from clayjohn/GLES2-BCS | Rémi Verschelde | 2019-10-01 | 11 | -315/+1016 |
|\ \ \ \ \ | | | | | | | | | | | | | Implement DOF blur, Glow, and BCS in GLES2 | ||||
| * | | | | | Implement DOF blur, Glow, and BCS in GLES2 | clayjohn | 2019-09-30 | 11 | -315/+1016 |
| | | | | | | |||||
* | | | | | | Merge pull request #32442 from Chaosus/vs_textures_drop | Rémi Verschelde | 2019-10-01 | 2 | -6/+32 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Drag&drop textures from filesystem to visual shader | ||||
| * | | | | | | Added drag&drop possibility for textures from filesystem to visual shader | Chaosus | 2019-10-01 | 2 | -6/+32 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #30919 from nekomatata/timer-update-transform-fix | Rémi Verschelde | 2019-10-01 | 1 | -0/+2 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Fix GPU particle transform delay when created on SceneTree timer timeout | ||||
| * | | | | | Update transforms after timers update to make sure changes are made before ↵ | PouleyKetchoupp | 2019-07-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | render Fixes #29952 | ||||
* | | | | | | Merge pull request #32447 from YeldhamDev/tree_drag_center_icon | Rémi Verschelde | 2019-09-30 | 2 | -1/+3 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Minor visual adjustment in drag preview of the scene and file tree editors | ||||
| * | | | | | Minor visual adjustment in drag preview of the scene and file tree editors | Michael Alexsander Silva Dias | 2019-09-30 | 2 | -1/+3 |
|/ / / / / | |||||
* | | | | | Merge pull request #32434 from willnationsdev/script-class-no-plugins | Rémi Verschelde | 2019-09-30 | 1 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix plugin script classes defined even if inactive. | ||||
| * | | | | | Fix plugin script classes defined even if inactive. | willnationsdev | 2019-09-30 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #32438 from Chaosus/fix_dialog_theme | Rémi Verschelde | 2019-09-30 | 1 | -0/+2 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Fix theme in visual script dialogs (at startup) | ||||
| * | | | | | Fix theme in visual script dialogs (at startup) | Chaosus | 2019-09-30 | 1 | -0/+2 |
|/ / / / / | |||||
* | | | | | Merge pull request #32431 from lupoDharkael/checks | Rémi Verschelde | 2019-09-30 | 3 | -0/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Add checks after ResourceLoader::load() | ||||
| * | | | | | Add checks after ResourceLoader::load() | lupoDharkael | 2019-09-29 | 3 | -0/+4 |
| | | | | | | |||||
* | | | | | | Merge pull request #32390 from lupoDharkael/timer-tree | Rémi Verschelde | 2019-09-30 | 1 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | TextEdit: Fix timer inside tree warning | ||||
| * | | | | | | TextEdit: Fix timer inside tree warning | lupoDharkael | 2019-09-27 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #32392 from Calinou/validate-audio-video-driver-args | Rémi Verschelde | 2019-09-30 | 1 | -6/+52 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Validate audio/video driver command-line arguments | ||||
| * | | | | | | | Validate audio/video driver command-line arguments | Hugo Locurcio | 2019-09-27 | 1 | -6/+52 |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | This will exit early if the audio/video driver specified doesn't exist. | ||||
* | | | | | | | Merge pull request #32412 from bojidar-bg/27222-make-scene-root-destructive | Rémi Verschelde | 2019-09-29 | 1 | -4/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix "Make Scene Root" deleting previous root whenever focusing another scene | ||||
| * | | | | | | | Fix "Make Scene Root" deleting previous root whenever focusing another scene | Bojidar Marinov | 2019-09-28 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hopefully fixes #24484 and fixes #27222. | ||||
* | | | | | | | | Merge pull request #32402 from YeldhamDev/fix_vs_add_function | Rémi Verschelde | 2019-09-29 | 3 | -49/+58 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix VS editor's "Create Function" dialog | ||||
| * | | | | | | | | Fix VS editor's "Create Function" dialog | Michael Alexsander Silva Dias | 2019-09-28 | 3 | -49/+58 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #32430 from swarnimarun/vs-decomp | Rémi Verschelde | 2019-09-29 | 3 | -16/+48 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Deconstruct node for Visualscript | ||||
| * | | | | | | | | | Deconstruct node for Visualscript | Swarnim Arun | 2019-09-29 | 3 | -16/+48 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Adds deconstruct nodes for the built-in types and adds default text to function rename_input_box for the visualscript. | ||||
* | | | | | | | | | Merge pull request #32432 from rodolforg/fix_32154-dynamic_font_crashes | Rémi Verschelde | 2019-09-29 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | fix #32154 dynamic font crash if no available font size | ||||
| * | | | | | | | | | fix dynamic font crash if no available font size | Rodolfo Ribeiro Gomes | 2019-09-29 | 1 | -1/+1 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #32410 from bojidar-bg/5739-highlight-singletons | Rémi Verschelde | 2019-09-29 | 5 | -2/+31 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Highlight singletons and class_names in GDScript | ||||
| * | | | | | | | | Highlight singletons and class_names in GDScript | Bojidar Marinov | 2019-09-28 | 5 | -2/+31 |
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, implement a small QoL change for auto-typed variables. Closes #5739 | ||||
* | | | | | | | | Merge pull request #32038 from YeldhamDev/gridcontainer_expand_columns | Rémi Verschelde | 2019-09-28 | 2 | -17/+21 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Make empty columns automatically expand in GridContainer | ||||
| * | | | | | | | Make empty columns automatically expand in GridContainer | Michael Alexsander Silva Dias | 2019-09-28 | 2 | -17/+21 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #32409 from bojidar-bg/32334-null-ptr-esgp | Rémi Verschelde | 2019-09-28 | 1 | -2/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Fix crash in ~EditorSpatialGizmoPlugin when generating documentation data | ||||
| * | | | | | | Fix crash in ~EditorSpatialGizmoPlugin when generating documentation data | Bojidar Marinov | 2019-09-28 | 1 | -2/+3 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #32407 from homer666/animation-import-storage-fix | Rémi Verschelde | 2019-09-28 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Restore import animation "storage" checkbox behaviour | ||||
| * | | | | | | Restore import animation storage checkbox behavior | homer666 | 2019-09-28 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #32406 from YeldhamDev/fix_action_move_crash | Rémi Verschelde | 2019-09-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix crash when moving an action into itself in the Input Map editor | ||||
| * | | | | | | | Fix crash when moving an action into itself in the Input Map editor | Michael Alexsander Silva Dias | 2019-09-27 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #32398 from YeldhamDev/cleanup_vs_editor_left | Rémi Verschelde | 2019-09-28 | 2 | -26/+17 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Cleanup VS editor's left menu | ||||
| * | | | | | | | | Cleanup VS editor's left menu | Michael Alexsander Silva Dias | 2019-09-27 | 2 | -26/+17 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #32399 from swarnimarun/vs-patch01 | Rémi Verschelde | 2019-09-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | Fix edit function button | ||||
| * | | | | | | | | Fix Edit function button | Swarnim Arun | 2019-09-28 | 1 | -1/+1 |
| | | | | | | | | |