Age | Commit message (Expand) | Author |
2020-07-31 | Properly disambiguate unsaved scripts | Tomasz Chabora |
2020-07-31 | Fix incorrect colors for member variables and numbers in visual shaders | Yuri Roubinsky |
2020-07-29 | Fixed script_editor info_clicked signal not being connected | Paulb23 |
2020-07-28 | Merge pull request #40800 from briansemrau/fix-shader-comment-highlighting | Rémi Verschelde |
2020-07-28 | Fixed shader editor comment highlighting | Brian Semrau |
2020-07-28 | Fix functions name color in visual shader code preview and expressions | Yuri Roubinsky |
2020-07-28 | Merge pull request #40785 from Chaosus/vs_uniform_ref | Yuri Roubinsky |
2020-07-28 | Added UniformRef visual shader node | Yuri Roubinsky |
2020-07-27 | Make all String float conversion methods be 64-bit | Aaron Franke |
2020-07-27 | Script editor: Fix crash when root script is null | Rémi Verschelde |
2020-07-27 | Script editor: Fix open dominant logic for language-specific external editors | Rémi Verschelde |
2020-07-26 | Script editor: Don't open dominant script in external editor | Rémi Verschelde |
2020-07-26 | Merge pull request #40647 from Xrayez/blank-tabs-fix | Rémi Verschelde |
2020-07-26 | Merge pull request #33548 from Calinou/shader-editor-tweak-builtins-color | Rémi Verschelde |
2020-07-26 | Make unsaved scripts in the script editor more user-friendly | Andrii Doroshenko (Xrayez) |
2020-07-26 | Merge pull request #33760 from nekomatata/script-editor-init-optimization | Rémi Verschelde |
2020-07-25 | Merge pull request #40640 from Xrayez/base-begins-with-local-err | Rémi Verschelde |
2020-07-24 | Fix TTR misuse | SkyJJ |
2020-07-24 | Merge pull request #38088 from YeldhamDev/name_tooltips_tweaks | Rémi Verschelde |
2020-07-23 | Small naming and tooltip tweaks | Michael Alexsander |
2020-07-24 | Merge pull request #40598 from vnen/gdscript-2.0 | Rémi Verschelde |
2020-07-23 | Skip internal scripts for breakpoints without printing an error | Andrii Doroshenko (Xrayez) |
2020-07-23 | [macOS] Fix Maya navigation with ALT + mouse scroll | Andy Maloney |
2020-07-23 | Merge pull request #37336 from dreamsComeTrue/canvas-editor-change-cursor | Rémi Verschelde |
2020-07-21 | Merge pull request #40448 from Paulb23/fix_txt_close_crash | Rémi Verschelde |
2020-07-21 | TileSet Editor: Check polygon size before indexing | Rémi Verschelde |
2020-07-20 | Add warning checks in GDScript analyzer | George Marques |
2020-07-20 | Prevent multiple Controls moving inside container | Tomasz Chabora |
2020-07-17 | Optimized ScriptEditor initialization when many scripts are loaded | PouleyKetchoupp |
2020-07-16 | Fix crash when closing a TextFile | Paulb23 |
2020-07-15 | Tweak the built-ins color highlighting in the shader editor | Hugo Locurcio |
2020-07-15 | Merge pull request #40291 from hinlopen/dialog-size | Rémi Verschelde |
2020-07-15 | Merge pull request #40268 from DanielZTing/master | Rémi Verschelde |
2020-07-14 | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen |
2020-07-14 | Fixed visual shader editor not clearing colour regions | Paulb23 |
2020-07-14 | Merge pull request #38440 from Paulb23/syntax_highlighter_refactor | Rémi Verschelde |
2020-07-13 | Merge pull request #40297 from jiteshvm/texture-dialog-size | Rémi Verschelde |
2020-07-13 | Merge pull request #40289 from YeldhamDev/guitab_icon_use_hl | Rémi Verschelde |
2020-07-11 | change minimum horizontal size from 200 to 240 | Jitesh |
2020-07-11 | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter | Paulb23 |
2020-07-11 | Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make t... | Michael Alexsander |
2020-07-11 | Expose Syntax highlighter for editor plugins | Paulb23 |
2020-07-11 | Convert syntax highlighters into a resource | Paulb23 |
2020-07-10 | Fix cancel/OK button order on macOS | Daniel Ting |
2020-07-10 | Merge pull request #40253 from madmiraal/add-override-keywords | Rémi Verschelde |
2020-07-10 | Added 'fma' function to shader language | Yuri Roubinsky |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-07-08 | Do not try to save internal scripts | Daniel Ting |
2020-07-06 | Add a map of autoloads to ProjectSettings | George Marques |
2020-07-05 | Change translation parser plugin API to parse_file() | SkyJJ |