Age | Commit message (Expand) | Author |
2019-08-22 | Added "editable" property to VisualShaderGroupNode | Yuri Roubinski |
2019-08-21 | Add minimap to text_edit | Paulb23 |
2019-08-21 | Add syntax highlighting cache | Paulb23 |
2019-08-21 | Rename FileDialog's folder icon custom color to `folder_icon_modulate` | Hugo Locurcio |
2019-08-21 | Merge pull request #31450 from GodotExplorer/fix-31425 | Rémi Verschelde |
2019-08-21 | Fix filter quotes wraped insert completion options | geequlim |
2019-08-21 | Draw 3D collision shape/raycast gizmos in grayscale when disabled | Hugo Locurcio |
2019-08-20 | Fix preview for global expressions in visual shaders (#31505) | Yuri Roubinsky |
2019-08-20 | Fix preview for global expressions in visual shaders | Yuri Roubinski |
2019-08-20 | Merge pull request #31395 from ptrojahn/floatsarenasty | Rémi Verschelde |
2019-08-20 | Merge pull request #31492 from Calinou/file-dialog-color-folders | Rémi Verschelde |
2019-08-20 | Merge pull request #31466 from Calinou/improve-2d-path-editors | Rémi Verschelde |
2019-08-20 | Use a different color for folder icons in file dialogs | Hugo Locurcio |
2019-08-19 | Replace is_zero_approx(A.distance_to(B)) with A==B | Paul Trojahn |
2019-08-19 | fix animation freeze when playing animation from another AnimationPlayer | Unknown |
2019-08-18 | Improve the appearance of 2D path editors | Hugo Locurcio |
2019-08-18 | Keep syntax highlighting on TextEdit in readonly mode | Michael Alexsander Silva Dias |
2019-08-18 | Merge pull request #31453 from Chaosus/vs_code_preview | Rémi Verschelde |
2019-08-18 | Merge pull request #31449 from Chaosus/vs_global_expression | Rémi Verschelde |
2019-08-18 | Added code preview to visual shader | Yuri Roubinski |
2019-08-18 | Merge pull request #31423 from Calinou/improve-node-signal-group-tooltip | Rémi Verschelde |
2019-08-18 | Added global expressions to visual shaders | Yuri Roubinski |
2019-08-17 | Improve the scene tree signals/groups tooltip | Hugo Locurcio |
2019-08-17 | Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' | Rémi Verschelde |
2019-08-15 | Add an outline to box selection rectangles for better visibility | Hugo Locurcio |
2019-08-15 | Fix autocompletion widget having its text leak outside | Michael Alexsander Silva Dias |
2019-08-14 | Merge pull request #31263 from Chaosus/vs_plugin | Rémi Verschelde |
2019-08-14 | Plugin support for visual shaders | Yuri Roubinski |
2019-08-14 | Merge pull request #31360 from nekomatata/fix-error-parallax-mirroring | Rémi Verschelde |
2019-08-14 | Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-... | Rémi Verschelde |
2019-08-14 | Fixed error in ParallaxLayer when set_mirroring is called before entering the... | PouleyKetchoupp |
2019-08-14 | Merge pull request #31267 from sparkart/fix_optionbutton_offset | Rémi Verschelde |
2019-08-14 | Exposed set_as_minsize to gdscript | Fabian |
2019-08-13 | Merge pull request #31338 from Calinou/reorganize-menus | Rémi Verschelde |
2019-08-13 | Reorganize various menus for consistency and conciseness | Hugo Locurcio |
2019-08-12 | Fix Right-Click Menu Deselecting Edits Content | Emmanuel Barroga |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-08-12 | Fix Offset with OptionButton Popup | Emmanuel Barroga |
2019-08-09 | Merge pull request #31213 from KoBeWi/explain_scenes | Rémi Verschelde |
2019-08-09 | Remove ERR_EXPLAIN from scene/* code | Tomasz Chabora |
2019-08-09 | Fix Exponential Range Graphical Error | Emmanuel Barroga |
2019-08-08 | Merge pull request #30714 from Calinou/invert-default-fog-height | Rémi Verschelde |
2019-08-08 | Merge pull request #31185 from mitchcurtis/get_path | Rémi Verschelde |
2019-08-08 | Merge pull request #31182 from mitchcurtis/remove_child | Rémi Verschelde |
2019-08-08 | Merge pull request #31194 from bojidar-bg/29312-corrupt-initial-tilemap | Rémi Verschelde |
2019-08-08 | Improve error message in Node::remove_child() | Mitch Curtis |
2019-08-08 | Fix corrupted TileMap saves due to missing/wrong format | Bojidar Marinov |
2019-08-07 | Improve error message in Node::get_path() | Mitch Curtis |
2019-08-07 | Invert and adjust the default fog height values | Hugo Locurcio |
2019-08-07 | Merge pull request #31122 from Muller-Castro/enhancement | Rémi Verschelde |